.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-3d813c8b-0ab4-4eb1-a81d-fd2aea5d10f8 {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-3d813c8b-0ab4-4eb1-a81d-fd2aea5d10f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d813c8b-0ab4-4eb1-a81d-fd2aea5d10f8.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-37a39d5e-8edd-4b74-85dd-d81e04f4f2dc {
  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-d0d6d98e-426b-4ec2-b9e3-031617847c91 {
  min-height: 50px;
}








#s-d0d6d98e-426b-4ec2-b9e3-031617847c91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0d6d98e-426b-4ec2-b9e3-031617847c91.shg-box.shg-c {
  justify-content: center;
}

#s-5ff1b2c5-fbeb-4d83-b67a-76d1954d4cd0 {
  background-image: url(https://i.shgcdn.com/6f531f9f-7a82-4504-b4d3-3f4e1492fcc4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
background-attachment: scroll;
}








#s-5ff1b2c5-fbeb-4d83-b67a-76d1954d4cd0 > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0;
}#s-5ff1b2c5-fbeb-4d83-b67a-76d1954d4cd0.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-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1859cb85-029e-4f20-bbe0-b8ca136227a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e90054d1-851b-4bcf-b0b0-a16e557f89d5 {
  min-height: 50px;
}








#s-e90054d1-851b-4bcf-b0b0-a16e557f89d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e90054d1-851b-4bcf-b0b0-a16e557f89d5.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-6e742ff5-0324-4870-aba3-4f8027ec93c6 {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-6e742ff5-0324-4870-aba3-4f8027ec93c6 .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-61ad6dd6-08a9-4db5-ad68-4f5766583f30 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-035749dc-fd05-4d9c-94b0-edc7a979883c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-035749dc-fd05-4d9c-94b0-edc7a979883c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-23395d56-6470-487d-ab7b-6f01a10fba06 {
  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-51571851-cb43-4afd-941d-f4c67007cb46 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-position: center center;
}








#s-51571851-cb43-4afd-941d-f4c67007cb46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51571851-cb43-4afd-941d-f4c67007cb46.shg-box.shg-c {
  justify-content: center;
}

#s-9cce978c-dace-4e0b-95d0-66efb023e61f {
  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-9cce978c-dace-4e0b-95d0-66efb023e61f .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-c7dbccaf-5d23-4899-9096-001c68338942 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-a5d42dc9-7ec9-4927-948c-242a31965be5 {
  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-a5d42dc9-7ec9-4927-948c-242a31965be5 {
  
}
}
#s-a5d42dc9-7ec9-4927-948c-242a31965be5 .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-c73f5d8d-bdea-4240-9bfc-2b994889407e {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c73f5d8d-bdea-4240-9bfc-2b994889407e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-8a4508eb-a5e0-4b14-9fc2-c06c82bab577 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-8a4508eb-a5e0-4b14-9fc2-c06c82bab577 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a4508eb-a5e0-4b14-9fc2-c06c82bab577.shg-box.shg-c {
  justify-content: center;
}

#s-185d3595-a129-4753-81b6-5a621b295cb4 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-185d3595-a129-4753-81b6-5a621b295cb4 .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-05f7cadb-5c77-4546-a67e-ac55f185efb5 {
  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-80e00a0a-992a-498d-93e1-7dfcb6d5f01a {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-80e00a0a-992a-498d-93e1-7dfcb6d5f01a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80e00a0a-992a-498d-93e1-7dfcb6d5f01a.shg-box.shg-c {
  justify-content: center;
}

#s-6d5505ac-6b26-42e8-aff1-716b095a9a39 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-6d5505ac-6b26-42e8-aff1-716b095a9a39 .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-1970ecc2-378f-471b-873b-0485225b8ddc {
  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-1f1407e4-5b17-469d-ab31-4b3c3f895cdd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-1f1407e4-5b17-469d-ab31-4b3c3f895cdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f1407e4-5b17-469d-ab31-4b3c3f895cdd.shg-box.shg-c {
  justify-content: center;
}

#s-da072a85-5ffa-4b82-9c19-52b844ad9758 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-da072a85-5ffa-4b82-9c19-52b844ad9758 {
  
}
}
#s-45ad9c21-8557-420c-9053-bd1de97ab975 {
  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-ea6d8e63-4a45-42e3-b6e7-a6821eaa5c05 {
  display: none;
}
#s-50638e7b-98de-4c38-bc9a-b393cfa46dc7 {
  margin-left: 5px;
margin-right: 5px;
text-align: left;
}

#s-50638e7b-98de-4c38-bc9a-b393cfa46dc7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-50638e7b-98de-4c38-bc9a-b393cfa46dc7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-50638e7b-98de-4c38-bc9a-b393cfa46dc7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-50638e7b-98de-4c38-bc9a-b393cfa46dc7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 2px;
}


  #s-50638e7b-98de-4c38-bc9a-b393cfa46dc7 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-50638e7b-98de-4c38-bc9a-b393cfa46dc7 .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-8782d4ea-1b4c-450b-b3fb-d1869d4e07a3 {
  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);
background-image: none;
hover-type: color;
}
#s-8782d4ea-1b4c-450b-b3fb-d1869d4e07a3:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-8782d4ea-1b4c-450b-b3fb-d1869d4e07a3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8782d4ea-1b4c-450b-b3fb-d1869d4e07a3 {
  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-8782d4ea-1b4c-450b-b3fb-d1869d4e07a3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8782d4ea-1b4c-450b-b3fb-d1869d4e07a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-8782d4ea-1b4c-450b-b3fb-d1869d4e07a3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8782d4ea-1b4c-450b-b3fb-d1869d4e07a3.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(7, 7, 7, 1);
  }


#s-5621e8b5-3526-47d6-91b8-0cb4891d85ba {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5621e8b5-3526-47d6-91b8-0cb4891d85ba {
  
}
}
#s-8ae89593-f629-4d1a-8d72-978577ee6ece {
  min-height: 50px;
}








#s-8ae89593-f629-4d1a-8d72-978577ee6ece > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ae89593-f629-4d1a-8d72-978577ee6ece.shg-box.shg-c {
  justify-content: center;
}

#s-1b1f0436-8f1e-4dbd-a6b6-a54081002a6b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b1f0436-8f1e-4dbd-a6b6-a54081002a6b {
  
}
}







#s-1b1f0436-8f1e-4dbd-a6b6-a54081002a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b1f0436-8f1e-4dbd-a6b6-a54081002a6b.shg-box.shg-c {
  justify-content: center;
}

#s-23de9397-bf8b-4018-a4d7-e56cd9004cea {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: left center;
}








#s-23de9397-bf8b-4018-a4d7-e56cd9004cea > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-23de9397-bf8b-4018-a4d7-e56cd9004cea.shg-box.shg-c {
  justify-content: center;
}

#s-65085fa3-c692-4229-be36-efa4554443d1 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-65085fa3-c692-4229-be36-efa4554443d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-86017e9d-a2fe-4ba1-81aa-df0fd72f8aab {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-86017e9d-a2fe-4ba1-81aa-df0fd72f8aab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86017e9d-a2fe-4ba1-81aa-df0fd72f8aab.shg-box.shg-c {
  justify-content: center;
}

#s-4a00794c-1c89-4686-a810-a36fb9e859c0 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-4a00794c-1c89-4686-a810-a36fb9e859c0 .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-a670390e-a435-4266-9756-41e75b42cb5c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-f2eec0ba-a5fe-49c3-bd5f-8bd9a77a855d {
  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-f2eec0ba-a5fe-49c3-bd5f-8bd9a77a855d > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-f2eec0ba-a5fe-49c3-bd5f-8bd9a77a855d.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-21a93672-d62f-4939-86a7-738ccbe2f2ce {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21a93672-d62f-4939-86a7-738ccbe2f2ce {
  
}
}
#s-21a93672-d62f-4939-86a7-738ccbe2f2ce > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-21a93672-d62f-4939-86a7-738ccbe2f2ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-21a93672-d62f-4939-86a7-738ccbe2f2ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-21a93672-d62f-4939-86a7-738ccbe2f2ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-21a93672-d62f-4939-86a7-738ccbe2f2ce > .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-21a93672-d62f-4939-86a7-738ccbe2f2ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38f4f77a-1223-4825-8487-f4f98397e273"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-56bb735b-b20d-4781-9319-103f1a8fe08e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56bb735b-b20d-4781-9319-103f1a8fe08e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bc681bb9-a7f8-494d-b7c4-0b78713e064f {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-bc681bb9-a7f8-494d-b7c4-0b78713e064f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc681bb9-a7f8-494d-b7c4-0b78713e064f.shg-box.shg-c {
  justify-content: center;
}

#s-df11000a-e6ef-44b4-be21-4770e8eceaa1 {
  margin-left: 25px;
margin-right: 25px;
}

#s-df11000a-e6ef-44b4-be21-4770e8eceaa1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-df11000a-e6ef-44b4-be21-4770e8eceaa1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-df11000a-e6ef-44b4-be21-4770e8eceaa1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-df11000a-e6ef-44b4-be21-4770e8eceaa1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-df11000a-e6ef-44b4-be21-4770e8eceaa1 > .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-df11000a-e6ef-44b4-be21-4770e8eceaa1 > .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-ac1b0414-ede2-40bc-a82d-11ff3cdf5725 {
  text-align: center;
}




  #s-ac1b0414-ede2-40bc-a82d-11ff3cdf5725 img.shogun-image {
    
    width: px;
  }


#s-ac1b0414-ede2-40bc-a82d-11ff3cdf5725 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc9c05f2-15f4-4602-9d63-963d5382f3bd {
  margin-left: 25px;
margin-right: 25px;
}

#s-bc9c05f2-15f4-4602-9d63-963d5382f3bd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bc9c05f2-15f4-4602-9d63-963d5382f3bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-bc9c05f2-15f4-4602-9d63-963d5382f3bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-bc9c05f2-15f4-4602-9d63-963d5382f3bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-bc9c05f2-15f4-4602-9d63-963d5382f3bd > .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-bc9c05f2-15f4-4602-9d63-963d5382f3bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-dbc3905f-cddc-49f6-bd51-752b15e0525d {
  text-align: center;
}




  #s-dbc3905f-cddc-49f6-bd51-752b15e0525d img.shogun-image {
    
    width: px;
  }


#s-dbc3905f-cddc-49f6-bd51-752b15e0525d .shogun-image-content {
  
    align-items: center;
  
}

#s-46d1ebbc-6b31-45fc-92c2-e7e9fd6a1572 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-46d1ebbc-6b31-45fc-92c2-e7e9fd6a1572 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-46d1ebbc-6b31-45fc-92c2-e7e9fd6a1572 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-46d1ebbc-6b31-45fc-92c2-e7e9fd6a1572 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-46d1ebbc-6b31-45fc-92c2-e7e9fd6a1572 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-46d1ebbc-6b31-45fc-92c2-e7e9fd6a1572 > .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-46d1ebbc-6b31-45fc-92c2-e7e9fd6a1572 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bf10bc2e-b68c-4af9-a9e0-e8ed3f6b0749 {
  text-align: center;
}




  #s-bf10bc2e-b68c-4af9-a9e0-e8ed3f6b0749 img.shogun-image {
    
    width: px;
  }


#s-bf10bc2e-b68c-4af9-a9e0-e8ed3f6b0749 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd42156e-f341-4928-8a97-b1b0ec35c1dd {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-375db678-8760-4296-b804-b4259206553b {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-45902ce5-63aa-49d1-bcd6-a7d357a24b1d {
  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-9a8d17bf-0e0e-4764-9739-a009d27a4c20 {
  min-height: 50px;
}








#s-9a8d17bf-0e0e-4764-9739-a009d27a4c20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a8d17bf-0e0e-4764-9739-a009d27a4c20.shg-box.shg-c {
  justify-content: center;
}

#s-c4a936dc-441b-4fa3-be74-5b403e8f529a {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-c4a936dc-441b-4fa3-be74-5b403e8f529a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-b0072a89-e7e3-4075-b3a2-006950b9a5c7 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-9948e8e5-2f03-4d87-9d45-a351bda57e37 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-fb47d179-c11f-457e-a858-a09fca2c03ef {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-fb47d179-c11f-457e-a858-a09fca2c03ef img.shogun-image {
    
    width: px;
  }


#s-fb47d179-c11f-457e-a858-a09fca2c03ef .shogun-image-content {
  
    align-items: center;
  
}

#s-6da2bf0e-ea81-4112-b73c-6da484e84de1 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-74ba7fc4-e849-4ede-8af6-4c22c48fa454 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-6f6b6c47-8fd2-43de-809e-02d2bb3892cb {
  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-6f6b6c47-8fd2-43de-809e-02d2bb3892cb > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-6f6b6c47-8fd2-43de-809e-02d2bb3892cb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fc040a90-2b8c-4016-b758-45f96e802cfc {
  min-height: 50px;
}








#s-fc040a90-2b8c-4016-b758-45f96e802cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc040a90-2b8c-4016-b758-45f96e802cfc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e914629c-0bf3-495d-b4c7-b435a7a36026"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8d98e6be-cb96-4fcb-bf40-8cdbbb4ce1d9 {
  
}

#s-8d98e6be-cb96-4fcb-bf40-8cdbbb4ce1d9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-8d98e6be-cb96-4fcb-bf40-8cdbbb4ce1d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8d98e6be-cb96-4fcb-bf40-8cdbbb4ce1d9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-8d98e6be-cb96-4fcb-bf40-8cdbbb4ce1d9 > .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-8d98e6be-cb96-4fcb-bf40-8cdbbb4ce1d9 > .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-8d98e6be-cb96-4fcb-bf40-8cdbbb4ce1d9 > .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-01a073e7-f771-4ce9-933b-4e05f554bdcf {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-01a073e7-f771-4ce9-933b-4e05f554bdcf .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-01a073e7-f771-4ce9-933b-4e05f554bdcf .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-01a073e7-f771-4ce9-933b-4e05f554bdcf .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-01a073e7-f771-4ce9-933b-4e05f554bdcf .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-01a073e7-f771-4ce9-933b-4e05f554bdcf .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-01a073e7-f771-4ce9-933b-4e05f554bdcf .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-a1d0e1de-b48d-4cd7-a661-800928d32301 {
  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-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b68bc236-8801-45f6-80f6-6c369158a003"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-787f4a7c-70d2-44a4-be54-058ccba086d8 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-787f4a7c-70d2-44a4-be54-058ccba086d8 img.shogun-image {
    
    width: px;
  }


#s-787f4a7c-70d2-44a4-be54-058ccba086d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3c8e63d-5687-4c95-afc5-6173dd6b1aff {
  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-b3c8e63d-5687-4c95-afc5-6173dd6b1aff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3c8e63d-5687-4c95-afc5-6173dd6b1aff.shg-box.shg-c {
  justify-content: center;
}

#s-aaaa3797-4469-46af-97b0-ca7314db6c25 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aaaa3797-4469-46af-97b0-ca7314db6c25 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d0188621-448f-470a-bdc4-cb4e637ee360 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a2b10fec-1645-4c5b-ae9d-36001c9bcf57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2b10fec-1645-4c5b-ae9d-36001c9bcf57 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-db869733-3faa-463d-bb06-5961655f6e6b {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db869733-3faa-463d-bb06-5961655f6e6b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7e28f046-1e99-4365-aded-ce8619e87f84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e28f046-1e99-4365-aded-ce8619e87f84 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-405829f5-a038-4681-81d7-e4750aeec0ca {
  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-5a013a3a-8176-49dc-aaa5-2dde11252ad2 {
  border-style: solid;
margin-top: 5px;
margin-left: 1px;
margin-bottom: 10px;
margin-right: 1px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5a013a3a-8176-49dc-aaa5-2dde11252ad2:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5a013a3a-8176-49dc-aaa5-2dde11252ad2:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5a013a3a-8176-49dc-aaa5-2dde11252ad2.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-780efd87-7746-47fb-8e26-1d9d2c3e29b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-780efd87-7746-47fb-8e26-1d9d2c3e29b5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-757ed874-a110-4158-aa60-1870586b1b52 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-a0eb622d-6615-47e7-b19e-86d6317742ce {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-00e0cc64-fe9a-4759-b8d9-6bb02b3fd95d {
  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-00e0cc64-fe9a-4759-b8d9-6bb02b3fd95d > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-00e0cc64-fe9a-4759-b8d9-6bb02b3fd95d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4641f399-e71a-48f4-94be-ed469b8e94c3 {
  min-height: 50px;
}








#s-4641f399-e71a-48f4-94be-ed469b8e94c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4641f399-e71a-48f4-94be-ed469b8e94c3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-20f7e2c6-33d2-464e-b200-5ed8154d6277"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e40d7cd8-6080-476c-bfb2-9a48cf628509 {
  
}

#s-e40d7cd8-6080-476c-bfb2-9a48cf628509 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-e40d7cd8-6080-476c-bfb2-9a48cf628509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-e40d7cd8-6080-476c-bfb2-9a48cf628509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-e40d7cd8-6080-476c-bfb2-9a48cf628509 > .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-e40d7cd8-6080-476c-bfb2-9a48cf628509 > .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-e40d7cd8-6080-476c-bfb2-9a48cf628509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-661116c9-77c3-4f02-a395-2beeaef34214 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-661116c9-77c3-4f02-a395-2beeaef34214 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-661116c9-77c3-4f02-a395-2beeaef34214 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-661116c9-77c3-4f02-a395-2beeaef34214 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-661116c9-77c3-4f02-a395-2beeaef34214 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-661116c9-77c3-4f02-a395-2beeaef34214 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-661116c9-77c3-4f02-a395-2beeaef34214 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-8cd4b0fc-34b1-4264-9548-441ebd945771 {
  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-43d395e5-09b3-4107-ac02-38651503c9e2 {
  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-43d395e5-09b3-4107-ac02-38651503c9e2 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-43d395e5-09b3-4107-ac02-38651503c9e2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0a6a8657-13fd-4783-923c-d2affa802ecf {
  min-height: 50px;
}








#s-0a6a8657-13fd-4783-923c-d2affa802ecf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a6a8657-13fd-4783-923c-d2affa802ecf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c50f1b42-747d-457d-92c4-9df837a5448e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2d1365c0-f612-40d3-a3e1-b9306e0346a3 {
  
}

#s-2d1365c0-f612-40d3-a3e1-b9306e0346a3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-2d1365c0-f612-40d3-a3e1-b9306e0346a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-2d1365c0-f612-40d3-a3e1-b9306e0346a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-2d1365c0-f612-40d3-a3e1-b9306e0346a3 > .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-2d1365c0-f612-40d3-a3e1-b9306e0346a3 > .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-2d1365c0-f612-40d3-a3e1-b9306e0346a3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-7b768dad-8f90-47bb-98b2-4f6284d34abb {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-7b768dad-8f90-47bb-98b2-4f6284d34abb .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-7b768dad-8f90-47bb-98b2-4f6284d34abb .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-7b768dad-8f90-47bb-98b2-4f6284d34abb .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-7b768dad-8f90-47bb-98b2-4f6284d34abb .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-7b768dad-8f90-47bb-98b2-4f6284d34abb .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-7b768dad-8f90-47bb-98b2-4f6284d34abb .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-b8ba165f-944a-4432-84e4-b27db581a460 {
  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-d85a0c99-b7fc-40b7-a691-6d262bad37de {
  margin-left: 25px;
margin-right: 25px;
}

#s-d85a0c99-b7fc-40b7-a691-6d262bad37de > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d85a0c99-b7fc-40b7-a691-6d262bad37de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d85a0c99-b7fc-40b7-a691-6d262bad37de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-d85a0c99-b7fc-40b7-a691-6d262bad37de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d85a0c99-b7fc-40b7-a691-6d262bad37de > .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-d85a0c99-b7fc-40b7-a691-6d262bad37de > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0adc02b9-60cb-4a0b-bdf4-7062f333008e {
  text-align: center;
}




  #s-0adc02b9-60cb-4a0b-bdf4-7062f333008e img.shogun-image {
    
    width: px;
  }


#s-0adc02b9-60cb-4a0b-bdf4-7062f333008e .shogun-image-content {
  
    align-items: center;
  
}

#s-b981ba89-5610-4967-834f-5b7068373c98 {
  margin-left: 25px;
margin-right: 25px;
}

#s-b981ba89-5610-4967-834f-5b7068373c98 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b981ba89-5610-4967-834f-5b7068373c98 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b981ba89-5610-4967-834f-5b7068373c98 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b981ba89-5610-4967-834f-5b7068373c98 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b981ba89-5610-4967-834f-5b7068373c98 > .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-b981ba89-5610-4967-834f-5b7068373c98 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b3a050c3-12cc-4063-b735-c881e98c4366 {
  text-align: center;
}




  #s-b3a050c3-12cc-4063-b735-c881e98c4366 img.shogun-image {
    
    width: px;
  }


#s-b3a050c3-12cc-4063-b735-c881e98c4366 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc7dc156-803f-4248-9abb-0e1b239afbe6 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-cc7dc156-803f-4248-9abb-0e1b239afbe6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cc7dc156-803f-4248-9abb-0e1b239afbe6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-cc7dc156-803f-4248-9abb-0e1b239afbe6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-cc7dc156-803f-4248-9abb-0e1b239afbe6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cc7dc156-803f-4248-9abb-0e1b239afbe6 > .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-cc7dc156-803f-4248-9abb-0e1b239afbe6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-fef1a5b0-cdff-45e7-a731-1dd812b72460 {
  text-align: center;
}




  #s-fef1a5b0-cdff-45e7-a731-1dd812b72460 img.shogun-image {
    
    width: px;
  }


#s-fef1a5b0-cdff-45e7-a731-1dd812b72460 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a0557d1-7f9d-494d-a4ce-511700c38936 {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(3, 3, 3, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-1a0557d1-7f9d-494d-a4ce-511700c38936:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-1a0557d1-7f9d-494d-a4ce-511700c38936:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1a0557d1-7f9d-494d-a4ce-511700c38936-btn-wrapper {
    text-align: center;
  }


#s-1a0557d1-7f9d-494d-a4ce-511700c38936.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-91dfc622-9482-4420-96dd-6d9767a06d4b {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-91dfc622-9482-4420-96dd-6d9767a06d4b .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-b03e043e-ec1c-4769-bfd1-9bd2968c25fe {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-b03e043e-ec1c-4769-bfd1-9bd2968c25fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-fef5902b-ea1a-4810-b735-fa0fec4502f9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-fef5902b-ea1a-4810-b735-fa0fec4502f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fef5902b-ea1a-4810-b735-fa0fec4502f9.shg-box.shg-c {
  justify-content: center;
}

#s-30824c74-6142-4230-94ac-9c7c006c1d2b {
  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-eacaac79-ba65-4ee6-a35b-52bc021b7a81 {
  min-height: 50px;
}








#s-eacaac79-ba65-4ee6-a35b-52bc021b7a81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eacaac79-ba65-4ee6-a35b-52bc021b7a81.shg-box.shg-c {
  justify-content: center;
}

#s-cf6a65c4-a150-48d3-9f31-9efbd131fe19 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-cf6a65c4-a150-48d3-9f31-9efbd131fe19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf6a65c4-a150-48d3-9f31-9efbd131fe19.shg-box.shg-c {
  justify-content: flex-end;
}

#s-421c62ec-6c7d-4cf7-9d4a-144331892a1c {
  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-8230842f-c8cb-4a1c-b045-d71562891ac6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-8230842f-c8cb-4a1c-b045-d71562891ac6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8230842f-c8cb-4a1c-b045-d71562891ac6.shg-box.shg-c {
  justify-content: center;
}

#s-de3ac8cc-f5da-45f2-a9f0-79c9ed352cdc {
  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-54a2b5da-164f-4a97-b7e1-d8d6551382f9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-54a2b5da-164f-4a97-b7e1-d8d6551382f9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6e8a8444-e088-4cf6-ba76-8a0e53742e8a {
  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-466be86b-d8dd-40e6-b949-feca280a6f78 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-466be86b-d8dd-40e6-b949-feca280a6f78 .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-11fc708e-aa66-42fd-86b4-a639c866f791 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-11fc708e-aa66-42fd-86b4-a639c866f791"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-41b9cf63-4830-43fe-b52e-b7182c1bdce7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-41b9cf63-4830-43fe-b52e-b7182c1bdce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41b9cf63-4830-43fe-b52e-b7182c1bdce7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f767e9a6-2c79-451d-9e3f-27d4f5edbcc3 {
  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-b17e41b3-4fef-419f-8e4b-38e840a1e692 {
  min-height: 50px;
}








#s-b17e41b3-4fef-419f-8e4b-38e840a1e692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b17e41b3-4fef-419f-8e4b-38e840a1e692.shg-box.shg-c {
  justify-content: center;
}

#s-f3e59b22-eba2-4dc4-8b4f-82ee69c1eddb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-f3e59b22-eba2-4dc4-8b4f-82ee69c1eddb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3e59b22-eba2-4dc4-8b4f-82ee69c1eddb.shg-box.shg-c {
  justify-content: flex-end;
}

#s-c9db4e8f-c557-46f7-b3b8-2e7cb400b5fa {
  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-7574dfc2-b1a4-4308-a820-510f12ff9618 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-7574dfc2-b1a4-4308-a820-510f12ff9618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7574dfc2-b1a4-4308-a820-510f12ff9618.shg-box.shg-c {
  justify-content: center;
}

#s-d2a1fd12-f1bb-43c6-b385-6a8c4a085f16 {
  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-3d695b49-752a-4dac-82c7-c073347cf22e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3d695b49-752a-4dac-82c7-c073347cf22e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f17cc8bb-5013-4c0f-b30f-2dddb1fc4665 {
  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-79c60a33-813a-4ffa-94e8-b5f004c8529e {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-79c60a33-813a-4ffa-94e8-b5f004c8529e .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-c4e8fcff-e755-44cc-9691-37a8da2d5207 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c4e8fcff-e755-44cc-9691-37a8da2d5207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4e8fcff-e755-44cc-9691-37a8da2d5207.shg-box.shg-c {
  justify-content: center;
}

#s-b2842dcb-8478-4571-ad05-5c9e2c5d849f {
  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-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b2842dcb-8478-4571-ad05-5c9e2c5d849f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-242435d2-3cd4-4edc-be3a-e300e6bcbaad {
  min-height: 400px;
}








#s-242435d2-3cd4-4edc-be3a-e300e6bcbaad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-242435d2-3cd4-4edc-be3a-e300e6bcbaad.shg-box.shg-c {
  justify-content: center;
}

#s-6a4ecc03-69a9-4f5a-83fe-4a40fe1deeca {
  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-6a4ecc03-69a9-4f5a-83fe-4a40fe1deeca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a4ecc03-69a9-4f5a-83fe-4a40fe1deeca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a4ecc03-69a9-4f5a-83fe-4a40fe1deeca {
  
}
}@media (max-width: 767px){#s-6a4ecc03-69a9-4f5a-83fe-4a40fe1deeca {
  
}
}
#s-3eb066af-f730-4c24-8208-eff876ab6b53 {
  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-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3eb066af-f730-4c24-8208-eff876ab6b53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-db155b4d-70eb-4f54-b059-f6d8d0cf359f {
  min-height: 400px;
}








#s-db155b4d-70eb-4f54-b059-f6d8d0cf359f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db155b4d-70eb-4f54-b059-f6d8d0cf359f.shg-box.shg-c {
  justify-content: center;
}

#s-1c4554de-8e4e-4ccf-8acb-bc557841588a {
  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-1c4554de-8e4e-4ccf-8acb-bc557841588a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c4554de-8e4e-4ccf-8acb-bc557841588a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c4554de-8e4e-4ccf-8acb-bc557841588a {
  
}
}@media (max-width: 767px){#s-1c4554de-8e4e-4ccf-8acb-bc557841588a {
  
}
}
#s-303d27bb-257e-4b7b-ad90-9da80f0a770a {
  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-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-303d27bb-257e-4b7b-ad90-9da80f0a770a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f5aafbc9-7165-45b8-bce0-25fe215bf911 {
  min-height: 400px;
}








#s-f5aafbc9-7165-45b8-bce0-25fe215bf911 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5aafbc9-7165-45b8-bce0-25fe215bf911.shg-box.shg-c {
  justify-content: center;
}

#s-40a7de99-5e0b-4234-98de-7be50b5c8ae8 {
  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-40a7de99-5e0b-4234-98de-7be50b5c8ae8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-40a7de99-5e0b-4234-98de-7be50b5c8ae8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-40a7de99-5e0b-4234-98de-7be50b5c8ae8 {
  
}
}@media (max-width: 767px){#s-40a7de99-5e0b-4234-98de-7be50b5c8ae8 {
  
}
}
#s-715f8b59-efb2-48e8-b5cf-02c683d3dee2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-715f8b59-efb2-48e8-b5cf-02c683d3dee2 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-715f8b59-efb2-48e8-b5cf-02c683d3dee2.shg-box.shg-c {
  justify-content: center;
}

#s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5c846f9e-19cc-4da1-86f8-2e7a7a416e7e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-2fb3c971-1ff5-4f1e-98fc-af87c2fda922 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-2fb3c971-1ff5-4f1e-98fc-af87c2fda922 .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-ca7c7b94-5d4b-49c1-b343-9dcde06bc542 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-ca7c7b94-5d4b-49c1-b343-9dcde06bc542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca7c7b94-5d4b-49c1-b343-9dcde06bc542.shg-box.shg-c {
  justify-content: center;
}

#s-c3860a0a-e2ce-459e-a2fa-f512d4f01773 {
  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-c3860a0a-e2ce-459e-a2fa-f512d4f01773 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-c3860a0a-e2ce-459e-a2fa-f512d4f01773.shg-box.shg-c {
  justify-content: center;
}

#s-bff86fc3-b033-493c-9261-876d34a9e040 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bff86fc3-b033-493c-9261-876d34a9e040 {
  
}
}
#s-bff86fc3-b033-493c-9261-876d34a9e040 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-bff86fc3-b033-493c-9261-876d34a9e040 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-bff86fc3-b033-493c-9261-876d34a9e040 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-bff86fc3-b033-493c-9261-876d34a9e040 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-bff86fc3-b033-493c-9261-876d34a9e040 > .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-bff86fc3-b033-493c-9261-876d34a9e040 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-a01d7da4-772a-4379-a17a-db62078ef419 {
  
}

@media (min-width: 0px) {
[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a01d7da4-772a-4379-a17a-db62078ef419"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1c21eeac-f42d-49ba-a0ea-f43de88d1ec0 {
  text-align: center;
}




  #s-1c21eeac-f42d-49ba-a0ea-f43de88d1ec0 img.shogun-image {
    
    width: px;
  }


#s-1c21eeac-f42d-49ba-a0ea-f43de88d1ec0 .shogun-image-content {
  
    align-items: center;
  
}

#s-520356dc-f3cd-4e3a-a4b2-adb414c666c1 {
  min-height: 50px;
}








#s-520356dc-f3cd-4e3a-a4b2-adb414c666c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-520356dc-f3cd-4e3a-a4b2-adb414c666c1.shg-box.shg-c {
  justify-content: center;
}

#s-875d209a-d229-4d4c-975a-0c1f8064942a {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-1b41af94-384f-44e4-91e7-d56c8e035c76 {
  
}

@media (min-width: 0px) {
[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b41af94-384f-44e4-91e7-d56c8e035c76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1e263cf9-5d2e-4280-bb53-34d3b6229a8c {
  min-height: 50px;
}








#s-1e263cf9-5d2e-4280-bb53-34d3b6229a8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e263cf9-5d2e-4280-bb53-34d3b6229a8c.shg-box.shg-c {
  justify-content: center;
}

#s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1 {
  
}

@media (min-width: 0px) {
[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9f79c1b-4d44-49ea-bb11-99c1315f59a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-795319a2-1630-485c-b1c6-d67b4ba0b5f6 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-bfc8f3c7-23d5-4630-be3b-666ad216f452 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-8a14cd5b-e4e6-410a-9f47-e34a36562625 {
  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-8a14cd5b-e4e6-410a-9f47-e34a36562625 .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-7bdb06e4-9b0a-4459-95ac-c3b4b29c0f5b {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-b1ab4831-faa1-4e98-af69-a07489c4ef48 {
  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-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf {
  text-align: left;
}


.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf {
  max-width: 100%;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf .shg-image-zoom,
.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf {
  max-width: 100%;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf .shg-image-zoom,
.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf {
  max-width: 100%;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf .shg-image-zoom,
.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf {
  max-width: 100%;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf .shg-image-zoom,
.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf {
  max-width: 100%;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf .shg-image-zoom,
.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b5f0facc-e9e6-4a94-ab6e-76bdb94ae1bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-ccae23d0-e835-4140-986a-31989bdc8c61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccae23d0-e835-4140-986a-31989bdc8c61 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-ffa4d542-a796-46a2-b4b7-f153fb2109b3 {
  display: none;
}
#s-18081f57-4df4-4cfb-a8d0-be20f324f01c {
  text-align: left;
}


.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c {
  max-width: 100%;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c .shg-image-zoom,
.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c {
  max-width: 100%;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c .shg-image-zoom,
.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c {
  max-width: 100%;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c .shg-image-zoom,
.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c {
  max-width: 100%;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c .shg-image-zoom,
.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c {
  max-width: 100%;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c .shg-image-zoom,
.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-18081f57-4df4-4cfb-a8d0-be20f324f01c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1957bd83-510f-4a5f-849a-5a714bc451dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1957bd83-510f-4a5f-849a-5a714bc451dd .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-1bba72d9-e0b1-4988-94ca-c96271cf4154 {
  display: none;
}
#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f {
  text-align: left;
}


.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f {
  max-width: 100%;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f .shg-image-zoom,
.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f {
  max-width: 100%;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f .shg-image-zoom,
.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f {
  max-width: 100%;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f .shg-image-zoom,
.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f {
  max-width: 100%;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f .shg-image-zoom,
.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f {
  max-width: 100%;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f .shg-image-zoom,
.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6fd1ca78-c771-41c6-bca7-97b1cbdd182f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-af961451-5178-42bf-8cfe-f971304c6555 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af961451-5178-42bf-8cfe-f971304c6555 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-458f0eac-705c-43e0-9ae8-4e11aa09fa23 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-458f0eac-705c-43e0-9ae8-4e11aa09fa23 .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-b6a6ffdb-bbf9-4217-a876-34ddad339bf0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-b6a6ffdb-bbf9-4217-a876-34ddad339bf0 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-b6a6ffdb-bbf9-4217-a876-34ddad339bf0.shg-box.shg-c {
  justify-content: center;
}

#s-d07047df-6db9-4f07-8d3d-a8127135e802 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-d07047df-6db9-4f07-8d3d-a8127135e802"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-1a24b410-2799-43f1-9121-96343de423ab {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-1a24b410-2799-43f1-9121-96343de423ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a24b410-2799-43f1-9121-96343de423ab.shg-box.shg-c {
  justify-content: center;
}

#s-7bc5f901-ff5c-485c-87e4-f2c60e31dbea {
  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-7bc5f901-ff5c-485c-87e4-f2c60e31dbea > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-7bc5f901-ff5c-485c-87e4-f2c60e31dbea.shg-box.shg-c {
  justify-content: center;
}

#s-598a5ac3-7ff9-4a7a-9dea-d86d96813dfb {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-598a5ac3-7ff9-4a7a-9dea-d86d96813dfb {
  
}
}
#s-598a5ac3-7ff9-4a7a-9dea-d86d96813dfb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-598a5ac3-7ff9-4a7a-9dea-d86d96813dfb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-598a5ac3-7ff9-4a7a-9dea-d86d96813dfb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-598a5ac3-7ff9-4a7a-9dea-d86d96813dfb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-598a5ac3-7ff9-4a7a-9dea-d86d96813dfb > .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-598a5ac3-7ff9-4a7a-9dea-d86d96813dfb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-568eadae-c54b-4feb-b6fe-94c8eec9f6ff {
  min-height: 50px;
}








#s-568eadae-c54b-4feb-b6fe-94c8eec9f6ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-568eadae-c54b-4feb-b6fe-94c8eec9f6ff.shg-box.shg-c {
  justify-content: center;
}

#s-124cabd8-d995-4a32-8d77-0b6321d2ce1c {
  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-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-124cabd8-d995-4a32-8d77-0b6321d2ce1c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d7f167a8-3a35-4ea1-af2d-33d267d1003c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5d0663d9-940e-468e-b02a-142bd32e0427 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-100b89ac-296d-4f50-8c5f-0871f890739d {
  
}

@media (min-width: 0px) {
[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-100b89ac-296d-4f50-8c5f-0871f890739d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5715a16d-7308-4131-a038-7fcf0a39cc0a {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-9dcb262c-2893-491a-a10c-214afe8f31ad {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-30469deb-44ea-4ea9-8670-20e1d32ff27d {
  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-30469deb-44ea-4ea9-8670-20e1d32ff27d img.shogun-image {
    
    width: px;
  }


#s-30469deb-44ea-4ea9-8670-20e1d32ff27d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-cbba5651-6797-4a70-8ecf-6d141d9fed9f {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(3, 3, 3, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-cbba5651-6797-4a70-8ecf-6d141d9fed9f:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-cbba5651-6797-4a70-8ecf-6d141d9fed9f:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-cbba5651-6797-4a70-8ecf-6d141d9fed9f-btn-wrapper {
    text-align: center;
  }


#s-cbba5651-6797-4a70-8ecf-6d141d9fed9f.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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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