.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-c5e4aae6-ea5d-480f-9a77-a32c144eefaa {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-c5e4aae6-ea5d-480f-9a77-a32c144eefaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5e4aae6-ea5d-480f-9a77-a32c144eefaa.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-30789568-a355-4983-8a01-ecfc07bacc90 {
  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-bd23ae21-6ffd-4929-9889-1f7c4fbcfe3e {
  min-height: 50px;
}








#s-bd23ae21-6ffd-4929-9889-1f7c4fbcfe3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd23ae21-6ffd-4929-9889-1f7c4fbcfe3e.shg-box.shg-c {
  justify-content: center;
}

#s-cefc18f8-9079-4680-a30e-506885bbf631 {
  background-image: url(https://i.shgcdn.com/6836eaaf-d274-4d20-a31e-b880a012e938/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-cefc18f8-9079-4680-a30e-506885bbf631 > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0.3;
}#s-cefc18f8-9079-4680-a30e-506885bbf631.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-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d684c599-49af-4c34-a757-da6ae1caffb0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fb4afb4d-6140-45da-8eb0-a9b24704fec0 {
  min-height: 50px;
}








#s-fb4afb4d-6140-45da-8eb0-a9b24704fec0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb4afb4d-6140-45da-8eb0-a9b24704fec0.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-2850aaf7-0d9a-4c7c-bf47-f49d3cee364b {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-2850aaf7-0d9a-4c7c-bf47-f49d3cee364b .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-44572bfc-a4c1-40e8-81d7-cf77076b8fbb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-5c704434-b85c-4f2b-9518-5f04f173fe1c {
  min-height: 50px;
}








#s-5c704434-b85c-4f2b-9518-5f04f173fe1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c704434-b85c-4f2b-9518-5f04f173fe1c.shg-box.shg-c {
  justify-content: center;
}

#s-ee6e5706-f0a6-484e-aabc-e2d93e96def0 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee6e5706-f0a6-484e-aabc-e2d93e96def0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d92c7da1-c7b4-48db-96ef-dfdebb5f9e63 {
  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-630ca2ad-ecab-4ebd-8479-1c5972f9f75d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-position: center center;
}








#s-630ca2ad-ecab-4ebd-8479-1c5972f9f75d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-630ca2ad-ecab-4ebd-8479-1c5972f9f75d.shg-box.shg-c {
  justify-content: center;
}

#s-c1caae7a-3785-46b4-a92a-675ea4be9e75 {
  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-c1caae7a-3785-46b4-a92a-675ea4be9e75 .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-85960ebc-9b44-4abd-9749-e271739e0a62 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-4fa38726-b533-48b7-bfd4-c4e49653c921 {
  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-4fa38726-b533-48b7-bfd4-c4e49653c921 {
  
}
}
#s-4fa38726-b533-48b7-bfd4-c4e49653c921 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f218be35-b4c3-4aa4-9116-5b9ab2429885 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f218be35-b4c3-4aa4-9116-5b9ab2429885"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-34045c12-f26d-41d7-a66b-d47eb2995c26 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-34045c12-f26d-41d7-a66b-d47eb2995c26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34045c12-f26d-41d7-a66b-d47eb2995c26.shg-box.shg-c {
  justify-content: center;
}

#s-b6f9862f-5a58-4edc-8f95-b35028dc7139 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-b6f9862f-5a58-4edc-8f95-b35028dc7139 .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-8d08fcf8-263c-41e1-8708-87b0bb344e77 {
  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-9b9012fd-198e-4c2f-9a13-cfc0c0221823 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-9b9012fd-198e-4c2f-9a13-cfc0c0221823 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b9012fd-198e-4c2f-9a13-cfc0c0221823.shg-box.shg-c {
  justify-content: center;
}

#s-274abf83-9de6-413d-bb62-49b5834952cd {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-274abf83-9de6-413d-bb62-49b5834952cd .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-3cc20458-2ebb-406c-b3df-8f966e54c95b {
  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-507a1a15-9cfe-4acf-baca-a629618fadc2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-507a1a15-9cfe-4acf-baca-a629618fadc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-507a1a15-9cfe-4acf-baca-a629618fadc2.shg-box.shg-c {
  justify-content: center;
}

#s-0c5acb0e-0e17-4991-83b6-313cb2bc4088 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c5acb0e-0e17-4991-83b6-313cb2bc4088 {
  
}
}
#s-623a25b8-3c68-4bf4-87cd-9d2e11a6ac08 {
  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-f2cfbda5-1d47-4251-ba1c-184c3fce52ed {
  display: none;
}
#s-aabc51b5-670d-4782-855b-2b79a402093d {
  margin-left: 5px;
margin-right: 5px;
text-align: left;
}

#s-aabc51b5-670d-4782-855b-2b79a402093d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-aabc51b5-670d-4782-855b-2b79a402093d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-aabc51b5-670d-4782-855b-2b79a402093d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-aabc51b5-670d-4782-855b-2b79a402093d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 2px;
}


  #s-aabc51b5-670d-4782-855b-2b79a402093d .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-aabc51b5-670d-4782-855b-2b79a402093d .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-c416d2ae-00ff-4cb2-a9e3-888d94c5fa8b {
  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-c416d2ae-00ff-4cb2-a9e3-888d94c5fa8b:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-c416d2ae-00ff-4cb2-a9e3-888d94c5fa8b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c416d2ae-00ff-4cb2-a9e3-888d94c5fa8b {
  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-c416d2ae-00ff-4cb2-a9e3-888d94c5fa8b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c416d2ae-00ff-4cb2-a9e3-888d94c5fa8b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-c416d2ae-00ff-4cb2-a9e3-888d94c5fa8b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c416d2ae-00ff-4cb2-a9e3-888d94c5fa8b.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(7, 7, 7, 1);
  }


#s-1db3b8ee-b92f-4741-95a7-5b41f34fe721 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1db3b8ee-b92f-4741-95a7-5b41f34fe721 {
  
}
}
#s-dd087154-e774-4898-bbaa-392b83fb53bd {
  min-height: 50px;
}








#s-dd087154-e774-4898-bbaa-392b83fb53bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd087154-e774-4898-bbaa-392b83fb53bd.shg-box.shg-c {
  justify-content: center;
}

#s-befb7ff6-94b9-4664-88da-91dd48fb73a9 {
  min-height: 50px;
}








#s-befb7ff6-94b9-4664-88da-91dd48fb73a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-befb7ff6-94b9-4664-88da-91dd48fb73a9.shg-box.shg-c {
  justify-content: center;
}

#s-a7e7ca37-5d0d-498e-9c6c-74fcc75d061d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7e7ca37-5d0d-498e-9c6c-74fcc75d061d {
  
}
}







#s-a7e7ca37-5d0d-498e-9c6c-74fcc75d061d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7e7ca37-5d0d-498e-9c6c-74fcc75d061d.shg-box.shg-c {
  justify-content: center;
}

#s-0c62ac6d-ef95-456a-ba39-9acd6cab3226 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-0c62ac6d-ef95-456a-ba39-9acd6cab3226 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-0c62ac6d-ef95-456a-ba39-9acd6cab3226.shg-box.shg-c {
  justify-content: center;
}

#s-9816dd20-230c-413d-84f7-520907336aa2 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-9816dd20-230c-413d-84f7-520907336aa2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-11130ff9-a332-4a7b-9c86-e117afbdec38 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-11130ff9-a332-4a7b-9c86-e117afbdec38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11130ff9-a332-4a7b-9c86-e117afbdec38.shg-box.shg-c {
  justify-content: center;
}

#s-32055aa7-a6ed-4d8d-aaec-96433c65435f {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-32055aa7-a6ed-4d8d-aaec-96433c65435f .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-a1fb8e59-13a1-420e-9b0f-9e5df543a108 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-89247402-a782-4dc8-b0a6-8cb9b9b14cc7 {
  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-89247402-a782-4dc8-b0a6-8cb9b9b14cc7 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-89247402-a782-4dc8-b0a6-8cb9b9b14cc7.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-38ffa83a-1576-4fa5-aab8-8dac20af92ec {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-38ffa83a-1576-4fa5-aab8-8dac20af92ec {
  
}
}
#s-38ffa83a-1576-4fa5-aab8-8dac20af92ec > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-38ffa83a-1576-4fa5-aab8-8dac20af92ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-38ffa83a-1576-4fa5-aab8-8dac20af92ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-38ffa83a-1576-4fa5-aab8-8dac20af92ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-38ffa83a-1576-4fa5-aab8-8dac20af92ec > .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-38ffa83a-1576-4fa5-aab8-8dac20af92ec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-401eca5c-fac1-4a18-8187-660cc91c810b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2e743a76-9514-4041-ad40-d29bf588bf9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e743a76-9514-4041-ad40-d29bf588bf9a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ba330a37-a2cc-46ad-9e02-f60cc0412aed {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-ba330a37-a2cc-46ad-9e02-f60cc0412aed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba330a37-a2cc-46ad-9e02-f60cc0412aed.shg-box.shg-c {
  justify-content: center;
}

#s-aff23bed-a150-4175-b5be-cfdb56a9b992 {
  margin-left: 25px;
margin-right: 25px;
}

#s-aff23bed-a150-4175-b5be-cfdb56a9b992 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-aff23bed-a150-4175-b5be-cfdb56a9b992 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-aff23bed-a150-4175-b5be-cfdb56a9b992 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-aff23bed-a150-4175-b5be-cfdb56a9b992 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-aff23bed-a150-4175-b5be-cfdb56a9b992 > .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-aff23bed-a150-4175-b5be-cfdb56a9b992 > .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-10eeec5c-e822-47d7-b414-63a3d04dde29 {
  text-align: center;
}




  #s-10eeec5c-e822-47d7-b414-63a3d04dde29 img.shogun-image {
    
    width: px;
  }


#s-10eeec5c-e822-47d7-b414-63a3d04dde29 .shogun-image-content {
  
    align-items: center;
  
}

#s-30a5ce8a-1f51-4c71-a345-7d292c4a14dc {
  margin-left: 25px;
margin-right: 25px;
}

#s-30a5ce8a-1f51-4c71-a345-7d292c4a14dc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-30a5ce8a-1f51-4c71-a345-7d292c4a14dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-30a5ce8a-1f51-4c71-a345-7d292c4a14dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-30a5ce8a-1f51-4c71-a345-7d292c4a14dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-30a5ce8a-1f51-4c71-a345-7d292c4a14dc > .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-30a5ce8a-1f51-4c71-a345-7d292c4a14dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-df93335f-9218-4018-941b-45e322a24580 {
  text-align: center;
}




  #s-df93335f-9218-4018-941b-45e322a24580 img.shogun-image {
    
    width: px;
  }


#s-df93335f-9218-4018-941b-45e322a24580 .shogun-image-content {
  
    align-items: center;
  
}

#s-26191163-2563-40dc-99f3-213615301d05 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-26191163-2563-40dc-99f3-213615301d05 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-26191163-2563-40dc-99f3-213615301d05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-26191163-2563-40dc-99f3-213615301d05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-26191163-2563-40dc-99f3-213615301d05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-26191163-2563-40dc-99f3-213615301d05 > .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-26191163-2563-40dc-99f3-213615301d05 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-47212866-381a-4c8e-a72b-0af13ef1fa9a {
  text-align: center;
}




  #s-47212866-381a-4c8e-a72b-0af13ef1fa9a img.shogun-image {
    
    width: px;
  }


#s-47212866-381a-4c8e-a72b-0af13ef1fa9a .shogun-image-content {
  
    align-items: center;
  
}

#s-6a63cd07-a56b-480f-b0d2-a8140466803a {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-5d692826-fd7e-47f2-ab85-6bce24c5ac3f {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-fc1cd408-9ee3-4f7d-b46d-150c0b0df7d0 {
  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-359d9b94-049e-4b13-98a9-1567ecd0fc35 {
  min-height: 50px;
}








#s-359d9b94-049e-4b13-98a9-1567ecd0fc35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-359d9b94-049e-4b13-98a9-1567ecd0fc35.shg-box.shg-c {
  justify-content: center;
}

#s-aac051f9-3c78-428e-9388-49f379f0a2dd {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-aac051f9-3c78-428e-9388-49f379f0a2dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-1115c195-23fe-427f-a56c-e92f1a42d2f6 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-c814a096-6626-4f7c-b90d-9d018b9d8ebf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-ab7bbe3b-978e-4e11-b7b4-d4323c97f3e2 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-ab7bbe3b-978e-4e11-b7b4-d4323c97f3e2 img.shogun-image {
    
    width: px;
  }


#s-ab7bbe3b-978e-4e11-b7b4-d4323c97f3e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-46f66c50-91f7-41d0-9fa6-e561d77b5282 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-39dc8e7c-67a6-4c8f-8a42-f406c47810c5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-b303ee8c-f888-4aeb-836f-e8a233fc47dd {
  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-b303ee8c-f888-4aeb-836f-e8a233fc47dd > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-b303ee8c-f888-4aeb-836f-e8a233fc47dd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3a897826-a48e-4300-a72d-36348030f34b {
  min-height: 50px;
}








#s-3a897826-a48e-4300-a72d-36348030f34b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a897826-a48e-4300-a72d-36348030f34b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-58baf7a4-fbb3-449a-bd88-5f6fee910a14"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c6c9d3e2-b3c5-4d14-a43c-537dcf5a8323 {
  
}

#s-c6c9d3e2-b3c5-4d14-a43c-537dcf5a8323 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-c6c9d3e2-b3c5-4d14-a43c-537dcf5a8323 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c6c9d3e2-b3c5-4d14-a43c-537dcf5a8323 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-c6c9d3e2-b3c5-4d14-a43c-537dcf5a8323 > .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-c6c9d3e2-b3c5-4d14-a43c-537dcf5a8323 > .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-c6c9d3e2-b3c5-4d14-a43c-537dcf5a8323 > .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-d8856b3d-f1fc-4461-b5c1-199363d748ec {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-d8856b3d-f1fc-4461-b5c1-199363d748ec .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-d8856b3d-f1fc-4461-b5c1-199363d748ec .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-d8856b3d-f1fc-4461-b5c1-199363d748ec .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-d8856b3d-f1fc-4461-b5c1-199363d748ec .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-d8856b3d-f1fc-4461-b5c1-199363d748ec .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-d8856b3d-f1fc-4461-b5c1-199363d748ec .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-87ff1f50-a224-4c43-911c-4db2ae470ddb {
  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-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-11d77463-b2dc-4fcb-a982-79201205ea27"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-550baaf9-7740-488b-8506-7d0faffb2a0b {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-550baaf9-7740-488b-8506-7d0faffb2a0b img.shogun-image {
    
    width: px;
  }


#s-550baaf9-7740-488b-8506-7d0faffb2a0b .shogun-image-content {
  
    align-items: center;
  
}

#s-36f31b3a-942e-4909-83e5-27e2a7884c9a {
  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-36f31b3a-942e-4909-83e5-27e2a7884c9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36f31b3a-942e-4909-83e5-27e2a7884c9a.shg-box.shg-c {
  justify-content: center;
}

#s-4dccf7c1-b72c-4db8-b6c6-9b462f601960 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4dccf7c1-b72c-4db8-b6c6-9b462f601960 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e5bb4ce4-2ab5-459e-8b10-b3cb5ddfbb38 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-12aca517-4762-4b2a-8e58-f3e751e24301 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12aca517-4762-4b2a-8e58-f3e751e24301 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9ca79363-f93b-428c-8b90-0ef0c7f45c58 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9ca79363-f93b-428c-8b90-0ef0c7f45c58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-35e0f707-d734-4fab-b88a-39e6b055682e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35e0f707-d734-4fab-b88a-39e6b055682e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b554f571-602d-4d71-8595-fc5155e573cb {
  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-e0b58f21-8341-4151-91cd-8b6d056a79db {
  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-e0b58f21-8341-4151-91cd-8b6d056a79db: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-e0b58f21-8341-4151-91cd-8b6d056a79db: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-e0b58f21-8341-4151-91cd-8b6d056a79db.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-e6cf074b-9d3f-412b-a6ac-58c8b140e3c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e6cf074b-9d3f-412b-a6ac-58c8b140e3c4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-21b6eff3-68e7-4a77-9fb5-68692eab624a {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-57aebbfd-7265-497d-ab63-aac8066ccdaf {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-2490a0ef-3f47-4f37-8b31-f4522e022909 {
  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-2490a0ef-3f47-4f37-8b31-f4522e022909 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-2490a0ef-3f47-4f37-8b31-f4522e022909.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d136ce61-9ddd-4e36-8813-bb348f2654a9 {
  min-height: 50px;
}








#s-d136ce61-9ddd-4e36-8813-bb348f2654a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d136ce61-9ddd-4e36-8813-bb348f2654a9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3717033e-84d5-43ca-9515-feecfc63ee59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-14ccf412-ce13-40d6-87df-f717b8ca12f3 {
  
}

#s-14ccf412-ce13-40d6-87df-f717b8ca12f3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-14ccf412-ce13-40d6-87df-f717b8ca12f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-14ccf412-ce13-40d6-87df-f717b8ca12f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-14ccf412-ce13-40d6-87df-f717b8ca12f3 > .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-14ccf412-ce13-40d6-87df-f717b8ca12f3 > .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-14ccf412-ce13-40d6-87df-f717b8ca12f3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-df0768f0-b496-49ae-bd77-c4a3bf7e9495 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-df0768f0-b496-49ae-bd77-c4a3bf7e9495 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-df0768f0-b496-49ae-bd77-c4a3bf7e9495 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-df0768f0-b496-49ae-bd77-c4a3bf7e9495 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-df0768f0-b496-49ae-bd77-c4a3bf7e9495 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-df0768f0-b496-49ae-bd77-c4a3bf7e9495 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-df0768f0-b496-49ae-bd77-c4a3bf7e9495 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-b8c11349-8ee7-41d8-b950-b720a9525567 {
  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-632b7d33-491c-4975-b57d-5368fd654a49 {
  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-632b7d33-491c-4975-b57d-5368fd654a49 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-632b7d33-491c-4975-b57d-5368fd654a49.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d22bd8f4-3639-4f3d-918a-c1d118b45de1 {
  min-height: 50px;
}








#s-d22bd8f4-3639-4f3d-918a-c1d118b45de1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d22bd8f4-3639-4f3d-918a-c1d118b45de1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c1f136d-24b5-4c6a-ac7d-87f38febbfc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-72f2efa4-3b37-47de-a009-a34282699955 {
  
}

#s-72f2efa4-3b37-47de-a009-a34282699955 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-72f2efa4-3b37-47de-a009-a34282699955 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-72f2efa4-3b37-47de-a009-a34282699955 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-72f2efa4-3b37-47de-a009-a34282699955 > .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-72f2efa4-3b37-47de-a009-a34282699955 > .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-72f2efa4-3b37-47de-a009-a34282699955 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5a697033-a6dd-48bb-b1e9-b961b304c615 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-5a697033-a6dd-48bb-b1e9-b961b304c615 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-5a697033-a6dd-48bb-b1e9-b961b304c615 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-5a697033-a6dd-48bb-b1e9-b961b304c615 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-5a697033-a6dd-48bb-b1e9-b961b304c615 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-5a697033-a6dd-48bb-b1e9-b961b304c615 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-5a697033-a6dd-48bb-b1e9-b961b304c615 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-c452d1dd-398d-403c-9842-e520a43e7007 {
  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-4c5a61a5-914b-4ac2-8e1a-b8403c4bf0f5 {
  margin-left: 25px;
margin-right: 25px;
}

#s-4c5a61a5-914b-4ac2-8e1a-b8403c4bf0f5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4c5a61a5-914b-4ac2-8e1a-b8403c4bf0f5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4c5a61a5-914b-4ac2-8e1a-b8403c4bf0f5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-4c5a61a5-914b-4ac2-8e1a-b8403c4bf0f5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4c5a61a5-914b-4ac2-8e1a-b8403c4bf0f5 > .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-4c5a61a5-914b-4ac2-8e1a-b8403c4bf0f5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e11b6f74-9da0-40bc-8d51-9bbd654b8b39 {
  text-align: center;
}




  #s-e11b6f74-9da0-40bc-8d51-9bbd654b8b39 img.shogun-image {
    
    width: px;
  }


#s-e11b6f74-9da0-40bc-8d51-9bbd654b8b39 .shogun-image-content {
  
    align-items: center;
  
}

#s-e240707b-a9f8-487e-91b4-09d01c14b3bd {
  margin-left: 25px;
margin-right: 25px;
}

#s-e240707b-a9f8-487e-91b4-09d01c14b3bd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e240707b-a9f8-487e-91b4-09d01c14b3bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e240707b-a9f8-487e-91b4-09d01c14b3bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-e240707b-a9f8-487e-91b4-09d01c14b3bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-e240707b-a9f8-487e-91b4-09d01c14b3bd > .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-e240707b-a9f8-487e-91b4-09d01c14b3bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9fc972e9-25fb-4da6-9743-9b487a156be3 {
  text-align: center;
}




  #s-9fc972e9-25fb-4da6-9743-9b487a156be3 img.shogun-image {
    
    width: px;
  }


#s-9fc972e9-25fb-4da6-9743-9b487a156be3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3141b5b7-3246-4c79-9f03-8dfe76650055 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-3141b5b7-3246-4c79-9f03-8dfe76650055 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3141b5b7-3246-4c79-9f03-8dfe76650055 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3141b5b7-3246-4c79-9f03-8dfe76650055 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-3141b5b7-3246-4c79-9f03-8dfe76650055 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3141b5b7-3246-4c79-9f03-8dfe76650055 > .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-3141b5b7-3246-4c79-9f03-8dfe76650055 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bd51a8cb-981a-41e6-94da-2eee635d971e {
  text-align: center;
}




  #s-bd51a8cb-981a-41e6-94da-2eee635d971e img.shogun-image {
    
    width: px;
  }


#s-bd51a8cb-981a-41e6-94da-2eee635d971e .shogun-image-content {
  
    align-items: center;
  
}

#s-9e2380e1-123b-433b-8a53-771f408b0159 {
  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-9e2380e1-123b-433b-8a53-771f408b0159: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-9e2380e1-123b-433b-8a53-771f408b0159: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-9e2380e1-123b-433b-8a53-771f408b0159-btn-wrapper {
    text-align: center;
  }


#s-9e2380e1-123b-433b-8a53-771f408b0159.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-73b89270-5c4d-4441-b641-1dd31d42aac8 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-73b89270-5c4d-4441-b641-1dd31d42aac8 .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-01a23f46-ef46-4a9e-b1d6-e5d996e950a3 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-01a23f46-ef46-4a9e-b1d6-e5d996e950a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-5adc275f-b67a-4478-a01a-ab752be0af06 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-5adc275f-b67a-4478-a01a-ab752be0af06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5adc275f-b67a-4478-a01a-ab752be0af06.shg-box.shg-c {
  justify-content: center;
}

#s-ff10c05a-c4b2-42c0-aaaf-a2702bf68932 {
  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-bd47ca2b-5a7f-4d04-9c4e-f01201de2277 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-bd47ca2b-5a7f-4d04-9c4e-f01201de2277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd47ca2b-5a7f-4d04-9c4e-f01201de2277.shg-box.shg-c {
  justify-content: flex-start;
}

#s-88bf60b8-8596-4082-93cc-fe7c2afc3065 {
  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-4bc77036-190a-456d-9f18-3c7c6c4dd760 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-4bc77036-190a-456d-9f18-3c7c6c4dd760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bc77036-190a-456d-9f18-3c7c6c4dd760.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b4eb9611-3ec2-4a3f-a84e-1ec1a5e94510 {
  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-0149d09b-b2f2-45a4-b197-850eca3fc854 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0149d09b-b2f2-45a4-b197-850eca3fc854"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-dadc146b-f0b0-49ec-a970-9ebd8d212223 {
  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-34170bad-4321-4a9b-914a-60bdd843a6df {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-34170bad-4321-4a9b-914a-60bdd843a6df .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-78b0212a-8498-4c12-abe3-581b7c012be2 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-78b0212a-8498-4c12-abe3-581b7c012be2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-b5e935ae-afe7-4849-922b-84beec6df7e6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-b5e935ae-afe7-4849-922b-84beec6df7e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5e935ae-afe7-4849-922b-84beec6df7e6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-edbca156-9790-4dc0-ac9d-c476630ded18 {
  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-63f77859-e8fa-49d2-accc-d007fb524655 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-63f77859-e8fa-49d2-accc-d007fb524655 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63f77859-e8fa-49d2-accc-d007fb524655.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c69ab143-a75c-4942-8c55-dea3bb3ef8b3 {
  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-f7b93224-abd0-4fc9-872d-8ccca1b91b41 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-f7b93224-abd0-4fc9-872d-8ccca1b91b41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7b93224-abd0-4fc9-872d-8ccca1b91b41.shg-box.shg-c {
  justify-content: center;
}

#s-2549b749-aab5-4264-ad3c-e79115569334 {
  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-52267a75-cb6e-4eb0-9c4d-274108061fac {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52267a75-cb6e-4eb0-9c4d-274108061fac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e2d378a9-bc34-458c-a43a-f10f4d7ad946 {
  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-f28cbb67-f047-46cd-88e4-5562b4fb9787 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-f28cbb67-f047-46cd-88e4-5562b4fb9787 .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-59e6f326-9580-4c44-8d5f-b5a1aadf8aa4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-59e6f326-9580-4c44-8d5f-b5a1aadf8aa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59e6f326-9580-4c44-8d5f-b5a1aadf8aa4.shg-box.shg-c {
  justify-content: center;
}

#s-2251036e-eb7c-42ce-b17a-0f5c068fb511 {
  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-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2251036e-eb7c-42ce-b17a-0f5c068fb511"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3e59fb0d-7d88-4d4f-9458-c3b9d014724e {
  min-height: 400px;
}








#s-3e59fb0d-7d88-4d4f-9458-c3b9d014724e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e59fb0d-7d88-4d4f-9458-c3b9d014724e.shg-box.shg-c {
  justify-content: center;
}

#s-0e0c3245-1d66-4269-9b00-a28fb2747015 {
  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-0e0c3245-1d66-4269-9b00-a28fb2747015 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e0c3245-1d66-4269-9b00-a28fb2747015 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e0c3245-1d66-4269-9b00-a28fb2747015 {
  
}
}@media (max-width: 767px){#s-0e0c3245-1d66-4269-9b00-a28fb2747015 {
  
}
}
#s-5042c893-99e1-46b0-99bf-5d2d053315a4 {
  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-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5042c893-99e1-46b0-99bf-5d2d053315a4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-741f2c73-ffbf-4ade-a7cd-7de4d75752a1 {
  min-height: 400px;
}








#s-741f2c73-ffbf-4ade-a7cd-7de4d75752a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-741f2c73-ffbf-4ade-a7cd-7de4d75752a1.shg-box.shg-c {
  justify-content: center;
}

#s-e702a694-93c8-49ea-99f0-4bfd97ee93dc {
  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-e702a694-93c8-49ea-99f0-4bfd97ee93dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e702a694-93c8-49ea-99f0-4bfd97ee93dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e702a694-93c8-49ea-99f0-4bfd97ee93dc {
  
}
}@media (max-width: 767px){#s-e702a694-93c8-49ea-99f0-4bfd97ee93dc {
  
}
}
#s-c5396b11-ed60-4edb-8864-b47d77013215 {
  background-image: url(https://i.shgcdn.com/50bb8803-29ba-45ec-b1d3-d77a16142535/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-position: right center;
opacity: 0.99;
}

@media (min-width: 0px) {
[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c5396b11-ed60-4edb-8864-b47d77013215"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-86890fb9-015f-47c2-b2fb-8607018620e9 {
  min-height: 400px;
}








#s-86890fb9-015f-47c2-b2fb-8607018620e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86890fb9-015f-47c2-b2fb-8607018620e9.shg-box.shg-c {
  justify-content: center;
}

#s-51af3648-ddb9-46ba-8ae0-d29cb3757a54 {
  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: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-51af3648-ddb9-46ba-8ae0-d29cb3757a54 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51af3648-ddb9-46ba-8ae0-d29cb3757a54 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51af3648-ddb9-46ba-8ae0-d29cb3757a54 {
  
}
}@media (max-width: 767px){#s-51af3648-ddb9-46ba-8ae0-d29cb3757a54 {
  
}
}
#s-7f2faa53-fa63-4c6c-9fdc-064909870057 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-7f2faa53-fa63-4c6c-9fdc-064909870057 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-7f2faa53-fa63-4c6c-9fdc-064909870057.shg-box.shg-c {
  justify-content: center;
}

#s-3860cf3b-a09b-4718-a474-2ffd8268cdc9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3860cf3b-a09b-4718-a474-2ffd8268cdc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-031a2d89-83e7-4740-a847-18e0a0d5615d {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-031a2d89-83e7-4740-a847-18e0a0d5615d .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-b87eb6ef-4630-408f-b0ed-ec7cfba06d59 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-b87eb6ef-4630-408f-b0ed-ec7cfba06d59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b87eb6ef-4630-408f-b0ed-ec7cfba06d59.shg-box.shg-c {
  justify-content: center;
}

#s-496e3479-14a3-4a29-b280-29d562d7f54c {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-496e3479-14a3-4a29-b280-29d562d7f54c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-496e3479-14a3-4a29-b280-29d562d7f54c.shg-box.shg-c {
  justify-content: center;
}

#s-32dd991b-3416-4def-90d8-7bcf36210e9a {
  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-32dd991b-3416-4def-90d8-7bcf36210e9a > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-32dd991b-3416-4def-90d8-7bcf36210e9a.shg-box.shg-c {
  justify-content: center;
}

#s-6ee16a6c-98b5-4468-aa87-831a8cf15d75 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ee16a6c-98b5-4468-aa87-831a8cf15d75 {
  
}
}
#s-6ee16a6c-98b5-4468-aa87-831a8cf15d75 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6ee16a6c-98b5-4468-aa87-831a8cf15d75 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-6ee16a6c-98b5-4468-aa87-831a8cf15d75 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-6ee16a6c-98b5-4468-aa87-831a8cf15d75 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-6ee16a6c-98b5-4468-aa87-831a8cf15d75 > .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-6ee16a6c-98b5-4468-aa87-831a8cf15d75 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-0541677f-3132-481d-b139-626dcefb8302 {
  
}

@media (min-width: 0px) {
[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0541677f-3132-481d-b139-626dcefb8302"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-56c26d5b-da1b-42e9-8c09-de2f66364c8f {
  text-align: center;
}




  #s-56c26d5b-da1b-42e9-8c09-de2f66364c8f img.shogun-image {
    
    width: px;
  }


#s-56c26d5b-da1b-42e9-8c09-de2f66364c8f .shogun-image-content {
  
    align-items: center;
  
}

#s-1567ba6c-c7da-4c11-bbd8-91d810ea57c2 {
  min-height: 50px;
}








#s-1567ba6c-c7da-4c11-bbd8-91d810ea57c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1567ba6c-c7da-4c11-bbd8-91d810ea57c2.shg-box.shg-c {
  justify-content: center;
}

#s-451179e8-24ec-4e68-bbb6-6f50b50e8535 {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-abbbe432-1a06-4646-8c35-dd9af5a4b256 {
  
}

@media (min-width: 0px) {
[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-abbbe432-1a06-4646-8c35-dd9af5a4b256"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-06d43599-b91d-4ad3-99b1-92f6eb3f0e4b {
  min-height: 50px;
}








#s-06d43599-b91d-4ad3-99b1-92f6eb3f0e4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06d43599-b91d-4ad3-99b1-92f6eb3f0e4b.shg-box.shg-c {
  justify-content: center;
}

#s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08 {
  
}

@media (min-width: 0px) {
[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-283264c5-2f8e-4aee-ab6e-b27a1e9afc08"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-12a45f96-2e48-45bb-abda-f2c9c43ddaa9 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-8eb4513b-0e6b-491f-8a2c-587ae3fea1ea {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-82fb9545-89c2-4e54-86fe-8d7b7fefa8e8 {
  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-82fb9545-89c2-4e54-86fe-8d7b7fefa8e8 .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-3d076d20-feac-4a6e-a2e8-80f2c22f09cf {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-67160ca4-0259-4f66-99cc-6e42f220757a {
  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-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 {
  text-align: left;
}


.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 {
  max-width: 100%;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 .shg-image-zoom,
.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 {
  max-width: 100%;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 .shg-image-zoom,
.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 {
  max-width: 100%;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 .shg-image-zoom,
.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 {
  max-width: 100%;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 .shg-image-zoom,
.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 {
  max-width: 100%;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 .shg-image-zoom,
.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3d42a27f-1fb7-41e7-b5d2-e46d227e9638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-897e12aa-d580-4041-9296-f1d10588cfdd {
  display: none;
}
#s-96258db3-39ab-490d-b812-8f637849ddec {
  text-align: left;
}


.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec {
  max-width: 100%;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec .shg-image-zoom,
.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec {
  max-width: 100%;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec .shg-image-zoom,
.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec {
  max-width: 100%;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec .shg-image-zoom,
.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec {
  max-width: 100%;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec .shg-image-zoom,
.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec {
  max-width: 100%;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec .shg-image-zoom,
.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-96258db3-39ab-490d-b812-8f637849ddec .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-617f5b17-569e-47b1-9f19-ace9b886ed44 {
  display: none;
}
#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 {
  text-align: left;
}


.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 {
  max-width: 100%;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 .shg-image-zoom,
.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 {
  max-width: 100%;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 .shg-image-zoom,
.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 {
  max-width: 100%;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 .shg-image-zoom,
.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 {
  max-width: 100%;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 .shg-image-zoom,
.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 {
  max-width: 100%;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 .shg-image-zoom,
.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af8e7e79-0996-47eb-b85a-a5c8f16eb220 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6e17c7b2-3c6f-4a84-9e66-0061922ca104 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-6e17c7b2-3c6f-4a84-9e66-0061922ca104 .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-cfaf4b73-c24c-412a-b1fa-d2cb3327b9d3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-cfaf4b73-c24c-412a-b1fa-d2cb3327b9d3 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-cfaf4b73-c24c-412a-b1fa-d2cb3327b9d3.shg-box.shg-c {
  justify-content: center;
}

#s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b0f37e5c-f92e-4e6b-accb-e105cf7dc615"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-02a52139-159e-4af0-be5c-2d3c72dfccc2 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-02a52139-159e-4af0-be5c-2d3c72dfccc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02a52139-159e-4af0-be5c-2d3c72dfccc2.shg-box.shg-c {
  justify-content: center;
}

#s-deeeb4fa-38e3-47d6-af94-6a320746b460 {
  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-deeeb4fa-38e3-47d6-af94-6a320746b460 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-deeeb4fa-38e3-47d6-af94-6a320746b460.shg-box.shg-c {
  justify-content: center;
}

#s-c11f9bdb-7740-430a-b511-83d2eb5d8557 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c11f9bdb-7740-430a-b511-83d2eb5d8557 {
  
}
}
#s-c11f9bdb-7740-430a-b511-83d2eb5d8557 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c11f9bdb-7740-430a-b511-83d2eb5d8557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-c11f9bdb-7740-430a-b511-83d2eb5d8557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-c11f9bdb-7740-430a-b511-83d2eb5d8557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-c11f9bdb-7740-430a-b511-83d2eb5d8557 > .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-c11f9bdb-7740-430a-b511-83d2eb5d8557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-35b36d4a-e1f8-4ba2-bf5d-d0efb478e2f2 {
  min-height: 50px;
}








#s-35b36d4a-e1f8-4ba2-bf5d-d0efb478e2f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b36d4a-e1f8-4ba2-bf5d-d0efb478e2f2.shg-box.shg-c {
  justify-content: center;
}

#s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9 {
  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-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-91dc3412-61dd-48ed-852f-4bd8ad8e9de9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a39a1262-d814-4521-aea2-62820e2297fe {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-95c4528b-2bf0-446b-9716-6571ff1f31f1 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5f6e32ce-39a2-4eef-b824-2b5601bcb842 {
  
}

@media (min-width: 0px) {
[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5f6e32ce-39a2-4eef-b824-2b5601bcb842"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-20f3f2b8-1ff2-49a4-a3f4-c870dea6fc79 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-f00439b3-9422-4333-bead-67795b306a15 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-edc28737-93c3-4732-8d98-6ab6ebdb1a90 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-edc28737-93c3-4732-8d98-6ab6ebdb1a90 img.shogun-image {
    
    width: px;
  }


#s-edc28737-93c3-4732-8d98-6ab6ebdb1a90 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b8526fc6-faf1-43c5-81dc-5a7054eb129c {
  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-b8526fc6-faf1-43c5-81dc-5a7054eb129c: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-b8526fc6-faf1-43c5-81dc-5a7054eb129c: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-b8526fc6-faf1-43c5-81dc-5a7054eb129c-btn-wrapper {
    text-align: center;
  }


#s-b8526fc6-faf1-43c5-81dc-5a7054eb129c.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;
}
