.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-5971f575-0e5f-4e61-80da-9585f46e40bb {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-5971f575-0e5f-4e61-80da-9585f46e40bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5971f575-0e5f-4e61-80da-9585f46e40bb.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-7df7a595-0f81-4ff9-b121-d47f78d026e6 {
  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-90c0d507-2e59-4bf1-9fff-be6db5612284 {
  min-height: 50px;
}








#s-90c0d507-2e59-4bf1-9fff-be6db5612284 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90c0d507-2e59-4bf1-9fff-be6db5612284.shg-box.shg-c {
  justify-content: center;
}

#s-e3b7eae7-8415-4ae6-aef5-83848c4f7eb7 {
  background-image: url(https://i.shgcdn.com/7aee5db4-74e1-4d2f-a023-7637244d4e3f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-e3b7eae7-8415-4ae6-aef5-83848c4f7eb7 > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0;
}#s-e3b7eae7-8415-4ae6-aef5-83848c4f7eb7.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-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bd41af13-99be-4230-bbcb-aa5f13d9d13b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e9e90736-9a30-4a8e-9636-51598f1082f8 {
  min-height: 50px;
}








#s-e9e90736-9a30-4a8e-9636-51598f1082f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9e90736-9a30-4a8e-9636-51598f1082f8.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-1272684c-d1f7-464a-950f-05f4af4ec16a {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-1272684c-d1f7-464a-950f-05f4af4ec16a .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-df218fbd-afee-413b-819e-042996cc2c73 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f9b17195-bc74-4a62-9bf6-199a2a12f4cf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-30d133b8-6d74-496e-8ce1-9f91bb35c6f9 {
  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-f019efae-376b-4869-97a8-cd3af6d70195 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-f019efae-376b-4869-97a8-cd3af6d70195 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f019efae-376b-4869-97a8-cd3af6d70195.shg-box.shg-c {
  justify-content: center;
}

#s-9849ebad-7df4-4562-b971-0547820079d8 {
  min-height: 50px;
}








#s-9849ebad-7df4-4562-b971-0547820079d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9849ebad-7df4-4562-b971-0547820079d8.shg-box.shg-c {
  justify-content: center;
}

#s-215fbfc9-2dce-4ed5-ad7a-1fbe0b4b731e {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-215fbfc9-2dce-4ed5-ad7a-1fbe0b4b731e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ee803df0-4334-4c32-bb90-d12202e5d946 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-ee803df0-4334-4c32-bb90-d12202e5d946 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2c9c7897-9ff9-4baa-838d-8fedcb6609ad {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-2c9c7897-9ff9-4baa-838d-8fedcb6609ad .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 32px;
  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-52461e38-20f2-4d38-b2e2-bc0a70717c96 {
  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-ed2a561c-0cfe-494e-92b9-87b62d38b971 {
  text-align: left;
}


.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 {
  max-width: 100%;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 .shg-image-zoom,
.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 {
  max-width: 100%;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 .shg-image-zoom,
.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 {
  max-width: 100%;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 .shg-image-zoom,
.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 {
  max-width: 100%;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 .shg-image-zoom,
.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 {
  max-width: 100%;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 .shg-image-zoom,
.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ed2a561c-0cfe-494e-92b9-87b62d38b971 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf7acaf3-f707-4025-ad0c-5748f57d220c {
  display: none;
}
#s-26412335-1d27-4e92-9c5c-32d093f6d51d {
  text-align: left;
}


.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d {
  max-width: 100%;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d .shg-image-zoom,
.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d {
  max-width: 100%;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d .shg-image-zoom,
.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d {
  max-width: 100%;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d .shg-image-zoom,
.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d {
  max-width: 100%;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d .shg-image-zoom,
.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d {
  max-width: 100%;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d .shg-image-zoom,
.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26412335-1d27-4e92-9c5c-32d093f6d51d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fdf9a036-3e08-4e0a-bc01-2c2000714dc3 {
  display: none;
}
#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 {
  text-align: left;
}


.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 {
  max-width: 100%;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 .shg-image-zoom,
.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 {
  max-width: 100%;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 .shg-image-zoom,
.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 {
  max-width: 100%;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 .shg-image-zoom,
.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 {
  max-width: 100%;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 .shg-image-zoom,
.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 {
  max-width: 100%;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 .shg-image-zoom,
.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33991d4f-5b28-4ca1-b5de-886827ac7b53 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9b30e235-3bb7-454c-bb42-fc3f480f7fe0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-9b30e235-3bb7-454c-bb42-fc3f480f7fe0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-431f5581-846a-41d6-b75b-0b19aa683cf3 {
  border-style: solid;
margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(253, 253, 253, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(3, 3, 3, 1);
background-position: left undefined;
}
#s-431f5581-846a-41d6-b75b-0b19aa683cf3:hover {border-style: solid !important;
border-color: rgba(83, 239, 245, 1) !important;
background-color: rgba(83, 239, 245, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-431f5581-846a-41d6-b75b-0b19aa683cf3:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-431f5581-846a-41d6-b75b-0b19aa683cf3-btn-wrapper {
    text-align: center;
  }


#s-431f5581-846a-41d6-b75b-0b19aa683cf3.shg-btn {
  color: rgba(3, 3, 3, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-39cf8c1e-ef30-496c-8c90-a7b6d08732c4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-7fc25449-b050-4d5e-8e46-a4ca642cd7d4 {
  min-height: 50px;
}








#s-7fc25449-b050-4d5e-8e46-a4ca642cd7d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fc25449-b050-4d5e-8e46-a4ca642cd7d4.shg-box.shg-c {
  justify-content: center;
}

#s-693a88d3-2927-4d85-9741-44c4cd18274c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-693a88d3-2927-4d85-9741-44c4cd18274c {
  
}
}







#s-693a88d3-2927-4d85-9741-44c4cd18274c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-693a88d3-2927-4d85-9741-44c4cd18274c.shg-box.shg-c {
  justify-content: center;
}

#s-f4a4f772-75f7-4a93-9a8b-aeec1a077a04 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: left center;
}








#s-f4a4f772-75f7-4a93-9a8b-aeec1a077a04 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-f4a4f772-75f7-4a93-9a8b-aeec1a077a04.shg-box.shg-c {
  justify-content: center;
}

#s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-4b471d1d-c373-4b4d-9d73-7d7464c2a0a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-82bb049e-2a02-4867-a443-d11598a144eb {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-82bb049e-2a02-4867-a443-d11598a144eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82bb049e-2a02-4867-a443-d11598a144eb.shg-box.shg-c {
  justify-content: center;
}

#s-0e8c7f2d-ec7f-4daf-aaaa-1e29bc006103 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-0e8c7f2d-ec7f-4daf-aaaa-1e29bc006103 .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-97c5c4b1-a3f2-4f42-9dd0-09ffc9e15950 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-c4a9b375-60cf-4b55-bbee-7bce73fea8d9 {
  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-c4a9b375-60cf-4b55-bbee-7bce73fea8d9 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-c4a9b375-60cf-4b55-bbee-7bce73fea8d9.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-e72d5670-0d6a-42d3-8f76-14f1a12d5d1b {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e72d5670-0d6a-42d3-8f76-14f1a12d5d1b {
  
}
}
#s-e72d5670-0d6a-42d3-8f76-14f1a12d5d1b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-e72d5670-0d6a-42d3-8f76-14f1a12d5d1b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-e72d5670-0d6a-42d3-8f76-14f1a12d5d1b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-e72d5670-0d6a-42d3-8f76-14f1a12d5d1b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-e72d5670-0d6a-42d3-8f76-14f1a12d5d1b > .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-e72d5670-0d6a-42d3-8f76-14f1a12d5d1b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6c14a2c-1570-4ab7-82d7-ff5e9ef64d7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4253f653-afea-4fb7-8656-d6fcddc162b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4253f653-afea-4fb7-8656-d6fcddc162b9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cd1343ef-0bde-4f79-82c0-8323806e2a70 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-cd1343ef-0bde-4f79-82c0-8323806e2a70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd1343ef-0bde-4f79-82c0-8323806e2a70.shg-box.shg-c {
  justify-content: center;
}

#s-f5dbd206-50e7-4b13-b1e8-61c5f85f87a6 {
  margin-left: 25px;
margin-right: 25px;
}

#s-f5dbd206-50e7-4b13-b1e8-61c5f85f87a6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f5dbd206-50e7-4b13-b1e8-61c5f85f87a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f5dbd206-50e7-4b13-b1e8-61c5f85f87a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-f5dbd206-50e7-4b13-b1e8-61c5f85f87a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f5dbd206-50e7-4b13-b1e8-61c5f85f87a6 > .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-f5dbd206-50e7-4b13-b1e8-61c5f85f87a6 > .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-1bff624a-3ed7-42c4-9c51-958f978d03c0 {
  text-align: center;
}




  #s-1bff624a-3ed7-42c4-9c51-958f978d03c0 img.shogun-image {
    
    width: px;
  }


#s-1bff624a-3ed7-42c4-9c51-958f978d03c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-902d2a7c-37e9-47c7-b25d-af92ebef1612 {
  margin-left: 25px;
margin-right: 25px;
}

#s-902d2a7c-37e9-47c7-b25d-af92ebef1612 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-902d2a7c-37e9-47c7-b25d-af92ebef1612 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-902d2a7c-37e9-47c7-b25d-af92ebef1612 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-902d2a7c-37e9-47c7-b25d-af92ebef1612 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-902d2a7c-37e9-47c7-b25d-af92ebef1612 > .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-902d2a7c-37e9-47c7-b25d-af92ebef1612 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-dcee78a0-5080-4c16-8bd6-84d08a246a84 {
  text-align: center;
}




  #s-dcee78a0-5080-4c16-8bd6-84d08a246a84 img.shogun-image {
    
    width: px;
  }


#s-dcee78a0-5080-4c16-8bd6-84d08a246a84 .shogun-image-content {
  
    align-items: center;
  
}

#s-801fa5db-8fb0-4598-9db6-f91e5403df3e {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-801fa5db-8fb0-4598-9db6-f91e5403df3e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-801fa5db-8fb0-4598-9db6-f91e5403df3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-801fa5db-8fb0-4598-9db6-f91e5403df3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-801fa5db-8fb0-4598-9db6-f91e5403df3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-801fa5db-8fb0-4598-9db6-f91e5403df3e > .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-801fa5db-8fb0-4598-9db6-f91e5403df3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-bb97d363-5d0a-4016-9a31-35d02ab5cde8 {
  text-align: center;
}




  #s-bb97d363-5d0a-4016-9a31-35d02ab5cde8 img.shogun-image {
    
    width: px;
  }


#s-bb97d363-5d0a-4016-9a31-35d02ab5cde8 .shogun-image-content {
  
    align-items: center;
  
}

#s-d404d6cc-b419-46e7-9e1a-f81853454e5c {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-44cb0c4b-3178-4c97-a551-eabfdc5569ba {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-1e662a09-28fa-452c-97c6-f5695d9990f1 {
  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-124cdc32-1fd6-4224-a757-b11f8f498e29 {
  min-height: 50px;
}








#s-124cdc32-1fd6-4224-a757-b11f8f498e29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-124cdc32-1fd6-4224-a757-b11f8f498e29.shg-box.shg-c {
  justify-content: center;
}

#s-ce50a240-73d1-46b1-a6a8-318c02208991 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ce50a240-73d1-46b1-a6a8-318c02208991"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-e0a84237-4562-4c79-b7dd-de6e5aa00906 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-76104aab-539f-42ae-9a7e-f25bee03c6c2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-c9ac691e-315a-443f-a0df-c41546a44f56 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-c9ac691e-315a-443f-a0df-c41546a44f56 img.shogun-image {
    
    width: px;
  }


#s-c9ac691e-315a-443f-a0df-c41546a44f56 .shogun-image-content {
  
    align-items: center;
  
}

#s-a993fb04-9fc8-4093-beb1-8e4abbcec21b {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-320dccd5-d21e-4ae1-a79e-5f3758d5d997 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-c12ca62a-ebc5-49dd-816f-59ec84a07f9e {
  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-c12ca62a-ebc5-49dd-816f-59ec84a07f9e > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-c12ca62a-ebc5-49dd-816f-59ec84a07f9e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5040fd35-a3e4-4694-abc1-43776ced3c71 {
  min-height: 50px;
}








#s-5040fd35-a3e4-4694-abc1-43776ced3c71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5040fd35-a3e4-4694-abc1-43776ced3c71.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35bd4c3e-7a05-4099-952c-069057c8dd53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-9a327d76-a5e6-4320-a323-740589283c5d {
  
}

#s-9a327d76-a5e6-4320-a323-740589283c5d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-9a327d76-a5e6-4320-a323-740589283c5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9a327d76-a5e6-4320-a323-740589283c5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-9a327d76-a5e6-4320-a323-740589283c5d > .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-9a327d76-a5e6-4320-a323-740589283c5d > .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-9a327d76-a5e6-4320-a323-740589283c5d > .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-265da937-0591-4002-9e5f-924ad5221244 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-265da937-0591-4002-9e5f-924ad5221244 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-265da937-0591-4002-9e5f-924ad5221244 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-265da937-0591-4002-9e5f-924ad5221244 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-265da937-0591-4002-9e5f-924ad5221244 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-265da937-0591-4002-9e5f-924ad5221244 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-265da937-0591-4002-9e5f-924ad5221244 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-e7c7319c-022a-4400-87f7-f73eb03d6db2 {
  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-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f9c76403-e856-4c1c-8cd2-010856edbb47"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-13f46533-9248-4d81-bb86-bd538caba00d {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-13f46533-9248-4d81-bb86-bd538caba00d img.shogun-image {
    
    width: px;
  }


#s-13f46533-9248-4d81-bb86-bd538caba00d .shogun-image-content {
  
    align-items: center;
  
}

#s-17a3ee12-8986-4153-b24d-48af9c3118ca {
  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-17a3ee12-8986-4153-b24d-48af9c3118ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17a3ee12-8986-4153-b24d-48af9c3118ca.shg-box.shg-c {
  justify-content: center;
}

#s-182f0e1c-6ad3-41f6-a895-fbcd72799381 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-182f0e1c-6ad3-41f6-a895-fbcd72799381 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-171518ab-bd28-449d-989e-52ed3bd34ecc {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-55fd9595-069a-4a55-9f3e-88654bb2a518 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55fd9595-069a-4a55-9f3e-88654bb2a518 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-606ebd89-3579-4355-a393-f3dad05b4a8e {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-606ebd89-3579-4355-a393-f3dad05b4a8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b934afe2-b00b-42b3-9c0f-0ba0a6aec4b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b934afe2-b00b-42b3-9c0f-0ba0a6aec4b7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4bc2e0d0-10c4-438d-8fc2-d684db4aa060 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-a27b468a-d5db-433c-8a08-4d728c33534f {
  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-a27b468a-d5db-433c-8a08-4d728c33534f: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-a27b468a-d5db-433c-8a08-4d728c33534f:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a27b468a-d5db-433c-8a08-4d728c33534f.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-e1805452-aa0a-4ebf-a4ed-65aaa1d0890e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1805452-aa0a-4ebf-a4ed-65aaa1d0890e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a814582b-e8e4-40e4-8dc7-69161340bf64 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-bd32d233-42c6-4702-9c0a-77194f97e589 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-9732cbe9-a224-4b7f-b5f2-5555d0ad74c6 {
  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-9732cbe9-a224-4b7f-b5f2-5555d0ad74c6 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-9732cbe9-a224-4b7f-b5f2-5555d0ad74c6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3edba8dd-c485-45e2-87f0-057b7d2aee32 {
  min-height: 50px;
}








#s-3edba8dd-c485-45e2-87f0-057b7d2aee32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3edba8dd-c485-45e2-87f0-057b7d2aee32.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dcd3576e-485f-415e-af18-971367f2c35a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-349c818a-10f4-4735-aa87-20ccdf59d119 {
  
}

#s-349c818a-10f4-4735-aa87-20ccdf59d119 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-349c818a-10f4-4735-aa87-20ccdf59d119 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-349c818a-10f4-4735-aa87-20ccdf59d119 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-349c818a-10f4-4735-aa87-20ccdf59d119 > .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-349c818a-10f4-4735-aa87-20ccdf59d119 > .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-349c818a-10f4-4735-aa87-20ccdf59d119 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-7152a6f9-0485-4b33-9d1c-ba10e0bf20b2 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-7152a6f9-0485-4b33-9d1c-ba10e0bf20b2 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-7152a6f9-0485-4b33-9d1c-ba10e0bf20b2 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-7152a6f9-0485-4b33-9d1c-ba10e0bf20b2 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-7152a6f9-0485-4b33-9d1c-ba10e0bf20b2 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-7152a6f9-0485-4b33-9d1c-ba10e0bf20b2 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-7152a6f9-0485-4b33-9d1c-ba10e0bf20b2 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-b97bad3a-1ce6-4268-bb38-984211b16ddf {
  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-dff47b57-bdbb-42e4-b65d-6e47aab6f1ac {
  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-dff47b57-bdbb-42e4-b65d-6e47aab6f1ac > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-dff47b57-bdbb-42e4-b65d-6e47aab6f1ac.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f9e99dfd-ac49-4434-a9f2-13f4363a0441 {
  min-height: 50px;
}








#s-f9e99dfd-ac49-4434-a9f2-13f4363a0441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9e99dfd-ac49-4434-a9f2-13f4363a0441.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4f7a3460-7724-4f99-81bf-d936556459a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1b8b1e3c-9947-4dcb-8a07-15c14f0af2af {
  
}

#s-1b8b1e3c-9947-4dcb-8a07-15c14f0af2af > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-1b8b1e3c-9947-4dcb-8a07-15c14f0af2af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-1b8b1e3c-9947-4dcb-8a07-15c14f0af2af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-1b8b1e3c-9947-4dcb-8a07-15c14f0af2af > .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-1b8b1e3c-9947-4dcb-8a07-15c14f0af2af > .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-1b8b1e3c-9947-4dcb-8a07-15c14f0af2af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-0ef2b36e-02bb-437c-b34a-cf7cde7278aa {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-0ef2b36e-02bb-437c-b34a-cf7cde7278aa .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-0ef2b36e-02bb-437c-b34a-cf7cde7278aa .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-0ef2b36e-02bb-437c-b34a-cf7cde7278aa .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-0ef2b36e-02bb-437c-b34a-cf7cde7278aa .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-0ef2b36e-02bb-437c-b34a-cf7cde7278aa .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-0ef2b36e-02bb-437c-b34a-cf7cde7278aa .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-0b115819-8db9-493a-aaef-571e82721d09 {
  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-5b58b12b-232f-49f4-8e6f-1408153de93b {
  margin-left: 25px;
margin-right: 25px;
}

#s-5b58b12b-232f-49f4-8e6f-1408153de93b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5b58b12b-232f-49f4-8e6f-1408153de93b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5b58b12b-232f-49f4-8e6f-1408153de93b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-5b58b12b-232f-49f4-8e6f-1408153de93b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5b58b12b-232f-49f4-8e6f-1408153de93b > .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-5b58b12b-232f-49f4-8e6f-1408153de93b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1b3d5a56-ce8c-4ece-afad-0b33c8d7374d {
  text-align: center;
}




  #s-1b3d5a56-ce8c-4ece-afad-0b33c8d7374d img.shogun-image {
    
    width: px;
  }


#s-1b3d5a56-ce8c-4ece-afad-0b33c8d7374d .shogun-image-content {
  
    align-items: center;
  
}

#s-995c2d36-cd9e-49bf-920b-083a21dd0f87 {
  margin-left: 25px;
margin-right: 25px;
}

#s-995c2d36-cd9e-49bf-920b-083a21dd0f87 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-995c2d36-cd9e-49bf-920b-083a21dd0f87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-995c2d36-cd9e-49bf-920b-083a21dd0f87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-995c2d36-cd9e-49bf-920b-083a21dd0f87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-995c2d36-cd9e-49bf-920b-083a21dd0f87 > .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-995c2d36-cd9e-49bf-920b-083a21dd0f87 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5bd926d9-1a80-46f0-ad16-f884eadd96d9 {
  text-align: center;
}




  #s-5bd926d9-1a80-46f0-ad16-f884eadd96d9 img.shogun-image {
    
    width: px;
  }


#s-5bd926d9-1a80-46f0-ad16-f884eadd96d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6dd546ff-ef4b-40c4-8379-dead880a556d {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-6dd546ff-ef4b-40c4-8379-dead880a556d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6dd546ff-ef4b-40c4-8379-dead880a556d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6dd546ff-ef4b-40c4-8379-dead880a556d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-6dd546ff-ef4b-40c4-8379-dead880a556d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6dd546ff-ef4b-40c4-8379-dead880a556d > .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-6dd546ff-ef4b-40c4-8379-dead880a556d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c2848818-f6d8-4a68-ac4f-7f607e77ad74 {
  text-align: center;
}




  #s-c2848818-f6d8-4a68-ac4f-7f607e77ad74 img.shogun-image {
    
    width: px;
  }


#s-c2848818-f6d8-4a68-ac4f-7f607e77ad74 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d4d6698-aa5a-4388-8d8e-39185b8b4a3a {
  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-6d4d6698-aa5a-4388-8d8e-39185b8b4a3a: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-6d4d6698-aa5a-4388-8d8e-39185b8b4a3a:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6d4d6698-aa5a-4388-8d8e-39185b8b4a3a-btn-wrapper {
    text-align: center;
  }


#s-6d4d6698-aa5a-4388-8d8e-39185b8b4a3a.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-371e98a1-73a3-413a-a47f-c0b7d10f2c67 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-371e98a1-73a3-413a-a47f-c0b7d10f2c67 .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-4e84abca-f913-4e22-9caa-45062a7fe551 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-4e84abca-f913-4e22-9caa-45062a7fe551"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-f7d66fde-1feb-414b-aad3-496180ce57d2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-f7d66fde-1feb-414b-aad3-496180ce57d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7d66fde-1feb-414b-aad3-496180ce57d2.shg-box.shg-c {
  justify-content: center;
}

#s-5611b53c-fd33-43a4-810b-22ed2abbf9ec {
  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-fb115fed-4053-4403-b397-56a71fe2e64b {
  min-height: 50px;
}








#s-fb115fed-4053-4403-b397-56a71fe2e64b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb115fed-4053-4403-b397-56a71fe2e64b.shg-box.shg-c {
  justify-content: center;
}

#s-5218b1d8-aa90-4893-b433-929febf82ef1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-5218b1d8-aa90-4893-b433-929febf82ef1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5218b1d8-aa90-4893-b433-929febf82ef1.shg-box.shg-c {
  justify-content: flex-end;
}

#s-5ded8319-7b64-4901-b5b4-57381a57a509 {
  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-c7a57579-9ce5-47f3-9725-6c8ed968095c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-c7a57579-9ce5-47f3-9725-6c8ed968095c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7a57579-9ce5-47f3-9725-6c8ed968095c.shg-box.shg-c {
  justify-content: center;
}

#s-6df8f579-cdbc-4e16-93d4-259ef635bdbf {
  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-09fd5028-53cb-4441-9a5d-599b689ada01 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-09fd5028-53cb-4441-9a5d-599b689ada01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ec8c1cd2-0650-4075-87b4-de85d827985c {
  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-15fa734d-abe1-494c-a145-9564f98bb833 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-15fa734d-abe1-494c-a145-9564f98bb833 .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-6dc74e39-50a4-4b33-9671-b75faebd91d5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-6dc74e39-50a4-4b33-9671-b75faebd91d5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-7bd268cd-0d34-4f65-b4fb-163e4b920426 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-7bd268cd-0d34-4f65-b4fb-163e4b920426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bd268cd-0d34-4f65-b4fb-163e4b920426.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3c0cc44d-c6b2-4e94-99e0-ef564ffc3172 {
  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-5c92d7c4-e9ee-485a-97b1-500ce81a6458 {
  min-height: 50px;
}








#s-5c92d7c4-e9ee-485a-97b1-500ce81a6458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c92d7c4-e9ee-485a-97b1-500ce81a6458.shg-box.shg-c {
  justify-content: center;
}

#s-8618411d-3ca5-461d-8b03-9aaaafef3200 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-8618411d-3ca5-461d-8b03-9aaaafef3200 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8618411d-3ca5-461d-8b03-9aaaafef3200.shg-box.shg-c {
  justify-content: flex-end;
}

#s-74bc7594-043b-4cea-a11e-c077e149b0f7 {
  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-6f996b3a-737d-4d62-a237-65298dfdf38b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: right center;
}








#s-6f996b3a-737d-4d62-a237-65298dfdf38b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f996b3a-737d-4d62-a237-65298dfdf38b.shg-box.shg-c {
  justify-content: center;
}

#s-62924308-8d9e-4b03-beb1-509959972b84 {
  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-bcee3394-5c3f-4314-ac1e-78c360918045 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bcee3394-5c3f-4314-ac1e-78c360918045"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-910669aa-fc95-4c0c-a0d2-ef5af5790096 {
  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-7a2f217c-3785-4a96-9621-0e24400f760c {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-7a2f217c-3785-4a96-9621-0e24400f760c .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-070f8309-f679-4cfc-ab6b-c8b4ad51766b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-070f8309-f679-4cfc-ab6b-c8b4ad51766b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-070f8309-f679-4cfc-ab6b-c8b4ad51766b.shg-box.shg-c {
  justify-content: center;
}

#s-511fc844-c7aa-4d73-9e3f-96c951b4c25e {
  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-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-511fc844-c7aa-4d73-9e3f-96c951b4c25e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-31d5b84a-7143-458c-9d8f-09340ca5f0d4 {
  min-height: 400px;
}








#s-31d5b84a-7143-458c-9d8f-09340ca5f0d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31d5b84a-7143-458c-9d8f-09340ca5f0d4.shg-box.shg-c {
  justify-content: center;
}

#s-8bb90320-84a0-4c0d-974f-592a4c0aa939 {
  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-8bb90320-84a0-4c0d-974f-592a4c0aa939 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8bb90320-84a0-4c0d-974f-592a4c0aa939 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8bb90320-84a0-4c0d-974f-592a4c0aa939 {
  
}
}@media (max-width: 767px){#s-8bb90320-84a0-4c0d-974f-592a4c0aa939 {
  
}
}
#s-16d83984-b6df-4699-9e58-0added9dc734 {
  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-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-16d83984-b6df-4699-9e58-0added9dc734"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-16d11da1-9345-4028-a97f-e5a54a00f51a {
  min-height: 400px;
}








#s-16d11da1-9345-4028-a97f-e5a54a00f51a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16d11da1-9345-4028-a97f-e5a54a00f51a.shg-box.shg-c {
  justify-content: center;
}

#s-82d1893a-a386-41a9-a14e-620eaf25fa78 {
  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-82d1893a-a386-41a9-a14e-620eaf25fa78 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82d1893a-a386-41a9-a14e-620eaf25fa78 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82d1893a-a386-41a9-a14e-620eaf25fa78 {
  
}
}@media (max-width: 767px){#s-82d1893a-a386-41a9-a14e-620eaf25fa78 {
  
}
}
#s-9acf7556-9384-4825-8fb1-f0fde7252a39 {
  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-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9acf7556-9384-4825-8fb1-f0fde7252a39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c98d1e61-cccb-4a07-9d37-0754836e785e {
  min-height: 400px;
}








#s-c98d1e61-cccb-4a07-9d37-0754836e785e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c98d1e61-cccb-4a07-9d37-0754836e785e.shg-box.shg-c {
  justify-content: center;
}

#s-65488b45-a9a3-48f8-bd20-2bec49a784c1 {
  border-style: solid;
margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-65488b45-a9a3-48f8-bd20-2bec49a784c1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65488b45-a9a3-48f8-bd20-2bec49a784c1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65488b45-a9a3-48f8-bd20-2bec49a784c1 {
  
}
}@media (max-width: 767px){#s-65488b45-a9a3-48f8-bd20-2bec49a784c1 {
  
}
}
#s-c93e5bc6-a907-49eb-a367-86a5bffa0363 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-c93e5bc6-a907-49eb-a367-86a5bffa0363 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-c93e5bc6-a907-49eb-a367-86a5bffa0363.shg-box.shg-c {
  justify-content: center;
}

#s-2b064bc4-12ee-46f6-b260-99462df89c2b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-2b064bc4-12ee-46f6-b260-99462df89c2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-4da55f74-5039-450f-8aab-42fab406383d {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-4da55f74-5039-450f-8aab-42fab406383d .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-f3ddd990-d382-410c-8d1f-4a3c7904f7e9 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-f3ddd990-d382-410c-8d1f-4a3c7904f7e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3ddd990-d382-410c-8d1f-4a3c7904f7e9.shg-box.shg-c {
  justify-content: center;
}

#s-94a38afd-83e6-4ec0-8c48-2a9f6dae835a {
  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-94a38afd-83e6-4ec0-8c48-2a9f6dae835a > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-94a38afd-83e6-4ec0-8c48-2a9f6dae835a.shg-box.shg-c {
  justify-content: center;
}

#s-0dfed574-f774-4be2-bbb9-3287e46d4c25 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0dfed574-f774-4be2-bbb9-3287e46d4c25 {
  
}
}
#s-0dfed574-f774-4be2-bbb9-3287e46d4c25 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0dfed574-f774-4be2-bbb9-3287e46d4c25 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-0dfed574-f774-4be2-bbb9-3287e46d4c25 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-0dfed574-f774-4be2-bbb9-3287e46d4c25 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-0dfed574-f774-4be2-bbb9-3287e46d4c25 > .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-0dfed574-f774-4be2-bbb9-3287e46d4c25 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4 {
  
}

@media (min-width: 0px) {
[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-16c58568-7b0e-4d21-a4a7-42c6c0cb97b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-73382ed6-e16e-4b49-b1fe-63f9d75bdb6f {
  text-align: center;
}




  #s-73382ed6-e16e-4b49-b1fe-63f9d75bdb6f img.shogun-image {
    
    width: px;
  }


#s-73382ed6-e16e-4b49-b1fe-63f9d75bdb6f .shogun-image-content {
  
    align-items: center;
  
}

#s-2f643687-6461-4b73-a9c8-885aa5a542e9 {
  min-height: 50px;
}








#s-2f643687-6461-4b73-a9c8-885aa5a542e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f643687-6461-4b73-a9c8-885aa5a542e9.shg-box.shg-c {
  justify-content: center;
}

#s-1defb15d-df7d-4d82-8625-b9051b820255 {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-5208f32a-655c-404a-a5db-1db3147b9ce7 {
  
}

@media (min-width: 0px) {
[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5208f32a-655c-404a-a5db-1db3147b9ce7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bff1a9d6-b2bc-46f9-93f8-965348d1a73d {
  min-height: 50px;
}








#s-bff1a9d6-b2bc-46f9-93f8-965348d1a73d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bff1a9d6-b2bc-46f9-93f8-965348d1a73d.shg-box.shg-c {
  justify-content: center;
}

#s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494 {
  
}

@media (min-width: 0px) {
[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b3ab639f-bbc1-4c0e-9e84-315d08b1c494"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b4ac1180-a301-4444-be8a-95da81bcf7a7 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-efa4923d-b807-4b47-8852-82d5e7fbe655 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-f8d8a602-4f88-404c-be83-2723e415702a {
  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-f8d8a602-4f88-404c-be83-2723e415702a .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-de6aaeff-9192-4f26-a39d-50816a4d66b5 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-db1f8d63-994f-4ae2-a3d0-8b7b883726dc {
  display: none;
}
#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb {
  text-align: left;
}


.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb {
  max-width: 100%;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb .shg-image-zoom,
.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb {
  max-width: 100%;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb .shg-image-zoom,
.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb {
  max-width: 100%;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb .shg-image-zoom,
.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb {
  max-width: 100%;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb .shg-image-zoom,
.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb {
  max-width: 100%;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb .shg-image-zoom,
.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6004501e-b5cb-4f58-a9b7-6ce4fe924cdb .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-9a0b5ee8-7f1e-44fb-b540-bd826114b8b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a0b5ee8-7f1e-44fb-b540-bd826114b8b0 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-bd072586-de66-4466-8fb7-6a289c7bfb2c {
  display: none;
}
#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 {
  text-align: left;
}


.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 {
  max-width: 100%;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 .shg-image-zoom,
.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 {
  max-width: 100%;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 .shg-image-zoom,
.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 {
  max-width: 100%;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 .shg-image-zoom,
.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 {
  max-width: 100%;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 .shg-image-zoom,
.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 {
  max-width: 100%;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 .shg-image-zoom,
.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cb69d70b-7471-4cf6-9af0-c756fbf5c4c8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-8d25dc71-b4c7-4b10-925c-cc869fbf6e12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d25dc71-b4c7-4b10-925c-cc869fbf6e12 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-67d1539a-3ce3-420f-b29c-53d904a076f9 {
  min-height: 50px;
}








#s-67d1539a-3ce3-420f-b29c-53d904a076f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67d1539a-3ce3-420f-b29c-53d904a076f9.shg-box.shg-c {
  justify-content: center;
}

#s-c6808c66-ed89-4d68-af42-0e00a71881b2 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-c6808c66-ed89-4d68-af42-0e00a71881b2 .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-0574d5cd-5a59-4d62-a018-e58e61af4a60 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-0574d5cd-5a59-4d62-a018-e58e61af4a60 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-0574d5cd-5a59-4d62-a018-e58e61af4a60.shg-box.shg-c {
  justify-content: center;
}

#s-ce3d0d71-a338-41c4-a149-a86fa57154fb {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-ce3d0d71-a338-41c4-a149-a86fa57154fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-1ff49ef0-8fd4-4c29-9731-aa46837a9f25 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-1ff49ef0-8fd4-4c29-9731-aa46837a9f25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ff49ef0-8fd4-4c29-9731-aa46837a9f25.shg-box.shg-c {
  justify-content: center;
}

#s-a27223d1-dd02-492e-a738-a2952552741c {
  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-a27223d1-dd02-492e-a738-a2952552741c > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-a27223d1-dd02-492e-a738-a2952552741c.shg-box.shg-c {
  justify-content: center;
}

#s-977c8e94-e46d-4efd-a5a8-f225bee2a700 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-977c8e94-e46d-4efd-a5a8-f225bee2a700 {
  
}
}
#s-977c8e94-e46d-4efd-a5a8-f225bee2a700 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-977c8e94-e46d-4efd-a5a8-f225bee2a700 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-977c8e94-e46d-4efd-a5a8-f225bee2a700 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-977c8e94-e46d-4efd-a5a8-f225bee2a700 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-977c8e94-e46d-4efd-a5a8-f225bee2a700 > .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-977c8e94-e46d-4efd-a5a8-f225bee2a700 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-8b2937bc-5291-4684-8c46-496aae190125 {
  min-height: 50px;
}








#s-8b2937bc-5291-4684-8c46-496aae190125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b2937bc-5291-4684-8c46-496aae190125.shg-box.shg-c {
  justify-content: center;
}

#s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff {
  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-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dca3b6d5-9f3f-40fa-8e19-53bb01ab6eff"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-297dec8b-789c-437e-a299-2758fb65df71 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-b858a304-1b7a-4443-97d2-90e3df61d397 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-d3c087cc-55f4-4b95-9688-2e0108337710 {
  
}

@media (min-width: 0px) {
[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3c087cc-55f4-4b95-9688-2e0108337710"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7705a6bc-ff76-4723-bc04-a8c21b170a0b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-1e92f137-0a69-4ca4-95fd-239323c78e6c {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-4070d07c-86cc-497f-82d5-2f9f746abe0c {
  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-4070d07c-86cc-497f-82d5-2f9f746abe0c img.shogun-image {
    
    width: px;
  }


#s-4070d07c-86cc-497f-82d5-2f9f746abe0c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4dc9c4e2-d71f-41dc-ba31-b95052a5d8f2 {
  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-4dc9c4e2-d71f-41dc-ba31-b95052a5d8f2: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-4dc9c4e2-d71f-41dc-ba31-b95052a5d8f2:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4dc9c4e2-d71f-41dc-ba31-b95052a5d8f2-btn-wrapper {
    text-align: center;
  }


#s-4dc9c4e2-d71f-41dc-ba31-b95052a5d8f2.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;
}
