.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-6a345038-6186-4bec-9274-8e409489555f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}

#s-6a345038-6186-4bec-9274-8e409489555f .shogun-heading-component h1 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

.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-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9d04830f-d652-43f2-a680-5938c447bf45"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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-d15a45c8-f902-4cb8-9364-c34426872144 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 5px;
padding-bottom: 5px;
}

#s-333fb1c7-e107-4751-be5b-8b611032a1ee {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 5px;
padding-bottom: 5px;
}

#s-dfede26f-b47d-4f95-a379-94fd05cc47d2 {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-dfede26f-b47d-4f95-a379-94fd05cc47d2 {
  margin-right: 2%;
}
}
#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  margin-top: 20px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}







#s-5b6466bb-abca-408e-ad65-9f0b49172d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6466bb-abca-408e-ad65-9f0b49172d7a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b4ae2f75-74d7-45d3-a211-66339cc89fa7 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fda55cd8-b312-4a35-9505-00c9cb077e9d {
  margin-bottom: 10px;
margin-right: 0px;
}

#s-fda55cd8-b312-4a35-9505-00c9cb077e9d .shogun-icon-wrapper {
  text-align: center;
}


#s-fda55cd8-b312-4a35-9505-00c9cb077e9d .shogun-icon-wrapper > .shogun-icon {

  font-size: 65px !important;
  color: rgba(186, 147, 62, 1);
}

#s-69010763-fbd7-4aaa-a3ef-2dc3a376d3d4 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-69010763-fbd7-4aaa-a3ef-2dc3a376d3d4 .shogun-heading-component h2 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f13718bc-3dd5-45f0-917f-5c7fc3d2a5b2 {
  margin-left: 15%;
margin-right: 15%;
padding-left: 0%;
padding-right: 0%;
}

#s-f13718bc-3dd5-45f0-917f-5c7fc3d2a5b2 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(186, 147, 62, 1);
}

#s-53b1d32d-ce16-4878-b8c8-f6f34dcefe77 {
  margin-top: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-53b1d32d-ce16-4878-b8c8-f6f34dcefe77 .shogun-icon-wrapper {
  text-align: center;
}


#s-53b1d32d-ce16-4878-b8c8-f6f34dcefe77 .shogun-icon-wrapper > .shogun-icon {

  font-size: 65px !important;
  color: rgba(186, 147, 62, 1);
}

#s-cdd7f26b-f03a-4b73-a3d8-5c59f6905cbd {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdd7f26b-f03a-4b73-a3d8-5c59f6905cbd .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-0a00b975-e5d3-454f-98b5-e755e41b275f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
#s-0a00b975-e5d3-454f-98b5-e755e41b275f:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}



  #s-0a00b975-e5d3-454f-98b5-e755e41b275f img.shogun-image {
    
    width: px;
  }


#s-0a00b975-e5d3-454f-98b5-e755e41b275f .shogun-image-content {
  
    align-items: center;
  
}

#s-25b62722-4669-4849-8e96-8e2f37ab9058 {
  margin-top: 30px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-25b62722-4669-4849-8e96-8e2f37ab9058 .shogun-icon-wrapper {
  text-align: center;
}


#s-25b62722-4669-4849-8e96-8e2f37ab9058 .shogun-icon-wrapper > .shogun-icon {

  font-size: 65px !important;
  color: rgba(186, 147, 62, 1);
}

#s-2cb3eb11-5f52-41e3-8297-d95d66968ec8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2cb3eb11-5f52-41e3-8297-d95d66968ec8 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-87c16148-6883-4db7-9802-44fbc72c7141 {
  margin-bottom: 10px;
margin-right: 0px;
}

#s-87c16148-6883-4db7-9802-44fbc72c7141 .shogun-icon-wrapper {
  text-align: center;
}


#s-87c16148-6883-4db7-9802-44fbc72c7141 .shogun-icon-wrapper > .shogun-icon {

  font-size: 65px !important;
  color: rgba(186, 147, 62, 1);
}

#s-13c63f07-f320-4f4e-810d-3139337d4b00 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-13c63f07-f320-4f4e-810d-3139337d4b00 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6c9f4af2-b30a-4721-af29-486a40111fa9 {
  margin-left: 15%;
margin-right: 15%;
}

#s-6c9f4af2-b30a-4721-af29-486a40111fa9 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(186, 147, 62, 1);
}

#s-fea1bc2a-1d5b-4e0e-8efa-be802e9d010d {
  margin-top: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-fea1bc2a-1d5b-4e0e-8efa-be802e9d010d .shogun-icon-wrapper {
  text-align: center;
}


#s-fea1bc2a-1d5b-4e0e-8efa-be802e9d010d .shogun-icon-wrapper > .shogun-icon {

  font-size: 65px !important;
  color: rgba(186, 147, 62, 1);
}

#s-2f13b040-2535-4138-9a23-70e738d9695a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2f13b040-2535-4138-9a23-70e738d9695a .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6b16e0cd-cdb9-4f68-873c-001e7d1e7556 {
  margin-left: 5%;
margin-right: 5%;
}

#s-6b16e0cd-cdb9-4f68-873c-001e7d1e7556 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(186, 147, 62, 1);
}

#s-af469a34-417e-4989-80b2-5c2a1a789ace {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-af469a34-417e-4989-80b2-5c2a1a789ace .shogun-heading-component h1 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-23e821e1-33b0-4923-b554-5700953fcd74 {
  margin-left: 5%;
margin-right: 5%;
}

#s-23e821e1-33b0-4923-b554-5700953fcd74 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(186, 147, 62, 1);
}

@media (min-width: 0px) {
[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0df047d-b3a4-4eb1-a963-52ae8d78c567"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3b561ce5-0592-4c59-a462-aab0836bd790 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 5px;
padding-bottom: 5px;
}

#s-c101b855-b40c-4518-8ea9-4e5064fb7f7e {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ad089a79-3b0a-422a-be85-2c2bf3e8f63e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-521a995f-7861-4480-aaac-25c7e3a203f0 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 10%;
padding-top: 5px;
padding-bottom: 5px;
}

#s-0e6029f4-30b9-49f0-adf0-cac27edde0c2 {
  margin-top: 9px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 5px;
padding-bottom: 5px;
}

#s-759c5bbf-1847-441d-a895-a04792554cda {
  margin-top: -15px;
margin-bottom: 20px;
margin-right: 0%;
}

#s-759c5bbf-1847-441d-a895-a04792554cda hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(186, 147, 62, 1);
}

#s-a15d116c-ef53-4321-b82d-c941e79dcc50 {
  min-height: 50px;
}








#s-a15d116c-ef53-4321-b82d-c941e79dcc50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a15d116c-ef53-4321-b82d-c941e79dcc50.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f941f6cd-6375-424b-a0b8-5fc045fc0424"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c2cca1cf-f79c-4b4d-bf51-4bf7c5d200d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-54e2c1de-92a1-4c60-8ef6-287394b8ccd1 {
  text-align: center;
}
#s-54e2c1de-92a1-4c60-8ef6-287394b8ccd1:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}



  #s-54e2c1de-92a1-4c60-8ef6-287394b8ccd1 img.shogun-image {
    
    width: px;
  }


#s-54e2c1de-92a1-4c60-8ef6-287394b8ccd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-af03987b-1254-4337-971d-c966bad8a14a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-af03987b-1254-4337-971d-c966bad8a14a .shogun-icon-wrapper {
  text-align: center;
}


#s-af03987b-1254-4337-971d-c966bad8a14a .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(186, 147, 62, 1);
}

#s-91f5c2ee-4cbe-487c-9634-53a0a171e277 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91f5c2ee-4cbe-487c-9634-53a0a171e277 .shogun-heading-component h1 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-49946d27-bbfe-4133-9c1d-6b831460109a {
  margin-top: -15px;
margin-left: 50px;
margin-bottom: -15px;
margin-right: 50px;
}

#s-49946d27-bbfe-4133-9c1d-6b831460109a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(225, 225, 225, 1);
}

#s-85f7b414-1ef5-4ade-a613-3baa8512780c {
  margin-left: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-85f7b414-1ef5-4ade-a613-3baa8512780c {
  margin-left: 6%;
margin-right: 6%;
}
}
.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);
}

@media (max-width: 767px){#s-270d2ee4-d7a1-4fc5-be32-9d062cf03022 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-270d2ee4-d7a1-4fc5-be32-9d062cf03022 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-270d2ee4-d7a1-4fc5-be32-9d062cf03022 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(26, 26, 26, 1);
  padding: 10px;
}

#s-270d2ee4-d7a1-4fc5-be32-9d062cf03022 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-270d2ee4-d7a1-4fc5-be32-9d062cf03022 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-270d2ee4-d7a1-4fc5-be32-9d062cf03022 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Red Hat Display;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-270d2ee4-d7a1-4fc5-be32-9d062cf03022 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-5397b15e-256d-4873-a806-b7b30b5c4482 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-5397b15e-256d-4873-a806-b7b30b5c4482 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-c3722ce6-d652-4766-b658-ea405b959ea2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3722ce6-d652-4766-b658-ea405b959ea2 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b89c2dae-5a90-413a-97a5-370e996f31bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b89c2dae-5a90-413a-97a5-370e996f31bd .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-27067c1b-5e47-4d2e-bc3e-9c9dbf59c102"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f11f3198-d83d-437b-9a1b-b9860e0a9242 {
  margin-left: 10px;
margin-right: 10px;
max-width: 200px;
text-align: center;
}
#s-f11f3198-d83d-437b-9a1b-b9860e0a9242:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-f11f3198-d83d-437b-9a1b-b9860e0a9242 {
  margin-left: 120px;
margin-right: 120px;
}
}



  #s-f11f3198-d83d-437b-9a1b-b9860e0a9242 img.shogun-image {
    
    width: px;
  }


#s-f11f3198-d83d-437b-9a1b-b9860e0a9242 .shogun-image-content {
  
    align-items: center;
  
}

#s-3debe297-fad8-49c6-afb4-61e21f5a1024 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-3debe297-fad8-49c6-afb4-61e21f5a1024 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-3debe297-fad8-49c6-afb4-61e21f5a1024 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-3debe297-fad8-49c6-afb4-61e21f5a1024 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-31bcc679-6930-47d8-a0d8-a938d7af5e96 {
  margin-right: 7%;
}

#s-7ac531e9-7091-4410-a835-044645586614 {
  margin-right: 7%;
}
@media (max-width: 767px){#s-7ac531e9-7091-4410-a835-044645586614 {
  margin-left: 1%;
margin-right: 6%;
}
}
#s-3eb97a83-2e2e-42d4-a0aa-d9f9b57cf04b {
  margin-right: 7%;
}
@media (max-width: 767px){#s-3eb97a83-2e2e-42d4-a0aa-d9f9b57cf04b {
  margin-left: 1%;
margin-right: 6%;
}
}
#s-355739f4-44eb-4afb-b445-d431e059a80d {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-355739f4-44eb-4afb-b445-d431e059a80d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-b1066e7d-ded8-4d38-92e8-c689eeaa01b0 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-b1066e7d-ded8-4d38-92e8-c689eeaa01b0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1729380-6284-4859-ba78-130743f1070a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9be8b144-72cf-49d6-9832-f5a30e636416 {
  margin-left: 10px;
margin-right: 10px;
max-width: 200px;
text-align: center;
}
#s-9be8b144-72cf-49d6-9832-f5a30e636416:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-9be8b144-72cf-49d6-9832-f5a30e636416 {
  margin-left: 120px;
margin-right: 120px;
}
}



  #s-9be8b144-72cf-49d6-9832-f5a30e636416 img.shogun-image {
    
    width: px;
  }


#s-9be8b144-72cf-49d6-9832-f5a30e636416 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d6785a9-9678-4ea6-b851-f9f446deb835 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8d6785a9-9678-4ea6-b851-f9f446deb835 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-8d6785a9-9678-4ea6-b851-f9f446deb835 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-8d6785a9-9678-4ea6-b851-f9f446deb835 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-ab9166e1-f745-4e5e-8843-2955cfaa4eef {
  margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbb060a9-e861-465d-a9c0-65e01c07dbe0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-532d9f18-7956-4632-90fd-7a0d95c2d61d {
  margin-left: 12px;
max-width: 200px;
text-align: left;
}
#s-532d9f18-7956-4632-90fd-7a0d95c2d61d:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(251, 251, 251, 1) !important;}@media (max-width: 767px){#s-532d9f18-7956-4632-90fd-7a0d95c2d61d {
  margin-left: 120px;
margin-right: 120px;
text-align: center;
}
}




#s-532d9f18-7956-4632-90fd-7a0d95c2d61d .shogun-image-content {
  
    align-items: center;
  
}

#s-10e07e59-fe60-4bd2-8fed-92805162f04d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-10e07e59-fe60-4bd2-8fed-92805162f04d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-10e07e59-fe60-4bd2-8fed-92805162f04d .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-10e07e59-fe60-4bd2-8fed-92805162f04d .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-f8c7fd6e-75d2-4b11-a989-5ce1cee44da4 {
  margin-right: 7%;
}
@media (max-width: 767px){#s-f8c7fd6e-75d2-4b11-a989-5ce1cee44da4 {
  margin-left: 5%;
margin-right: 6%;
}
}
#s-ffcc00ef-eaaf-48a4-8fc9-6963aa000668 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-ffcc00ef-eaaf-48a4-8fc9-6963aa000668 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4d91d8ad-0e7e-4f46-abbd-705b1cea87e6 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-4d91d8ad-0e7e-4f46-abbd-705b1cea87e6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ab7affb-bb64-4f02-9ea4-317453f8fe18"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-20be583a-d669-496c-86c9-e2196b6c10fd {
  margin-left: 10px;
margin-right: 10px;
max-width: 200px;
text-align: center;
}
#s-20be583a-d669-496c-86c9-e2196b6c10fd:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-20be583a-d669-496c-86c9-e2196b6c10fd {
  margin-left: 120px;
margin-right: 120px;
}
}



  #s-20be583a-d669-496c-86c9-e2196b6c10fd img.shogun-image {
    
    width: px;
  }


#s-20be583a-d669-496c-86c9-e2196b6c10fd .shogun-image-content {
  
    align-items: center;
  
}

#s-1694e15e-fc8c-47f6-949a-6e34013de611 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-1694e15e-fc8c-47f6-949a-6e34013de611 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-1694e15e-fc8c-47f6-949a-6e34013de611 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-1694e15e-fc8c-47f6-949a-6e34013de611 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-9b769e71-873a-4013-b4f9-fbec413e14d0 {
  margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e5e21e4-bb38-4ddb-8a80-2c242f7d0aec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-91ea8b32-bad4-4328-90fd-b5f7ea6ac17f {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
max-width: 200px;
text-align: center;
}
#s-91ea8b32-bad4-4328-90fd-b5f7ea6ac17f:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;}@media (max-width: 767px){#s-91ea8b32-bad4-4328-90fd-b5f7ea6ac17f {
  margin-left: 120px;
margin-right: 120px;
}
}



  #s-91ea8b32-bad4-4328-90fd-b5f7ea6ac17f img.shogun-image {
    
    width: px;
  }


#s-91ea8b32-bad4-4328-90fd-b5f7ea6ac17f .shogun-image-content {
  
    align-items: center;
  
}

#s-db5df5b3-c5ae-4e94-93fe-3aacfab722aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-db5df5b3-c5ae-4e94-93fe-3aacfab722aa {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-db5df5b3-c5ae-4e94-93fe-3aacfab722aa .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-db5df5b3-c5ae-4e94-93fe-3aacfab722aa .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-68aeaa92-2e75-4c00-bae7-165aabd8b151 {
  margin-left: 0%;
margin-right: 7%;
}
@media (max-width: 767px){#s-68aeaa92-2e75-4c00-bae7-165aabd8b151 {
  margin-left: 5%;
margin-right: 6%;
}
}
#s-c7981b61-f381-401b-a0ce-2bd306abe775 {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-c7981b61-f381-401b-a0ce-2bd306abe775 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-50551868-414f-4e6d-b377-a837cad0fc9b {
  margin-top: -20px;
margin-bottom: -20px;
}

#s-50551868-414f-4e6d-b377-a837cad0fc9b hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c98e66d-c9d9-42d4-a196-f7541cd8adab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a64f0af4-8cbc-4411-8106-9502486b00c4 {
  margin-left: 10px;
margin-right: 10px;
max-width: 200px;
text-align: center;
}
#s-a64f0af4-8cbc-4411-8106-9502486b00c4:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-a64f0af4-8cbc-4411-8106-9502486b00c4 {
  margin-left: 120px;
margin-right: 120px;
}
}



  #s-a64f0af4-8cbc-4411-8106-9502486b00c4 img.shogun-image {
    
    width: px;
  }


#s-a64f0af4-8cbc-4411-8106-9502486b00c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5924c47c-cd25-45e2-aec2-c9123e2561cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5924c47c-cd25-45e2-aec2-c9123e2561cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-5924c47c-cd25-45e2-aec2-c9123e2561cc .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-5924c47c-cd25-45e2-aec2-c9123e2561cc .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-a08584e1-2c30-470b-bc53-9e859d4a591b {
  margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-db760256-6f2c-4aec-8c96-a5ff29136039"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-41cdd05e-6177-42ba-aa47-46a052874cfa {
  margin-left: 10px;
margin-right: 10px;
max-width: 200px;
text-align: center;
}
#s-41cdd05e-6177-42ba-aa47-46a052874cfa:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-41cdd05e-6177-42ba-aa47-46a052874cfa {
  margin-left: 120px;
margin-right: 120px;
}
}



  #s-41cdd05e-6177-42ba-aa47-46a052874cfa img.shogun-image {
    
    width: px;
  }


#s-41cdd05e-6177-42ba-aa47-46a052874cfa .shogun-image-content {
  
    align-items: center;
  
}

#s-4d929bd7-90f6-4354-b457-54e39cbf8a8c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4d929bd7-90f6-4354-b457-54e39cbf8a8c {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-4d929bd7-90f6-4354-b457-54e39cbf8a8c .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-4d929bd7-90f6-4354-b457-54e39cbf8a8c .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-bb732dac-5415-4d1b-ad02-efda0b847218 {
  margin-right: 7%;
}
@media (max-width: 767px){#s-bb732dac-5415-4d1b-ad02-efda0b847218 {
  margin-left: 5%;
margin-right: 6%;
}
}
#s-20bdaebe-ccee-4361-8c31-61506be5fb69 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(186, 147, 62, 1);
}

#s-21f6940d-882f-4dc4-b307-c6f669a6a0f9 {
  min-height: 50px;
}








#s-21f6940d-882f-4dc4-b307-c6f669a6a0f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21f6940d-882f-4dc4-b307-c6f669a6a0f9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0ff524dc-a3c5-4b96-ae52-7b7e90805912"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a4b6e599-7968-435f-8429-75a06a84e921"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c470f675-be6c-426b-bc68-eddf35c98509 {
  text-align: center;
}
#s-c470f675-be6c-426b-bc68-eddf35c98509:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(255, 255, 255, 1) !important;}



  #s-c470f675-be6c-426b-bc68-eddf35c98509 img.shogun-image {
    
    width: px;
  }


#s-c470f675-be6c-426b-bc68-eddf35c98509 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e0ef04c-bf1a-465e-81a6-4ac851eead68 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7e0ef04c-bf1a-465e-81a6-4ac851eead68 .shogun-icon-wrapper {
  text-align: center;
}


#s-7e0ef04c-bf1a-465e-81a6-4ac851eead68 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(186, 147, 62, 1);
}

#s-e6920faf-6967-4285-b289-d5ce4f810f9e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e6920faf-6967-4285-b289-d5ce4f810f9e .shogun-heading-component h1 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6066d9d3-d62a-4406-a341-c80b56bc94e2 {
  margin-top: -15px;
margin-left: 50px;
margin-bottom: -15px;
margin-right: 50px;
}

#s-6066d9d3-d62a-4406-a341-c80b56bc94e2 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(225, 225, 225, 1);
}

#s-a83e1fb5-b16a-42c9-86f5-6c060c53b4d4 {
  margin-left: 4%;
margin-right: 4%;
}
@media (max-width: 767px){#s-a83e1fb5-b16a-42c9-86f5-6c060c53b4d4 {
  margin-left: 7%;
margin-right: 7%;
}
}
@media (max-width: 767px){#s-034c110f-80db-4206-8a6e-9f0bf6e5f752 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-034c110f-80db-4206-8a6e-9f0bf6e5f752 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-034c110f-80db-4206-8a6e-9f0bf6e5f752 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(26, 26, 26, 1);
  padding: 10px;
}

#s-034c110f-80db-4206-8a6e-9f0bf6e5f752 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-034c110f-80db-4206-8a6e-9f0bf6e5f752 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-034c110f-80db-4206-8a6e-9f0bf6e5f752 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Red Hat Display;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-034c110f-80db-4206-8a6e-9f0bf6e5f752 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d63d1f2f-88d5-4a46-a003-988b3c452f66"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5746ed1f-132b-4974-8f24-07bee903d280 {
  margin-left: 10px;
margin-right: 10px;
max-width: 250px;
text-align: center;
}
#s-5746ed1f-132b-4974-8f24-07bee903d280:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-5746ed1f-132b-4974-8f24-07bee903d280 {
  margin-left: 104px;
margin-right: 104px;
}
}



  #s-5746ed1f-132b-4974-8f24-07bee903d280 img.shogun-image {
    
    width: px;
  }


#s-5746ed1f-132b-4974-8f24-07bee903d280 .shogun-image-content {
  
    align-items: center;
  
}

#s-13924619-59ed-4d46-9be1-9f3e9f392776 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-13924619-59ed-4d46-9be1-9f3e9f392776 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-13924619-59ed-4d46-9be1-9f3e9f392776 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-13924619-59ed-4d46-9be1-9f3e9f392776 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-65515259-93d8-4b30-819a-5447fc5303cf {
  margin-right: 9%;
}
@media (max-width: 767px){#s-65515259-93d8-4b30-819a-5447fc5303cf {
  margin-left: 4%;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-166c359f-bf86-4a95-afcc-83a6240097f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-42f4633e-7732-4e3b-84f3-bf36a1dbaa96 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
max-width: 150px;
text-align: left;
}
#s-42f4633e-7732-4e3b-84f3-bf36a1dbaa96:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(186, 147, 62, 1) !important;}@media (max-width: 767px){#s-42f4633e-7732-4e3b-84f3-bf36a1dbaa96 {
  margin-left: 139px;
margin-right: 139px;
}
}



  #s-42f4633e-7732-4e3b-84f3-bf36a1dbaa96 img.shogun-image {
    
    width: px;
  }


#s-42f4633e-7732-4e3b-84f3-bf36a1dbaa96 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bbb57f1-0bb7-4020-808e-6672accd4479 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4bbb57f1-0bb7-4020-808e-6672accd4479 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-4bbb57f1-0bb7-4020-808e-6672accd4479 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-4bbb57f1-0bb7-4020-808e-6672accd4479 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-ce1360c9-a81a-4d01-89f5-02be1a0a3898 {
  margin-right: 9%;
}
@media (max-width: 767px){#s-ce1360c9-a81a-4d01-89f5-02be1a0a3898 {
  margin-left: 4%;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63ccf38e-ece6-4fa1-a3c7-c74b2a9aea5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-19d60631-2a25-4050-a4d8-f9e7878d72ed {
  margin-left: 10px;
margin-right: 10px;
max-width: 400px;
text-align: center;
}
#s-19d60631-2a25-4050-a4d8-f9e7878d72ed:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-19d60631-2a25-4050-a4d8-f9e7878d72ed {
  margin-left: 20px;
margin-right: 20px;
}
}



  #s-19d60631-2a25-4050-a4d8-f9e7878d72ed img.shogun-image {
    
    width: px;
  }


#s-19d60631-2a25-4050-a4d8-f9e7878d72ed .shogun-image-content {
  
    align-items: center;
  
}

#s-4dd8c758-ac4f-4cbe-ad36-608722409172 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-4dd8c758-ac4f-4cbe-ad36-608722409172 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-4dd8c758-ac4f-4cbe-ad36-608722409172 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-4dd8c758-ac4f-4cbe-ad36-608722409172 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-60930832-2a17-4a34-af8e-f05df176cbf4 {
  margin-right: 9%;
}
@media (max-width: 767px){#s-60930832-2a17-4a34-af8e-f05df176cbf4 {
  margin-left: 4%;
margin-right: 6%;
}
}
#s-3993c8da-226d-4a1e-8582-a1c28c4e9f6e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(186, 147, 62, 1);
}

@media (min-width: 0px) {
[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bab3a31b-dc43-46c9-867d-a9c9be2e4c77"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-540540fd-5054-46bb-a752-1c7e8de5378d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cf4d596b-f164-4f60-b435-beaadda595f9 {
  text-align: center;
}
#s-cf4d596b-f164-4f60-b435-beaadda595f9:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(254, 254, 254, 1) !important;}



  #s-cf4d596b-f164-4f60-b435-beaadda595f9 img.shogun-image {
    
    width: px;
  }


#s-cf4d596b-f164-4f60-b435-beaadda595f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a9aeda3-5ef1-431e-b14c-c215d3799eb2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0a9aeda3-5ef1-431e-b14c-c215d3799eb2 .shogun-icon-wrapper {
  text-align: center;
}


#s-0a9aeda3-5ef1-431e-b14c-c215d3799eb2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(186, 147, 62, 1);
}

#s-847e7f81-4054-4ecc-8076-a1d0fab2574b {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-847e7f81-4054-4ecc-8076-a1d0fab2574b .shogun-heading-component h1 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9559365c-34c8-449e-a879-5a2a6fa766a7 {
  margin-top: -15px;
margin-left: 50px;
margin-bottom: -15px;
margin-right: 50px;
}

#s-9559365c-34c8-449e-a879-5a2a6fa766a7 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(225, 225, 225, 1);
}

@media (max-width: 767px){#s-2952a440-36f6-4695-9160-f7083fed6e51 {
  margin-left: 6%;
margin-right: 6%;
}
}
@media (max-width: 767px){#s-c295ef05-879a-46b3-8516-b50d209295e0 {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-c295ef05-879a-46b3-8516-b50d209295e0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-c295ef05-879a-46b3-8516-b50d209295e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(26, 26, 26, 1);
  padding: 10px;
}

#s-c295ef05-879a-46b3-8516-b50d209295e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-c295ef05-879a-46b3-8516-b50d209295e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c295ef05-879a-46b3-8516-b50d209295e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Red Hat Display;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-c295ef05-879a-46b3-8516-b50d209295e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-97d91591-2801-4dc7-84e7-93e774cc2f15"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c3dc300d-6c64-4895-976e-e3c44952c1f9 {
  max-width: 200px;
text-align: center;
}
#s-c3dc300d-6c64-4895-976e-e3c44952c1f9:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-c3dc300d-6c64-4895-976e-e3c44952c1f9 {
  margin-left: 120px;
margin-right: 120px;
}
}



  #s-c3dc300d-6c64-4895-976e-e3c44952c1f9 img.shogun-image {
    
    width: px;
  }


#s-c3dc300d-6c64-4895-976e-e3c44952c1f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-11320f19-7ffb-418a-bf50-49096e85cc79 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-11320f19-7ffb-418a-bf50-49096e85cc79 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-11320f19-7ffb-418a-bf50-49096e85cc79 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-11320f19-7ffb-418a-bf50-49096e85cc79 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-2ff35f7c-7ffb-4a07-b82b-5fc4d05bc2af {
  margin-right: 9%;
}

@media (min-width: 0px) {
[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7167d64a-d587-4fa5-92ca-e038f1da195e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8c971d00-7baf-477d-bdde-4e4fa43f14e8 {
  max-width: 200px;
text-align: center;
}
#s-8c971d00-7baf-477d-bdde-4e4fa43f14e8:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-8c971d00-7baf-477d-bdde-4e4fa43f14e8 {
  margin-left: 120px;
margin-right: 120px;
}
}



  #s-8c971d00-7baf-477d-bdde-4e4fa43f14e8 img.shogun-image {
    
    width: px;
  }


#s-8c971d00-7baf-477d-bdde-4e4fa43f14e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2798eb7-0f1b-46b3-a961-4479a3c8cb35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b2798eb7-0f1b-46b3-a961-4479a3c8cb35 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-b2798eb7-0f1b-46b3-a961-4479a3c8cb35 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-b2798eb7-0f1b-46b3-a961-4479a3c8cb35 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-94dd3fd8-f488-4899-9e91-66d3fddf9bd4 {
  margin-right: 9%;
}

@media (min-width: 0px) {
[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d981ace-2190-4448-abba-afe6fd7b30e8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7fd68045-6c1a-4871-82b2-37277dc663dc {
  max-width: 200px;
text-align: center;
}
#s-7fd68045-6c1a-4871-82b2-37277dc663dc:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-7fd68045-6c1a-4871-82b2-37277dc663dc {
  margin-left: 120px;
margin-right: 120px;
}
}



  #s-7fd68045-6c1a-4871-82b2-37277dc663dc img.shogun-image {
    
    width: px;
  }


#s-7fd68045-6c1a-4871-82b2-37277dc663dc .shogun-image-content {
  
    align-items: center;
  
}

#s-91934208-e9c6-4ee7-85ef-2993822fc34a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-91934208-e9c6-4ee7-85ef-2993822fc34a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-91934208-e9c6-4ee7-85ef-2993822fc34a .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-91934208-e9c6-4ee7-85ef-2993822fc34a .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-c50c1b1c-f25e-4d52-9101-72ba30b950ad {
  margin-right: 9%;
}

#s-74ba1f5d-c732-42d4-b203-a3884904f2ea hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(186, 147, 62, 1);
}

#s-e90d9211-0a97-46c4-9ad2-496bd2027c7b {
  min-height: 50px;
}








#s-e90d9211-0a97-46c4-9ad2-496bd2027c7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e90d9211-0a97-46c4-9ad2-496bd2027c7b.shg-box.shg-c {
  justify-content: center;
}

#s-dae7c387-a61d-4f63-bf21-fad572322eb1 {
  margin-bottom: 15px;
min-height: 50px;
}








#s-dae7c387-a61d-4f63-bf21-fad572322eb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dae7c387-a61d-4f63-bf21-fad572322eb1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3495f9c-153f-4f86-b0ea-ba1f6edc7f1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e145b9fe-ce26-4650-b61d-874bed2bc626"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4653f985-5bb9-4ea7-8603-6c9d187230bd {
  text-align: center;
}
#s-4653f985-5bb9-4ea7-8603-6c9d187230bd:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(255, 255, 255, 1) !important;}



  #s-4653f985-5bb9-4ea7-8603-6c9d187230bd img.shogun-image {
    
    width: px;
  }


#s-4653f985-5bb9-4ea7-8603-6c9d187230bd .shogun-image-content {
  
    align-items: center;
  
}

#s-1237576b-52d7-49c2-8811-93c15e83940e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1237576b-52d7-49c2-8811-93c15e83940e .shogun-icon-wrapper {
  text-align: center;
}


#s-1237576b-52d7-49c2-8811-93c15e83940e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(186, 147, 62, 1);
}

#s-6cfd4ab5-73e8-4905-b1b0-ca41645190c5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cfd4ab5-73e8-4905-b1b0-ca41645190c5 .shogun-heading-component h1 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-88d4250a-9e00-461a-b319-230a0cf37bb3 {
  margin-top: -15px;
margin-left: 50px;
margin-bottom: -15px;
margin-right: 50px;
}

#s-88d4250a-9e00-461a-b319-230a0cf37bb3 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(225, 225, 225, 1);
}

#s-5961b167-bce2-459f-bcf5-ff3454085048 {
  margin-left: 4%;
margin-right: 4%;
}
@media (max-width: 767px){#s-5961b167-bce2-459f-bcf5-ff3454085048 {
  margin-left: 6%;
margin-right: 6%;
}
}
@media (max-width: 767px){#s-f6fe5866-4d57-4bb3-9f05-b1f7ecfac1bb {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-f6fe5866-4d57-4bb3-9f05-b1f7ecfac1bb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f6fe5866-4d57-4bb3-9f05-b1f7ecfac1bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(26, 26, 26, 1);
  padding: 10px;
}

#s-f6fe5866-4d57-4bb3-9f05-b1f7ecfac1bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(253, 253, 253, 1);
}

#s-f6fe5866-4d57-4bb3-9f05-b1f7ecfac1bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f6fe5866-4d57-4bb3-9f05-b1f7ecfac1bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(253, 253, 253, 1);
  text-align: left;
  font-family: Red Hat Display;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-f6fe5866-4d57-4bb3-9f05-b1f7ecfac1bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cbc8df9c-eb46-455d-8f6d-6486c0c0ae99"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f2022449-6117-44b8-8127-cc1c97478427 {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
border-color: rgba(255, 255, 255, 1);
max-width: 200px;
text-align: center;
}
#s-f2022449-6117-44b8-8127-cc1c97478427:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-f2022449-6117-44b8-8127-cc1c97478427 {
  margin-top: 5px;
margin-left: 120px;
margin-bottom: 5px;
margin-right: 120px;
}
}



  #s-f2022449-6117-44b8-8127-cc1c97478427 img.shogun-image {
    
    width: px;
  }


#s-f2022449-6117-44b8-8127-cc1c97478427 .shogun-image-content {
  
    align-items: center;
  
}

#s-69bba48c-e60f-482b-b825-35b68034147f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-69bba48c-e60f-482b-b825-35b68034147f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-69bba48c-e60f-482b-b825-35b68034147f .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-69bba48c-e60f-482b-b825-35b68034147f .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-aecf0cc3-015f-4735-bcd5-8c80652c6013 {
  margin-right: 9%;
}

#s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-11cc0ed7-aa92-4cf2-9a52-54d1f88a2035"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-507cc0d4-f1d5-4a13-a8fc-9243494a3284 {
  margin-left: 10px;
margin-right: 10px;
max-width: 200px;
text-align: center;
}
#s-507cc0d4-f1d5-4a13-a8fc-9243494a3284:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-507cc0d4-f1d5-4a13-a8fc-9243494a3284 {
  margin-top: 5px;
margin-left: 120px;
margin-bottom: 5px;
margin-right: 120px;
}
}



  #s-507cc0d4-f1d5-4a13-a8fc-9243494a3284 img.shogun-image {
    
    width: px;
  }


#s-507cc0d4-f1d5-4a13-a8fc-9243494a3284 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3b15f1a-cc81-49cc-b47e-a190d564c7b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-c3b15f1a-cc81-49cc-b47e-a190d564c7b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-c3b15f1a-cc81-49cc-b47e-a190d564c7b4 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-c3b15f1a-cc81-49cc-b47e-a190d564c7b4 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-2afce774-e679-4150-9740-a011a83fa054 {
  margin-right: 9%;
}

@media (min-width: 0px) {
[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8739e7aa-8119-43ab-b800-e7e0abb4e411"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1216b679-cf18-4ac7-8b3f-8e33770f6d63 {
  margin-left: 10px;
margin-right: 10px;
max-width: 200px;
text-align: center;
}
#s-1216b679-cf18-4ac7-8b3f-8e33770f6d63:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-1216b679-cf18-4ac7-8b3f-8e33770f6d63 {
  margin-top: 5px;
margin-left: 120px;
margin-bottom: 5px;
margin-right: 120px;
}
}



  #s-1216b679-cf18-4ac7-8b3f-8e33770f6d63 img.shogun-image {
    
    width: px;
  }


#s-1216b679-cf18-4ac7-8b3f-8e33770f6d63 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac57bd51-97fe-4620-8983-646e8e5a88cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-ac57bd51-97fe-4620-8983-646e8e5a88cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-ac57bd51-97fe-4620-8983-646e8e5a88cf .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-ac57bd51-97fe-4620-8983-646e8e5a88cf .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-8af3efd6-0176-4923-82ff-8a8ad8120765 {
  margin-right: 9%;
}

@media (min-width: 0px) {
[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7f237905-cc4b-437e-bbb5-91d231a5d5b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4ff1e930-bde3-44eb-8a62-ca56afdd59bd {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
max-width: 200px;
text-align: center;
}
#s-4ff1e930-bde3-44eb-8a62-ca56afdd59bd:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-4ff1e930-bde3-44eb-8a62-ca56afdd59bd {
  margin-top: 5px;
margin-left: 120px;
margin-bottom: 5px;
margin-right: 120px;
}
}



  #s-4ff1e930-bde3-44eb-8a62-ca56afdd59bd img.shogun-image {
    
    width: px;
  }


#s-4ff1e930-bde3-44eb-8a62-ca56afdd59bd .shogun-image-content {
  
    align-items: center;
  
}

#s-2caf313b-f7ea-49ed-990a-2832376a9eeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-2caf313b-f7ea-49ed-990a-2832376a9eeb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-2caf313b-f7ea-49ed-990a-2832376a9eeb .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-2caf313b-f7ea-49ed-990a-2832376a9eeb .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-92fc4447-9cf9-4d3c-bbc3-584c0f9a6d43 {
  margin-right: 9%;
}

@media (min-width: 0px) {
[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3afc3f69-9b90-41f8-a76e-ec428f94e2ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2af403fc-8aa9-42bc-af95-5d647279d0a7 {
  margin-left: 10px;
margin-right: 10px;
max-width: 200px;
text-align: center;
}
#s-2af403fc-8aa9-42bc-af95-5d647279d0a7:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-2af403fc-8aa9-42bc-af95-5d647279d0a7 {
  margin-top: 5px;
margin-left: 120px;
margin-bottom: 5px;
margin-right: 120px;
}
}



  #s-2af403fc-8aa9-42bc-af95-5d647279d0a7 img.shogun-image {
    
    width: px;
  }


#s-2af403fc-8aa9-42bc-af95-5d647279d0a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6353fd1-1044-4994-914e-de0c8cc391f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-f6353fd1-1044-4994-914e-de0c8cc391f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-f6353fd1-1044-4994-914e-de0c8cc391f7 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-f6353fd1-1044-4994-914e-de0c8cc391f7 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-b4cd3fd5-c851-4e81-a70f-d8c4e49da50c {
  margin-right: 9%;
}

#s-ce0df337-5125-4ca5-b16f-ccde1481642e hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(186, 147, 62, 1);
}

#s-86e044db-ee1a-4533-a988-0d94ba57996a {
  min-height: 50px;
}








#s-86e044db-ee1a-4533-a988-0d94ba57996a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86e044db-ee1a-4533-a988-0d94ba57996a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4206316c-e426-4a1c-97a9-aaa682549f38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af18b4b5-80b9-4273-83d8-9b6f38b575a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dedb476d-c2b7-42e7-98e3-2dbb1ceab46a {
  text-align: center;
}
#s-dedb476d-c2b7-42e7-98e3-2dbb1ceab46a:hover {border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: rgba(255, 255, 255, 1) !important;}



  #s-dedb476d-c2b7-42e7-98e3-2dbb1ceab46a img.shogun-image {
    
    width: px;
  }


#s-dedb476d-c2b7-42e7-98e3-2dbb1ceab46a .shogun-image-content {
  
    align-items: center;
  
}

#s-e2c7833f-f92a-41e2-b7f3-b7275974b5ff {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e2c7833f-f92a-41e2-b7f3-b7275974b5ff .shogun-icon-wrapper {
  text-align: center;
}


#s-e2c7833f-f92a-41e2-b7f3-b7275974b5ff .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(186, 147, 62, 1);
}

#s-a695ab5b-ca43-4181-8b08-ef5dd49188e6 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a695ab5b-ca43-4181-8b08-ef5dd49188e6 .shogun-heading-component h1 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6f4e16a1-53e6-4451-ac6e-e9be492551c3 {
  margin-top: -15px;
margin-left: 50px;
margin-bottom: -15px;
margin-right: 50px;
}

#s-6f4e16a1-53e6-4451-ac6e-e9be492551c3 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(225, 225, 225, 1);
}

#s-b064a006-53ec-4fb1-b649-24a441614cf6 {
  margin-left: 4%;
margin-right: 4%;
}
@media (max-width: 767px){#s-b064a006-53ec-4fb1-b649-24a441614cf6 {
  margin-left: 6%;
margin-right: 6%;
}
}
@media (max-width: 767px){#s-38bcf9b3-f9ad-4cb8-a882-b92fb7ebd67d {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-38bcf9b3-f9ad-4cb8-a882-b92fb7ebd67d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-38bcf9b3-f9ad-4cb8-a882-b92fb7ebd67d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(26, 26, 26, 1);
  padding: 10px;
}

#s-38bcf9b3-f9ad-4cb8-a882-b92fb7ebd67d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-38bcf9b3-f9ad-4cb8-a882-b92fb7ebd67d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-38bcf9b3-f9ad-4cb8-a882-b92fb7ebd67d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Red Hat Display;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-38bcf9b3-f9ad-4cb8-a882-b92fb7ebd67d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
@media (min-width: 0px) {
[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-065d312a-875b-4d2f-a8f6-ebb7a63249c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4aa4f49d-c7ab-4a88-81a3-4056e4583831 {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
border-color: rgba(255, 255, 255, 1);
max-width: 200px;
text-align: center;
}
#s-4aa4f49d-c7ab-4a88-81a3-4056e4583831:hover {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-4aa4f49d-c7ab-4a88-81a3-4056e4583831 {
  margin-left: 120px;
margin-right: 120px;
}
}



  #s-4aa4f49d-c7ab-4a88-81a3-4056e4583831 img.shogun-image {
    
    width: px;
  }


#s-4aa4f49d-c7ab-4a88-81a3-4056e4583831 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bcacad4-ebf0-4c27-8268-798ecb95e026 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5bcacad4-ebf0-4c27-8268-798ecb95e026 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-5bcacad4-ebf0-4c27-8268-798ecb95e026 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-5bcacad4-ebf0-4c27-8268-798ecb95e026 .shogun-heading-component h3 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-77ea1dd0-648e-4b65-9e17-63e583896dc3 {
  margin-right: 9%;
}

.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-284ea217-1003-40be-9129-45a5454b9b24 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-284ea217-1003-40be-9129-45a5454b9b24:hover {border-style: solid !important;
border-color: rgba(186, 147, 62, 1) !important;
background-color: rgba(186, 147, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-284ea217-1003-40be-9129-45a5454b9b24:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-284ea217-1003-40be-9129-45a5454b9b24-btn-wrapper {
    text-align: left;
  }


#s-284ea217-1003-40be-9129-45a5454b9b24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ca8b8d15-22b3-464e-b995-7b47b979da22 {
  min-height: 50px;
}








#s-ca8b8d15-22b3-464e-b995-7b47b979da22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca8b8d15-22b3-464e-b995-7b47b979da22.shg-box.shg-c {
  justify-content: center;
}

#s-fde186ed-1a31-4e7f-9b1c-9f8b0229fb5c {
  margin-left: 0%;
margin-right: 0%;
}

#s-fde186ed-1a31-4e7f-9b1c-9f8b0229fb5c hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(186, 147, 62, 1);
}

#s-15c94d87-0942-4f30-be2f-4e426aeadf4c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-15c94d87-0942-4f30-be2f-4e426aeadf4c .shogun-heading-component h1 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-655d0423-184a-4c68-914c-a47423a3aae2 {
  margin-left: 5%;
margin-right: 5%;
}

#s-655d0423-184a-4c68-914c-a47423a3aae2 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(186, 147, 62, 1);
}

@media (min-width: 0px) {
[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-041d95f8-3d58-4915-b414-a979c4957e8c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-53044b4d-395e-444c-9566-0e05f86ac51e {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 5px;
padding-bottom: 5px;
}

#s-6f95d718-33de-4b97-9bb5-d89835744ff2 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 10%;
padding-top: 5px;
padding-bottom: 5px;
}

#s-090a1964-06e1-49b6-9f27-6ac7cb4c62d7 {
  margin-bottom: 15px;
}
@media (max-width: 767px){#s-090a1964-06e1-49b6-9f27-6ac7cb4c62d7 {
  margin-right: 4%;
}
}
#s-6b97c520-8751-4316-b3bc-d68275d3c2ff {
  border-style: solid;
margin-bottom: 30px;
padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(26, 26, 26, 1);
border-radius: 5px;
background-color: rgba(26, 26, 26, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-6b97c520-8751-4316-b3bc-d68275d3c2ff:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(186, 147, 62, 1) !important;
border-radius: 5px !important;
background-color: rgba(186, 147, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-6b97c520-8751-4316-b3bc-d68275d3c2ff:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: #2C2A34 !important;
border-radius: 5px !important;
background-color: #000000 !important;
text-decoration: none !important;}


#s-6b97c520-8751-4316-b3bc-d68275d3c2ff.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}







#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab.shg-box.shg-c {
  justify-content: flex-start;
}








#s-eda32c9e-21d3-48ef-b8ce-a64ac386c552 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eda32c9e-21d3-48ef-b8ce-a64ac386c552.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e601e7df-ec8c-4356-a158-eb52786716ee {
  min-height: 500px;
background-color: rgba(186, 147, 62, 1);
}
@media (min-width: 1200px){#s-e601e7df-ec8c-4356-a158-eb52786716ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e601e7df-ec8c-4356-a158-eb52786716ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e601e7df-ec8c-4356-a158-eb52786716ee {
  
}
}@media (max-width: 767px){#s-e601e7df-ec8c-4356-a158-eb52786716ee {
  
}
}







#s-e601e7df-ec8c-4356-a158-eb52786716ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e601e7df-ec8c-4356-a158-eb52786716ee.shg-box.shg-c {
  justify-content: center;
}

#s-369fca01-450b-41c3-9094-3225fd0571c0 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-369fca01-450b-41c3-9094-3225fd0571c0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e95a1d82-258b-4df5-a5a1-84cc2f22dd46 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e95a1d82-258b-4df5-a5a1-84cc2f22dd46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e95a1d82-258b-4df5-a5a1-84cc2f22dd46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e95a1d82-258b-4df5-a5a1-84cc2f22dd46 {
  
}
}@media (max-width: 767px){#s-e95a1d82-258b-4df5-a5a1-84cc2f22dd46 {
  
}
}







#s-e95a1d82-258b-4df5-a5a1-84cc2f22dd46 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e95a1d82-258b-4df5-a5a1-84cc2f22dd46.shg-box.shg-c {
  justify-content: center;
}

#s-44adb155-b4ac-4a52-afb5-4f3a0a893e50 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-44adb155-b4ac-4a52-afb5-4f3a0a893e50 .shogun-heading-component h1 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-474ae6a0-ce17-49d7-8b12-1292c0d9b677 {
  border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}

#s-78cba55f-3283-4d19-bf17-e213761f8dd0 {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-cf40ce29-4979-472a-98bc-d3552847cbd7 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-cf40ce29-4979-472a-98bc-d3552847cbd7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf40ce29-4979-472a-98bc-d3552847cbd7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf40ce29-4979-472a-98bc-d3552847cbd7 {
  
}
}@media (max-width: 767px){#s-cf40ce29-4979-472a-98bc-d3552847cbd7 {
  
}
}







#s-cf40ce29-4979-472a-98bc-d3552847cbd7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-cf40ce29-4979-472a-98bc-d3552847cbd7.shg-box.shg-c {
  justify-content: center;
}

#s-0c810b8e-df7b-4ea7-878b-aea96839a2b2 {
  min-height: 50px;
background-attachment: scroll;
}








#s-0c810b8e-df7b-4ea7-878b-aea96839a2b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c810b8e-df7b-4ea7-878b-aea96839a2b2.shg-box.shg-c {
  justify-content: center;
}

#s-a252e3e7-7bbe-4b59-8f17-98a62fa35057 {
  padding-bottom: 2px;
min-height: 500px;
background-color: rgba(26, 26, 26, 1);
}
@media (min-width: 1200px){#s-a252e3e7-7bbe-4b59-8f17-98a62fa35057 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a252e3e7-7bbe-4b59-8f17-98a62fa35057 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a252e3e7-7bbe-4b59-8f17-98a62fa35057 {
  
}
}@media (max-width: 767px){#s-a252e3e7-7bbe-4b59-8f17-98a62fa35057 {
  
}
}







#s-a252e3e7-7bbe-4b59-8f17-98a62fa35057 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a252e3e7-7bbe-4b59-8f17-98a62fa35057.shg-box.shg-c {
  justify-content: center;
}

#s-71130add-fb96-4d56-86b9-f1e1ed8efe59 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-71130add-fb96-4d56-86b9-f1e1ed8efe59"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-486e7005-e846-45b1-b35d-4235d6dd3032 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-486e7005-e846-45b1-b35d-4235d6dd3032 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-486e7005-e846-45b1-b35d-4235d6dd3032 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-486e7005-e846-45b1-b35d-4235d6dd3032 {
  
}
}@media (max-width: 767px){#s-486e7005-e846-45b1-b35d-4235d6dd3032 {
  
}
}







#s-486e7005-e846-45b1-b35d-4235d6dd3032 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-486e7005-e846-45b1-b35d-4235d6dd3032.shg-box.shg-c {
  justify-content: center;
}

#s-9c538dba-55d8-403f-a8cb-2a2768660a31 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-9c538dba-55d8-403f-a8cb-2a2768660a31 .shogun-heading-component h1 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b58a0f5b-45c9-4482-a61f-b88862ec42e0 {
  border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}

#s-d2918abe-e8da-4927-b39c-1c56fcfa4ce4 {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-5929aee0-0f9c-4f9f-94ca-adbee85b3fbf {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5929aee0-0f9c-4f9f-94ca-adbee85b3fbf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5929aee0-0f9c-4f9f-94ca-adbee85b3fbf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5929aee0-0f9c-4f9f-94ca-adbee85b3fbf {
  
}
}@media (max-width: 767px){#s-5929aee0-0f9c-4f9f-94ca-adbee85b3fbf {
  
}
}







#s-5929aee0-0f9c-4f9f-94ca-adbee85b3fbf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-5929aee0-0f9c-4f9f-94ca-adbee85b3fbf.shg-box.shg-c {
  justify-content: center;
}

#s-ec5d3da0-177d-48c7-85aa-8ba24f51cd3f {
  min-height: 50px;
}








#s-ec5d3da0-177d-48c7-85aa-8ba24f51cd3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec5d3da0-177d-48c7-85aa-8ba24f51cd3f.shg-box.shg-c {
  justify-content: center;
}

#s-76fa081e-6197-4cf3-836e-f2ae2dd8010e {
  min-height: 50px;
}








#s-76fa081e-6197-4cf3-836e-f2ae2dd8010e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76fa081e-6197-4cf3-836e-f2ae2dd8010e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-35ff6740-efa8-46f5-89ec-33b345af5d08 {
  min-height: 500px;
background-color: rgba(186, 147, 62, 1);
}
@media (min-width: 1200px){#s-35ff6740-efa8-46f5-89ec-33b345af5d08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35ff6740-efa8-46f5-89ec-33b345af5d08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-35ff6740-efa8-46f5-89ec-33b345af5d08 {
  
}
}@media (max-width: 767px){#s-35ff6740-efa8-46f5-89ec-33b345af5d08 {
  
}
}







#s-35ff6740-efa8-46f5-89ec-33b345af5d08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35ff6740-efa8-46f5-89ec-33b345af5d08.shg-box.shg-c {
  justify-content: center;
}

#s-b1653603-18cc-4b47-a658-09383f1d8dfe {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b1653603-18cc-4b47-a658-09383f1d8dfe"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e593933a-a3a2-4668-a62c-6f0fa385109c {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e593933a-a3a2-4668-a62c-6f0fa385109c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e593933a-a3a2-4668-a62c-6f0fa385109c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e593933a-a3a2-4668-a62c-6f0fa385109c {
  
}
}@media (max-width: 767px){#s-e593933a-a3a2-4668-a62c-6f0fa385109c {
  
}
}







#s-e593933a-a3a2-4668-a62c-6f0fa385109c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e593933a-a3a2-4668-a62c-6f0fa385109c.shg-box.shg-c {
  justify-content: center;
}

#s-313f3049-f5a5-4913-8549-9ee5b95e1569 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-313f3049-f5a5-4913-8549-9ee5b95e1569 .shogun-heading-component h1 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-53930199-c6b2-4e92-b6b0-a687e66b8e64 {
  border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}

#s-ab16b0f9-5316-4559-a4cd-469dd895d510 {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-8a105d6a-8ee9-4284-9558-6cef1d2a8360 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8a105d6a-8ee9-4284-9558-6cef1d2a8360 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a105d6a-8ee9-4284-9558-6cef1d2a8360 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a105d6a-8ee9-4284-9558-6cef1d2a8360 {
  
}
}@media (max-width: 767px){#s-8a105d6a-8ee9-4284-9558-6cef1d2a8360 {
  
}
}







#s-8a105d6a-8ee9-4284-9558-6cef1d2a8360 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8a105d6a-8ee9-4284-9558-6cef1d2a8360.shg-box.shg-c {
  justify-content: center;
}

#s-20e10e76-d30b-4aa7-a18c-22134de9175e {
  min-height: 50px;
}








#s-20e10e76-d30b-4aa7-a18c-22134de9175e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20e10e76-d30b-4aa7-a18c-22134de9175e.shg-box.shg-c {
  justify-content: center;
}

#s-5e36e5ea-3bf5-40ed-b476-a367df2d4b63 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(26, 26, 26, 1);
border-style: solid;
min-height: 500px;
background-color: rgba(26, 26, 26, 1);
}
@media (min-width: 1200px){#s-5e36e5ea-3bf5-40ed-b476-a367df2d4b63 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e36e5ea-3bf5-40ed-b476-a367df2d4b63 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e36e5ea-3bf5-40ed-b476-a367df2d4b63 {
  
}
}@media (max-width: 767px){#s-5e36e5ea-3bf5-40ed-b476-a367df2d4b63 {
  
}
}







#s-5e36e5ea-3bf5-40ed-b476-a367df2d4b63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e36e5ea-3bf5-40ed-b476-a367df2d4b63.shg-box.shg-c {
  justify-content: center;
}

#s-555db659-ec12-4c3e-ab06-3983cffafedd {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-555db659-ec12-4c3e-ab06-3983cffafedd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0fb4321e-2464-4fd3-b344-a31c93f7b88e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0fb4321e-2464-4fd3-b344-a31c93f7b88e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0fb4321e-2464-4fd3-b344-a31c93f7b88e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0fb4321e-2464-4fd3-b344-a31c93f7b88e {
  
}
}@media (max-width: 767px){#s-0fb4321e-2464-4fd3-b344-a31c93f7b88e {
  
}
}







#s-0fb4321e-2464-4fd3-b344-a31c93f7b88e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0fb4321e-2464-4fd3-b344-a31c93f7b88e.shg-box.shg-c {
  justify-content: center;
}

#s-1de5880d-5ba3-4350-893b-348e1d5aee71 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-1de5880d-5ba3-4350-893b-348e1d5aee71 .shogun-heading-component h1 {
  color: rgba(186, 147, 62, 1);
  font-weight:   ;
  font-family: "Red Hat Display";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-febeefef-ebe6-432c-8d2a-410d4d6e5efc {
  border-style: solid;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}

#s-7b06d2df-6314-46bb-bb7f-99651811f4cd {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(0, 0, 0, 0);
}

#s-29e2ea49-1692-4408-8b17-79a25a61c0c6 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-29e2ea49-1692-4408-8b17-79a25a61c0c6:hover {border-style: solid !important;
border-color: rgba(186, 147, 62, 1) !important;
background-color: rgba(186, 147, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-29e2ea49-1692-4408-8b17-79a25a61c0c6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-29e2ea49-1692-4408-8b17-79a25a61c0c6 {
  margin-top: 5px;
margin-bottom: 5px;
}
}

  #s-29e2ea49-1692-4408-8b17-79a25a61c0c6-btn-wrapper {
    text-align: left;
  }


#s-29e2ea49-1692-4408-8b17-79a25a61c0c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e668ef43-4f22-431b-b148-ee475dc5cd1a {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
background-repeat: repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e668ef43-4f22-431b-b148-ee475dc5cd1a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e668ef43-4f22-431b-b148-ee475dc5cd1a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e668ef43-4f22-431b-b148-ee475dc5cd1a {
  
}
}@media (max-width: 767px){#s-e668ef43-4f22-431b-b148-ee475dc5cd1a {
  
}
}







#s-e668ef43-4f22-431b-b148-ee475dc5cd1a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e668ef43-4f22-431b-b148-ee475dc5cd1a.shg-box.shg-c {
  justify-content: center;
}

#s-624eee6e-7155-49ea-8991-2570da9586da {
  min-height: 50px;
}








#s-624eee6e-7155-49ea-8991-2570da9586da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-624eee6e-7155-49ea-8991-2570da9586da.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
