.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-e196190a-4d1e-45e9-a92a-d283d6ab4a95 {
  min-height: 50px;
}








#s-e196190a-4d1e-45e9-a92a-d283d6ab4a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e196190a-4d1e-45e9-a92a-d283d6ab4a95.shg-box.shg-c {
  justify-content: center;
}

#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-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-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-bee7c775-3953-47f5-8755-da0648e6d107 {
  min-height: 50px;
}








#s-bee7c775-3953-47f5-8755-da0648e6d107 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bee7c775-3953-47f5-8755-da0648e6d107.shg-box.shg-c {
  justify-content: center;
}

#s-a994496d-5de5-4ce5-b833-fd9bddea1097 {
  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-a994496d-5de5-4ce5-b833-fd9bddea1097 .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-760ab075-8cee-4448-a12b-98d80158f457 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1199px;
background-color: rgba(0, 0, 0, 0.45);
}

#s-760ab075-8cee-4448-a12b-98d80158f457 {
  display: none;
}
#s-32a4c332-39b4-4b75-89c0-0ff0316741b8 {
  text-align: center;
}

#s-32a4c332-39b4-4b75-89c0-0ff0316741b8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-32a4c332-39b4-4b75-89c0-0ff0316741b8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-32a4c332-39b4-4b75-89c0-0ff0316741b8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-32a4c332-39b4-4b75-89c0-0ff0316741b8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


.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-b44a91e2-5038-4e0c-9347-c464c2a0824b {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(128, 216, 209, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b44a91e2-5038-4e0c-9347-c464c2a0824b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b44a91e2-5038-4e0c-9347-c464c2a0824b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b44a91e2-5038-4e0c-9347-c464c2a0824b {
  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-b44a91e2-5038-4e0c-9347-c464c2a0824b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b44a91e2-5038-4e0c-9347-c464c2a0824b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: normal;
  font-style: normal;
  font-family: Oswald;
  display:  inline-block ;
}

#s-b44a91e2-5038-4e0c-9347-c464c2a0824b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b44a91e2-5038-4e0c-9347-c464c2a0824b.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-20d7a27e-cc8e-4d7d-906d-d9ab628d7cab {
  min-height: 50px;
}








#s-20d7a27e-cc8e-4d7d-906d-d9ab628d7cab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20d7a27e-cc8e-4d7d-906d-d9ab628d7cab.shg-box.shg-c {
  justify-content: center;
}

#s-eaf3e8d1-6c8c-4d55-8edd-7b35c2bf334c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-eaf3e8d1-6c8c-4d55-8edd-7b35c2bf334c {
  
}
}







#s-eaf3e8d1-6c8c-4d55-8edd-7b35c2bf334c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaf3e8d1-6c8c-4d55-8edd-7b35c2bf334c.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 {
  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;
background-image: none;
hover-type: color;
}
#s-e0b58f21-8341-4151-91cd-8b6d056a79db:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e0b58f21-8341-4151-91cd-8b6d056a79db:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: 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 {
  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;
background-image: none;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-9e2380e1-123b-433b-8a53-771f408b0159:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-9e2380e1-123b-433b-8a53-771f408b0159:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: 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-02c473b7-ebfe-40ea-9bb0-04fe5ac47ba8 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-02c473b7-ebfe-40ea-9bb0-04fe5ac47ba8 .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-25ee2ecf-21cf-4182-8ef3-f496f0646d2a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-25ee2ecf-21cf-4182-8ef3-f496f0646d2a > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-25ee2ecf-21cf-4182-8ef3-f496f0646d2a.shg-box.shg-c {
  justify-content: center;
}

#s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-aaa3f48a-c4b7-41db-900d-1faa9e88ddf9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-76e230ba-923a-4352-92be-2ce4e9e95796 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-76e230ba-923a-4352-92be-2ce4e9e95796 .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-6ba8693f-c47f-4d60-b8cd-d93dcc9cdea1 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-6ba8693f-c47f-4d60-b8cd-d93dcc9cdea1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ba8693f-c47f-4d60-b8cd-d93dcc9cdea1.shg-box.shg-c {
  justify-content: center;
}

#s-738d8492-1122-4a6d-85cf-96b8c7e06256 {
  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-738d8492-1122-4a6d-85cf-96b8c7e06256 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-738d8492-1122-4a6d-85cf-96b8c7e06256.shg-box.shg-c {
  justify-content: center;
}

#s-6d5bb0f7-c1e3-4b02-afae-1c72853d9673 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d5bb0f7-c1e3-4b02-afae-1c72853d9673 {
  
}
}
#s-6d5bb0f7-c1e3-4b02-afae-1c72853d9673 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6d5bb0f7-c1e3-4b02-afae-1c72853d9673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-6d5bb0f7-c1e3-4b02-afae-1c72853d9673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-6d5bb0f7-c1e3-4b02-afae-1c72853d9673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-6d5bb0f7-c1e3-4b02-afae-1c72853d9673 > .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-6d5bb0f7-c1e3-4b02-afae-1c72853d9673 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-45015031-0034-48db-8ab2-0b21bd011da3 {
  
}

@media (min-width: 0px) {
[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-45015031-0034-48db-8ab2-0b21bd011da3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2773843e-0a2c-4bf3-8226-d7b78ce20172 {
  text-align: center;
}




  #s-2773843e-0a2c-4bf3-8226-d7b78ce20172 img.shogun-image {
    
    width: px;
  }


#s-2773843e-0a2c-4bf3-8226-d7b78ce20172 .shogun-image-content {
  
    align-items: center;
  
}

#s-1fc7824a-97aa-4ed6-944f-3091858763b0 {
  min-height: 50px;
}








#s-1fc7824a-97aa-4ed6-944f-3091858763b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fc7824a-97aa-4ed6-944f-3091858763b0.shg-box.shg-c {
  justify-content: center;
}

#s-cfda5bec-8ad7-4b70-ab46-fd83058e0297 {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f {
  
}

@media (min-width: 0px) {
[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2303ff9-6d08-4f3e-8341-cdeaeb2f157f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-74f3d8f3-1e2b-45af-8666-9c56e2ce9f87 {
  min-height: 50px;
}








#s-74f3d8f3-1e2b-45af-8666-9c56e2ce9f87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74f3d8f3-1e2b-45af-8666-9c56e2ce9f87.shg-box.shg-c {
  justify-content: center;
}

#s-7f0bc323-a15c-40b7-b964-7bf4eac92d32 {
  
}

@media (min-width: 0px) {
[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f0bc323-a15c-40b7-b964-7bf4eac92d32"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3607d611-2964-4be0-86a8-88bcdad70765 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-148accaa-f340-48fc-9430-dafdf3ae87c8 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-4335fe89-4d8c-456d-9122-51c83ae346e2 {
  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-4335fe89-4d8c-456d-9122-51c83ae346e2 .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-e752fd15-1e01-4e65-b26d-116eb2dfdb6d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-599c57e1-8963-4f76-8861-d50c30e6050a {
  display: none;
}
#s-b9951995-94ed-4b01-b7e0-a6c3bd25d86b {
  text-align: center;
}




  #s-b9951995-94ed-4b01-b7e0-a6c3bd25d86b img.shogun-image {
    
    width: px;
  }


#s-b9951995-94ed-4b01-b7e0-a6c3bd25d86b .shogun-image-content {
  
    align-items: center;
  
}

#s-13b98af8-60ca-47a2-aa95-d24465ac5b86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13b98af8-60ca-47a2-aa95-d24465ac5b86 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1c0261a8-2c5a-4ad2-a75d-c18f14cfa070 {
  display: none;
}
#s-76963a26-d0a9-4cbc-8658-703447a70cd8 {
  text-align: center;
}




  #s-76963a26-d0a9-4cbc-8658-703447a70cd8 img.shogun-image {
    
    width: px;
  }


#s-76963a26-d0a9-4cbc-8658-703447a70cd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-340551da-d55f-4153-a473-ca742b51509f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-340551da-d55f-4153-a473-ca742b51509f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3fe56651-1654-4a05-95ad-5a45bb1e213c {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-3fe56651-1654-4a05-95ad-5a45bb1e213c .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-b72d33a2-0237-40f7-bf0c-8a8652390838 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b72d33a2-0237-40f7-bf0c-8a8652390838"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-278aaa13-3682-4c24-86b0-353331b4880b {
  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-51897764-8ad6-4248-a851-f9ae699686b1 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-51897764-8ad6-4248-a851-f9ae699686b1 .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-635aff27-5434-43b0-9bc4-ab8f75085c67 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-635aff27-5434-43b0-9bc4-ab8f75085c67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-635aff27-5434-43b0-9bc4-ab8f75085c67.shg-box.shg-c {
  justify-content: center;
}

#s-9286731b-0fb4-46f0-9c51-b57b2c1697ba {
  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-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9286731b-0fb4-46f0-9c51-b57b2c1697ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e79a46b6-0c09-41db-9eda-d4efb46705d0 {
  min-height: 400px;
}








#s-e79a46b6-0c09-41db-9eda-d4efb46705d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e79a46b6-0c09-41db-9eda-d4efb46705d0.shg-box.shg-c {
  justify-content: center;
}

#s-505c6802-fb34-4dc6-a81d-1ac303194dae {
  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-505c6802-fb34-4dc6-a81d-1ac303194dae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-505c6802-fb34-4dc6-a81d-1ac303194dae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-505c6802-fb34-4dc6-a81d-1ac303194dae {
  
}
}@media (max-width: 767px){#s-505c6802-fb34-4dc6-a81d-1ac303194dae {
  
}
}
#s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd {
  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-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-dc5386b5-4ca4-47c8-bb32-ed53e3f32ebd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-655cb53e-f52f-45f3-92fa-0385d80a7b4b {
  min-height: 400px;
}








#s-655cb53e-f52f-45f3-92fa-0385d80a7b4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-655cb53e-f52f-45f3-92fa-0385d80a7b4b.shg-box.shg-c {
  justify-content: center;
}

#s-c6068b43-78e3-49b5-b4ab-36360da7796b {
  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-c6068b43-78e3-49b5-b4ab-36360da7796b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6068b43-78e3-49b5-b4ab-36360da7796b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6068b43-78e3-49b5-b4ab-36360da7796b {
  
}
}@media (max-width: 767px){#s-c6068b43-78e3-49b5-b4ab-36360da7796b {
  
}
}
#s-baae603d-151b-45dd-a276-57d7cdc0d365 {
  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-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-baae603d-151b-45dd-a276-57d7cdc0d365"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3ef7724e-6f41-4f38-bb3d-f419d3dfe153 {
  min-height: 400px;
}








#s-3ef7724e-6f41-4f38-bb3d-f419d3dfe153 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ef7724e-6f41-4f38-bb3d-f419d3dfe153.shg-box.shg-c {
  justify-content: center;
}

#s-a2f1f44e-58d0-4c78-b76f-53d1345d04cc {
  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-a2f1f44e-58d0-4c78-b76f-53d1345d04cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a2f1f44e-58d0-4c78-b76f-53d1345d04cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a2f1f44e-58d0-4c78-b76f-53d1345d04cc {
  
}
}@media (max-width: 767px){#s-a2f1f44e-58d0-4c78-b76f-53d1345d04cc {
  
}
}
#s-7a29314c-c3cf-4396-9baa-797c859eca56 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-7a29314c-c3cf-4396-9baa-797c859eca56 .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-2be4038f-9f2b-4230-8119-8b570635af6d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-2be4038f-9f2b-4230-8119-8b570635af6d > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-2be4038f-9f2b-4230-8119-8b570635af6d.shg-box.shg-c {
  justify-content: center;
}

#s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-2dff8d99-06e0-4e3c-a548-b3dd30dce3f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-7a0276b4-38d5-4a3b-aafb-f49cc739355e {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-7a0276b4-38d5-4a3b-aafb-f49cc739355e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a0276b4-38d5-4a3b-aafb-f49cc739355e.shg-box.shg-c {
  justify-content: center;
}

#s-f114396f-56d8-46e0-bef1-ea261648394e {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-f114396f-56d8-46e0-bef1-ea261648394e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f114396f-56d8-46e0-bef1-ea261648394e.shg-box.shg-c {
  justify-content: center;
}

#s-fd6ea02f-6d0e-44e6-a9cb-6f5e725f7d9c {
  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-fd6ea02f-6d0e-44e6-a9cb-6f5e725f7d9c > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-fd6ea02f-6d0e-44e6-a9cb-6f5e725f7d9c.shg-box.shg-c {
  justify-content: center;
}

#s-e9adf9e0-fb69-4e95-ad2f-eded3f46b88e {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e9adf9e0-fb69-4e95-ad2f-eded3f46b88e {
  
}
}
#s-e9adf9e0-fb69-4e95-ad2f-eded3f46b88e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e9adf9e0-fb69-4e95-ad2f-eded3f46b88e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-e9adf9e0-fb69-4e95-ad2f-eded3f46b88e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-e9adf9e0-fb69-4e95-ad2f-eded3f46b88e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-e9adf9e0-fb69-4e95-ad2f-eded3f46b88e > .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-e9adf9e0-fb69-4e95-ad2f-eded3f46b88e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-fd077125-788b-4e11-9774-0e23da26d023 {
  min-height: 50px;
}








#s-fd077125-788b-4e11-9774-0e23da26d023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd077125-788b-4e11-9774-0e23da26d023.shg-box.shg-c {
  justify-content: center;
}

#s-aafa2841-4163-4b97-9798-096a2afaf650 {
  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-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-aafa2841-4163-4b97-9798-096a2afaf650"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9cdcc62b-d0c2-49a2-a63b-58e8287a2e0e {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-1cd41895-7e7a-40a3-88fa-2f7d1dc1230c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-8111b1ce-3337-4f11-a10c-25c22a45eb64 {
  
}

@media (min-width: 0px) {
[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8111b1ce-3337-4f11-a10c-25c22a45eb64"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-baa34f49-25f6-4755-8ed3-ad5d5c95ec47 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-56bbb96e-c289-4d5c-8630-51539eb5729c {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-7585d6b6-fc4f-4e36-824f-75b46691da20 {
  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-7585d6b6-fc4f-4e36-824f-75b46691da20 img.shogun-image {
    
    width: px;
  }


#s-7585d6b6-fc4f-4e36-824f-75b46691da20 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-29809eac-465d-497c-bdf0-e1dad77f00b5 {
  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;
background-image: none;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-29809eac-465d-497c-bdf0-e1dad77f00b5:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-29809eac-465d-497c-bdf0-e1dad77f00b5:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-29809eac-465d-497c-bdf0-e1dad77f00b5-btn-wrapper {
    text-align: center;
  }


#s-29809eac-465d-497c-bdf0-e1dad77f00b5.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-aabdadc7-4373-4e4b-9d54-548baddfe291 {
  min-height: 50px;
}








#s-aabdadc7-4373-4e4b-9d54-548baddfe291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aabdadc7-4373-4e4b-9d54-548baddfe291.shg-box.shg-c {
  justify-content: center;
}

#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;
}



#s-3da542c9-0238-4946-a507-bf5b228439ff {
  display: none;
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-0e61c6ad-8e26-404c-a063-2de1a3ee2bed {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

#s-0e61c6ad-8e26-404c-a063-2de1a3ee2bed .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

#s-eeb13391-9787-4989-90c2-548c7c7a9c1d {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
text-align: left;
}

#s-eeb13391-9787-4989-90c2-548c7c7a9c1d .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 50.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-eeb13391-9787-4989-90c2-548c7c7a9c1d .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-29397c71-d77c-4e5a-925f-038ac45fe487 {
  border-style: solid;
margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
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(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(3, 3, 3, 1);
background-position: left undefined;
}
#s-29397c71-d77c-4e5a-925f-038ac45fe487:hover {border-style: solid !important;
border-color: rgba(83, 239, 245, 1) !important;
background-color: rgba(83, 239, 245, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-29397c71-d77c-4e5a-925f-038ac45fe487:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-29397c71-d77c-4e5a-925f-038ac45fe487-btn-wrapper {
    text-align: center;
  }


#s-29397c71-d77c-4e5a-925f-038ac45fe487.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-b1da2de6-6e10-4b4e-b4db-2da2f3532dcc {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
