.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-18c6adbe-b102-4428-90a6-df7a4585c1af {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-18c6adbe-b102-4428-90a6-df7a4585c1af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18c6adbe-b102-4428-90a6-df7a4585c1af.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-3f4f44db-577d-467a-97df-9b6ecb97c2f2 {
  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-0cfab6cb-9c3f-4061-b636-b4d6647242d5 {
  min-height: 50px;
}








#s-0cfab6cb-9c3f-4061-b636-b4d6647242d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cfab6cb-9c3f-4061-b636-b4d6647242d5.shg-box.shg-c {
  justify-content: center;
}

#s-eb15a3ee-921f-4982-9504-9811a5e3a119 {
  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-eb15a3ee-921f-4982-9504-9811a5e3a119 > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0.3;
}#s-eb15a3ee-921f-4982-9504-9811a5e3a119.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-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cb376aec-9d68-45a9-84d8-a6a4b030a53d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-22afb0ea-89b2-48f0-819d-04c3569a293b {
  min-height: 50px;
}








#s-22afb0ea-89b2-48f0-819d-04c3569a293b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22afb0ea-89b2-48f0-819d-04c3569a293b.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-9311dfe7-6896-401b-9c0c-87b17eaa1cce {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-9311dfe7-6896-401b-9c0c-87b17eaa1cce .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-e4115319-deb0-4e20-af88-c402f2189ffd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-fa39048b-8fee-4889-86f7-9c6b07049df0 {
  min-height: 50px;
}








#s-fa39048b-8fee-4889-86f7-9c6b07049df0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa39048b-8fee-4889-86f7-9c6b07049df0.shg-box.shg-c {
  justify-content: center;
}

#s-f604ce3e-0acb-46f2-9dc3-28f889149b2f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f604ce3e-0acb-46f2-9dc3-28f889149b2f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a719a822-4352-4bbd-a6e5-cfb0b48dff86 {
  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-f30cd6eb-7895-4991-9e1b-577622230c63 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-position: center center;
}








#s-f30cd6eb-7895-4991-9e1b-577622230c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f30cd6eb-7895-4991-9e1b-577622230c63.shg-box.shg-c {
  justify-content: center;
}

#s-9e034010-45c2-418f-913c-687e199e6bbb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-9e034010-45c2-418f-913c-687e199e6bbb .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4b8f4ad6-88d3-4357-8ec8-09d65b1ef342 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-606cbf59-1b50-49c6-9183-8448fd6d5cee {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}
@media (min-width: 1200px){#s-606cbf59-1b50-49c6-9183-8448fd6d5cee {
  
}
}
#s-606cbf59-1b50-49c6-9183-8448fd6d5cee .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d4e57943-e82e-4420-bd28-0b8a500b31c2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d4e57943-e82e-4420-bd28-0b8a500b31c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-7b16d73e-4b52-4083-af07-e3cbb126969a {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-7b16d73e-4b52-4083-af07-e3cbb126969a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b16d73e-4b52-4083-af07-e3cbb126969a.shg-box.shg-c {
  justify-content: center;
}

#s-6c6485c7-8940-418f-adf6-c6a693ae09bb {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-6c6485c7-8940-418f-adf6-c6a693ae09bb .shogun-heading-component h2 {
  color: rgba(250, 245, 245, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e4daa9d8-71e3-4e5c-8fd6-637b4d8eecc8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-f3b234b0-f4ac-4837-bd54-9b4107d3176f {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-f3b234b0-f4ac-4837-bd54-9b4107d3176f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3b234b0-f4ac-4837-bd54-9b4107d3176f.shg-box.shg-c {
  justify-content: center;
}

#s-d9642709-6201-4d98-89d2-4b69e2680059 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-d9642709-6201-4d98-89d2-4b69e2680059 .shogun-heading-component h2 {
  color: rgba(252, 252, 252, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ba8b04c2-c75a-4b45-a240-e2b06013e653 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-49e6411b-ca53-40ca-9082-7383cae16673 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-49e6411b-ca53-40ca-9082-7383cae16673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49e6411b-ca53-40ca-9082-7383cae16673.shg-box.shg-c {
  justify-content: center;
}

#s-26184226-c0b8-4a0b-8d67-00d3ab25f745 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-26184226-c0b8-4a0b-8d67-00d3ab25f745 {
  
}
}
#s-0996ffc5-36bb-43f7-9cdb-8819058c152f {
  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-6b73e032-7a92-4269-8e26-d702968f2fd5 {
  display: none;
}
#s-49dd2a9e-ad2f-4ea4-ace6-01b001e3074c {
  margin-left: 5px;
margin-right: 5px;
text-align: left;
}

#s-49dd2a9e-ad2f-4ea4-ace6-01b001e3074c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-49dd2a9e-ad2f-4ea4-ace6-01b001e3074c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-49dd2a9e-ad2f-4ea4-ace6-01b001e3074c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-49dd2a9e-ad2f-4ea4-ace6-01b001e3074c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 2px;
}


  #s-49dd2a9e-ad2f-4ea4-ace6-01b001e3074c .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-49dd2a9e-ad2f-4ea4-ace6-01b001e3074c .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

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

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

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

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

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

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

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

#s-f57b7e3f-a60c-49b2-8643-f468be93b5b7 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-f57b7e3f-a60c-49b2-8643-f468be93b5b7:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-f57b7e3f-a60c-49b2-8643-f468be93b5b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f57b7e3f-a60c-49b2-8643-f468be93b5b7 {
  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-f57b7e3f-a60c-49b2-8643-f468be93b5b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f57b7e3f-a60c-49b2-8643-f468be93b5b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-f57b7e3f-a60c-49b2-8643-f468be93b5b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f57b7e3f-a60c-49b2-8643-f468be93b5b7.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(7, 7, 7, 1);
  }


#s-49ef4649-b148-4d34-adf8-bfa8c7522866 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-49ef4649-b148-4d34-adf8-bfa8c7522866 {
  
}
}
#s-26adbff4-be8a-4de9-ab6c-6f8e6e9d1003 {
  min-height: 50px;
}








#s-26adbff4-be8a-4de9-ab6c-6f8e6e9d1003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26adbff4-be8a-4de9-ab6c-6f8e6e9d1003.shg-box.shg-c {
  justify-content: center;
}

#s-c1838ea0-8805-449b-8cf4-a7604dde240a {
  min-height: 50px;
}








#s-c1838ea0-8805-449b-8cf4-a7604dde240a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1838ea0-8805-449b-8cf4-a7604dde240a.shg-box.shg-c {
  justify-content: center;
}

#s-2c31af0c-f223-4ffc-b8a4-1ba308a5c428 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c31af0c-f223-4ffc-b8a4-1ba308a5c428 {
  
}
}







#s-2c31af0c-f223-4ffc-b8a4-1ba308a5c428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c31af0c-f223-4ffc-b8a4-1ba308a5c428.shg-box.shg-c {
  justify-content: center;
}

#s-363192df-67f8-4354-abb9-12096236c566 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-363192df-67f8-4354-abb9-12096236c566 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-363192df-67f8-4354-abb9-12096236c566.shg-box.shg-c {
  justify-content: center;
}

#s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-73c88538-cd25-4ae9-9da7-7ae79fdaa26a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-a1a714d6-5137-4ed9-ba66-28662a988e4e {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-a1a714d6-5137-4ed9-ba66-28662a988e4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1a714d6-5137-4ed9-ba66-28662a988e4e.shg-box.shg-c {
  justify-content: center;
}

#s-ace9b24e-6f22-4148-8ad5-c6cdf07bb572 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-ace9b24e-6f22-4148-8ad5-c6cdf07bb572 .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-87bfabae-a4e9-48ce-99f3-0c7c92815d5a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-01e31745-036c-4fe9-ae94-4c4a33a8f4ee {
  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-01e31745-036c-4fe9-ae94-4c4a33a8f4ee > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-01e31745-036c-4fe9-ae94-4c4a33a8f4ee.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-6c4c06e1-cfe1-478c-b5c8-d5ab8ce15954 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6c4c06e1-cfe1-478c-b5c8-d5ab8ce15954 {
  
}
}
#s-6c4c06e1-cfe1-478c-b5c8-d5ab8ce15954 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6c4c06e1-cfe1-478c-b5c8-d5ab8ce15954 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-6c4c06e1-cfe1-478c-b5c8-d5ab8ce15954 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-6c4c06e1-cfe1-478c-b5c8-d5ab8ce15954 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-6c4c06e1-cfe1-478c-b5c8-d5ab8ce15954 > .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-6c4c06e1-cfe1-478c-b5c8-d5ab8ce15954 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-446e59ff-e4b1-4303-8969-0bd282839680"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dd9c33b2-da56-4827-a0cf-179e348b5aa3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd9c33b2-da56-4827-a0cf-179e348b5aa3 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-155d4647-ed21-499c-ba63-0823452756db {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-155d4647-ed21-499c-ba63-0823452756db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-155d4647-ed21-499c-ba63-0823452756db.shg-box.shg-c {
  justify-content: center;
}

#s-b7a527a3-b52e-4a7f-92e9-8fad995188f8 {
  margin-left: 25px;
margin-right: 25px;
}

#s-b7a527a3-b52e-4a7f-92e9-8fad995188f8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b7a527a3-b52e-4a7f-92e9-8fad995188f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b7a527a3-b52e-4a7f-92e9-8fad995188f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b7a527a3-b52e-4a7f-92e9-8fad995188f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b7a527a3-b52e-4a7f-92e9-8fad995188f8 > .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-b7a527a3-b52e-4a7f-92e9-8fad995188f8 > .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-607789c5-82f1-43c1-ad15-c378566ded9e {
  text-align: center;
}




  #s-607789c5-82f1-43c1-ad15-c378566ded9e img.shogun-image {
    
    width: px;
  }


#s-607789c5-82f1-43c1-ad15-c378566ded9e .shogun-image-content {
  
    align-items: center;
  
}

#s-2f62949d-eabb-4870-95ff-ff0af5a41508 {
  margin-left: 25px;
margin-right: 25px;
}

#s-2f62949d-eabb-4870-95ff-ff0af5a41508 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2f62949d-eabb-4870-95ff-ff0af5a41508 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2f62949d-eabb-4870-95ff-ff0af5a41508 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-2f62949d-eabb-4870-95ff-ff0af5a41508 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2f62949d-eabb-4870-95ff-ff0af5a41508 > .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-2f62949d-eabb-4870-95ff-ff0af5a41508 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0d47180d-4ab4-440c-b861-4726d988ca1e {
  text-align: center;
}




  #s-0d47180d-4ab4-440c-b861-4726d988ca1e img.shogun-image {
    
    width: px;
  }


#s-0d47180d-4ab4-440c-b861-4726d988ca1e .shogun-image-content {
  
    align-items: center;
  
}

#s-8b59e5d3-ea43-4058-8382-68c9c52c1c7d {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-8b59e5d3-ea43-4058-8382-68c9c52c1c7d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8b59e5d3-ea43-4058-8382-68c9c52c1c7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8b59e5d3-ea43-4058-8382-68c9c52c1c7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-8b59e5d3-ea43-4058-8382-68c9c52c1c7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8b59e5d3-ea43-4058-8382-68c9c52c1c7d > .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-8b59e5d3-ea43-4058-8382-68c9c52c1c7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b07f7115-54c6-4dbc-a595-7404de648ccb {
  text-align: center;
}




  #s-b07f7115-54c6-4dbc-a595-7404de648ccb img.shogun-image {
    
    width: px;
  }


#s-b07f7115-54c6-4dbc-a595-7404de648ccb .shogun-image-content {
  
    align-items: center;
  
}

#s-7107d7f5-cb1b-482d-9edd-f129e46ee7a9 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-8d3e1b9f-0de8-46a9-b883-6789e2c2c2ce {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-8d942644-0755-447f-ba89-21026770c8ea {
  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-412f3958-b203-4ff4-9e5f-58acf84e354f {
  min-height: 50px;
}








#s-412f3958-b203-4ff4-9e5f-58acf84e354f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-412f3958-b203-4ff4-9e5f-58acf84e354f.shg-box.shg-c {
  justify-content: center;
}

#s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bb2c4c1c-1e8b-4a3d-bf90-c5b92105726a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-6879d09f-4046-4ea8-bc08-06bc5b8a0eb3 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-87800ab6-5cda-4d8f-947b-0ef2800f53e3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-d3ef36da-05bb-4edb-81b6-9a7ad5b11d71 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-d3ef36da-05bb-4edb-81b6-9a7ad5b11d71 img.shogun-image {
    
    width: px;
  }


#s-d3ef36da-05bb-4edb-81b6-9a7ad5b11d71 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5a0a8e7-9ea4-43f3-8945-9ff6626da4c5 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-7c0963b5-dca7-4a64-80bc-01ed8ee5c30b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-047ff42e-8d06-442c-82dd-2a5063165e1a {
  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-047ff42e-8d06-442c-82dd-2a5063165e1a > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-047ff42e-8d06-442c-82dd-2a5063165e1a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-36ff97af-4d22-482f-8651-143abbaadfb9 {
  min-height: 50px;
}








#s-36ff97af-4d22-482f-8651-143abbaadfb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36ff97af-4d22-482f-8651-143abbaadfb9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-198cabc1-161c-4ff6-a3ee-8552909f663d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2c891770-1378-4bcd-96c9-026098b694ee {
  
}

#s-2c891770-1378-4bcd-96c9-026098b694ee > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-2c891770-1378-4bcd-96c9-026098b694ee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2c891770-1378-4bcd-96c9-026098b694ee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-2c891770-1378-4bcd-96c9-026098b694ee > .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-2c891770-1378-4bcd-96c9-026098b694ee > .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-2c891770-1378-4bcd-96c9-026098b694ee > .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-427dfdcd-b592-4dd2-bf37-90bd9cea5c70 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-427dfdcd-b592-4dd2-bf37-90bd9cea5c70 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-427dfdcd-b592-4dd2-bf37-90bd9cea5c70 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-427dfdcd-b592-4dd2-bf37-90bd9cea5c70 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-427dfdcd-b592-4dd2-bf37-90bd9cea5c70 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-427dfdcd-b592-4dd2-bf37-90bd9cea5c70 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-427dfdcd-b592-4dd2-bf37-90bd9cea5c70 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-7d831f9e-19fe-4a10-8796-20be0c79e914 {
  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-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-13441be9-ebbb-4e18-9ffc-bd6a8992ad88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-218583ff-da01-4c71-a7f6-72c740e7fa11 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-218583ff-da01-4c71-a7f6-72c740e7fa11 img.shogun-image {
    
    width: px;
  }


#s-218583ff-da01-4c71-a7f6-72c740e7fa11 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0190e34-99f5-49e4-8458-e1e2022b703d {
  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-c0190e34-99f5-49e4-8458-e1e2022b703d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0190e34-99f5-49e4-8458-e1e2022b703d.shg-box.shg-c {
  justify-content: center;
}

#s-1c3dd4c7-ca76-497b-a0a5-387b513719f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c3dd4c7-ca76-497b-a0a5-387b513719f3 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bfb16f54-b437-4798-8d11-da7c201fc15c {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-bc0b55c0-e208-4f55-9706-62d26dac7783 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc0b55c0-e208-4f55-9706-62d26dac7783 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed73dfe7-c3e0-444f-9b0e-260fa4d1cd36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5e9ad436-a953-4f3e-ac2c-09d235aeb9c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5e9ad436-a953-4f3e-ac2c-09d235aeb9c5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b3080d0c-e4d1-42bb-b7a4-ff3001285611 {
  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-f49e1be4-aaba-4d47-8151-cd6b9a54caf9 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 5px;
margin-left: 1px;
margin-bottom: 10px;
margin-right: 1px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-f49e1be4-aaba-4d47-8151-cd6b9a54caf9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f49e1be4-aaba-4d47-8151-cd6b9a54caf9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-f49e1be4-aaba-4d47-8151-cd6b9a54caf9.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-fe7bf3fb-b208-4c5a-9a94-0e2952505099 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fe7bf3fb-b208-4c5a-9a94-0e2952505099 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1c0f0588-835c-4fbe-b54f-9dc8957811de {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-237a1f2a-3bed-41ad-94d4-2de173460b3c {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-d9e813ed-ebd5-40a6-811f-62d009bcc21a {
  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-d9e813ed-ebd5-40a6-811f-62d009bcc21a > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-d9e813ed-ebd5-40a6-811f-62d009bcc21a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-154c97da-5c05-4577-a3bc-946f8f2da7a9 {
  min-height: 50px;
}








#s-154c97da-5c05-4577-a3bc-946f8f2da7a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-154c97da-5c05-4577-a3bc-946f8f2da7a9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9c1ea6a2-f9c4-42a0-bce2-c9d0185911c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-30aa0876-77b2-4bcc-9eab-df5e82822ed8 {
  
}

#s-30aa0876-77b2-4bcc-9eab-df5e82822ed8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-30aa0876-77b2-4bcc-9eab-df5e82822ed8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-30aa0876-77b2-4bcc-9eab-df5e82822ed8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-30aa0876-77b2-4bcc-9eab-df5e82822ed8 > .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-30aa0876-77b2-4bcc-9eab-df5e82822ed8 > .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-30aa0876-77b2-4bcc-9eab-df5e82822ed8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-8bf1f64e-dadf-4883-8374-d2cdbdf377e1 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-8bf1f64e-dadf-4883-8374-d2cdbdf377e1 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-8bf1f64e-dadf-4883-8374-d2cdbdf377e1 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-8bf1f64e-dadf-4883-8374-d2cdbdf377e1 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-8bf1f64e-dadf-4883-8374-d2cdbdf377e1 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-8bf1f64e-dadf-4883-8374-d2cdbdf377e1 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-8bf1f64e-dadf-4883-8374-d2cdbdf377e1 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-fe8f41e9-255d-4435-ac93-2e1c519807b6 {
  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-57d16d9a-7e3c-499e-af3a-2b0adfd423d9 {
  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-57d16d9a-7e3c-499e-af3a-2b0adfd423d9 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-57d16d9a-7e3c-499e-af3a-2b0adfd423d9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ffe8c117-decc-45b7-94e8-540ca93864cb {
  min-height: 50px;
}








#s-ffe8c117-decc-45b7-94e8-540ca93864cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffe8c117-decc-45b7-94e8-540ca93864cb.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e758565e-5a55-40d6-94a4-c44b3b381066"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b3f43bf1-3c1f-4c35-87ce-cf99d420f8ab {
  
}

#s-b3f43bf1-3c1f-4c35-87ce-cf99d420f8ab > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-b3f43bf1-3c1f-4c35-87ce-cf99d420f8ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b3f43bf1-3c1f-4c35-87ce-cf99d420f8ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b3f43bf1-3c1f-4c35-87ce-cf99d420f8ab > .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-b3f43bf1-3c1f-4c35-87ce-cf99d420f8ab > .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-b3f43bf1-3c1f-4c35-87ce-cf99d420f8ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-cc8779a2-8a27-4096-80b0-2947b851092d {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-cc8779a2-8a27-4096-80b0-2947b851092d .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-cc8779a2-8a27-4096-80b0-2947b851092d .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-cc8779a2-8a27-4096-80b0-2947b851092d .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-cc8779a2-8a27-4096-80b0-2947b851092d .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-cc8779a2-8a27-4096-80b0-2947b851092d .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-cc8779a2-8a27-4096-80b0-2947b851092d .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-3696f48d-ce4b-4d44-9339-fb5c0da360ae {
  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-9c37652b-c1f1-4dbd-9a9f-0da0069c9bb3 {
  margin-left: 25px;
margin-right: 25px;
}

#s-9c37652b-c1f1-4dbd-9a9f-0da0069c9bb3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9c37652b-c1f1-4dbd-9a9f-0da0069c9bb3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9c37652b-c1f1-4dbd-9a9f-0da0069c9bb3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-9c37652b-c1f1-4dbd-9a9f-0da0069c9bb3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9c37652b-c1f1-4dbd-9a9f-0da0069c9bb3 > .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-9c37652b-c1f1-4dbd-9a9f-0da0069c9bb3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-72d8f3c9-5ec6-4400-89d8-4181e89fb9e8 {
  text-align: center;
}




  #s-72d8f3c9-5ec6-4400-89d8-4181e89fb9e8 img.shogun-image {
    
    width: px;
  }


#s-72d8f3c9-5ec6-4400-89d8-4181e89fb9e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-76331380-e913-4e30-ac84-a848fa0fe557 {
  margin-left: 25px;
margin-right: 25px;
}

#s-76331380-e913-4e30-ac84-a848fa0fe557 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-76331380-e913-4e30-ac84-a848fa0fe557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-76331380-e913-4e30-ac84-a848fa0fe557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-76331380-e913-4e30-ac84-a848fa0fe557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-76331380-e913-4e30-ac84-a848fa0fe557 > .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-76331380-e913-4e30-ac84-a848fa0fe557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-582c6010-2b5e-4e96-9d43-a0061df2c6bb {
  text-align: center;
}




  #s-582c6010-2b5e-4e96-9d43-a0061df2c6bb img.shogun-image {
    
    width: px;
  }


#s-582c6010-2b5e-4e96-9d43-a0061df2c6bb .shogun-image-content {
  
    align-items: center;
  
}

#s-01aa5f5c-6a19-4ebb-b9fa-c61b222e2a1c {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-01aa5f5c-6a19-4ebb-b9fa-c61b222e2a1c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-01aa5f5c-6a19-4ebb-b9fa-c61b222e2a1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-01aa5f5c-6a19-4ebb-b9fa-c61b222e2a1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-01aa5f5c-6a19-4ebb-b9fa-c61b222e2a1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-01aa5f5c-6a19-4ebb-b9fa-c61b222e2a1c > .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-01aa5f5c-6a19-4ebb-b9fa-c61b222e2a1c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b79c8825-6536-4ea2-a5a3-6453d02baf29 {
  text-align: center;
}




  #s-b79c8825-6536-4ea2-a5a3-6453d02baf29 img.shogun-image {
    
    width: px;
  }


#s-b79c8825-6536-4ea2-a5a3-6453d02baf29 .shogun-image-content {
  
    align-items: center;
  
}

#s-8daf6bec-970f-44dd-a849-5bfec31ff4f1 {
  background-image: url(none);
background-repeat: no-repeat;
border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(3, 3, 3, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-8daf6bec-970f-44dd-a849-5bfec31ff4f1:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-8daf6bec-970f-44dd-a849-5bfec31ff4f1:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-8daf6bec-970f-44dd-a849-5bfec31ff4f1-btn-wrapper {
    text-align: center;
  }


#s-8daf6bec-970f-44dd-a849-5bfec31ff4f1.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-7ca571c4-ba66-4916-b413-173c7a0ef322 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-7ca571c4-ba66-4916-b413-173c7a0ef322 .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-a29edf9a-71f8-4411-848e-bd2f262c65e9 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a29edf9a-71f8-4411-848e-bd2f262c65e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-520ef23d-d156-4773-b079-4025d9345c0a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-520ef23d-d156-4773-b079-4025d9345c0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-520ef23d-d156-4773-b079-4025d9345c0a.shg-box.shg-c {
  justify-content: center;
}

#s-fe936218-66b6-4e26-a0ff-1302427fec4b {
  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-a21e9a46-2d4c-4990-8ac0-ce72ffadae81 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-a21e9a46-2d4c-4990-8ac0-ce72ffadae81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a21e9a46-2d4c-4990-8ac0-ce72ffadae81.shg-box.shg-c {
  justify-content: flex-start;
}

#s-88a72e80-1a84-4ade-a46a-e66a36ed7e7e {
  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-4dc8b484-9db8-40f8-8617-2d87b6cdcbc7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: right center;
}








#s-4dc8b484-9db8-40f8-8617-2d87b6cdcbc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dc8b484-9db8-40f8-8617-2d87b6cdcbc7.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c23073e2-13d8-4246-a8f2-1bacd2ad35dc {
  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-2963d41c-e31f-4df2-9b5a-4ff470623fbf {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2963d41c-e31f-4df2-9b5a-4ff470623fbf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9b40db3a-b9e5-40a9-8113-35b98bad2eaf {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-78d2ddec-95fd-4198-968e-b11879f0f6fd {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-78d2ddec-95fd-4198-968e-b11879f0f6fd .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-3b4d0613-2e0a-408a-9547-92b493c01a87 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3b4d0613-2e0a-408a-9547-92b493c01a87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-caf9b227-d22c-427f-ac1a-1f098ddb0798 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-caf9b227-d22c-427f-ac1a-1f098ddb0798 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caf9b227-d22c-427f-ac1a-1f098ddb0798.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2ec208f3-ef49-4621-90c2-482e230e4d1d {
  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-8644b653-9c7f-4468-a335-2b533a173a94 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-8644b653-9c7f-4468-a335-2b533a173a94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8644b653-9c7f-4468-a335-2b533a173a94.shg-box.shg-c {
  justify-content: flex-end;
}

#s-659993e0-4c8c-4409-bbd9-c49ed88effaf {
  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-51c1bfca-da41-47d8-bfe1-d6a70849c23d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-51c1bfca-da41-47d8-bfe1-d6a70849c23d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51c1bfca-da41-47d8-bfe1-d6a70849c23d.shg-box.shg-c {
  justify-content: center;
}

#s-f2590f99-9eb0-46bc-9dfd-3d857a4df04f {
  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-63a9a98c-dc75-455e-8dbc-9eb00b6a0638 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63a9a98c-dc75-455e-8dbc-9eb00b6a0638"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-364cc941-420f-4def-9692-294655f5417f {
  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-caace624-ecee-4a39-add0-94859d877489 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-caace624-ecee-4a39-add0-94859d877489 .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-759b4223-1e33-488d-8eb7-a2f05c11ad07 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-759b4223-1e33-488d-8eb7-a2f05c11ad07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-759b4223-1e33-488d-8eb7-a2f05c11ad07.shg-box.shg-c {
  justify-content: center;
}

#s-2909f5e1-8f02-40e1-b4b3-adcd38344c49 {
  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-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2909f5e1-8f02-40e1-b4b3-adcd38344c49"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-86d62ce1-994b-4333-9798-3308e6801197 {
  min-height: 400px;
}








#s-86d62ce1-994b-4333-9798-3308e6801197 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86d62ce1-994b-4333-9798-3308e6801197.shg-box.shg-c {
  justify-content: center;
}

#s-1df27853-31e2-48fd-a353-c346e4dbf1cf {
  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-1df27853-31e2-48fd-a353-c346e4dbf1cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1df27853-31e2-48fd-a353-c346e4dbf1cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1df27853-31e2-48fd-a353-c346e4dbf1cf {
  
}
}@media (max-width: 767px){#s-1df27853-31e2-48fd-a353-c346e4dbf1cf {
  
}
}
#s-9bd5b00b-397d-4f34-8bd0-61e9910394c3 {
  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-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9bd5b00b-397d-4f34-8bd0-61e9910394c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f6147310-d1ab-48ec-8c7e-c0ad9d45811d {
  min-height: 400px;
}








#s-f6147310-d1ab-48ec-8c7e-c0ad9d45811d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6147310-d1ab-48ec-8c7e-c0ad9d45811d.shg-box.shg-c {
  justify-content: center;
}

#s-d4f40055-847d-4bcd-9242-b6a036024282 {
  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-d4f40055-847d-4bcd-9242-b6a036024282 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4f40055-847d-4bcd-9242-b6a036024282 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4f40055-847d-4bcd-9242-b6a036024282 {
  
}
}@media (max-width: 767px){#s-d4f40055-847d-4bcd-9242-b6a036024282 {
  
}
}
#s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc {
  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-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5dccb936-1aba-4db2-92bc-e5fae2fbadcc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-433dd13d-3b84-4947-977a-d8a1710fffac {
  min-height: 400px;
}








#s-433dd13d-3b84-4947-977a-d8a1710fffac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-433dd13d-3b84-4947-977a-d8a1710fffac.shg-box.shg-c {
  justify-content: center;
}

#s-a031efea-de85-4a1c-a352-1b8adce08e14 {
  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-a031efea-de85-4a1c-a352-1b8adce08e14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a031efea-de85-4a1c-a352-1b8adce08e14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a031efea-de85-4a1c-a352-1b8adce08e14 {
  
}
}@media (max-width: 767px){#s-a031efea-de85-4a1c-a352-1b8adce08e14 {
  
}
}
#s-440cfd25-a515-4587-9ac6-c0ea4b6f1b8b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-440cfd25-a515-4587-9ac6-c0ea4b6f1b8b > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-440cfd25-a515-4587-9ac6-c0ea4b6f1b8b.shg-box.shg-c {
  justify-content: center;
}

#s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-6cd5645b-42ed-4713-a8cc-7f9e45dec11d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-f36cfb6c-3597-4dca-8aaf-cb06df135ec0 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-f36cfb6c-3597-4dca-8aaf-cb06df135ec0 .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-57d4c65a-13c9-41fa-b71f-bb6e950d0867 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-57d4c65a-13c9-41fa-b71f-bb6e950d0867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57d4c65a-13c9-41fa-b71f-bb6e950d0867.shg-box.shg-c {
  justify-content: center;
}

#s-607e9280-fcd3-4331-b871-a86d74b3db01 {
  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-607e9280-fcd3-4331-b871-a86d74b3db01 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-607e9280-fcd3-4331-b871-a86d74b3db01.shg-box.shg-c {
  justify-content: center;
}

#s-84ee18ee-d1a0-451f-898b-b38a3d8513db {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-84ee18ee-d1a0-451f-898b-b38a3d8513db {
  
}
}
#s-84ee18ee-d1a0-451f-898b-b38a3d8513db > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-84ee18ee-d1a0-451f-898b-b38a3d8513db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-84ee18ee-d1a0-451f-898b-b38a3d8513db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-84ee18ee-d1a0-451f-898b-b38a3d8513db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-84ee18ee-d1a0-451f-898b-b38a3d8513db > .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-84ee18ee-d1a0-451f-898b-b38a3d8513db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0 {
  
}

@media (min-width: 0px) {
[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6d9814c5-1c95-41dc-ae37-0d1293e2f8f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-af23bca5-455f-4772-8eac-208ce808336d {
  text-align: center;
}




  #s-af23bca5-455f-4772-8eac-208ce808336d img.shogun-image {
    
    width: px;
  }


#s-af23bca5-455f-4772-8eac-208ce808336d .shogun-image-content {
  
    align-items: center;
  
}

#s-0f46b843-9f25-4723-ad09-4e38342b3763 {
  min-height: 50px;
}








#s-0f46b843-9f25-4723-ad09-4e38342b3763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f46b843-9f25-4723-ad09-4e38342b3763.shg-box.shg-c {
  justify-content: center;
}

#s-aabdbff6-02a0-403b-b228-013b2823caae {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-3950278f-6f65-41e4-85ee-d4c290a87dc9 {
  
}

@media (min-width: 0px) {
[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3950278f-6f65-41e4-85ee-d4c290a87dc9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c3838bb1-31b2-4080-9148-54c199eaaf41 {
  min-height: 50px;
}








#s-c3838bb1-31b2-4080-9148-54c199eaaf41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3838bb1-31b2-4080-9148-54c199eaaf41.shg-box.shg-c {
  justify-content: center;
}

#s-227a7ef7-5de7-499f-a77b-9770db768cda {
  
}

@media (min-width: 0px) {
[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-227a7ef7-5de7-499f-a77b-9770db768cda"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-88fe8ae6-f73e-4f0f-aa84-748f112253a3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-b31fc366-4b63-41f6-86b0-c62bc9e8a2be {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-4b56db3c-1d52-4da0-9d1b-6610e8f05a4f {
  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-4b56db3c-1d52-4da0-9d1b-6610e8f05a4f .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-87a13d53-5cee-4a8b-a3d7-b351c9aeea6d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-76c54659-d855-449e-af01-6f657ac9d0eb {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-0ec6395a-b5f1-4711-83ce-6344660bd782 {
  text-align: left;
}


.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 {
  max-width: 100%;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 .shg-image-zoom,
.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 {
  max-width: 100%;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 .shg-image-zoom,
.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 {
  max-width: 100%;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 .shg-image-zoom,
.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 {
  max-width: 100%;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 .shg-image-zoom,
.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 {
  max-width: 100%;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 .shg-image-zoom,
.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ec6395a-b5f1-4711-83ce-6344660bd782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-84546622-7504-4d86-ae26-aedaeaf99cd6 {
  display: none;
}
#s-61743947-99db-42a1-bdcc-9fe097265c79 {
  text-align: left;
}


.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 {
  max-width: 100%;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 .shg-image-zoom,
.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 {
  max-width: 100%;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 .shg-image-zoom,
.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 {
  max-width: 100%;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 .shg-image-zoom,
.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 {
  max-width: 100%;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 .shg-image-zoom,
.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 {
  max-width: 100%;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 .shg-image-zoom,
.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61743947-99db-42a1-bdcc-9fe097265c79 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-91930153-bb09-4ad1-b257-aae37b189e34 {
  display: none;
}
#s-d7bb692f-b7ca-4d11-855d-0e73030843fa {
  text-align: left;
}


.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa {
  max-width: 100%;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa .shg-image-zoom,
.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa {
  max-width: 100%;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa .shg-image-zoom,
.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa {
  max-width: 100%;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa .shg-image-zoom,
.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa {
  max-width: 100%;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa .shg-image-zoom,
.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa {
  max-width: 100%;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa .shg-image-zoom,
.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7bb692f-b7ca-4d11-855d-0e73030843fa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1edec706-e24b-4e58-b29f-83c7dbfa3fa3 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-1edec706-e24b-4e58-b29f-83c7dbfa3fa3 .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-7bf7a3af-c998-425a-8c1a-8b6866ee9949 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-7bf7a3af-c998-425a-8c1a-8b6866ee9949 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-7bf7a3af-c998-425a-8c1a-8b6866ee9949.shg-box.shg-c {
  justify-content: center;
}

#s-3a7a1539-7ca4-4faa-926c-cfd6b105126f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3a7a1539-7ca4-4faa-926c-cfd6b105126f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-892ae747-5361-45f9-814b-81b676c83460 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-892ae747-5361-45f9-814b-81b676c83460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-892ae747-5361-45f9-814b-81b676c83460.shg-box.shg-c {
  justify-content: center;
}

#s-69debdbc-4c5a-4008-ae4d-5e91a9f007a5 {
  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-69debdbc-4c5a-4008-ae4d-5e91a9f007a5 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-69debdbc-4c5a-4008-ae4d-5e91a9f007a5.shg-box.shg-c {
  justify-content: center;
}

#s-69b7bc4c-5812-475b-996b-fe06cdb5764b {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-69b7bc4c-5812-475b-996b-fe06cdb5764b {
  
}
}
#s-69b7bc4c-5812-475b-996b-fe06cdb5764b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-69b7bc4c-5812-475b-996b-fe06cdb5764b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-69b7bc4c-5812-475b-996b-fe06cdb5764b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-69b7bc4c-5812-475b-996b-fe06cdb5764b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-69b7bc4c-5812-475b-996b-fe06cdb5764b > .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-69b7bc4c-5812-475b-996b-fe06cdb5764b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-74d3d2bf-8d8f-42b1-8d24-ae9fe8b583d2 {
  min-height: 50px;
}








#s-74d3d2bf-8d8f-42b1-8d24-ae9fe8b583d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74d3d2bf-8d8f-42b1-8d24-ae9fe8b583d2.shg-box.shg-c {
  justify-content: center;
}

#s-3cf5456e-ee18-410d-9382-5adac2be3e8a {
  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-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3cf5456e-ee18-410d-9382-5adac2be3e8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bb2f2287-1f98-4b97-b928-e2ddf34542a1 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-a5617f7d-2834-41f7-9d1b-c81dbeb4970f {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-7929c9f5-8240-4ae1-b090-4d9057f4060a {
  
}

@media (min-width: 0px) {
[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7929c9f5-8240-4ae1-b090-4d9057f4060a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8068ba80-c10f-4fa4-aaca-c947edeae05d {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c451d50e-7396-418f-9f87-64c4a0e50eb0 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-14247258-2156-41d0-b3a9-f309602041ee {
  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-14247258-2156-41d0-b3a9-f309602041ee img.shogun-image {
    
    width: px;
  }


#s-14247258-2156-41d0-b3a9-f309602041ee .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-290017e5-ec9c-4a7b-8e02-5a5288d641ae {
  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-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-290017e5-ec9c-4a7b-8e02-5a5288d641ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-78927d11-0fa9-45e4-85c2-598826152dcb {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5edfd077-968d-4b20-9b50-de95d839c7cb {
  margin-top: 20px;
margin-bottom: 20px;
}

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

  #s-5adf4637-9e54-4d92-88be-0f4dd0ad2886-btn-wrapper {
    text-align: center;
  }


#s-5adf4637-9e54-4d92-88be-0f4dd0ad2886.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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