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

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

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

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

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

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

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

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

#s-eacbaf45-66d6-4f20-90ee-f16147bdb68e {
  min-height: 50px;
}








#s-eacbaf45-66d6-4f20-90ee-f16147bdb68e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eacbaf45-66d6-4f20-90ee-f16147bdb68e.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1d7df836-0e0f-432e-aa68-de8d82b6e508 {
  min-height: 50px;
}








#s-1d7df836-0e0f-432e-aa68-de8d82b6e508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d7df836-0e0f-432e-aa68-de8d82b6e508.shg-box.shg-c {
  justify-content: center;
}

#s-a28d3efd-9cb5-41d5-a4f4-5eeee746e8cf {
  min-height: 50px;
}








#s-a28d3efd-9cb5-41d5-a4f4-5eeee746e8cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a28d3efd-9cb5-41d5-a4f4-5eeee746e8cf.shg-box.shg-c {
  justify-content: center;
}

#s-85c6a0af-a34d-4883-a7ff-ef7f08ecd4df {
  padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-85c6a0af-a34d-4883-a7ff-ef7f08ecd4df {
  display: none;
}
#s-85c6a0af-a34d-4883-a7ff-ef7f08ecd4df, #wrap-s-85c6a0af-a34d-4883-a7ff-ef7f08ecd4df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85c6a0af-a34d-4883-a7ff-ef7f08ecd4df {
  display: none;
}
#s-85c6a0af-a34d-4883-a7ff-ef7f08ecd4df, #wrap-s-85c6a0af-a34d-4883-a7ff-ef7f08ecd4df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85c6a0af-a34d-4883-a7ff-ef7f08ecd4df {
  display: none;
}
#s-85c6a0af-a34d-4883-a7ff-ef7f08ecd4df, #wrap-s-85c6a0af-a34d-4883-a7ff-ef7f08ecd4df { display:none !important; }}







#s-85c6a0af-a34d-4883-a7ff-ef7f08ecd4df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85c6a0af-a34d-4883-a7ff-ef7f08ecd4df.shg-box.shg-c {
  justify-content: 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;
}

@media (min-width: 0px) {
[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c0947a8-5ece-4f84-a942-b5c4237587ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-15edd37c-e0ef-4bb6-9b9c-2a7dd1ca12f6 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-15edd37c-e0ef-4bb6-9b9c-2a7dd1ca12f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15edd37c-e0ef-4bb6-9b9c-2a7dd1ca12f6 {
  cursor: pointer;
}#s-15edd37c-e0ef-4bb6-9b9c-2a7dd1ca12f6.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-d2e9c069-ce1f-4ab4-9dd0-89771ceb8d54 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2e9c069-ce1f-4ab4-9dd0-89771ceb8d54 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0fb16332-73c0-4cee-ad46-b49a9c1a9769 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-0fb16332-73c0-4cee-ad46-b49a9c1a9769 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fb16332-73c0-4cee-ad46-b49a9c1a9769.shg-box.shg-c {
  justify-content: center;
}

#s-3187bbea-c528-47ee-a60a-e7e7cc647fcb {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3187bbea-c528-47ee-a60a-e7e7cc647fcb .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c3c1e01f-25f9-4e7a-87cc-77dbb1507bcf {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-c3c1e01f-25f9-4e7a-87cc-77dbb1507bcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3c1e01f-25f9-4e7a-87cc-77dbb1507bcf {
  cursor: pointer;
}#s-c3c1e01f-25f9-4e7a-87cc-77dbb1507bcf.shg-box.shg-c {
  justify-content: center;
}

#s-852d220a-c070-4769-a2fb-6cb5712025ef {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-852d220a-c070-4769-a2fb-6cb5712025ef .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a1acd9c4-3073-4952-b9de-ae904ae65f76 {
  padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a1acd9c4-3073-4952-b9de-ae904ae65f76 {
  display: none;
}
#s-a1acd9c4-3073-4952-b9de-ae904ae65f76, #wrap-s-a1acd9c4-3073-4952-b9de-ae904ae65f76 { display:none !important; }}







#s-a1acd9c4-3073-4952-b9de-ae904ae65f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1acd9c4-3073-4952-b9de-ae904ae65f76.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cfb6f5c1-62e7-4269-97c6-affa4960cab0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-daec4d97-b97f-4b59-bffb-ca0e15a9aaa7 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-daec4d97-b97f-4b59-bffb-ca0e15a9aaa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daec4d97-b97f-4b59-bffb-ca0e15a9aaa7 {
  cursor: pointer;
}#s-daec4d97-b97f-4b59-bffb-ca0e15a9aaa7.shg-box.shg-c {
  justify-content: center;
}

#s-9e901759-8ead-493b-9ffd-d78bc6ffebb9 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e901759-8ead-493b-9ffd-d78bc6ffebb9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dab4c192-06f7-4271-82a9-cf8135e13bcc {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-dab4c192-06f7-4271-82a9-cf8135e13bcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dab4c192-06f7-4271-82a9-cf8135e13bcc.shg-box.shg-c {
  justify-content: center;
}

#s-ad840e10-6abd-41ee-a406-190bb69c08cd {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad840e10-6abd-41ee-a406-190bb69c08cd .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f3220cf6-ec1d-4b50-9d8a-8919d587d6e7 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-f3220cf6-ec1d-4b50-9d8a-8919d587d6e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3220cf6-ec1d-4b50-9d8a-8919d587d6e7 {
  cursor: pointer;
}#s-f3220cf6-ec1d-4b50-9d8a-8919d587d6e7.shg-box.shg-c {
  justify-content: center;
}

#s-8a87134f-15b1-4409-9450-af9e15b2a531 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a87134f-15b1-4409-9450-af9e15b2a531 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5b66bc60-d2f9-46a1-8e6f-f3b12315d376 {
  min-height: 50px;
}








#s-5b66bc60-d2f9-46a1-8e6f-f3b12315d376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b66bc60-d2f9-46a1-8e6f-f3b12315d376.shg-box.shg-c {
  justify-content: center;
}

#s-0e33e3da-b79b-4025-93e2-e1495dff4690 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0e33e3da-b79b-4025-93e2-e1495dff4690 {
  display: none;
}
#s-0e33e3da-b79b-4025-93e2-e1495dff4690, #wrap-s-0e33e3da-b79b-4025-93e2-e1495dff4690 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e33e3da-b79b-4025-93e2-e1495dff4690 {
  display: none;
}
#s-0e33e3da-b79b-4025-93e2-e1495dff4690, #wrap-s-0e33e3da-b79b-4025-93e2-e1495dff4690 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e33e3da-b79b-4025-93e2-e1495dff4690 {
  display: none;
}
#s-0e33e3da-b79b-4025-93e2-e1495dff4690, #wrap-s-0e33e3da-b79b-4025-93e2-e1495dff4690 { display:none !important; }}







#s-0e33e3da-b79b-4025-93e2-e1495dff4690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e33e3da-b79b-4025-93e2-e1495dff4690.shg-box.shg-c {
  justify-content: center;
}

#s-310a9cb9-9e8c-48d3-83f9-1b211c68af15 {
  min-height: 600px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-310a9cb9-9e8c-48d3-83f9-1b211c68af15 {
  background-attachment: fixed;
}
}@media (max-width: 767px){#s-310a9cb9-9e8c-48d3-83f9-1b211c68af15 {
  background-attachment: fixed;
min-height: 500px;
}
}







#s-310a9cb9-9e8c-48d3-83f9-1b211c68af15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-310a9cb9-9e8c-48d3-83f9-1b211c68af15.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-310a9cb9-9e8c-48d3-83f9-1b211c68af15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-310a9cb9-9e8c-48d3-83f9-1b211c68af15.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-9363bad5-0562-46e5-8d62-0c35191e74ab {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9363bad5-0562-46e5-8d62-0c35191e74ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5d077d52-47f4-442b-835f-8f03da255116 {
  border-style: solid;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 200px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-5d077d52-47f4-442b-835f-8f03da255116 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-attachment: scroll;
opacity: 1;
}
}







#s-5d077d52-47f4-442b-835f-8f03da255116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d077d52-47f4-442b-835f-8f03da255116.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-5d077d52-47f4-442b-835f-8f03da255116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d077d52-47f4-442b-835f-8f03da255116.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-c778b724-de9b-4730-85d1-3ee1515dc612 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c778b724-de9b-4730-85d1-3ee1515dc612 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ce88b76c-12cb-4b46-8cbe-d46f8f8d1041 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce88b76c-12cb-4b46-8cbe-d46f8f8d1041 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1964c232-3387-407f-b86f-84c7c707a139 {
  min-height: 50px;
}








#s-1964c232-3387-407f-b86f-84c7c707a139 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1964c232-3387-407f-b86f-84c7c707a139.shg-box.shg-c {
  justify-content: center;
}

#s-685d446d-5507-46a3-9b46-876f5376ad19 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-685d446d-5507-46a3-9b46-876f5376ad19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-685d446d-5507-46a3-9b46-876f5376ad19.shg-box.shg-c {
  justify-content: center;
}

#s-78b0c76f-7262-4795-ba3b-c87b464659ef {
  min-height: 50px;
}
@media (max-width: 767px){#s-78b0c76f-7262-4795-ba3b-c87b464659ef {
  display: none;
}
#s-78b0c76f-7262-4795-ba3b-c87b464659ef, #wrap-s-78b0c76f-7262-4795-ba3b-c87b464659ef { display:none !important; }}







#s-78b0c76f-7262-4795-ba3b-c87b464659ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78b0c76f-7262-4795-ba3b-c87b464659ef.shg-box.shg-c {
  justify-content: center;
}

#s-44edc56f-aea6-4dbb-a32c-457ff12db48e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-44edc56f-aea6-4dbb-a32c-457ff12db48e {
  min-height: 500px;
}
}







#s-44edc56f-aea6-4dbb-a32c-457ff12db48e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44edc56f-aea6-4dbb-a32c-457ff12db48e.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-44edc56f-aea6-4dbb-a32c-457ff12db48e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44edc56f-aea6-4dbb-a32c-457ff12db48e.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-c702b3b2-f5a6-4993-9b18-82f4cd34969e {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c702b3b2-f5a6-4993-9b18-82f4cd34969e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cbb3a857-a665-46f3-bea5-a90761886f0f {
  border-style: solid;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 200px;
background-color: rgba(0, 0, 0, 0.85);
background-attachment: scroll;
}
@media (max-width: 767px){#s-cbb3a857-a665-46f3-bea5-a90761886f0f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-attachment: scroll;
opacity: 1;
}
}







#s-cbb3a857-a665-46f3-bea5-a90761886f0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbb3a857-a665-46f3-bea5-a90761886f0f.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-cbb3a857-a665-46f3-bea5-a90761886f0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbb3a857-a665-46f3-bea5-a90761886f0f.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-d0c23c24-ccd7-4b9b-9723-727b7c817fb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0c23c24-ccd7-4b9b-9723-727b7c817fb3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0faa1d03-aa29-4373-90d7-bc9c2063b911 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0faa1d03-aa29-4373-90d7-bc9c2063b911 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6ca70aee-8120-4c5c-a887-33cf89058c3f {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 400px;
}








#s-6ca70aee-8120-4c5c-a887-33cf89058c3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ca70aee-8120-4c5c-a887-33cf89058c3f.shg-box.shg-c {
  justify-content: center;
}

#s-4f61cbae-fad7-46fb-bc67-ef000afe8b6f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f61cbae-fad7-46fb-bc67-ef000afe8b6f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fc52409a-e821-4562-bbbd-33029ca1d91e {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
}








#s-fc52409a-e821-4562-bbbd-33029ca1d91e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc52409a-e821-4562-bbbd-33029ca1d91e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0a0dc0cd-78a9-4576-858e-6ec35ebdf8f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1adccf02-5786-41a6-8733-7e0eac15428d {
  background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1adccf02-5786-41a6-8733-7e0eac15428d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1adccf02-5786-41a6-8733-7e0eac15428d {
  
}
}@media (max-width: 767px){#s-1adccf02-5786-41a6-8733-7e0eac15428d {
  
}
}







#s-1adccf02-5786-41a6-8733-7e0eac15428d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1adccf02-5786-41a6-8733-7e0eac15428d.shg-box.shg-c {
  justify-content: center;
}

#s-dd58cd19-08f0-4713-9300-0f4a4488adad {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 0px;
}








#s-dd58cd19-08f0-4713-9300-0f4a4488adad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd58cd19-08f0-4713-9300-0f4a4488adad.shg-box.shg-c {
  justify-content: center;
}

#s-f3caa92c-8bc9-448c-bc08-4c4d0fdb0939 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3caa92c-8bc9-448c-bc08-4c4d0fdb0939 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5fd845fe-fa24-4987-984c-9a40e51b9988 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fd845fe-fa24-4987-984c-9a40e51b9988 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (max-width: 767px){#s-14d2ba25-97c6-4c19-a67a-1e2486add493 {
  display: none;
}
#s-14d2ba25-97c6-4c19-a67a-1e2486add493, #wrap-s-14d2ba25-97c6-4c19-a67a-1e2486add493 { display:none !important; }}
@media (min-width: 0px) {
[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-14d2ba25-97c6-4c19-a67a-1e2486add493"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b96fd1bf-81c8-4e73-b0fb-0ce2bce52119"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ae6a2d25-7719-45f4-be1d-f7bea9e97ad5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae6a2d25-7719-45f4-be1d-f7bea9e97ad5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c8ca05cf-9edb-4d5f-93dc-50e9d5fd60d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8ca05cf-9edb-4d5f-93dc-50e9d5fd60d6 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cdbea745-3dd8-4c31-8a86-e733fced249e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdbea745-3dd8-4c31-8a86-e733fced249e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-62f8a9a4-9f14-4517-9802-0a386d992adc {
  min-height: 50px;
}








#s-62f8a9a4-9f14-4517-9802-0a386d992adc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62f8a9a4-9f14-4517-9802-0a386d992adc.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-10c078d0-4d30-44c7-9ae5-9b4a491b77fb {
  text-align: center;
}




  #s-10c078d0-4d30-44c7-9ae5-9b4a491b77fb img.shogun-image {
    
    width: px;
  }


#s-10c078d0-4d30-44c7-9ae5-9b4a491b77fb .shogun-image-content {
  
    align-items: center;
  
}

#s-99534dfd-1519-4792-82fc-542437e80c80 {
  min-height: 50px;
}








#s-99534dfd-1519-4792-82fc-542437e80c80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99534dfd-1519-4792-82fc-542437e80c80.shg-box.shg-c {
  justify-content: center;
}

#s-ecb92fa2-3555-42bb-8503-a6f2b409fc34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ecb92fa2-3555-42bb-8503-a6f2b409fc34 {
  display: none;
}
#s-ecb92fa2-3555-42bb-8503-a6f2b409fc34, #wrap-s-ecb92fa2-3555-42bb-8503-a6f2b409fc34 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecb92fa2-3555-42bb-8503-a6f2b409fc34 {
  display: none;
}
#s-ecb92fa2-3555-42bb-8503-a6f2b409fc34, #wrap-s-ecb92fa2-3555-42bb-8503-a6f2b409fc34 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecb92fa2-3555-42bb-8503-a6f2b409fc34 {
  display: none;
}
#s-ecb92fa2-3555-42bb-8503-a6f2b409fc34, #wrap-s-ecb92fa2-3555-42bb-8503-a6f2b409fc34 { display:none !important; }}
#s-ecb92fa2-3555-42bb-8503-a6f2b409fc34 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a8483a69-3ccd-4a34-83cc-28b9daf78848 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 500px;
background-color: rgba(245, 245, 245, 1);
}








#s-a8483a69-3ccd-4a34-83cc-28b9daf78848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8483a69-3ccd-4a34-83cc-28b9daf78848.shg-box.shg-c {
  justify-content: center;
}

#s-cef3fa51-ca6c-430d-af63-2bdf5929b067 {
  min-height: 400px;
}

@media (min-width: 0px) {
[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cef3fa51-ca6c-430d-af63-2bdf5929b067"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-81813441-9fe6-4d2f-a773-18b09b86f722 {
  min-height: 400px;
}








#s-81813441-9fe6-4d2f-a773-18b09b86f722 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81813441-9fe6-4d2f-a773-18b09b86f722.shg-box.shg-c {
  justify-content: center;
}

#s-10575f56-9b70-420b-9b33-c2a400ac1646 {
  text-align: center;
}




  #s-10575f56-9b70-420b-9b33-c2a400ac1646 img.shogun-image {
    
    width: px;
  }


#s-10575f56-9b70-420b-9b33-c2a400ac1646 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c37e85c-8d7d-4e44-b80f-44783ad2eebc {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-8c37e85c-8d7d-4e44-b80f-44783ad2eebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c37e85c-8d7d-4e44-b80f-44783ad2eebc.shg-box.shg-c {
  justify-content: center;
}

#s-8a8cf90b-9ebd-4a43-b66c-ef5e5414cc99 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-8a8cf90b-9ebd-4a43-b66c-ef5e5414cc99 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a13374cc-cf0d-4dec-9f01-076802c93c0c {
  padding-top: 20px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9119474a-8bfa-4d24-a615-61d0447c21e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3eae5a8f-e2e6-41b0-a1e5-0de20174cdb6 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 600px;
}
@media (max-width: 767px){#s-3eae5a8f-e2e6-41b0-a1e5-0de20174cdb6 {
  display: none;
}
#s-3eae5a8f-e2e6-41b0-a1e5-0de20174cdb6, #wrap-s-3eae5a8f-e2e6-41b0-a1e5-0de20174cdb6 { display:none !important; }}







#s-3eae5a8f-e2e6-41b0-a1e5-0de20174cdb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eae5a8f-e2e6-41b0-a1e5-0de20174cdb6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c96f7670-4de3-40a2-ad96-f7cd118a10f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-466be23f-aa6c-42a4-add3-d1bc71c7fb1a {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 600px;
}








#s-466be23f-aa6c-42a4-add3-d1bc71c7fb1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-466be23f-aa6c-42a4-add3-d1bc71c7fb1a.shg-box.shg-c {
  justify-content: center;
}

#s-79332e66-0610-4d61-9202-000adaba79b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79332e66-0610-4d61-9202-000adaba79b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e3f85b93-c4aa-4bbd-ae7f-d5aa494ba0b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3f85b93-c4aa-4bbd-ae7f-d5aa494ba0b1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e31ad80c-0ded-46cc-850d-4fed4eafe145 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e31ad80c-0ded-46cc-850d-4fed4eafe145 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e31ad80c-0ded-46cc-850d-4fed4eafe145 {
  
}
}@media (max-width: 767px){#s-e31ad80c-0ded-46cc-850d-4fed4eafe145 {
  
}
}







#s-e31ad80c-0ded-46cc-850d-4fed4eafe145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e31ad80c-0ded-46cc-850d-4fed4eafe145.shg-box.shg-c {
  justify-content: center;
}

#s-8c4e82f6-b1d7-4483-bf51-40eecb827cbe {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 600px;
}
@media (min-width: 1200px){#s-8c4e82f6-b1d7-4483-bf51-40eecb827cbe {
  display: none;
}
#s-8c4e82f6-b1d7-4483-bf51-40eecb827cbe, #wrap-s-8c4e82f6-b1d7-4483-bf51-40eecb827cbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8c4e82f6-b1d7-4483-bf51-40eecb827cbe {
  display: none;
}
#s-8c4e82f6-b1d7-4483-bf51-40eecb827cbe, #wrap-s-8c4e82f6-b1d7-4483-bf51-40eecb827cbe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8c4e82f6-b1d7-4483-bf51-40eecb827cbe {
  display: none;
}
#s-8c4e82f6-b1d7-4483-bf51-40eecb827cbe, #wrap-s-8c4e82f6-b1d7-4483-bf51-40eecb827cbe { display:none !important; }}







#s-8c4e82f6-b1d7-4483-bf51-40eecb827cbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c4e82f6-b1d7-4483-bf51-40eecb827cbe.shg-box.shg-c {
  justify-content: center;
}

#s-003906a5-a763-4c64-ba66-4f8819481b9c {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-003906a5-a763-4c64-ba66-4f8819481b9c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-426e30ca-5d47-49a2-bbf3-8792b97c38b8 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}




  #s-426e30ca-5d47-49a2-bbf3-8792b97c38b8 img.shogun-image {
    
    width: px;
  }


#s-426e30ca-5d47-49a2-bbf3-8792b97c38b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3688223-ddb2-4424-adb9-4b61ea4b8588 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-b3688223-ddb2-4424-adb9-4b61ea4b8588 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-894a998b-a2e1-4ae0-8b78-4ede597a0b86 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
background-color: rgba(245, 245, 245, 1);
}
@media (max-width: 767px){#s-894a998b-a2e1-4ae0-8b78-4ede597a0b86 {
  display: none;
}
#s-894a998b-a2e1-4ae0-8b78-4ede597a0b86, #wrap-s-894a998b-a2e1-4ae0-8b78-4ede597a0b86 { display:none !important; }}







#s-894a998b-a2e1-4ae0-8b78-4ede597a0b86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-894a998b-a2e1-4ae0-8b78-4ede597a0b86.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-21fcdc06-4e60-4521-a1a2-65c44559c0a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-862b04eb-fe84-43ec-84dc-c29f441d04ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-862b04eb-fe84-43ec-84dc-c29f441d04ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-862b04eb-fe84-43ec-84dc-c29f441d04ac {
  
}
}@media (max-width: 767px){#s-862b04eb-fe84-43ec-84dc-c29f441d04ac {
  
}
}







#s-862b04eb-fe84-43ec-84dc-c29f441d04ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-862b04eb-fe84-43ec-84dc-c29f441d04ac.shg-box.shg-c {
  justify-content: center;
}

#s-37a73616-3743-4802-a4e6-fb37ddb71beb {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-37a73616-3743-4802-a4e6-fb37ddb71beb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37a73616-3743-4802-a4e6-fb37ddb71beb.shg-box.shg-c {
  justify-content: center;
}

#s-8c8bd012-3354-42c4-9289-cb504e20f47e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c8bd012-3354-42c4-9289-cb504e20f47e .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-546f5a2b-cd03-45a0-b89f-b12b55f79594 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-546f5a2b-cd03-45a0-b89f-b12b55f79594 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f7cc4c6c-5f1e-463c-93a7-c34039db19cd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f7cc4c6c-5f1e-463c-93a7-c34039db19cd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7cc4c6c-5f1e-463c-93a7-c34039db19cd {
  
}
}@media (max-width: 767px){#s-f7cc4c6c-5f1e-463c-93a7-c34039db19cd {
  
}
}







#s-f7cc4c6c-5f1e-463c-93a7-c34039db19cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7cc4c6c-5f1e-463c-93a7-c34039db19cd.shg-box.shg-c {
  justify-content: center;
}

#s-01fb5202-070e-4b02-b3c9-8516ebb8c6d6 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-01fb5202-070e-4b02-b3c9-8516ebb8c6d6 {
  display: none;
}
#s-01fb5202-070e-4b02-b3c9-8516ebb8c6d6, #wrap-s-01fb5202-070e-4b02-b3c9-8516ebb8c6d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01fb5202-070e-4b02-b3c9-8516ebb8c6d6 {
  display: none;
}
#s-01fb5202-070e-4b02-b3c9-8516ebb8c6d6, #wrap-s-01fb5202-070e-4b02-b3c9-8516ebb8c6d6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-01fb5202-070e-4b02-b3c9-8516ebb8c6d6 {
  display: none;
}
#s-01fb5202-070e-4b02-b3c9-8516ebb8c6d6, #wrap-s-01fb5202-070e-4b02-b3c9-8516ebb8c6d6 { display:none !important; }}







#s-01fb5202-070e-4b02-b3c9-8516ebb8c6d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01fb5202-070e-4b02-b3c9-8516ebb8c6d6.shg-box.shg-c {
  justify-content: center;
}

#s-821fb945-9660-41a6-828c-555c4257a795 {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-821fb945-9660-41a6-828c-555c4257a795 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-913049be-cbfc-459c-a923-1c9ba34e7df1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-913049be-cbfc-459c-a923-1c9ba34e7df1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-913049be-cbfc-459c-a923-1c9ba34e7df1.shg-box.shg-c {
  justify-content: center;
}

#s-dd835b29-ff59-4421-9e47-2b181b23220e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-dd835b29-ff59-4421-9e47-2b181b23220e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f7c83699-b1f1-4a53-8f49-87c0ae12721c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-f7c83699-b1f1-4a53-8f49-87c0ae12721c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7c83699-b1f1-4a53-8f49-87c0ae12721c.shg-box.shg-c {
  justify-content: center;
}

#s-4a8ce9ab-424b-4739-b1e3-4baff4b64ef0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-4a8ce9ab-424b-4739-b1e3-4baff4b64ef0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3eb230ba-0d27-4cdd-8a89-848ad3f5699e {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
}








#s-3eb230ba-0d27-4cdd-8a89-848ad3f5699e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eb230ba-0d27-4cdd-8a89-848ad3f5699e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-24a7300b-adfc-4a6d-8f85-20edb94d8119"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5b550f62-e40f-46c0-8292-77b815d2d16d {
  background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5b550f62-e40f-46c0-8292-77b815d2d16d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b550f62-e40f-46c0-8292-77b815d2d16d {
  
}
}@media (max-width: 767px){#s-5b550f62-e40f-46c0-8292-77b815d2d16d {
  
}
}







#s-5b550f62-e40f-46c0-8292-77b815d2d16d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b550f62-e40f-46c0-8292-77b815d2d16d {
  cursor: pointer;
}#s-5b550f62-e40f-46c0-8292-77b815d2d16d.shg-box.shg-c {
  justify-content: center;
}

#s-960cf0dc-8c65-4e5a-bbd8-2b39a98f190b {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-960cf0dc-8c65-4e5a-bbd8-2b39a98f190b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-960cf0dc-8c65-4e5a-bbd8-2b39a98f190b.shg-box.shg-c {
  justify-content: center;
}

#s-379b06b6-35f9-400c-842d-c725609cf2d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-379b06b6-35f9-400c-842d-c725609cf2d5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eb93f327-ae52-4f3e-8226-71b4caa0b7ef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb93f327-ae52-4f3e-8226-71b4caa0b7ef .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4b530fdc-0e81-4579-b77a-f1a2976f6985 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-4b530fdc-0e81-4579-b77a-f1a2976f6985 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b530fdc-0e81-4579-b77a-f1a2976f6985.shg-box.shg-c {
  justify-content: center;
}

#s-607e98ad-14e8-42d5-8d0f-86c0be06cd9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-607e98ad-14e8-42d5-8d0f-86c0be06cd9b .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Exo 2;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-c9d4f333-2738-48b2-8682-901184af5f34 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-c9d4f333-2738-48b2-8682-901184af5f34 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 1);
}

#s-c9d4f333-2738-48b2-8682-901184af5f34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-c9d4f333-2738-48b2-8682-901184af5f34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c9d4f333-2738-48b2-8682-901184af5f34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-c9d4f333-2738-48b2-8682-901184af5f34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Exo 2;
  font-weight: 500;
  font-style: ;
  font-size: 20px;
}

#s-c9d4f333-2738-48b2-8682-901184af5f34 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-9a2dbb99-3c42-432c-89fe-c015582eb920 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9a2dbb99-3c42-432c-89fe-c015582eb920"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-edbc6d3b-7b49-489f-847d-4e1b6a6821c7 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
}








#s-edbc6d3b-7b49-489f-847d-4e1b6a6821c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edbc6d3b-7b49-489f-847d-4e1b6a6821c7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0a3deee8-ecae-4a0a-81d8-9bf7ef86e5ac {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
}








#s-0a3deee8-ecae-4a0a-81d8-9bf7ef86e5ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a3deee8-ecae-4a0a-81d8-9bf7ef86e5ac.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

#s-336ecfb1-418a-4dc4-a411-6b5073d57881 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-336ecfb1-418a-4dc4-a411-6b5073d57881 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-336ecfb1-418a-4dc4-a411-6b5073d57881 td.shogun-table-column {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}

#s-336ecfb1-418a-4dc4-a411-6b5073d57881 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-336ecfb1-418a-4dc4-a411-6b5073d57881 td.shogun-table-column, #s-336ecfb1-418a-4dc4-a411-6b5073d57881 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-87733084-df08-45df-9a6a-79cc1332bb24 {
  min-height: 50px;
}








#s-87733084-df08-45df-9a6a-79cc1332bb24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87733084-df08-45df-9a6a-79cc1332bb24.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-26e5ef2a-b524-47ab-84c7-a060ab758330"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2e833718-5907-41a0-bd8d-1cd23a235d04 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-eac4ff72-9bb6-48f2-ada2-ca400102d731 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-6f8f4646-81e1-4de8-b372-cff0463f6ca8 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-c5685514-4ab4-41bb-9267-71f0d377e142 {
  min-height: 50px;
}








#s-c5685514-4ab4-41bb-9267-71f0d377e142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5685514-4ab4-41bb-9267-71f0d377e142.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1e68baa4-d41f-46f3-9bc1-2c3e93a5f687"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0029782c-9160-4726-8f2a-6c7317ae4a19 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-4fd2dfb2-7d36-46d3-b485-9a483d0b86ef {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-d43734da-3156-45a8-9445-cfecd5d1a158 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-27449c3b-2036-4099-9996-0b2ff5313736 {
  min-height: 50px;
}








#s-27449c3b-2036-4099-9996-0b2ff5313736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27449c3b-2036-4099-9996-0b2ff5313736.shg-box.shg-c {
  justify-content: center;
}

#s-2298d608-6696-4336-b288-360246cd8f16 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2298d608-6696-4336-b288-360246cd8f16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a68d86ce-af69-4994-b511-5701b2e00151 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a68d86ce-af69-4994-b511-5701b2e00151 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a68d86ce-af69-4994-b511-5701b2e00151.shg-box.shg-c {
  justify-content: center;
}

#s-2583f04c-33e5-4855-8c72-f19e01fd572a {
  border-radius: 10px;
text-align: center;
}




  #s-2583f04c-33e5-4855-8c72-f19e01fd572a img.shogun-image {
    
    width: px;
  }


#s-2583f04c-33e5-4855-8c72-f19e01fd572a .shogun-image-content {
  
    align-items: center;
  
}

#s-7d351ca5-fee2-4fed-b2db-4f5d2eeb8cd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d351ca5-fee2-4fed-b2db-4f5d2eeb8cd3 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a7c5fcdc-7e03-4510-8fd7-9a8b85f8fe9b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a7c5fcdc-7e03-4510-8fd7-9a8b85f8fe9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7c5fcdc-7e03-4510-8fd7-9a8b85f8fe9b.shg-box.shg-c {
  justify-content: center;
}

#s-c9952e66-25b3-4930-ad09-a2dd26bce9e1 {
  border-radius: 10px;
text-align: center;
}




  #s-c9952e66-25b3-4930-ad09-a2dd26bce9e1 img.shogun-image {
    
    width: px;
  }


#s-c9952e66-25b3-4930-ad09-a2dd26bce9e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ceeaaaad-7360-4a6e-bd75-80a7379bf412 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ceeaaaad-7360-4a6e-bd75-80a7379bf412 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-89e7efa3-57f3-4322-9873-430352066347 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-89e7efa3-57f3-4322-9873-430352066347 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89e7efa3-57f3-4322-9873-430352066347.shg-box.shg-c {
  justify-content: center;
}

#s-24eb757d-1a8f-41fa-80bb-ca66e61929d6 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-24eb757d-1a8f-41fa-80bb-ca66e61929d6 img.shogun-image {
    
    width: px;
  }


#s-24eb757d-1a8f-41fa-80bb-ca66e61929d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1eb1e84-e28c-41ea-92c4-d56ad76fbb3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1eb1e84-e28c-41ea-92c4-d56ad76fbb3f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-adb059f2-c20c-4968-b02e-43d9967ceab4 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-adb059f2-c20c-4968-b02e-43d9967ceab4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4bcc4e43-cf6a-4337-9e9e-5ae8565493b2 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-4bcc4e43-cf6a-4337-9e9e-5ae8565493b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bcc4e43-cf6a-4337-9e9e-5ae8565493b2.shg-box.shg-c {
  justify-content: center;
}

#s-a82d6941-dcd6-4cc0-9af5-bfda2fe012ed {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-a82d6941-dcd6-4cc0-9af5-bfda2fe012ed img.shogun-image {
    
    width: px;
  }


#s-a82d6941-dcd6-4cc0-9af5-bfda2fe012ed .shogun-image-content {
  
    align-items: center;
  
}

#s-70827e37-dbf0-403d-a426-ee8519b1da17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70827e37-dbf0-403d-a426-ee8519b1da17 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fe9b4d5f-159f-4cd7-87ac-b5e80b642385 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-fe9b4d5f-159f-4cd7-87ac-b5e80b642385 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe9b4d5f-159f-4cd7-87ac-b5e80b642385.shg-box.shg-c {
  justify-content: center;
}

#s-df22ccf1-b0c5-49c1-a1b9-77ec30043e51 {
  border-radius: 10px;
text-align: center;
}




  #s-df22ccf1-b0c5-49c1-a1b9-77ec30043e51 img.shogun-image {
    
    width: px;
  }


#s-df22ccf1-b0c5-49c1-a1b9-77ec30043e51 .shogun-image-content {
  
    align-items: center;
  
}

#s-34452ed8-8b99-4cf9-bbeb-382a7b80781c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34452ed8-8b99-4cf9-bbeb-382a7b80781c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a78774d8-a8cd-494a-aac7-a66f019e7210 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a78774d8-a8cd-494a-aac7-a66f019e7210 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a78774d8-a8cd-494a-aac7-a66f019e7210.shg-box.shg-c {
  justify-content: center;
}

#s-6f41c9ed-a17c-4e75-8f1a-35a98a0618f2 {
  border-radius: 10px;
text-align: center;
}




  #s-6f41c9ed-a17c-4e75-8f1a-35a98a0618f2 img.shogun-image {
    
    width: px;
  }


#s-6f41c9ed-a17c-4e75-8f1a-35a98a0618f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bbcefd3-2f0f-42d9-a088-4eb5d7c13965 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bbcefd3-2f0f-42d9-a088-4eb5d7c13965 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a0884534-6155-41e0-9988-6e63e6c1a996 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a0884534-6155-41e0-9988-6e63e6c1a996"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8c1869d4-f48e-40cb-87a5-b8f46f3a7f4f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-8c1869d4-f48e-40cb-87a5-b8f46f3a7f4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c1869d4-f48e-40cb-87a5-b8f46f3a7f4f.shg-box.shg-c {
  justify-content: center;
}

#s-eafa9b8e-1fd7-4adb-9b26-f4e17f64f8a5 {
  border-radius: 10px;
text-align: center;
}




  #s-eafa9b8e-1fd7-4adb-9b26-f4e17f64f8a5 img.shogun-image {
    
    width: px;
  }


#s-eafa9b8e-1fd7-4adb-9b26-f4e17f64f8a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fa507de-723e-41cb-8fda-d8423e761cf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fa507de-723e-41cb-8fda-d8423e761cf5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-67a4c1f3-28a2-41dd-aae7-a3722ac39d8f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-67a4c1f3-28a2-41dd-aae7-a3722ac39d8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67a4c1f3-28a2-41dd-aae7-a3722ac39d8f.shg-box.shg-c {
  justify-content: center;
}

#s-ad10c559-ccfb-4d31-83bd-622c3073e034 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
text-align: center;
}




  #s-ad10c559-ccfb-4d31-83bd-622c3073e034 img.shogun-image {
    
    width: px;
  }


#s-ad10c559-ccfb-4d31-83bd-622c3073e034 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b96b978-4fb5-42a6-bb90-5114da333407 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b96b978-4fb5-42a6-bb90-5114da333407 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-38a21ebf-2fe3-4c09-8e6c-acc9276456f4 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-38a21ebf-2fe3-4c09-8e6c-acc9276456f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38a21ebf-2fe3-4c09-8e6c-acc9276456f4.shg-box.shg-c {
  justify-content: center;
}

#s-9db49a55-0142-47c2-b12c-ddef0257efe0 {
  border-radius: 10px;
text-align: center;
}




  #s-9db49a55-0142-47c2-b12c-ddef0257efe0 img.shogun-image {
    
    width: px;
  }


#s-9db49a55-0142-47c2-b12c-ddef0257efe0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c8d150d-4ad8-4260-9ef2-e0295d857f8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c8d150d-4ad8-4260-9ef2-e0295d857f8b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2e7ba375-80b6-48d4-8ed5-d8540ff0857d {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-2e7ba375-80b6-48d4-8ed5-d8540ff0857d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e7ba375-80b6-48d4-8ed5-d8540ff0857d.shg-box.shg-c {
  justify-content: center;
}

#s-31b727ef-ee4f-4cf6-8463-85899ac7e986 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-31b727ef-ee4f-4cf6-8463-85899ac7e986"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-98ac6403-7a4b-4ae7-bf65-9217bd8de244 {
  min-height: 100px;
}








#s-98ac6403-7a4b-4ae7-bf65-9217bd8de244 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98ac6403-7a4b-4ae7-bf65-9217bd8de244.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-98ac6403-7a4b-4ae7-bf65-9217bd8de244 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98ac6403-7a4b-4ae7-bf65-9217bd8de244.shg-box.shg-c {
  justify-content: flex-start;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-9912abaf-ae9b-4bcc-b7af-75325d215e36 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9912abaf-ae9b-4bcc-b7af-75325d215e36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9912abaf-ae9b-4bcc-b7af-75325d215e36:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9912abaf-ae9b-4bcc-b7af-75325d215e36 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-9912abaf-ae9b-4bcc-b7af-75325d215e36:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9912abaf-ae9b-4bcc-b7af-75325d215e36:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-9912abaf-ae9b-4bcc-b7af-75325d215e36-btn-wrapper {
    text-align: right;
  }


#s-9912abaf-ae9b-4bcc-b7af-75325d215e36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-9912abaf-ae9b-4bcc-b7af-75325d215e36-btn-wrapper {
    text-align: center;
  }


#s-9912abaf-ae9b-4bcc-b7af-75325d215e36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-50980960-5782-49c1-a980-cdd4ce6bcd84 {
  min-height: 100px;
}








#s-50980960-5782-49c1-a980-cdd4ce6bcd84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50980960-5782-49c1-a980-cdd4ce6bcd84.shg-box.shg-c {
  justify-content: center;
}

#s-ee82358b-dee9-49e6-951d-fc4c585a128c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ee82358b-dee9-49e6-951d-fc4c585a128c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee82358b-dee9-49e6-951d-fc4c585a128c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ee82358b-dee9-49e6-951d-fc4c585a128c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ee82358b-dee9-49e6-951d-fc4c585a128c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee82358b-dee9-49e6-951d-fc4c585a128c:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-ee82358b-dee9-49e6-951d-fc4c585a128c-btn-wrapper {
    text-align: left;
  }


#s-ee82358b-dee9-49e6-951d-fc4c585a128c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (max-width: 767px){
  #s-ee82358b-dee9-49e6-951d-fc4c585a128c-btn-wrapper {
    text-align: center;
  }


#s-ee82358b-dee9-49e6-951d-fc4c585a128c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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