.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-2a93d12f-5797-43c7-80cf-f60548cb9ada {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-2a93d12f-5797-43c7-80cf-f60548cb9ada > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a93d12f-5797-43c7-80cf-f60548cb9ada.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-bcbc4df6-8454-4f62-878b-1e008f332ba9 {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 252, 252, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(194, 194, 194, 0);
}

#s-d2180e20-a2b6-4494-8d0d-023eaa04683c {
  min-height: 50px;
}








#s-d2180e20-a2b6-4494-8d0d-023eaa04683c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2180e20-a2b6-4494-8d0d-023eaa04683c.shg-box.shg-c {
  justify-content: center;
}

#s-99841b6e-bfb9-4bfc-939b-10a9d0482360 {
  background-image: url(https://i.shgcdn.com/9418957b-468f-4ee7-917e-e0d62a4fb817/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-99841b6e-bfb9-4bfc-939b-10a9d0482360 > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0.2;
}#s-99841b6e-bfb9-4bfc-939b-10a9d0482360.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-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5ab84068-b455-473c-8259-4fea729d9dad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-847c81d5-6cfd-473f-bf05-74eca9b99b94 {
  min-height: 50px;
}








#s-847c81d5-6cfd-473f-bf05-74eca9b99b94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-847c81d5-6cfd-473f-bf05-74eca9b99b94.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-7fd05524-b972-4b5b-9289-13ad00aa4f30 {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-7fd05524-b972-4b5b-9289-13ad00aa4f30 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-3cc9e7ff-f1fa-4a9e-81e6-69f8609d2c88 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a24c7849-325a-4dd5-9ea7-ef7a6ab350d3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-be69f122-d81e-47ee-a812-dbf2022c8a46 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-026a626a-d847-4119-852e-9c2474544792 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-position: center center;
}








#s-026a626a-d847-4119-852e-9c2474544792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-026a626a-d847-4119-852e-9c2474544792.shg-box.shg-c {
  justify-content: center;
}

#s-7eebcd2f-706b-4467-bf0f-6dc5254acf8e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-7eebcd2f-706b-4467-bf0f-6dc5254acf8e .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-65e22baa-9f90-4b4b-9b16-43b5bb4b9d8d {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-3d8ce537-5bad-4b80-b49a-faca4ea42d3f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}
@media (min-width: 1200px){#s-3d8ce537-5bad-4b80-b49a-faca4ea42d3f {
  
}
}
#s-3d8ce537-5bad-4b80-b49a-faca4ea42d3f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c5d7092e-1fe2-425e-bbf2-8b23775f7245 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c5d7092e-1fe2-425e-bbf2-8b23775f7245"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-6dd5a3de-8091-4293-b405-44a96a411457 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-6dd5a3de-8091-4293-b405-44a96a411457 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd5a3de-8091-4293-b405-44a96a411457.shg-box.shg-c {
  justify-content: center;
}

#s-1a8dac67-e808-4d46-a390-97442bc197b8 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-1a8dac67-e808-4d46-a390-97442bc197b8 .shogun-heading-component h2 {
  color: rgba(250, 245, 245, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-da438160-b997-47e1-85d2-89502f821380 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-7263e6d8-4f9f-4a89-bcbc-640b1bcfc1ee {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-7263e6d8-4f9f-4a89-bcbc-640b1bcfc1ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7263e6d8-4f9f-4a89-bcbc-640b1bcfc1ee.shg-box.shg-c {
  justify-content: center;
}

#s-d4261375-0719-4ad0-9199-72b67bea95b4 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-d4261375-0719-4ad0-9199-72b67bea95b4 .shogun-heading-component h2 {
  color: rgba(252, 252, 252, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-11c08ac9-89ed-4478-86d2-6c1f2a74e96a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-9b5ba299-40e2-4172-b897-d5e7346233d5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-9b5ba299-40e2-4172-b897-d5e7346233d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b5ba299-40e2-4172-b897-d5e7346233d5.shg-box.shg-c {
  justify-content: center;
}

#s-21ddfa70-c8bb-443c-943c-340c9efdcb72 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-21ddfa70-c8bb-443c-943c-340c9efdcb72 {
  
}
}
#s-e7642314-a29a-4c2e-8543-bb009c918c2d {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 252, 252, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(194, 194, 194, 0);
}

#s-d4b36830-c3b2-4032-9eef-f7fe5552309c {
  display: none;
}
#s-97b2e335-a34d-4f2c-a62b-6dec87432476 {
  margin-left: 5px;
margin-right: 5px;
text-align: left;
}

#s-97b2e335-a34d-4f2c-a62b-6dec87432476 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-97b2e335-a34d-4f2c-a62b-6dec87432476 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-97b2e335-a34d-4f2c-a62b-6dec87432476 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-97b2e335-a34d-4f2c-a62b-6dec87432476 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 2px;
}


  #s-97b2e335-a34d-4f2c-a62b-6dec87432476 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-97b2e335-a34d-4f2c-a62b-6dec87432476 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-f2bc8452-3bf6-4bfa-8954-0a0079ccfd93 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-f2bc8452-3bf6-4bfa-8954-0a0079ccfd93:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-f2bc8452-3bf6-4bfa-8954-0a0079ccfd93:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f2bc8452-3bf6-4bfa-8954-0a0079ccfd93 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f2bc8452-3bf6-4bfa-8954-0a0079ccfd93.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f2bc8452-3bf6-4bfa-8954-0a0079ccfd93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-f2bc8452-3bf6-4bfa-8954-0a0079ccfd93.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f2bc8452-3bf6-4bfa-8954-0a0079ccfd93.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(7, 7, 7, 1);
  }


#s-0e8422e7-d2c0-407f-a4fa-c433690f65f4 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e8422e7-d2c0-407f-a4fa-c433690f65f4 {
  
}
}
#s-73d566a7-e5b5-4c14-b0b3-73e9267b9215 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-73d566a7-e5b5-4c14-b0b3-73e9267b9215 {
  
}
}







#s-73d566a7-e5b5-4c14-b0b3-73e9267b9215 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73d566a7-e5b5-4c14-b0b3-73e9267b9215.shg-box.shg-c {
  justify-content: center;
}

#s-3f688e59-5dae-4662-a615-e5fb73877667 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-3f688e59-5dae-4662-a615-e5fb73877667 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-3f688e59-5dae-4662-a615-e5fb73877667.shg-box.shg-c {
  justify-content: center;
}

#s-711f03f7-eb99-42be-b359-69872055d0af {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-711f03f7-eb99-42be-b359-69872055d0af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-2fc2ed20-2a23-4339-a348-f3fabcf58c92 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-2fc2ed20-2a23-4339-a348-f3fabcf58c92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fc2ed20-2a23-4339-a348-f3fabcf58c92.shg-box.shg-c {
  justify-content: center;
}

#s-9f6e1264-4e7f-4f83-928f-569173767550 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-9f6e1264-4e7f-4f83-928f-569173767550 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9427f4ce-b64f-46a6-9e60-7f2276ad1a09 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-9a0674f3-81f4-4917-87d5-b684651660c4 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 0);
}








#s-9a0674f3-81f4-4917-87d5-b684651660c4 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-9a0674f3-81f4-4917-87d5-b684651660c4.shg-box.shg-c {
  justify-content: 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-f12fcf44-ba95-4593-895d-019e26bad0da {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f12fcf44-ba95-4593-895d-019e26bad0da {
  
}
}
#s-f12fcf44-ba95-4593-895d-019e26bad0da > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f12fcf44-ba95-4593-895d-019e26bad0da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-f12fcf44-ba95-4593-895d-019e26bad0da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-f12fcf44-ba95-4593-895d-019e26bad0da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-f12fcf44-ba95-4593-895d-019e26bad0da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-f12fcf44-ba95-4593-895d-019e26bad0da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d044a4e3-c68b-4b46-bfd4-ac22b99fb7d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-52175ae8-218a-4a99-a32e-3442a4256507 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52175ae8-218a-4a99-a32e-3442a4256507 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-28b3333e-56c1-4214-8735-3cc7c217194d {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-28b3333e-56c1-4214-8735-3cc7c217194d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28b3333e-56c1-4214-8735-3cc7c217194d.shg-box.shg-c {
  justify-content: center;
}

#s-e5c0afb3-099e-412f-940d-8ab1c06274f6 {
  margin-left: 25px;
margin-right: 25px;
}

#s-e5c0afb3-099e-412f-940d-8ab1c06274f6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e5c0afb3-099e-412f-940d-8ab1c06274f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e5c0afb3-099e-412f-940d-8ab1c06274f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-e5c0afb3-099e-412f-940d-8ab1c06274f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e5c0afb3-099e-412f-940d-8ab1c06274f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e5c0afb3-099e-412f-940d-8ab1c06274f6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.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-854b2871-e8d9-4377-b174-937f8572c8d9 {
  text-align: center;
}




  #s-854b2871-e8d9-4377-b174-937f8572c8d9 img.shogun-image {
    
    width: px;
  }


#s-854b2871-e8d9-4377-b174-937f8572c8d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c38ec26-22f4-4142-a601-497c2fdba5b9 {
  margin-left: 25px;
margin-right: 25px;
}

#s-8c38ec26-22f4-4142-a601-497c2fdba5b9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8c38ec26-22f4-4142-a601-497c2fdba5b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8c38ec26-22f4-4142-a601-497c2fdba5b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-8c38ec26-22f4-4142-a601-497c2fdba5b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8c38ec26-22f4-4142-a601-497c2fdba5b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8c38ec26-22f4-4142-a601-497c2fdba5b9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-dfdf2cc5-7678-4804-9875-9536acbf3092 {
  text-align: center;
}




  #s-dfdf2cc5-7678-4804-9875-9536acbf3092 img.shogun-image {
    
    width: px;
  }


#s-dfdf2cc5-7678-4804-9875-9536acbf3092 .shogun-image-content {
  
    align-items: center;
  
}

#s-67453797-3c9f-454e-9f8f-d715fea6c44d {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-67453797-3c9f-454e-9f8f-d715fea6c44d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-67453797-3c9f-454e-9f8f-d715fea6c44d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-67453797-3c9f-454e-9f8f-d715fea6c44d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-67453797-3c9f-454e-9f8f-d715fea6c44d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-67453797-3c9f-454e-9f8f-d715fea6c44d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-67453797-3c9f-454e-9f8f-d715fea6c44d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-dd1ad84c-630f-4d2e-94de-128eac948579 {
  text-align: center;
}




  #s-dd1ad84c-630f-4d2e-94de-128eac948579 img.shogun-image {
    
    width: px;
  }


#s-dd1ad84c-630f-4d2e-94de-128eac948579 .shogun-image-content {
  
    align-items: center;
  
}

#s-61250cb8-7dc1-44c2-af99-f46ba2d9f092 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-027874d9-c0e2-46ea-b2ec-b43f3d512a1d {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-ceda25d4-d4a6-44b7-93e9-6153719abf03 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-a38ab369-57bc-4158-9f25-8b1c57689167 {
  min-height: 50px;
}








#s-a38ab369-57bc-4158-9f25-8b1c57689167 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a38ab369-57bc-4158-9f25-8b1c57689167.shg-box.shg-c {
  justify-content: center;
}

#s-4674c90d-59a1-4247-a2c6-b23450e2f812 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4674c90d-59a1-4247-a2c6-b23450e2f812"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-aa4b8141-a29e-41d8-a028-a4115c237f38 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-7285d622-97b9-436b-bdba-f2335b07d937 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-9f5a5aad-91f2-4f26-8aeb-a8492f6a8d79 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-9f5a5aad-91f2-4f26-8aeb-a8492f6a8d79 img.shogun-image {
    
    width: px;
  }


#s-9f5a5aad-91f2-4f26-8aeb-a8492f6a8d79 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbbd3a00-d660-437d-927c-6ec74824873f {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-1089a0b7-c5ee-48c8-90a1-1c14884403cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-1572a5a7-1353-4fea-916d-f743edb3061b {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
}








#s-1572a5a7-1353-4fea-916d-f743edb3061b > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-1572a5a7-1353-4fea-916d-f743edb3061b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f7f54c3f-5cbc-4f9b-864d-93a35d50aee3 {
  min-height: 50px;
}








#s-f7f54c3f-5cbc-4f9b-864d-93a35d50aee3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7f54c3f-5cbc-4f9b-864d-93a35d50aee3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b8a963e5-4d5e-43ef-b214-ff7efcdf9777"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bb8b9f82-6af6-4a61-8db1-bb036b683de8 {
  
}

#s-bb8b9f82-6af6-4a61-8db1-bb036b683de8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-bb8b9f82-6af6-4a61-8db1-bb036b683de8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-bb8b9f82-6af6-4a61-8db1-bb036b683de8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-bb8b9f82-6af6-4a61-8db1-bb036b683de8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-bb8b9f82-6af6-4a61-8db1-bb036b683de8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: center;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-bb8b9f82-6af6-4a61-8db1-bb036b683de8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-18d0a74e-da49-4428-8cd7-006239a60fa6 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-18d0a74e-da49-4428-8cd7-006239a60fa6 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-18d0a74e-da49-4428-8cd7-006239a60fa6 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-18d0a74e-da49-4428-8cd7-006239a60fa6 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-18d0a74e-da49-4428-8cd7-006239a60fa6 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-18d0a74e-da49-4428-8cd7-006239a60fa6 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-18d0a74e-da49-4428-8cd7-006239a60fa6 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-b0332c83-5101-45ca-9e75-74a8929bc7ed {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(5, 3, 3, 0.45);
}

@media (min-width: 0px) {
[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3e858141-bf51-4a80-acc8-72f2b4af1a83"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1664059e-b9c4-4aa7-bbea-2f6ffe0d3769 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-1664059e-b9c4-4aa7-bbea-2f6ffe0d3769 img.shogun-image {
    
    width: px;
  }


#s-1664059e-b9c4-4aa7-bbea-2f6ffe0d3769 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc169c07-5e1d-47d6-ab6c-57d60c05aff7 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(126, 126, 126, 0.14);
}








#s-cc169c07-5e1d-47d6-ab6c-57d60c05aff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc169c07-5e1d-47d6-ab6c-57d60c05aff7.shg-box.shg-c {
  justify-content: center;
}

#s-093db7e4-932d-4518-83e7-a8e7762d05bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-093db7e4-932d-4518-83e7-a8e7762d05bc .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-da546f79-5831-49ee-a019-4a753d6e1ddf {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fcf0eb45-4b8c-4a29-8ba8-d38d954e22a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcf0eb45-4b8c-4a29-8ba8-d38d954e22a8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d403868a-6b2c-42bb-bb91-3f1a771e0fce {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d403868a-6b2c-42bb-bb91-3f1a771e0fce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-850ab642-e5b2-4613-8429-daf12d17251d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-850ab642-e5b2-4613-8429-daf12d17251d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8d032e93-1d6f-4405-bee2-bc3c5e2ebdaa {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

.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-ab72ecc7-9900-43ba-98a2-1d808345f2e6 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-left: 1px;
margin-bottom: 10px;
margin-right: 1px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-ab72ecc7-9900-43ba-98a2-1d808345f2e6:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ab72ecc7-9900-43ba-98a2-1d808345f2e6:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-ab72ecc7-9900-43ba-98a2-1d808345f2e6.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-a9454ad2-f47f-4116-8b57-98060e713791 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a9454ad2-f47f-4116-8b57-98060e713791 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-40a37400-664e-4533-9b6f-0153d1aa6584 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-123306ba-fc8f-40a8-8132-873b648d3597 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-59812307-0dfc-4189-9f62-7563d77deb69 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
}








#s-59812307-0dfc-4189-9f62-7563d77deb69 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-59812307-0dfc-4189-9f62-7563d77deb69.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d424778e-0470-4da9-9269-aa2315533f3b {
  min-height: 50px;
}








#s-d424778e-0470-4da9-9269-aa2315533f3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d424778e-0470-4da9-9269-aa2315533f3b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c3f6bcd8-778d-4b78-9dde-ec332fcd6d6a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b7387410-e763-4958-a351-b69d94a2a97f {
  
}

#s-b7387410-e763-4958-a351-b69d94a2a97f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-b7387410-e763-4958-a351-b69d94a2a97f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b7387410-e763-4958-a351-b69d94a2a97f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b7387410-e763-4958-a351-b69d94a2a97f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-b7387410-e763-4958-a351-b69d94a2a97f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: center;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-b7387410-e763-4958-a351-b69d94a2a97f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c95861a5-6368-4b13-b5f0-a405d459cd2c {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-c95861a5-6368-4b13-b5f0-a405d459cd2c .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-c95861a5-6368-4b13-b5f0-a405d459cd2c .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-c95861a5-6368-4b13-b5f0-a405d459cd2c .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-c95861a5-6368-4b13-b5f0-a405d459cd2c .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-c95861a5-6368-4b13-b5f0-a405d459cd2c .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-c95861a5-6368-4b13-b5f0-a405d459cd2c .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-eaaafa56-16ba-4bc0-b3d5-bd97d9a24fa3 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(5, 3, 3, 0.45);
}

#s-7a9b2daa-db32-488a-bf91-fd9d5c4f0d12 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
}








#s-7a9b2daa-db32-488a-bf91-fd9d5c4f0d12 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-7a9b2daa-db32-488a-bf91-fd9d5c4f0d12.shg-box.shg-c {
  justify-content: flex-start;
}

#s-02e3f8d8-85d8-4ae5-b628-edcdcc1b1fa0 {
  min-height: 50px;
}








#s-02e3f8d8-85d8-4ae5-b628-edcdcc1b1fa0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02e3f8d8-85d8-4ae5-b628-edcdcc1b1fa0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-47de72f6-a74d-479f-a9a1-27c8d283a9f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bedca09c-d336-4c37-84a0-95d74eddd436 {
  
}

#s-bedca09c-d336-4c37-84a0-95d74eddd436 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-bedca09c-d336-4c37-84a0-95d74eddd436 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-bedca09c-d336-4c37-84a0-95d74eddd436 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-bedca09c-d336-4c37-84a0-95d74eddd436 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-bedca09c-d336-4c37-84a0-95d74eddd436 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: center;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-bedca09c-d336-4c37-84a0-95d74eddd436 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-61f1c3f8-e132-449e-a869-5628003fab14 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-61f1c3f8-e132-449e-a869-5628003fab14 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-61f1c3f8-e132-449e-a869-5628003fab14 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-61f1c3f8-e132-449e-a869-5628003fab14 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-61f1c3f8-e132-449e-a869-5628003fab14 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-61f1c3f8-e132-449e-a869-5628003fab14 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-61f1c3f8-e132-449e-a869-5628003fab14 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-e9d36142-7844-4346-a0a1-299655586871 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(5, 3, 3, 0.45);
}

#s-b4b3de13-4ad1-4d90-b60a-841efdc7fd6e {
  margin-left: 25px;
margin-right: 25px;
}

#s-b4b3de13-4ad1-4d90-b60a-841efdc7fd6e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b4b3de13-4ad1-4d90-b60a-841efdc7fd6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b4b3de13-4ad1-4d90-b60a-841efdc7fd6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b4b3de13-4ad1-4d90-b60a-841efdc7fd6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b4b3de13-4ad1-4d90-b60a-841efdc7fd6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b4b3de13-4ad1-4d90-b60a-841efdc7fd6e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a4a54204-4b1a-4caa-9bde-f9cd8782c30f {
  text-align: center;
}




  #s-a4a54204-4b1a-4caa-9bde-f9cd8782c30f img.shogun-image {
    
    width: px;
  }


#s-a4a54204-4b1a-4caa-9bde-f9cd8782c30f .shogun-image-content {
  
    align-items: center;
  
}

#s-1a1c0c53-d377-42ed-a3bc-df5cc775d5d1 {
  margin-left: 25px;
margin-right: 25px;
}

#s-1a1c0c53-d377-42ed-a3bc-df5cc775d5d1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-1a1c0c53-d377-42ed-a3bc-df5cc775d5d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1a1c0c53-d377-42ed-a3bc-df5cc775d5d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-1a1c0c53-d377-42ed-a3bc-df5cc775d5d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-1a1c0c53-d377-42ed-a3bc-df5cc775d5d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-1a1c0c53-d377-42ed-a3bc-df5cc775d5d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bd79ff8f-835e-47d4-be09-a12d280deda8 {
  text-align: center;
}




  #s-bd79ff8f-835e-47d4-be09-a12d280deda8 img.shogun-image {
    
    width: px;
  }


#s-bd79ff8f-835e-47d4-be09-a12d280deda8 .shogun-image-content {
  
    align-items: center;
  
}

#s-6648ccc2-568c-4152-a08e-6c35eddc1fdb {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-6648ccc2-568c-4152-a08e-6c35eddc1fdb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6648ccc2-568c-4152-a08e-6c35eddc1fdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6648ccc2-568c-4152-a08e-6c35eddc1fdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-6648ccc2-568c-4152-a08e-6c35eddc1fdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6648ccc2-568c-4152-a08e-6c35eddc1fdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6648ccc2-568c-4152-a08e-6c35eddc1fdb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-418518d9-2eee-40b6-9bba-79b02260de69 {
  text-align: center;
}




  #s-418518d9-2eee-40b6-9bba-79b02260de69 img.shogun-image {
    
    width: px;
  }


#s-418518d9-2eee-40b6-9bba-79b02260de69 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea466b4b-c0be-4c38-86b4-d6675e3d8e20 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(3, 3, 3, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-ea466b4b-c0be-4c38-86b4-d6675e3d8e20:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-ea466b4b-c0be-4c38-86b4-d6675e3d8e20:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-ea466b4b-c0be-4c38-86b4-d6675e3d8e20-btn-wrapper {
    text-align: center;
  }


#s-ea466b4b-c0be-4c38-86b4-d6675e3d8e20.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-a9c686f7-de34-4ec3-b745-45c7fa392f9d {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-a9c686f7-de34-4ec3-b745-45c7fa392f9d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-070eeb0b-9f8f-43de-b9db-204db1221f4e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-070eeb0b-9f8f-43de-b9db-204db1221f4e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-31a35674-db9f-476d-992c-876d3b130632 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-31a35674-db9f-476d-992c-876d3b130632 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31a35674-db9f-476d-992c-876d3b130632.shg-box.shg-c {
  justify-content: center;
}

#s-f7ebe46a-973d-47c7-861c-261093b64a56 {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-8689d1a4-13d7-4741-a386-5e0235f8173e {
  min-height: 50px;
}








#s-8689d1a4-13d7-4741-a386-5e0235f8173e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8689d1a4-13d7-4741-a386-5e0235f8173e.shg-box.shg-c {
  justify-content: center;
}

#s-c047c637-e4c7-4763-895e-3870a7df2fff {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-c047c637-e4c7-4763-895e-3870a7df2fff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c047c637-e4c7-4763-895e-3870a7df2fff.shg-box.shg-c {
  justify-content: flex-end;
}

#s-cf7644d0-7e1a-4d9a-97cb-aaf519ee5ce3 {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-fe58e17a-625b-495f-b957-3925c7a55e0a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: right center;
}








#s-fe58e17a-625b-495f-b957-3925c7a55e0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe58e17a-625b-495f-b957-3925c7a55e0a.shg-box.shg-c {
  justify-content: center;
}

#s-664763e9-beac-404c-85b4-44c2ead66330 {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-72061589-e1ca-4d0d-aba7-f0870276c1c9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-72061589-e1ca-4d0d-aba7-f0870276c1c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2b2b1670-ef6f-4eb3-9732-d0d10e65acf8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-4d7d92a8-57fc-4171-a533-b6c912317855 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-4d7d92a8-57fc-4171-a533-b6c912317855 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a61c00f7-c635-46fe-b45e-00eed317ed00 {
  min-height: 50px;
}








#s-a61c00f7-c635-46fe-b45e-00eed317ed00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a61c00f7-c635-46fe-b45e-00eed317ed00.shg-box.shg-c {
  justify-content: center;
}

#s-1e82c2d9-50f4-445d-b5b6-440c223f3d91 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-1e82c2d9-50f4-445d-b5b6-440c223f3d91"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-6b0bdc5b-9728-490f-a160-a63333c36c6f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-6b0bdc5b-9728-490f-a160-a63333c36c6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b0bdc5b-9728-490f-a160-a63333c36c6f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-143706fd-2b09-45cd-92fe-4217f73d41ef {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-64bc4095-5123-443d-8fd2-54c687f01578 {
  min-height: 50px;
}








#s-64bc4095-5123-443d-8fd2-54c687f01578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64bc4095-5123-443d-8fd2-54c687f01578.shg-box.shg-c {
  justify-content: center;
}

#s-c5b1008a-cd8b-45d6-b0e1-55ba0a7c16c5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-c5b1008a-cd8b-45d6-b0e1-55ba0a7c16c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b1008a-cd8b-45d6-b0e1-55ba0a7c16c5.shg-box.shg-c {
  justify-content: center;
}

#s-95e90ece-8dd6-4682-9631-15bb5f244c1e {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-24a4152f-1ebd-4b5b-9964-dd4375bc60c9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-24a4152f-1ebd-4b5b-9964-dd4375bc60c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24a4152f-1ebd-4b5b-9964-dd4375bc60c9.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b49af033-de14-4c85-87d3-3ad8dfbc2aef {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4a421746-4861-4ecd-9fb7-6cf2cb52aa04"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0785df61-2fde-49fb-ae9b-a2c6a179f2e6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-32dd7da5-be8f-409f-967f-668957f1c501 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-32dd7da5-be8f-409f-967f-668957f1c501 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c650961f-9260-4bb7-a7fb-5c0d7331ff27 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c650961f-9260-4bb7-a7fb-5c0d7331ff27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c650961f-9260-4bb7-a7fb-5c0d7331ff27.shg-box.shg-c {
  justify-content: center;
}

#s-d021521d-0675-4e92-b695-972189f13788 {
  background-image: url(https://i.shgcdn.com/7b38f457-0394-41b0-8f3e-12436a1fcf8a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 400px;
background-position: right center;
opacity: 0.99;
}

@media (min-width: 0px) {
[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d021521d-0675-4e92-b695-972189f13788"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6b568b10-4709-4874-a390-9c57f4b942e6 {
  min-height: 400px;
}








#s-6b568b10-4709-4874-a390-9c57f4b942e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b568b10-4709-4874-a390-9c57f4b942e6.shg-box.shg-c {
  justify-content: center;
}

#s-ad80d10b-c178-43f9-8b42-f385b3f6f246 {
  border-style: solid;
margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-ad80d10b-c178-43f9-8b42-f385b3f6f246 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad80d10b-c178-43f9-8b42-f385b3f6f246 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad80d10b-c178-43f9-8b42-f385b3f6f246 {
  
}
}@media (max-width: 767px){#s-ad80d10b-c178-43f9-8b42-f385b3f6f246 {
  
}
}
#s-5b255f7f-7010-4ee9-86cd-da94e9f22be0 {
  background-image: url(https://i.shgcdn.com/830ab74f-1276-417d-ab24-46af38d67d64/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-position: left center;
opacity: 0.99;
}

@media (min-width: 0px) {
[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5b255f7f-7010-4ee9-86cd-da94e9f22be0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-daca4d6f-ac21-4677-a4cb-f7d0153861dd {
  min-height: 400px;
}








#s-daca4d6f-ac21-4677-a4cb-f7d0153861dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daca4d6f-ac21-4677-a4cb-f7d0153861dd.shg-box.shg-c {
  justify-content: center;
}

#s-1167e479-81c4-4388-b26b-84551d759e7b {
  border-style: solid;
margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-1167e479-81c4-4388-b26b-84551d759e7b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1167e479-81c4-4388-b26b-84551d759e7b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1167e479-81c4-4388-b26b-84551d759e7b {
  
}
}@media (max-width: 767px){#s-1167e479-81c4-4388-b26b-84551d759e7b {
  
}
}
#s-2a115f7b-80a4-47fd-8814-91b2cd982693 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-2a115f7b-80a4-47fd-8814-91b2cd982693 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-2a115f7b-80a4-47fd-8814-91b2cd982693.shg-box.shg-c {
  justify-content: center;
}

#s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-cc54b32e-7c8b-46bd-9ff0-c47a2f38d91f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-7269298f-84da-49ab-8ed9-2a2a6e0d70e3 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-7269298f-84da-49ab-8ed9-2a2a6e0d70e3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c7bdaa2d-efc7-494d-98cb-9d561791301d {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-c7bdaa2d-efc7-494d-98cb-9d561791301d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7bdaa2d-efc7-494d-98cb-9d561791301d.shg-box.shg-c {
  justify-content: center;
}

#s-5b97bfaf-8cc7-4257-bfa4-19a6e6940e8c {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 0);
}








#s-5b97bfaf-8cc7-4257-bfa4-19a6e6940e8c > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-5b97bfaf-8cc7-4257-bfa4-19a6e6940e8c.shg-box.shg-c {
  justify-content: center;
}

#s-20a3d446-ae52-4f95-83f4-e78f4db9c7fb {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-20a3d446-ae52-4f95-83f4-e78f4db9c7fb {
  
}
}
#s-20a3d446-ae52-4f95-83f4-e78f4db9c7fb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-20a3d446-ae52-4f95-83f4-e78f4db9c7fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-20a3d446-ae52-4f95-83f4-e78f4db9c7fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-20a3d446-ae52-4f95-83f4-e78f4db9c7fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-20a3d446-ae52-4f95-83f4-e78f4db9c7fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-20a3d446-ae52-4f95-83f4-e78f4db9c7fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc {
  
}

@media (min-width: 0px) {
[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57bf18d0-0f5b-486c-aff2-d03ef2fcbefc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2bca1863-539f-4f84-92bb-3e6280c813b5 {
  text-align: center;
}




  #s-2bca1863-539f-4f84-92bb-3e6280c813b5 img.shogun-image {
    
    width: px;
  }


#s-2bca1863-539f-4f84-92bb-3e6280c813b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8d13628-ce28-4742-a4fe-60b2c1009f82 {
  min-height: 50px;
}








#s-e8d13628-ce28-4742-a4fe-60b2c1009f82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8d13628-ce28-4742-a4fe-60b2c1009f82.shg-box.shg-c {
  justify-content: center;
}

#s-6a219314-57a0-436f-bd00-d8aa0a49d8b3 {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-2dfd257c-3971-4830-b3fe-ab5bff3148b8 {
  
}

@media (min-width: 0px) {
[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2dfd257c-3971-4830-b3fe-ab5bff3148b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1e8e4379-47c7-4fa5-8c6d-d81d8b7f48f7 {
  min-height: 50px;
}








#s-1e8e4379-47c7-4fa5-8c6d-d81d8b7f48f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e8e4379-47c7-4fa5-8c6d-d81d8b7f48f7.shg-box.shg-c {
  justify-content: center;
}

#s-a008dbfc-a690-4bf9-aa0d-60f924182105 {
  
}

@media (min-width: 0px) {
[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a008dbfc-a690-4bf9-aa0d-60f924182105"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-06bf32bd-297b-4008-a542-49473424b722 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-8613d2bf-c0a5-49cb-a9a9-a8f23d9a2927 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-7b266ca8-620e-44d0-a555-ea9181821ff3 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-7b266ca8-620e-44d0-a555-ea9181821ff3 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-fde13dfa-bee4-44e9-bfd9-cbc0902cb5cd {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-3feb181e-bc44-4150-924e-6e183969cf52 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-b8942827-31cb-426c-b2be-615a07112421 {
  text-align: left;
}


.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 {
  max-width: 100%;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 .shg-image-zoom,
.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 {
  max-width: 100%;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 .shg-image-zoom,
.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 {
  max-width: 100%;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 .shg-image-zoom,
.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 {
  max-width: 100%;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 .shg-image-zoom,
.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 {
  max-width: 100%;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 .shg-image-zoom,
.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b8942827-31cb-426c-b2be-615a07112421 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b93623de-f646-4ab6-be75-d061613a7836 {
  display: none;
}
#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 {
  text-align: left;
}


.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 {
  max-width: 100%;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 .shg-image-zoom,
.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 {
  max-width: 100%;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 .shg-image-zoom,
.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 {
  max-width: 100%;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 .shg-image-zoom,
.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 {
  max-width: 100%;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 .shg-image-zoom,
.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 {
  max-width: 100%;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 .shg-image-zoom,
.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-76da29a0-cb25-4fe1-9d2b-5163878ffed6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8e835b78-d8d3-4690-b4e7-51096f8fd33b {
  display: none;
}
#s-1011112d-f6d1-4168-b277-7dcf1150be65 {
  text-align: left;
}


.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 {
  max-width: 100%;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 .shg-image-zoom,
.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 {
  max-width: 100%;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 .shg-image-zoom,
.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 {
  max-width: 100%;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 .shg-image-zoom,
.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 {
  max-width: 100%;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 .shg-image-zoom,
.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 {
  max-width: 100%;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 .shg-image-zoom,
.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1011112d-f6d1-4168-b277-7dcf1150be65 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8c329fee-85b9-4a81-a936-df84262e41f8 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-8c329fee-85b9-4a81-a936-df84262e41f8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-89fa789a-6221-442c-ad14-ac670465075c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-89fa789a-6221-442c-ad14-ac670465075c > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-89fa789a-6221-442c-ad14-ac670465075c.shg-box.shg-c {
  justify-content: center;
}

#s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-f9e84ef4-2e4d-45a4-a7a7-484aaed2d6fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-fd279d2d-3609-4374-ab06-bc7e443f769a {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-fd279d2d-3609-4374-ab06-bc7e443f769a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd279d2d-3609-4374-ab06-bc7e443f769a.shg-box.shg-c {
  justify-content: center;
}

#s-28373c75-bb43-4011-9865-2050af3c34c2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 0);
}








#s-28373c75-bb43-4011-9865-2050af3c34c2 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-28373c75-bb43-4011-9865-2050af3c34c2.shg-box.shg-c {
  justify-content: center;
}

#s-ce4f482d-2dac-46c9-b557-b6c2756d35ab {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce4f482d-2dac-46c9-b557-b6c2756d35ab {
  
}
}
#s-ce4f482d-2dac-46c9-b557-b6c2756d35ab > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ce4f482d-2dac-46c9-b557-b6c2756d35ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-ce4f482d-2dac-46c9-b557-b6c2756d35ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-ce4f482d-2dac-46c9-b557-b6c2756d35ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-ce4f482d-2dac-46c9-b557-b6c2756d35ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-ce4f482d-2dac-46c9-b557-b6c2756d35ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-4ee181c2-5c14-4831-a055-0f76859eb32d {
  text-align: center;
}




  #s-4ee181c2-5c14-4831-a055-0f76859eb32d img.shogun-image {
    
    width: px;
  }


#s-4ee181c2-5c14-4831-a055-0f76859eb32d .shogun-image-content {
  
    align-items: center;
  
}

#s-fe4a70b8-8708-4d6b-8fcf-c8b5243b1e3a {
  min-height: 50px;
}








#s-fe4a70b8-8708-4d6b-8fcf-c8b5243b1e3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe4a70b8-8708-4d6b-8fcf-c8b5243b1e3a.shg-box.shg-c {
  justify-content: center;
}

#s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
}

@media (min-width: 0px) {
[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c96a76fd-dcf7-49eb-9561-5219e32ed4fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5cb37dd2-074e-4562-bf2f-80abc42aef9b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-d4f62101-d334-4fb0-a344-9fc443a01eac {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-58d6fa92-9439-4cdf-8be6-c75ea5d48522 {
  
}

@media (min-width: 0px) {
[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-58d6fa92-9439-4cdf-8be6-c75ea5d48522"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8611c850-e775-4247-b164-65e67f11f990 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-efce8c2b-ab6e-46a0-ae72-09089214178a {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-66f296ec-a94d-4622-8402-db996f4a6b59 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(3, 3, 3, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-66f296ec-a94d-4622-8402-db996f4a6b59:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-66f296ec-a94d-4622-8402-db996f4a6b59:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-66f296ec-a94d-4622-8402-db996f4a6b59-btn-wrapper {
    text-align: center;
  }


#s-66f296ec-a94d-4622-8402-db996f4a6b59.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-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;
  }
}

#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;
}
