.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-277b2ba6-6931-4b3f-95bd-0471c1ca3a01 {
  padding-top: 12%;
padding-bottom: 4%;
padding-right: 0%;
text-align: center;
}

#s-277b2ba6-6931-4b3f-95bd-0471c1ca3a01 .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          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;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-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 {
  -webkit-transform: rotate(90deg);
          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 {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

#s-77ca7de6-5f26-46f0-be85-dcc306eee859 {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
opacity: 1;
}

#s-77ca7de6-5f26-46f0-be85-dcc306eee859 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-77ca7de6-5f26-46f0-be85-dcc306eee859 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-77ca7de6-5f26-46f0-be85-dcc306eee859 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-77ca7de6-5f26-46f0-be85-dcc306eee859 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-77ca7de6-5f26-46f0-be85-dcc306eee859 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-77ca7de6-5f26-46f0-be85-dcc306eee859 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
.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-84b6473a-7fcd-4c4a-a1bd-29388f1898d4 {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 0%;
}

#s-84b6473a-7fcd-4c4a-a1bd-29388f1898d4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-84b6473a-7fcd-4c4a-a1bd-29388f1898d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-84b6473a-7fcd-4c4a-a1bd-29388f1898d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-84b6473a-7fcd-4c4a-a1bd-29388f1898d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-84b6473a-7fcd-4c4a-a1bd-29388f1898d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-84b6473a-7fcd-4c4a-a1bd-29388f1898d4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-43e9a9d5-d548-429b-8d23-7aec28d8cbfa {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
}

#s-43e9a9d5-d548-429b-8d23-7aec28d8cbfa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-43e9a9d5-d548-429b-8d23-7aec28d8cbfa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-43e9a9d5-d548-429b-8d23-7aec28d8cbfa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-43e9a9d5-d548-429b-8d23-7aec28d8cbfa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-43e9a9d5-d548-429b-8d23-7aec28d8cbfa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-43e9a9d5-d548-429b-8d23-7aec28d8cbfa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f6098943-18ac-44c2-a56d-cafd4b809aec {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 0%;
}

#s-f6098943-18ac-44c2-a56d-cafd4b809aec > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f6098943-18ac-44c2-a56d-cafd4b809aec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-f6098943-18ac-44c2-a56d-cafd4b809aec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-f6098943-18ac-44c2-a56d-cafd4b809aec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f6098943-18ac-44c2-a56d-cafd4b809aec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-f6098943-18ac-44c2-a56d-cafd4b809aec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-519d2b75-dec9-4f46-aede-30c00d6a5bbe {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
opacity: 1;
}

#s-519d2b75-dec9-4f46-aede-30c00d6a5bbe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-519d2b75-dec9-4f46-aede-30c00d6a5bbe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-519d2b75-dec9-4f46-aede-30c00d6a5bbe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-519d2b75-dec9-4f46-aede-30c00d6a5bbe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-519d2b75-dec9-4f46-aede-30c00d6a5bbe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-519d2b75-dec9-4f46-aede-30c00d6a5bbe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-217154e5-d046-40d0-a691-7cf28a36b13b {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
}

#s-217154e5-d046-40d0-a691-7cf28a36b13b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-217154e5-d046-40d0-a691-7cf28a36b13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-217154e5-d046-40d0-a691-7cf28a36b13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-217154e5-d046-40d0-a691-7cf28a36b13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-217154e5-d046-40d0-a691-7cf28a36b13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-217154e5-d046-40d0-a691-7cf28a36b13b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-56950cfb-e936-4123-bf90-77fc9e4af0cb {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
}

#s-56950cfb-e936-4123-bf90-77fc9e4af0cb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-56950cfb-e936-4123-bf90-77fc9e4af0cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-56950cfb-e936-4123-bf90-77fc9e4af0cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-56950cfb-e936-4123-bf90-77fc9e4af0cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-56950cfb-e936-4123-bf90-77fc9e4af0cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-56950cfb-e936-4123-bf90-77fc9e4af0cb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6a7ef30d-dab4-415b-947d-d57fc379a6bd {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
opacity: 1;
}

#s-6a7ef30d-dab4-415b-947d-d57fc379a6bd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-6a7ef30d-dab4-415b-947d-d57fc379a6bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-6a7ef30d-dab4-415b-947d-d57fc379a6bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-6a7ef30d-dab4-415b-947d-d57fc379a6bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6a7ef30d-dab4-415b-947d-d57fc379a6bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-6a7ef30d-dab4-415b-947d-d57fc379a6bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-1d407ac3-2620-40ab-a7c0-5e4ac9e9914d {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
opacity: 1;
}

#s-1d407ac3-2620-40ab-a7c0-5e4ac9e9914d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1d407ac3-2620-40ab-a7c0-5e4ac9e9914d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-1d407ac3-2620-40ab-a7c0-5e4ac9e9914d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-1d407ac3-2620-40ab-a7c0-5e4ac9e9914d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1d407ac3-2620-40ab-a7c0-5e4ac9e9914d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-1d407ac3-2620-40ab-a7c0-5e4ac9e9914d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a16d5f4a-680d-4473-a279-b03e9bc1f114 {
  padding-top: 18%;
padding-bottom: 4%;
padding-right: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a16d5f4a-680d-4473-a279-b03e9bc1f114 .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-b0bafa42-929a-4403-9b3d-1a8a4189c280 {
  min-height: 50px;
}








#s-b0bafa42-929a-4403-9b3d-1a8a4189c280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0bafa42-929a-4403-9b3d-1a8a4189c280.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9943c7fa-76f9-4b39-a7a2-1b92244ed763 {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
opacity: 1;
}

#s-9943c7fa-76f9-4b39-a7a2-1b92244ed763 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9943c7fa-76f9-4b39-a7a2-1b92244ed763 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-9943c7fa-76f9-4b39-a7a2-1b92244ed763 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-9943c7fa-76f9-4b39-a7a2-1b92244ed763 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9943c7fa-76f9-4b39-a7a2-1b92244ed763 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-9943c7fa-76f9-4b39-a7a2-1b92244ed763 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
          justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

.shogun-image-content-center {
  -webkit-box-align: center;
          align-items: center;
}

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-b74dc288-4d7e-4c38-9929-495b12916da0 {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}




  #s-b74dc288-4d7e-4c38-9929-495b12916da0 img.shogun-image {
    
    width: px;
  }


#s-b74dc288-4d7e-4c38-9929-495b12916da0 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-83b18244-b881-4481-835c-e5e566940fb1 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

.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-9662cc40-c884-45dd-8f01-8dde24c44e0f {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-9662cc40-c884-45dd-8f01-8dde24c44e0f:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-9662cc40-c884-45dd-8f01-8dde24c44e0f:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9662cc40-c884-45dd-8f01-8dde24c44e0f {
  display: none;
}
#s-9662cc40-c884-45dd-8f01-8dde24c44e0f, #wrap-s-9662cc40-c884-45dd-8f01-8dde24c44e0f { display:none !important; }}


#s-9662cc40-c884-45dd-8f01-8dde24c44e0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-db46ad0b-7609-45a1-80a6-520b37eba484 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-db46ad0b-7609-45a1-80a6-520b37eba484:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-db46ad0b-7609-45a1-80a6-520b37eba484:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-db46ad0b-7609-45a1-80a6-520b37eba484 {
  display: none;
}
#s-db46ad0b-7609-45a1-80a6-520b37eba484, #wrap-s-db46ad0b-7609-45a1-80a6-520b37eba484 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db46ad0b-7609-45a1-80a6-520b37eba484 {
  display: none;
}
#s-db46ad0b-7609-45a1-80a6-520b37eba484, #wrap-s-db46ad0b-7609-45a1-80a6-520b37eba484 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db46ad0b-7609-45a1-80a6-520b37eba484 {
  display: none;
}
#s-db46ad0b-7609-45a1-80a6-520b37eba484, #wrap-s-db46ad0b-7609-45a1-80a6-520b37eba484 { display:none !important; }}


#s-db46ad0b-7609-45a1-80a6-520b37eba484.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-7b928681-32d1-4fd3-81f1-6f620eea8459 {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-7b928681-32d1-4fd3-81f1-6f620eea8459 img.shogun-image {
    
    width: px;
  }


#s-7b928681-32d1-4fd3-81f1-6f620eea8459 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-cffd348d-9348-40a5-8d47-e838b0590fe6 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-b1c0618b-68e4-4c90-b318-29031136b131 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-b1c0618b-68e4-4c90-b318-29031136b131:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-b1c0618b-68e4-4c90-b318-29031136b131:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b1c0618b-68e4-4c90-b318-29031136b131 {
  display: none;
}
#s-b1c0618b-68e4-4c90-b318-29031136b131, #wrap-s-b1c0618b-68e4-4c90-b318-29031136b131 { display:none !important; }}


#s-b1c0618b-68e4-4c90-b318-29031136b131.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-ef796561-0b60-4eaf-acea-801b2adda84a {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-ef796561-0b60-4eaf-acea-801b2adda84a:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-ef796561-0b60-4eaf-acea-801b2adda84a:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ef796561-0b60-4eaf-acea-801b2adda84a {
  display: none;
}
#s-ef796561-0b60-4eaf-acea-801b2adda84a, #wrap-s-ef796561-0b60-4eaf-acea-801b2adda84a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef796561-0b60-4eaf-acea-801b2adda84a {
  display: none;
}
#s-ef796561-0b60-4eaf-acea-801b2adda84a, #wrap-s-ef796561-0b60-4eaf-acea-801b2adda84a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef796561-0b60-4eaf-acea-801b2adda84a {
  display: none;
}
#s-ef796561-0b60-4eaf-acea-801b2adda84a, #wrap-s-ef796561-0b60-4eaf-acea-801b2adda84a { display:none !important; }}


#s-ef796561-0b60-4eaf-acea-801b2adda84a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-6951cae6-04bf-4e2f-a6b5-7c9af467201b {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-6951cae6-04bf-4e2f-a6b5-7c9af467201b img.shogun-image {
    
    width: px;
  }


#s-6951cae6-04bf-4e2f-a6b5-7c9af467201b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-f709035a-c756-4766-93df-2c4dea7d23f7 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-b402e43d-9987-4cb3-b743-71ba94d20252 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-b402e43d-9987-4cb3-b743-71ba94d20252:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-b402e43d-9987-4cb3-b743-71ba94d20252:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b402e43d-9987-4cb3-b743-71ba94d20252 {
  display: none;
}
#s-b402e43d-9987-4cb3-b743-71ba94d20252, #wrap-s-b402e43d-9987-4cb3-b743-71ba94d20252 { display:none !important; }}


#s-b402e43d-9987-4cb3-b743-71ba94d20252.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-e8e063a3-604b-4391-8daa-a26ba50bbc85 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-e8e063a3-604b-4391-8daa-a26ba50bbc85:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-e8e063a3-604b-4391-8daa-a26ba50bbc85:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e8e063a3-604b-4391-8daa-a26ba50bbc85 {
  display: none;
}
#s-e8e063a3-604b-4391-8daa-a26ba50bbc85, #wrap-s-e8e063a3-604b-4391-8daa-a26ba50bbc85 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8e063a3-604b-4391-8daa-a26ba50bbc85 {
  display: none;
}
#s-e8e063a3-604b-4391-8daa-a26ba50bbc85, #wrap-s-e8e063a3-604b-4391-8daa-a26ba50bbc85 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8e063a3-604b-4391-8daa-a26ba50bbc85 {
  display: none;
}
#s-e8e063a3-604b-4391-8daa-a26ba50bbc85, #wrap-s-e8e063a3-604b-4391-8daa-a26ba50bbc85 { display:none !important; }}@media (max-width: 767px){#s-e8e063a3-604b-4391-8daa-a26ba50bbc85 {
  
}
}


#s-e8e063a3-604b-4391-8daa-a26ba50bbc85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-b660d165-81d8-41ee-9388-46d20eb97d22 {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-b660d165-81d8-41ee-9388-46d20eb97d22 img.shogun-image {
    
    width: px;
  }


#s-b660d165-81d8-41ee-9388-46d20eb97d22 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-b9d08cd4-ed07-4fa0-8bd1-06278138c28b {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-a60d87b2-7b2d-4f5c-843f-607c25411f2a {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-a60d87b2-7b2d-4f5c-843f-607c25411f2a:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-a60d87b2-7b2d-4f5c-843f-607c25411f2a:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a60d87b2-7b2d-4f5c-843f-607c25411f2a {
  display: none;
}
#s-a60d87b2-7b2d-4f5c-843f-607c25411f2a, #wrap-s-a60d87b2-7b2d-4f5c-843f-607c25411f2a { display:none !important; }}


#s-a60d87b2-7b2d-4f5c-843f-607c25411f2a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-96cf29da-d7bf-43ce-9b06-97c46d860e47 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-96cf29da-d7bf-43ce-9b06-97c46d860e47:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-96cf29da-d7bf-43ce-9b06-97c46d860e47:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-96cf29da-d7bf-43ce-9b06-97c46d860e47 {
  display: none;
}
#s-96cf29da-d7bf-43ce-9b06-97c46d860e47, #wrap-s-96cf29da-d7bf-43ce-9b06-97c46d860e47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96cf29da-d7bf-43ce-9b06-97c46d860e47 {
  display: none;
}
#s-96cf29da-d7bf-43ce-9b06-97c46d860e47, #wrap-s-96cf29da-d7bf-43ce-9b06-97c46d860e47 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96cf29da-d7bf-43ce-9b06-97c46d860e47 {
  display: none;
}
#s-96cf29da-d7bf-43ce-9b06-97c46d860e47, #wrap-s-96cf29da-d7bf-43ce-9b06-97c46d860e47 { display:none !important; }}@media (max-width: 767px){#s-96cf29da-d7bf-43ce-9b06-97c46d860e47 {
  
}
}


#s-96cf29da-d7bf-43ce-9b06-97c46d860e47.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-74b08ccd-d264-440d-8e7a-d90ec69aac6c {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
opacity: 1;
}

#s-74b08ccd-d264-440d-8e7a-d90ec69aac6c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-74b08ccd-d264-440d-8e7a-d90ec69aac6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-74b08ccd-d264-440d-8e7a-d90ec69aac6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-74b08ccd-d264-440d-8e7a-d90ec69aac6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-74b08ccd-d264-440d-8e7a-d90ec69aac6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-74b08ccd-d264-440d-8e7a-d90ec69aac6c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-5375dc8d-c943-408e-8ff4-70f07e0ce60b {
  padding-top: 0%;
padding-bottom: 0%;
text-align: center;
}




  #s-5375dc8d-c943-408e-8ff4-70f07e0ce60b img.shogun-image {
    
    width: px;
  }


#s-5375dc8d-c943-408e-8ff4-70f07e0ce60b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-cdc4fb41-1461-4e70-9779-f822f1148196 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-4ae6468f-e6c8-48ca-bd93-d014b5949e5b {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-4ae6468f-e6c8-48ca-bd93-d014b5949e5b:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-4ae6468f-e6c8-48ca-bd93-d014b5949e5b:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4ae6468f-e6c8-48ca-bd93-d014b5949e5b {
  display: none;
}
#s-4ae6468f-e6c8-48ca-bd93-d014b5949e5b, #wrap-s-4ae6468f-e6c8-48ca-bd93-d014b5949e5b { display:none !important; }}


#s-4ae6468f-e6c8-48ca-bd93-d014b5949e5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-0c799163-ad1b-4cda-a818-198bf1ad15fc {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-0c799163-ad1b-4cda-a818-198bf1ad15fc:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-0c799163-ad1b-4cda-a818-198bf1ad15fc:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0c799163-ad1b-4cda-a818-198bf1ad15fc {
  display: none;
}
#s-0c799163-ad1b-4cda-a818-198bf1ad15fc, #wrap-s-0c799163-ad1b-4cda-a818-198bf1ad15fc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c799163-ad1b-4cda-a818-198bf1ad15fc {
  display: none;
}
#s-0c799163-ad1b-4cda-a818-198bf1ad15fc, #wrap-s-0c799163-ad1b-4cda-a818-198bf1ad15fc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c799163-ad1b-4cda-a818-198bf1ad15fc {
  display: none;
}
#s-0c799163-ad1b-4cda-a818-198bf1ad15fc, #wrap-s-0c799163-ad1b-4cda-a818-198bf1ad15fc { display:none !important; }}


#s-0c799163-ad1b-4cda-a818-198bf1ad15fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-00218710-9640-4f89-9e7f-239f19303928 {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-00218710-9640-4f89-9e7f-239f19303928 img.shogun-image {
    
    width: px;
  }


#s-00218710-9640-4f89-9e7f-239f19303928 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-9c6948c4-4a3b-4a5f-b8e5-2dc2069671e3 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-438b4ebd-3929-4784-8961-34527a3274ad {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-438b4ebd-3929-4784-8961-34527a3274ad:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-438b4ebd-3929-4784-8961-34527a3274ad:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-438b4ebd-3929-4784-8961-34527a3274ad {
  display: none;
}
#s-438b4ebd-3929-4784-8961-34527a3274ad, #wrap-s-438b4ebd-3929-4784-8961-34527a3274ad { display:none !important; }}


#s-438b4ebd-3929-4784-8961-34527a3274ad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-ed30ade8-9a2e-4d61-b762-0157a06db25c {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-ed30ade8-9a2e-4d61-b762-0157a06db25c:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-ed30ade8-9a2e-4d61-b762-0157a06db25c:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ed30ade8-9a2e-4d61-b762-0157a06db25c {
  display: none;
}
#s-ed30ade8-9a2e-4d61-b762-0157a06db25c, #wrap-s-ed30ade8-9a2e-4d61-b762-0157a06db25c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed30ade8-9a2e-4d61-b762-0157a06db25c {
  display: none;
}
#s-ed30ade8-9a2e-4d61-b762-0157a06db25c, #wrap-s-ed30ade8-9a2e-4d61-b762-0157a06db25c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ed30ade8-9a2e-4d61-b762-0157a06db25c {
  display: none;
}
#s-ed30ade8-9a2e-4d61-b762-0157a06db25c, #wrap-s-ed30ade8-9a2e-4d61-b762-0157a06db25c { display:none !important; }}


#s-ed30ade8-9a2e-4d61-b762-0157a06db25c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-bcc721ae-4eb6-4afa-a770-9dfa39a39d66 {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-bcc721ae-4eb6-4afa-a770-9dfa39a39d66 img.shogun-image {
    
    width: px;
  }


#s-bcc721ae-4eb6-4afa-a770-9dfa39a39d66 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-e285027a-9c87-47f0-9f72-654fe5369056 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-e5e41dd1-23cd-44a2-a0ed-ea338f6029c6 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-e5e41dd1-23cd-44a2-a0ed-ea338f6029c6:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-e5e41dd1-23cd-44a2-a0ed-ea338f6029c6:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e5e41dd1-23cd-44a2-a0ed-ea338f6029c6 {
  display: none;
}
#s-e5e41dd1-23cd-44a2-a0ed-ea338f6029c6, #wrap-s-e5e41dd1-23cd-44a2-a0ed-ea338f6029c6 { display:none !important; }}


#s-e5e41dd1-23cd-44a2-a0ed-ea338f6029c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00 {
  display: none;
}
#s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00, #wrap-s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00 {
  display: none;
}
#s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00, #wrap-s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00 {
  display: none;
}
#s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00, #wrap-s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00 { display:none !important; }}@media (max-width: 767px){#s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00 {
  
}
}


#s-aa5b3c48-745d-422c-96a2-5e8c35a7ef00.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-069b2a81-3363-40fe-84df-318e8539849b {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
opacity: 1;
}

#s-069b2a81-3363-40fe-84df-318e8539849b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-069b2a81-3363-40fe-84df-318e8539849b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-069b2a81-3363-40fe-84df-318e8539849b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-069b2a81-3363-40fe-84df-318e8539849b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-069b2a81-3363-40fe-84df-318e8539849b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-069b2a81-3363-40fe-84df-318e8539849b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-372b5f01-5f89-4ab9-94ce-231c83430d91 {
  padding-top: 0%;
padding-bottom: 3%;
text-align: center;
}




  #s-372b5f01-5f89-4ab9-94ce-231c83430d91 img.shogun-image {
    
    width: px;
  }


#s-372b5f01-5f89-4ab9-94ce-231c83430d91 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-5795b28e-a52e-49b7-8499-ba65f27f888a {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-c3584c41-dbaf-46bb-92fb-f400e270b042 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-c3584c41-dbaf-46bb-92fb-f400e270b042:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-c3584c41-dbaf-46bb-92fb-f400e270b042:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c3584c41-dbaf-46bb-92fb-f400e270b042 {
  display: none;
}
#s-c3584c41-dbaf-46bb-92fb-f400e270b042, #wrap-s-c3584c41-dbaf-46bb-92fb-f400e270b042 { display:none !important; }}


#s-c3584c41-dbaf-46bb-92fb-f400e270b042.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8 {
  display: none;
}
#s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8, #wrap-s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8 {
  display: none;
}
#s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8, #wrap-s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8 {
  display: none;
}
#s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8, #wrap-s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8 { display:none !important; }}@media (max-width: 767px){#s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8 {
  
}
}


#s-1a2384ab-ae88-4a31-8ff2-e9f583c590b8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-887d1ebd-1521-4aa0-8fe5-c81764fbfdfb {
  padding-top: 4%;
padding-bottom: 3%;
text-align: center;
}




  #s-887d1ebd-1521-4aa0-8fe5-c81764fbfdfb img.shogun-image {
    
    width: px;
  }


#s-887d1ebd-1521-4aa0-8fe5-c81764fbfdfb .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-792293d7-8983-43e1-ab83-827e793142b1 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-5cbf5de7-135d-419f-baab-8d0405c2d4fa {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-5cbf5de7-135d-419f-baab-8d0405c2d4fa:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-5cbf5de7-135d-419f-baab-8d0405c2d4fa:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5cbf5de7-135d-419f-baab-8d0405c2d4fa {
  display: none;
}
#s-5cbf5de7-135d-419f-baab-8d0405c2d4fa, #wrap-s-5cbf5de7-135d-419f-baab-8d0405c2d4fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5cbf5de7-135d-419f-baab-8d0405c2d4fa {
  display: none;
}
#s-5cbf5de7-135d-419f-baab-8d0405c2d4fa, #wrap-s-5cbf5de7-135d-419f-baab-8d0405c2d4fa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5cbf5de7-135d-419f-baab-8d0405c2d4fa {
  display: none;
}
#s-5cbf5de7-135d-419f-baab-8d0405c2d4fa, #wrap-s-5cbf5de7-135d-419f-baab-8d0405c2d4fa { display:none !important; }}@media (max-width: 767px){#s-5cbf5de7-135d-419f-baab-8d0405c2d4fa {
  
}
}


#s-5cbf5de7-135d-419f-baab-8d0405c2d4fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-8ff52b6a-b0a2-44fb-a0ed-54309db5b42e {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-8ff52b6a-b0a2-44fb-a0ed-54309db5b42e:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-8ff52b6a-b0a2-44fb-a0ed-54309db5b42e:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8ff52b6a-b0a2-44fb-a0ed-54309db5b42e {
  display: none;
}
#s-8ff52b6a-b0a2-44fb-a0ed-54309db5b42e, #wrap-s-8ff52b6a-b0a2-44fb-a0ed-54309db5b42e { display:none !important; }}


#s-8ff52b6a-b0a2-44fb-a0ed-54309db5b42e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-7faf7590-821c-4c30-a818-d3137f2cfe31 {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-7faf7590-821c-4c30-a818-d3137f2cfe31 img.shogun-image {
    
    width: px;
  }


#s-7faf7590-821c-4c30-a818-d3137f2cfe31 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-979a1ad5-c6d1-428a-ad67-6588232492e8 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-9f89bbe6-8d10-4a3b-a1b7-0c4d472e72b9 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-9f89bbe6-8d10-4a3b-a1b7-0c4d472e72b9:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-9f89bbe6-8d10-4a3b-a1b7-0c4d472e72b9:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-9f89bbe6-8d10-4a3b-a1b7-0c4d472e72b9 {
  display: none;
}
#s-9f89bbe6-8d10-4a3b-a1b7-0c4d472e72b9, #wrap-s-9f89bbe6-8d10-4a3b-a1b7-0c4d472e72b9 { display:none !important; }}


#s-9f89bbe6-8d10-4a3b-a1b7-0c4d472e72b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-287b739e-ae33-4c2a-9b1e-966b46c39024 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-287b739e-ae33-4c2a-9b1e-966b46c39024:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-287b739e-ae33-4c2a-9b1e-966b46c39024:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-287b739e-ae33-4c2a-9b1e-966b46c39024 {
  display: none;
}
#s-287b739e-ae33-4c2a-9b1e-966b46c39024, #wrap-s-287b739e-ae33-4c2a-9b1e-966b46c39024 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-287b739e-ae33-4c2a-9b1e-966b46c39024 {
  display: none;
}
#s-287b739e-ae33-4c2a-9b1e-966b46c39024, #wrap-s-287b739e-ae33-4c2a-9b1e-966b46c39024 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-287b739e-ae33-4c2a-9b1e-966b46c39024 {
  display: none;
}
#s-287b739e-ae33-4c2a-9b1e-966b46c39024, #wrap-s-287b739e-ae33-4c2a-9b1e-966b46c39024 { display:none !important; }}@media (max-width: 767px){#s-287b739e-ae33-4c2a-9b1e-966b46c39024 {
  
}
}


#s-287b739e-ae33-4c2a-9b1e-966b46c39024.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-fd3fb1bc-701f-471b-afef-788b4f92d126 {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-fd3fb1bc-701f-471b-afef-788b4f92d126 img.shogun-image {
    
    width: px;
  }


#s-fd3fb1bc-701f-471b-afef-788b4f92d126 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-08e60e1f-7a68-4b82-b3e8-9398b1ffc440 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-30a8b2a0-0c35-463e-bf77-3fab5b7f80c5 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-30a8b2a0-0c35-463e-bf77-3fab5b7f80c5:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-30a8b2a0-0c35-463e-bf77-3fab5b7f80c5:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-30a8b2a0-0c35-463e-bf77-3fab5b7f80c5 {
  display: none;
}
#s-30a8b2a0-0c35-463e-bf77-3fab5b7f80c5, #wrap-s-30a8b2a0-0c35-463e-bf77-3fab5b7f80c5 { display:none !important; }}


#s-30a8b2a0-0c35-463e-bf77-3fab5b7f80c5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-b52b2e19-0abb-4648-97dc-3ebfa05ff276 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-b52b2e19-0abb-4648-97dc-3ebfa05ff276:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-b52b2e19-0abb-4648-97dc-3ebfa05ff276:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b52b2e19-0abb-4648-97dc-3ebfa05ff276 {
  display: none;
}
#s-b52b2e19-0abb-4648-97dc-3ebfa05ff276, #wrap-s-b52b2e19-0abb-4648-97dc-3ebfa05ff276 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b52b2e19-0abb-4648-97dc-3ebfa05ff276 {
  display: none;
}
#s-b52b2e19-0abb-4648-97dc-3ebfa05ff276, #wrap-s-b52b2e19-0abb-4648-97dc-3ebfa05ff276 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b52b2e19-0abb-4648-97dc-3ebfa05ff276 {
  display: none;
}
#s-b52b2e19-0abb-4648-97dc-3ebfa05ff276, #wrap-s-b52b2e19-0abb-4648-97dc-3ebfa05ff276 { display:none !important; }}@media (max-width: 767px){#s-b52b2e19-0abb-4648-97dc-3ebfa05ff276 {
  
}
}


#s-b52b2e19-0abb-4648-97dc-3ebfa05ff276.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-3552b4b2-b3b0-4b4c-887c-3129d3fd0b1b {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-3552b4b2-b3b0-4b4c-887c-3129d3fd0b1b img.shogun-image {
    
    width: px;
  }


#s-3552b4b2-b3b0-4b4c-887c-3129d3fd0b1b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-be3b14b6-ed9d-4c20-8362-8ebd20a500df {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-170ead9a-a02d-42ed-98ec-9ea760a74b49 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-170ead9a-a02d-42ed-98ec-9ea760a74b49:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-170ead9a-a02d-42ed-98ec-9ea760a74b49:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-170ead9a-a02d-42ed-98ec-9ea760a74b49 {
  display: none;
}
#s-170ead9a-a02d-42ed-98ec-9ea760a74b49, #wrap-s-170ead9a-a02d-42ed-98ec-9ea760a74b49 { display:none !important; }}


#s-170ead9a-a02d-42ed-98ec-9ea760a74b49.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19 {
  display: none;
}
#s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19, #wrap-s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19 {
  display: none;
}
#s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19, #wrap-s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19 {
  display: none;
}
#s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19, #wrap-s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19 { display:none !important; }}@media (max-width: 767px){#s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19 {
  
}
}


#s-1bf30d6b-6e50-46c7-aa0a-fec48de0be19.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-2cea521b-8aad-434a-918f-23930a8b3f34 {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-2cea521b-8aad-434a-918f-23930a8b3f34 img.shogun-image {
    
    width: px;
  }


#s-2cea521b-8aad-434a-918f-23930a8b3f34 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c9a72119-0b1c-4bb5-b7cf-c2f74f21beae {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-8999dcf7-f0d6-492f-8c91-dc12928fd9e2 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-8999dcf7-f0d6-492f-8c91-dc12928fd9e2:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-8999dcf7-f0d6-492f-8c91-dc12928fd9e2:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8999dcf7-f0d6-492f-8c91-dc12928fd9e2 {
  display: none;
}
#s-8999dcf7-f0d6-492f-8c91-dc12928fd9e2, #wrap-s-8999dcf7-f0d6-492f-8c91-dc12928fd9e2 { display:none !important; }}


#s-8999dcf7-f0d6-492f-8c91-dc12928fd9e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-a6adb4e1-ee44-48ce-8165-5be7387b9513 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-a6adb4e1-ee44-48ce-8165-5be7387b9513:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-a6adb4e1-ee44-48ce-8165-5be7387b9513:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a6adb4e1-ee44-48ce-8165-5be7387b9513 {
  display: none;
}
#s-a6adb4e1-ee44-48ce-8165-5be7387b9513, #wrap-s-a6adb4e1-ee44-48ce-8165-5be7387b9513 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6adb4e1-ee44-48ce-8165-5be7387b9513 {
  display: none;
}
#s-a6adb4e1-ee44-48ce-8165-5be7387b9513, #wrap-s-a6adb4e1-ee44-48ce-8165-5be7387b9513 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6adb4e1-ee44-48ce-8165-5be7387b9513 {
  display: none;
}
#s-a6adb4e1-ee44-48ce-8165-5be7387b9513, #wrap-s-a6adb4e1-ee44-48ce-8165-5be7387b9513 { display:none !important; }}@media (max-width: 767px){#s-a6adb4e1-ee44-48ce-8165-5be7387b9513 {
  
}
}


#s-a6adb4e1-ee44-48ce-8165-5be7387b9513.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-e6128b54-1906-41f5-9f5e-7d6e6116084e {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-e6128b54-1906-41f5-9f5e-7d6e6116084e img.shogun-image {
    
    width: px;
  }


#s-e6128b54-1906-41f5-9f5e-7d6e6116084e .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-39414bde-fd95-42eb-9485-612ef4f7ab3d {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-6337f4f1-f6c0-4322-99c9-e4e94186fa0a {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-6337f4f1-f6c0-4322-99c9-e4e94186fa0a:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-6337f4f1-f6c0-4322-99c9-e4e94186fa0a:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6337f4f1-f6c0-4322-99c9-e4e94186fa0a {
  display: none;
}
#s-6337f4f1-f6c0-4322-99c9-e4e94186fa0a, #wrap-s-6337f4f1-f6c0-4322-99c9-e4e94186fa0a { display:none !important; }}


#s-6337f4f1-f6c0-4322-99c9-e4e94186fa0a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2 {
  display: none;
}
#s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2, #wrap-s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2 {
  display: none;
}
#s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2, #wrap-s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2 {
  display: none;
}
#s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2, #wrap-s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2 { display:none !important; }}@media (max-width: 767px){#s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2 {
  
}
}


#s-2ef0a7b2-4324-4117-9463-9233ac0e7ca2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-e24c7504-de85-4bd1-aeb5-add525dcea0b {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-e24c7504-de85-4bd1-aeb5-add525dcea0b img.shogun-image {
    
    width: px;
  }


#s-e24c7504-de85-4bd1-aeb5-add525dcea0b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-38bb8ba4-bb65-45c7-95bb-454568e9c258 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-0212ce8e-e81f-4840-b349-7c5bcc481aab {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-0212ce8e-e81f-4840-b349-7c5bcc481aab:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-0212ce8e-e81f-4840-b349-7c5bcc481aab:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0212ce8e-e81f-4840-b349-7c5bcc481aab {
  display: none;
}
#s-0212ce8e-e81f-4840-b349-7c5bcc481aab, #wrap-s-0212ce8e-e81f-4840-b349-7c5bcc481aab { display:none !important; }}


#s-0212ce8e-e81f-4840-b349-7c5bcc481aab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-02818fa8-6518-4aff-bde7-e459acb82b4f {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-02818fa8-6518-4aff-bde7-e459acb82b4f:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-02818fa8-6518-4aff-bde7-e459acb82b4f:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-02818fa8-6518-4aff-bde7-e459acb82b4f {
  display: none;
}
#s-02818fa8-6518-4aff-bde7-e459acb82b4f, #wrap-s-02818fa8-6518-4aff-bde7-e459acb82b4f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02818fa8-6518-4aff-bde7-e459acb82b4f {
  display: none;
}
#s-02818fa8-6518-4aff-bde7-e459acb82b4f, #wrap-s-02818fa8-6518-4aff-bde7-e459acb82b4f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-02818fa8-6518-4aff-bde7-e459acb82b4f {
  display: none;
}
#s-02818fa8-6518-4aff-bde7-e459acb82b4f, #wrap-s-02818fa8-6518-4aff-bde7-e459acb82b4f { display:none !important; }}@media (max-width: 767px){#s-02818fa8-6518-4aff-bde7-e459acb82b4f {
  
}
}


#s-02818fa8-6518-4aff-bde7-e459acb82b4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-5b41add2-aaf0-4939-ade0-554e0e004bc0 {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
opacity: 1;
}

#s-5b41add2-aaf0-4939-ade0-554e0e004bc0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5b41add2-aaf0-4939-ade0-554e0e004bc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-5b41add2-aaf0-4939-ade0-554e0e004bc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-5b41add2-aaf0-4939-ade0-554e0e004bc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5b41add2-aaf0-4939-ade0-554e0e004bc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-5b41add2-aaf0-4939-ade0-554e0e004bc0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a8eaf2fb-25a2-4126-a9d1-f7f5f609ce5c {
  padding-top: 0%;
padding-bottom: 3%;
text-align: center;
}




  #s-a8eaf2fb-25a2-4126-a9d1-f7f5f609ce5c img.shogun-image {
    
    width: px;
  }


#s-a8eaf2fb-25a2-4126-a9d1-f7f5f609ce5c .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-aac13f3c-267e-47f8-9f3a-637612e7f3f4 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-ca598b64-66c5-4fda-b05a-7350a731ffa6 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-ca598b64-66c5-4fda-b05a-7350a731ffa6:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-ca598b64-66c5-4fda-b05a-7350a731ffa6:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ca598b64-66c5-4fda-b05a-7350a731ffa6 {
  display: none;
}
#s-ca598b64-66c5-4fda-b05a-7350a731ffa6, #wrap-s-ca598b64-66c5-4fda-b05a-7350a731ffa6 { display:none !important; }}


#s-ca598b64-66c5-4fda-b05a-7350a731ffa6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-653261b9-83d0-44cf-a58c-38dc254db11f {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-653261b9-83d0-44cf-a58c-38dc254db11f:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-653261b9-83d0-44cf-a58c-38dc254db11f:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-653261b9-83d0-44cf-a58c-38dc254db11f {
  display: none;
}
#s-653261b9-83d0-44cf-a58c-38dc254db11f, #wrap-s-653261b9-83d0-44cf-a58c-38dc254db11f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-653261b9-83d0-44cf-a58c-38dc254db11f {
  display: none;
}
#s-653261b9-83d0-44cf-a58c-38dc254db11f, #wrap-s-653261b9-83d0-44cf-a58c-38dc254db11f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-653261b9-83d0-44cf-a58c-38dc254db11f {
  display: none;
}
#s-653261b9-83d0-44cf-a58c-38dc254db11f, #wrap-s-653261b9-83d0-44cf-a58c-38dc254db11f { display:none !important; }}@media (max-width: 767px){#s-653261b9-83d0-44cf-a58c-38dc254db11f {
  
}
}


#s-653261b9-83d0-44cf-a58c-38dc254db11f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-8f6691a0-93e4-4b05-8ae9-a9d50c4c7c74 {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-8f6691a0-93e4-4b05-8ae9-a9d50c4c7c74 img.shogun-image {
    
    width: px;
  }


#s-8f6691a0-93e4-4b05-8ae9-a9d50c4c7c74 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-cfa60757-6446-4d5e-9895-9ffd197fdf14 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-5aabe5e8-b2ed-4c52-a829-d18dd4e51e9d {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-5aabe5e8-b2ed-4c52-a829-d18dd4e51e9d:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-5aabe5e8-b2ed-4c52-a829-d18dd4e51e9d:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5aabe5e8-b2ed-4c52-a829-d18dd4e51e9d {
  display: none;
}
#s-5aabe5e8-b2ed-4c52-a829-d18dd4e51e9d, #wrap-s-5aabe5e8-b2ed-4c52-a829-d18dd4e51e9d { display:none !important; }}


#s-5aabe5e8-b2ed-4c52-a829-d18dd4e51e9d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-5937728b-80b4-4da6-9065-e025e8c5087d {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-5937728b-80b4-4da6-9065-e025e8c5087d:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-5937728b-80b4-4da6-9065-e025e8c5087d:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5937728b-80b4-4da6-9065-e025e8c5087d {
  display: none;
}
#s-5937728b-80b4-4da6-9065-e025e8c5087d, #wrap-s-5937728b-80b4-4da6-9065-e025e8c5087d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5937728b-80b4-4da6-9065-e025e8c5087d {
  display: none;
}
#s-5937728b-80b4-4da6-9065-e025e8c5087d, #wrap-s-5937728b-80b4-4da6-9065-e025e8c5087d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5937728b-80b4-4da6-9065-e025e8c5087d {
  display: none;
}
#s-5937728b-80b4-4da6-9065-e025e8c5087d, #wrap-s-5937728b-80b4-4da6-9065-e025e8c5087d { display:none !important; }}@media (max-width: 767px){#s-5937728b-80b4-4da6-9065-e025e8c5087d {
  
}
}


#s-5937728b-80b4-4da6-9065-e025e8c5087d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-fb0e30bb-3f8e-480d-955a-68b910c0e4ba {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-fb0e30bb-3f8e-480d-955a-68b910c0e4ba img.shogun-image {
    
    width: px;
  }


#s-fb0e30bb-3f8e-480d-955a-68b910c0e4ba .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-8ce4f98d-162e-4761-aab5-fe50831af154 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-1cf057df-6bb3-4d05-91e9-4b2897ab7f92 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-1cf057df-6bb3-4d05-91e9-4b2897ab7f92:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-1cf057df-6bb3-4d05-91e9-4b2897ab7f92:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1cf057df-6bb3-4d05-91e9-4b2897ab7f92 {
  display: none;
}
#s-1cf057df-6bb3-4d05-91e9-4b2897ab7f92, #wrap-s-1cf057df-6bb3-4d05-91e9-4b2897ab7f92 { display:none !important; }}


#s-1cf057df-6bb3-4d05-91e9-4b2897ab7f92.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-e270e82f-0786-4126-a30f-1a65b3868272 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-e270e82f-0786-4126-a30f-1a65b3868272:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-e270e82f-0786-4126-a30f-1a65b3868272:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e270e82f-0786-4126-a30f-1a65b3868272 {
  display: none;
}
#s-e270e82f-0786-4126-a30f-1a65b3868272, #wrap-s-e270e82f-0786-4126-a30f-1a65b3868272 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e270e82f-0786-4126-a30f-1a65b3868272 {
  display: none;
}
#s-e270e82f-0786-4126-a30f-1a65b3868272, #wrap-s-e270e82f-0786-4126-a30f-1a65b3868272 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e270e82f-0786-4126-a30f-1a65b3868272 {
  display: none;
}
#s-e270e82f-0786-4126-a30f-1a65b3868272, #wrap-s-e270e82f-0786-4126-a30f-1a65b3868272 { display:none !important; }}@media (max-width: 767px){#s-e270e82f-0786-4126-a30f-1a65b3868272 {
  
}
}


#s-e270e82f-0786-4126-a30f-1a65b3868272.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-39e26678-fb9d-4d20-91c2-0aa92bb50f3a {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-39e26678-fb9d-4d20-91c2-0aa92bb50f3a img.shogun-image {
    
    width: px;
  }


#s-39e26678-fb9d-4d20-91c2-0aa92bb50f3a .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c52d660f-2018-4f24-9ad0-dd2a3071aa24 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-78584a7c-af4b-4770-99a2-7d9c01a84dfb {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-78584a7c-af4b-4770-99a2-7d9c01a84dfb:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-78584a7c-af4b-4770-99a2-7d9c01a84dfb:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-78584a7c-af4b-4770-99a2-7d9c01a84dfb {
  display: none;
}
#s-78584a7c-af4b-4770-99a2-7d9c01a84dfb, #wrap-s-78584a7c-af4b-4770-99a2-7d9c01a84dfb { display:none !important; }}


#s-78584a7c-af4b-4770-99a2-7d9c01a84dfb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-e6848f47-b733-40a2-b664-8e100d6d4b85 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-e6848f47-b733-40a2-b664-8e100d6d4b85:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-e6848f47-b733-40a2-b664-8e100d6d4b85:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e6848f47-b733-40a2-b664-8e100d6d4b85 {
  display: none;
}
#s-e6848f47-b733-40a2-b664-8e100d6d4b85, #wrap-s-e6848f47-b733-40a2-b664-8e100d6d4b85 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6848f47-b733-40a2-b664-8e100d6d4b85 {
  display: none;
}
#s-e6848f47-b733-40a2-b664-8e100d6d4b85, #wrap-s-e6848f47-b733-40a2-b664-8e100d6d4b85 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6848f47-b733-40a2-b664-8e100d6d4b85 {
  display: none;
}
#s-e6848f47-b733-40a2-b664-8e100d6d4b85, #wrap-s-e6848f47-b733-40a2-b664-8e100d6d4b85 { display:none !important; }}@media (max-width: 767px){#s-e6848f47-b733-40a2-b664-8e100d6d4b85 {
  
}
}


#s-e6848f47-b733-40a2-b664-8e100d6d4b85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-60ea7a11-50b2-4bbc-8717-17f4389e8f07 {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-60ea7a11-50b2-4bbc-8717-17f4389e8f07 img.shogun-image {
    
    width: px;
  }


#s-60ea7a11-50b2-4bbc-8717-17f4389e8f07 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c28a2d76-a2da-482e-9517-4b062ccde752 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-46abcb28-6a25-425b-8475-7c87c2ec6cd2 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-46abcb28-6a25-425b-8475-7c87c2ec6cd2:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-46abcb28-6a25-425b-8475-7c87c2ec6cd2:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-46abcb28-6a25-425b-8475-7c87c2ec6cd2 {
  display: none;
}
#s-46abcb28-6a25-425b-8475-7c87c2ec6cd2, #wrap-s-46abcb28-6a25-425b-8475-7c87c2ec6cd2 { display:none !important; }}


#s-46abcb28-6a25-425b-8475-7c87c2ec6cd2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c {
  display: none;
}
#s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c, #wrap-s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c {
  display: none;
}
#s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c, #wrap-s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c {
  display: none;
}
#s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c, #wrap-s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c { display:none !important; }}@media (max-width: 767px){#s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c {
  
}
}


#s-1c0954d4-bed5-4941-b2c2-457ff2f98a1c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-ad2bcb4a-d9b4-4631-b2cf-a682343f9edc {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-ad2bcb4a-d9b4-4631-b2cf-a682343f9edc img.shogun-image {
    
    width: px;
  }


#s-ad2bcb4a-d9b4-4631-b2cf-a682343f9edc .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-6194bcb2-c03a-4be9-ab6f-25ebfc54ea4e {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-e9aed488-1342-4a97-863f-6bbea33571ca {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-e9aed488-1342-4a97-863f-6bbea33571ca:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-e9aed488-1342-4a97-863f-6bbea33571ca:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e9aed488-1342-4a97-863f-6bbea33571ca {
  display: none;
}
#s-e9aed488-1342-4a97-863f-6bbea33571ca, #wrap-s-e9aed488-1342-4a97-863f-6bbea33571ca { display:none !important; }}


#s-e9aed488-1342-4a97-863f-6bbea33571ca.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f {
  display: none;
}
#s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f, #wrap-s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f {
  display: none;
}
#s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f, #wrap-s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f {
  display: none;
}
#s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f, #wrap-s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f { display:none !important; }}@media (max-width: 767px){#s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f {
  
}
}


#s-856bdf5f-9569-4b7c-ac86-1b5978ca0c2f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-1d74f7e7-1cb3-4764-827a-662159c0c01b {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-1d74f7e7-1cb3-4764-827a-662159c0c01b img.shogun-image {
    
    width: px;
  }


#s-1d74f7e7-1cb3-4764-827a-662159c0c01b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-e7f6fd49-2d2d-4d40-a1b8-78d6f9d999d0 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-0bbac87f-28b7-4553-bcd0-1c256977444b {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-0bbac87f-28b7-4553-bcd0-1c256977444b:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-0bbac87f-28b7-4553-bcd0-1c256977444b:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0bbac87f-28b7-4553-bcd0-1c256977444b {
  display: none;
}
#s-0bbac87f-28b7-4553-bcd0-1c256977444b, #wrap-s-0bbac87f-28b7-4553-bcd0-1c256977444b { display:none !important; }}


#s-0bbac87f-28b7-4553-bcd0-1c256977444b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b {
  display: none;
}
#s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b, #wrap-s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b {
  display: none;
}
#s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b, #wrap-s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b {
  display: none;
}
#s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b, #wrap-s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b { display:none !important; }}@media (max-width: 767px){#s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b {
  
}
}


#s-e0b7c05e-0361-43c3-a9ab-d6e9093c1e4b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-f536f7b3-bf8d-48a8-815e-a67d2bbae5bf {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-f536f7b3-bf8d-48a8-815e-a67d2bbae5bf img.shogun-image {
    
    width: px;
  }


#s-f536f7b3-bf8d-48a8-815e-a67d2bbae5bf .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-813dab76-dfa0-47cf-86ac-e4a203cabc5b {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-46eb64ff-f262-4c41-9bdf-bcd68f4686dc {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-46eb64ff-f262-4c41-9bdf-bcd68f4686dc:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-46eb64ff-f262-4c41-9bdf-bcd68f4686dc:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-46eb64ff-f262-4c41-9bdf-bcd68f4686dc {
  display: none;
}
#s-46eb64ff-f262-4c41-9bdf-bcd68f4686dc, #wrap-s-46eb64ff-f262-4c41-9bdf-bcd68f4686dc { display:none !important; }}


#s-46eb64ff-f262-4c41-9bdf-bcd68f4686dc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-ca555819-9216-4834-8726-c6d91a1a4823 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-ca555819-9216-4834-8726-c6d91a1a4823:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-ca555819-9216-4834-8726-c6d91a1a4823:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ca555819-9216-4834-8726-c6d91a1a4823 {
  display: none;
}
#s-ca555819-9216-4834-8726-c6d91a1a4823, #wrap-s-ca555819-9216-4834-8726-c6d91a1a4823 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca555819-9216-4834-8726-c6d91a1a4823 {
  display: none;
}
#s-ca555819-9216-4834-8726-c6d91a1a4823, #wrap-s-ca555819-9216-4834-8726-c6d91a1a4823 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca555819-9216-4834-8726-c6d91a1a4823 {
  display: none;
}
#s-ca555819-9216-4834-8726-c6d91a1a4823, #wrap-s-ca555819-9216-4834-8726-c6d91a1a4823 { display:none !important; }}@media (max-width: 767px){#s-ca555819-9216-4834-8726-c6d91a1a4823 {
  
}
}


#s-ca555819-9216-4834-8726-c6d91a1a4823.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-f44a75ab-9ba3-447e-840d-48e5d854d04a {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-f44a75ab-9ba3-447e-840d-48e5d854d04a img.shogun-image {
    
    width: px;
  }


#s-f44a75ab-9ba3-447e-840d-48e5d854d04a .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-ea4b5d41-36bd-43ca-8029-27495030a3e4 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-cf4a750f-579f-4d15-a643-90936ec97ac0 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-cf4a750f-579f-4d15-a643-90936ec97ac0:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-cf4a750f-579f-4d15-a643-90936ec97ac0:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-cf4a750f-579f-4d15-a643-90936ec97ac0 {
  display: none;
}
#s-cf4a750f-579f-4d15-a643-90936ec97ac0, #wrap-s-cf4a750f-579f-4d15-a643-90936ec97ac0 { display:none !important; }}


#s-cf4a750f-579f-4d15-a643-90936ec97ac0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37 {
  display: none;
}
#s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37, #wrap-s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37 {
  display: none;
}
#s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37, #wrap-s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37 {
  display: none;
}
#s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37, #wrap-s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37 { display:none !important; }}@media (max-width: 767px){#s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37 {
  
}
}


#s-7b5d6678-9dde-4f4c-b42f-3cb77e945f37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-6f1dc6b4-ad85-44f4-8ec6-9f41b866c7d1 {
  padding-top: 4%;
padding-bottom: 0%;
text-align: center;
}




  #s-6f1dc6b4-ad85-44f4-8ec6-9f41b866c7d1 img.shogun-image {
    
    width: px;
  }


#s-6f1dc6b4-ad85-44f4-8ec6-9f41b866c7d1 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-ec3897a8-641f-4fd3-ad5a-f71d06104571 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-12e01b67-6ae7-4cf4-87b3-3b08393bf754 {
  margin-top: 15px;
margin-left: 30%;
margin-bottom: 15px;
margin-right: 30%;
padding-top: 2%;
padding-left: 0%;
padding-bottom: 2%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-12e01b67-6ae7-4cf4-87b3-3b08393bf754:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;}#s-12e01b67-6ae7-4cf4-87b3-3b08393bf754:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-12e01b67-6ae7-4cf4-87b3-3b08393bf754 {
  display: none;
}
#s-12e01b67-6ae7-4cf4-87b3-3b08393bf754, #wrap-s-12e01b67-6ae7-4cf4-87b3-3b08393bf754 { display:none !important; }}


#s-12e01b67-6ae7-4cf4-87b3-3b08393bf754.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-effddbf4-70a8-4890-852a-dc707e5dad26 {
  margin-top: 15px;
margin-left: 30px;
margin-bottom: 15px;
margin-right: 30px;
padding-top: 4%;
padding-left: 0%;
padding-bottom: 4%;
padding-right: 0%;
border-radius: 4px;
text-align: center;
background-color: rgba(243, 112, 33, 1);
text-decoration: none;
}
#s-effddbf4-70a8-4890-852a-dc707e5dad26:hover {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}#s-effddbf4-70a8-4890-852a-dc707e5dad26:active {background-color: rgba(255, 149, 80, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-effddbf4-70a8-4890-852a-dc707e5dad26 {
  display: none;
}
#s-effddbf4-70a8-4890-852a-dc707e5dad26, #wrap-s-effddbf4-70a8-4890-852a-dc707e5dad26 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-effddbf4-70a8-4890-852a-dc707e5dad26 {
  display: none;
}
#s-effddbf4-70a8-4890-852a-dc707e5dad26, #wrap-s-effddbf4-70a8-4890-852a-dc707e5dad26 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-effddbf4-70a8-4890-852a-dc707e5dad26 {
  display: none;
}
#s-effddbf4-70a8-4890-852a-dc707e5dad26, #wrap-s-effddbf4-70a8-4890-852a-dc707e5dad26 { display:none !important; }}@media (max-width: 767px){#s-effddbf4-70a8-4890-852a-dc707e5dad26 {
  
}
}


#s-effddbf4-70a8-4890-852a-dc707e5dad26.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 900;
  
  font-family: Lato;
  display:  block ;
}

#s-044ce59d-32e8-4e1c-b8ad-bdb91c015728 {
  padding-top: 12%;
padding-bottom: 4%;
padding-right: 0%;
text-align: center;
}

#s-044ce59d-32e8-4e1c-b8ad-bdb91c015728 .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a272abaf-c7bd-4f3e-a338-b8b5a44335ea {
  padding-top: 0%;
padding-left: 2%;
padding-bottom: 0%;
opacity: 1;
}

#s-a272abaf-c7bd-4f3e-a338-b8b5a44335ea > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a272abaf-c7bd-4f3e-a338-b8b5a44335ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 15px;
}

#s-a272abaf-c7bd-4f3e-a338-b8b5a44335ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(52, 52, 52, 1);
}

#s-a272abaf-c7bd-4f3e-a338-b8b5a44335ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a272abaf-c7bd-4f3e-a338-b8b5a44335ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(52, 52, 52, 1);
  text-align: center;
  font-family: Lato;
  font-weight: 900;
  font-style: ;
  font-size: 18px;
}

#s-a272abaf-c7bd-4f3e-a338-b8b5a44335ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-df2e1370-fe7c-42b4-9b11-848a32106788 {
  padding-top: 2%;
padding-left: 1%;
padding-bottom: 2%;
padding-right: 1%;
}

#s-1fbd385c-099b-4430-8010-e5858baa8422 {
  padding-top: 18%;
padding-bottom: 6%;
padding-right: 0%;
text-align: center;
}

#s-1fbd385c-099b-4430-8010-e5858baa8422 .shogun-heading-component h2 {
  color: rgba(52, 52, 52, 1);
  font-weight:  900 ;
  font-family: Lato;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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;
}

#s-40137819-c6f6-425a-9a7d-161d2e912c5b {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 19%;
padding-bottom: 0%;
padding-right: 19%;
}
@media (min-width: 768px) and (max-width: 991px){#s-40137819-c6f6-425a-9a7d-161d2e912c5b {
  display: none;
}
#s-40137819-c6f6-425a-9a7d-161d2e912c5b, #wrap-s-40137819-c6f6-425a-9a7d-161d2e912c5b { display:none !important; }}@media (max-width: 767px){#s-40137819-c6f6-425a-9a7d-161d2e912c5b {
  display: none;
}
#s-40137819-c6f6-425a-9a7d-161d2e912c5b, #wrap-s-40137819-c6f6-425a-9a7d-161d2e912c5b { display:none !important; }}
@media (min-width: 0px) {
[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-40137819-c6f6-425a-9a7d-161d2e912c5b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-df04ea62-26f3-48dc-b92d-b4a7d7539e4e {
  text-align: center;
}




  #s-df04ea62-26f3-48dc-b92d-b4a7d7539e4e img.shogun-image {
    
    width: px;
  }


#s-df04ea62-26f3-48dc-b92d-b4a7d7539e4e .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c5f33112-7dc1-4321-9bb4-af8a34aee223 {
  text-align: center;
}




  #s-c5f33112-7dc1-4321-9bb4-af8a34aee223 img.shogun-image {
    
    width: px;
  }


#s-c5f33112-7dc1-4321-9bb4-af8a34aee223 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-5b536bd2-f522-48fe-b810-e00e7c5c0cc4 {
  text-align: center;
}




  #s-5b536bd2-f522-48fe-b810-e00e7c5c0cc4 img.shogun-image {
    
    width: px;
  }


#s-5b536bd2-f522-48fe-b810-e00e7c5c0cc4 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-e985d163-38ca-44c7-8fc2-9ac273e004b2 {
  text-align: center;
}




  #s-e985d163-38ca-44c7-8fc2-9ac273e004b2 img.shogun-image {
    
    width: px;
  }


#s-e985d163-38ca-44c7-8fc2-9ac273e004b2 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-35ffd209-e820-4ef3-aaea-4a8a67e23065 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
padding-right: 5%;
}
@media (min-width: 1200px){#s-35ffd209-e820-4ef3-aaea-4a8a67e23065 {
  display: none;
}
#s-35ffd209-e820-4ef3-aaea-4a8a67e23065, #wrap-s-35ffd209-e820-4ef3-aaea-4a8a67e23065 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35ffd209-e820-4ef3-aaea-4a8a67e23065 {
  display: none;
}
#s-35ffd209-e820-4ef3-aaea-4a8a67e23065, #wrap-s-35ffd209-e820-4ef3-aaea-4a8a67e23065 { display:none !important; }}@media (max-width: 767px){#s-35ffd209-e820-4ef3-aaea-4a8a67e23065 {
  display: none;
}
#s-35ffd209-e820-4ef3-aaea-4a8a67e23065, #wrap-s-35ffd209-e820-4ef3-aaea-4a8a67e23065 { display:none !important; }}
@media (min-width: 0px) {
[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-35ffd209-e820-4ef3-aaea-4a8a67e23065"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-cddd8b9f-670b-4675-a9c5-d71bd9c11610 {
  text-align: center;
}




  #s-cddd8b9f-670b-4675-a9c5-d71bd9c11610 img.shogun-image {
    
    width: px;
  }


#s-cddd8b9f-670b-4675-a9c5-d71bd9c11610 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-05e12a2e-4b5a-414f-945a-4ef5352af400 {
  text-align: center;
}




  #s-05e12a2e-4b5a-414f-945a-4ef5352af400 img.shogun-image {
    
    width: px;
  }


#s-05e12a2e-4b5a-414f-945a-4ef5352af400 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-6e30c2d8-bd13-473d-a790-cfa9a33b2ed8 {
  text-align: center;
}




  #s-6e30c2d8-bd13-473d-a790-cfa9a33b2ed8 img.shogun-image {
    
    width: px;
  }


#s-6e30c2d8-bd13-473d-a790-cfa9a33b2ed8 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-1461ec2b-bd8b-4a6c-ad94-764b2771ddd4 {
  text-align: center;
}




  #s-1461ec2b-bd8b-4a6c-ad94-764b2771ddd4 img.shogun-image {
    
    width: px;
  }


#s-1461ec2b-bd8b-4a6c-ad94-764b2771ddd4 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c1da0e82-3cda-45e3-aa59-1f5173d36853 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 7%;
padding-bottom: 0%;
padding-right: 7%;
}
@media (min-width: 1200px){#s-c1da0e82-3cda-45e3-aa59-1f5173d36853 {
  display: none;
}
#s-c1da0e82-3cda-45e3-aa59-1f5173d36853, #wrap-s-c1da0e82-3cda-45e3-aa59-1f5173d36853 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1da0e82-3cda-45e3-aa59-1f5173d36853 {
  display: none;
}
#s-c1da0e82-3cda-45e3-aa59-1f5173d36853, #wrap-s-c1da0e82-3cda-45e3-aa59-1f5173d36853 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1da0e82-3cda-45e3-aa59-1f5173d36853 {
  display: none;
}
#s-c1da0e82-3cda-45e3-aa59-1f5173d36853, #wrap-s-c1da0e82-3cda-45e3-aa59-1f5173d36853 { display:none !important; }}@media (max-width: 767px){#s-c1da0e82-3cda-45e3-aa59-1f5173d36853 {
  
}
}
@media (min-width: 0px) {
[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75em);
}

[id="s-c1da0e82-3cda-45e3-aa59-1f5173d36853"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75em);
}

}

#s-e942f096-7c28-49a4-a331-0f3313e1f572 {
  text-align: center;
}




  #s-e942f096-7c28-49a4-a331-0f3313e1f572 img.shogun-image {
    
    width: px;
  }


#s-e942f096-7c28-49a4-a331-0f3313e1f572 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-8759856a-e3fa-4a65-aecb-d379e4a5406a {
  text-align: center;
}




  #s-8759856a-e3fa-4a65-aecb-d379e4a5406a img.shogun-image {
    
    width: px;
  }


#s-8759856a-e3fa-4a65-aecb-d379e4a5406a .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-d2d0f960-556d-4d4c-bcf3-3151278bfd4f {
  text-align: center;
}




  #s-d2d0f960-556d-4d4c-bcf3-3151278bfd4f img.shogun-image {
    
    width: px;
  }


#s-d2d0f960-556d-4d4c-bcf3-3151278bfd4f .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-217ca8a3-4d33-49fe-88ee-3a336c925bc4 {
  text-align: center;
}




  #s-217ca8a3-4d33-49fe-88ee-3a336c925bc4 img.shogun-image {
    
    width: px;
  }


#s-217ca8a3-4d33-49fe-88ee-3a336c925bc4 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
