.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-5d3daad1-7219-4926-b8b4-f7a51a816178 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5d3daad1-7219-4926-b8b4-f7a51a816178 {
  display: none;
}
#s-5d3daad1-7219-4926-b8b4-f7a51a816178, #wrap-s-5d3daad1-7219-4926-b8b4-f7a51a816178 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d3daad1-7219-4926-b8b4-f7a51a816178 {
  display: none;
}
#s-5d3daad1-7219-4926-b8b4-f7a51a816178, #wrap-s-5d3daad1-7219-4926-b8b4-f7a51a816178 { display:none !important; }}







#s-5d3daad1-7219-4926-b8b4-f7a51a816178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d3daad1-7219-4926-b8b4-f7a51a816178.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-d5ac93db-8a2b-4bdf-bf26-55f4d09e1569 {
  text-align: center;
}
@media (min-width: 1200px){#s-d5ac93db-8a2b-4bdf-bf26-55f4d09e1569 {
  display: none;
}
#s-d5ac93db-8a2b-4bdf-bf26-55f4d09e1569, #wrap-s-d5ac93db-8a2b-4bdf-bf26-55f4d09e1569 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5ac93db-8a2b-4bdf-bf26-55f4d09e1569 {
  display: none;
}
#s-d5ac93db-8a2b-4bdf-bf26-55f4d09e1569, #wrap-s-d5ac93db-8a2b-4bdf-bf26-55f4d09e1569 { display:none !important; }}



  #s-d5ac93db-8a2b-4bdf-bf26-55f4d09e1569 img.shogun-image {
    
    width: px;
  }


#s-d5ac93db-8a2b-4bdf-bf26-55f4d09e1569 .shogun-image-content {
  
    align-items: center;
  
}

#s-36de75fa-eeca-41c0-a4b4-222c99055016 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-36de75fa-eeca-41c0-a4b4-222c99055016 {
  display: none;
}
#s-36de75fa-eeca-41c0-a4b4-222c99055016, #wrap-s-36de75fa-eeca-41c0-a4b4-222c99055016 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36de75fa-eeca-41c0-a4b4-222c99055016 {
  display: none;
}
#s-36de75fa-eeca-41c0-a4b4-222c99055016, #wrap-s-36de75fa-eeca-41c0-a4b4-222c99055016 { display:none !important; }}







#s-36de75fa-eeca-41c0-a4b4-222c99055016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36de75fa-eeca-41c0-a4b4-222c99055016.shg-box.shg-c {
  justify-content: center;
}

#s-0542aff7-52f4-4152-a41c-e294e6e21d0c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0542aff7-52f4-4152-a41c-e294e6e21d0c {
  display: none;
}
#s-0542aff7-52f4-4152-a41c-e294e6e21d0c, #wrap-s-0542aff7-52f4-4152-a41c-e294e6e21d0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0542aff7-52f4-4152-a41c-e294e6e21d0c {
  display: none;
}
#s-0542aff7-52f4-4152-a41c-e294e6e21d0c, #wrap-s-0542aff7-52f4-4152-a41c-e294e6e21d0c { display:none !important; }}







#s-0542aff7-52f4-4152-a41c-e294e6e21d0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0542aff7-52f4-4152-a41c-e294e6e21d0c.shg-box.shg-c {
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-12483087-3202-43ae-9bec-61292cad534f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-12483087-3202-43ae-9bec-61292cad534f {
  display: none;
}
#s-12483087-3202-43ae-9bec-61292cad534f, #wrap-s-12483087-3202-43ae-9bec-61292cad534f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12483087-3202-43ae-9bec-61292cad534f {
  display: none;
}
#s-12483087-3202-43ae-9bec-61292cad534f, #wrap-s-12483087-3202-43ae-9bec-61292cad534f { display:none !important; }}







#s-12483087-3202-43ae-9bec-61292cad534f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12483087-3202-43ae-9bec-61292cad534f.shg-box.shg-c {
  justify-content: center;
}

#s-482c4a1c-1e10-412b-b459-c3c49201273a {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-482c4a1c-1e10-412b-b459-c3c49201273a {
  display: none;
}
#s-482c4a1c-1e10-412b-b459-c3c49201273a, #wrap-s-482c4a1c-1e10-412b-b459-c3c49201273a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-482c4a1c-1e10-412b-b459-c3c49201273a {
  display: none;
}
#s-482c4a1c-1e10-412b-b459-c3c49201273a, #wrap-s-482c4a1c-1e10-412b-b459-c3c49201273a { display:none !important; }}
#s-06d24238-56e1-4cd7-a6d9-bef013e5f55d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-06d24238-56e1-4cd7-a6d9-bef013e5f55d {
  display: none;
}
#s-06d24238-56e1-4cd7-a6d9-bef013e5f55d, #wrap-s-06d24238-56e1-4cd7-a6d9-bef013e5f55d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06d24238-56e1-4cd7-a6d9-bef013e5f55d {
  display: none;
}
#s-06d24238-56e1-4cd7-a6d9-bef013e5f55d, #wrap-s-06d24238-56e1-4cd7-a6d9-bef013e5f55d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-06d24238-56e1-4cd7-a6d9-bef013e5f55d {
  display: none;
}
#s-06d24238-56e1-4cd7-a6d9-bef013e5f55d, #wrap-s-06d24238-56e1-4cd7-a6d9-bef013e5f55d { display:none !important; }}@media (max-width: 767px){#s-06d24238-56e1-4cd7-a6d9-bef013e5f55d {
  display: none;
}
#s-06d24238-56e1-4cd7-a6d9-bef013e5f55d, #wrap-s-06d24238-56e1-4cd7-a6d9-bef013e5f55d { display:none !important; }}







#s-06d24238-56e1-4cd7-a6d9-bef013e5f55d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06d24238-56e1-4cd7-a6d9-bef013e5f55d.shg-box.shg-c {
  justify-content: center;
}

#s-09a8763b-f630-404b-80bc-fe754b892ea4 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-09a8763b-f630-404b-80bc-fe754b892ea4 {
  display: none;
}
#s-09a8763b-f630-404b-80bc-fe754b892ea4, #wrap-s-09a8763b-f630-404b-80bc-fe754b892ea4 { display:none !important; }}@media (max-width: 767px){#s-09a8763b-f630-404b-80bc-fe754b892ea4 {
  display: none;
}
#s-09a8763b-f630-404b-80bc-fe754b892ea4, #wrap-s-09a8763b-f630-404b-80bc-fe754b892ea4 { display:none !important; }}
#s-c6fb5504-551d-494a-ab1b-ef7a5a3af317 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c6fb5504-551d-494a-ab1b-ef7a5a3af317 {
  display: none;
}
#s-c6fb5504-551d-494a-ab1b-ef7a5a3af317, #wrap-s-c6fb5504-551d-494a-ab1b-ef7a5a3af317 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6fb5504-551d-494a-ab1b-ef7a5a3af317 {
  display: none;
}
#s-c6fb5504-551d-494a-ab1b-ef7a5a3af317, #wrap-s-c6fb5504-551d-494a-ab1b-ef7a5a3af317 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6fb5504-551d-494a-ab1b-ef7a5a3af317 {
  display: none;
}
#s-c6fb5504-551d-494a-ab1b-ef7a5a3af317, #wrap-s-c6fb5504-551d-494a-ab1b-ef7a5a3af317 { display:none !important; }}@media (max-width: 767px){#s-c6fb5504-551d-494a-ab1b-ef7a5a3af317 {
  display: none;
}
#s-c6fb5504-551d-494a-ab1b-ef7a5a3af317, #wrap-s-c6fb5504-551d-494a-ab1b-ef7a5a3af317 { display:none !important; }}







#s-c6fb5504-551d-494a-ab1b-ef7a5a3af317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6fb5504-551d-494a-ab1b-ef7a5a3af317.shg-box.shg-c {
  justify-content: center;
}

#s-8ec508c3-1e91-4eb7-87a3-1860548413e7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8ec508c3-1e91-4eb7-87a3-1860548413e7 {
  display: none;
}
#s-8ec508c3-1e91-4eb7-87a3-1860548413e7, #wrap-s-8ec508c3-1e91-4eb7-87a3-1860548413e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ec508c3-1e91-4eb7-87a3-1860548413e7 {
  display: none;
}
#s-8ec508c3-1e91-4eb7-87a3-1860548413e7, #wrap-s-8ec508c3-1e91-4eb7-87a3-1860548413e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ec508c3-1e91-4eb7-87a3-1860548413e7 {
  display: none;
}
#s-8ec508c3-1e91-4eb7-87a3-1860548413e7, #wrap-s-8ec508c3-1e91-4eb7-87a3-1860548413e7 { display:none !important; }}@media (max-width: 767px){#s-8ec508c3-1e91-4eb7-87a3-1860548413e7 {
  display: none;
}
#s-8ec508c3-1e91-4eb7-87a3-1860548413e7, #wrap-s-8ec508c3-1e91-4eb7-87a3-1860548413e7 { display:none !important; }}







#s-8ec508c3-1e91-4eb7-87a3-1860548413e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ec508c3-1e91-4eb7-87a3-1860548413e7.shg-box.shg-c {
  justify-content: center;
}

#s-3c3f9b6b-2a54-4073-9f2b-ae02861b5e12 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c3f9b6b-2a54-4073-9f2b-ae02861b5e12 {
  display: none;
}
#s-3c3f9b6b-2a54-4073-9f2b-ae02861b5e12, #wrap-s-3c3f9b6b-2a54-4073-9f2b-ae02861b5e12 { display:none !important; }}@media (max-width: 767px){#s-3c3f9b6b-2a54-4073-9f2b-ae02861b5e12 {
  display: none;
}
#s-3c3f9b6b-2a54-4073-9f2b-ae02861b5e12, #wrap-s-3c3f9b6b-2a54-4073-9f2b-ae02861b5e12 { display:none !important; }}



  #s-3c3f9b6b-2a54-4073-9f2b-ae02861b5e12 img.shogun-image {
    
    width: px;
  }


#s-3c3f9b6b-2a54-4073-9f2b-ae02861b5e12 .shogun-image-content {
  
    align-items: center;
  
}

#s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e {
  display: none;
}
#s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e, #wrap-s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e {
  display: none;
}
#s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e, #wrap-s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e {
  display: none;
}
#s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e, #wrap-s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e { display:none !important; }}@media (max-width: 767px){#s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e {
  display: none;
}
#s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e, #wrap-s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e { display:none !important; }}







#s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9810fdfb-d90a-4a1b-8fd2-91af7d5e269e.shg-box.shg-c {
  justify-content: center;
}

#s-6d36af6f-5cb7-4bbc-9583-80fb7c536c0b {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6d36af6f-5cb7-4bbc-9583-80fb7c536c0b {
  display: none;
}
#s-6d36af6f-5cb7-4bbc-9583-80fb7c536c0b, #wrap-s-6d36af6f-5cb7-4bbc-9583-80fb7c536c0b { display:none !important; }}@media (max-width: 767px){#s-6d36af6f-5cb7-4bbc-9583-80fb7c536c0b {
  display: none;
}
#s-6d36af6f-5cb7-4bbc-9583-80fb7c536c0b, #wrap-s-6d36af6f-5cb7-4bbc-9583-80fb7c536c0b { display:none !important; }}
#s-6db198bb-015b-43ab-8ee6-2b46bb166b84 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6db198bb-015b-43ab-8ee6-2b46bb166b84 {
  display: none;
}
#s-6db198bb-015b-43ab-8ee6-2b46bb166b84, #wrap-s-6db198bb-015b-43ab-8ee6-2b46bb166b84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6db198bb-015b-43ab-8ee6-2b46bb166b84 {
  display: none;
}
#s-6db198bb-015b-43ab-8ee6-2b46bb166b84, #wrap-s-6db198bb-015b-43ab-8ee6-2b46bb166b84 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6db198bb-015b-43ab-8ee6-2b46bb166b84 {
  display: none;
}
#s-6db198bb-015b-43ab-8ee6-2b46bb166b84, #wrap-s-6db198bb-015b-43ab-8ee6-2b46bb166b84 { display:none !important; }}@media (max-width: 767px){#s-6db198bb-015b-43ab-8ee6-2b46bb166b84 {
  display: none;
}
#s-6db198bb-015b-43ab-8ee6-2b46bb166b84, #wrap-s-6db198bb-015b-43ab-8ee6-2b46bb166b84 { display:none !important; }}







#s-6db198bb-015b-43ab-8ee6-2b46bb166b84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6db198bb-015b-43ab-8ee6-2b46bb166b84.shg-box.shg-c {
  justify-content: center;
}

#s-e1a0d644-f1bc-49e2-8563-69def5d5f80b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e1a0d644-f1bc-49e2-8563-69def5d5f80b {
  display: none;
}
#s-e1a0d644-f1bc-49e2-8563-69def5d5f80b, #wrap-s-e1a0d644-f1bc-49e2-8563-69def5d5f80b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1a0d644-f1bc-49e2-8563-69def5d5f80b {
  display: none;
}
#s-e1a0d644-f1bc-49e2-8563-69def5d5f80b, #wrap-s-e1a0d644-f1bc-49e2-8563-69def5d5f80b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1a0d644-f1bc-49e2-8563-69def5d5f80b {
  display: none;
}
#s-e1a0d644-f1bc-49e2-8563-69def5d5f80b, #wrap-s-e1a0d644-f1bc-49e2-8563-69def5d5f80b { display:none !important; }}@media (max-width: 767px){#s-e1a0d644-f1bc-49e2-8563-69def5d5f80b {
  display: none;
}
#s-e1a0d644-f1bc-49e2-8563-69def5d5f80b, #wrap-s-e1a0d644-f1bc-49e2-8563-69def5d5f80b { display:none !important; }}







#s-e1a0d644-f1bc-49e2-8563-69def5d5f80b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1a0d644-f1bc-49e2-8563-69def5d5f80b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-e8b6aad4-9f4e-45ce-986e-8f08ea92d65e {
  display: none;
}
#s-e8b6aad4-9f4e-45ce-986e-8f08ea92d65e, #wrap-s-e8b6aad4-9f4e-45ce-986e-8f08ea92d65e { display:none !important; }}@media (max-width: 767px){#s-e8b6aad4-9f4e-45ce-986e-8f08ea92d65e {
  display: none;
}
#s-e8b6aad4-9f4e-45ce-986e-8f08ea92d65e, #wrap-s-e8b6aad4-9f4e-45ce-986e-8f08ea92d65e { display:none !important; }}
#s-e8b6aad4-9f4e-45ce-986e-8f08ea92d65e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-160e09c1-6d98-4192-bd68-eb14a76e76e7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-160e09c1-6d98-4192-bd68-eb14a76e76e7 {
  display: none;
}
#s-160e09c1-6d98-4192-bd68-eb14a76e76e7, #wrap-s-160e09c1-6d98-4192-bd68-eb14a76e76e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-160e09c1-6d98-4192-bd68-eb14a76e76e7 {
  display: none;
}
#s-160e09c1-6d98-4192-bd68-eb14a76e76e7, #wrap-s-160e09c1-6d98-4192-bd68-eb14a76e76e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-160e09c1-6d98-4192-bd68-eb14a76e76e7 {
  display: none;
}
#s-160e09c1-6d98-4192-bd68-eb14a76e76e7, #wrap-s-160e09c1-6d98-4192-bd68-eb14a76e76e7 { display:none !important; }}@media (max-width: 767px){#s-160e09c1-6d98-4192-bd68-eb14a76e76e7 {
  display: none;
}
#s-160e09c1-6d98-4192-bd68-eb14a76e76e7, #wrap-s-160e09c1-6d98-4192-bd68-eb14a76e76e7 { display:none !important; }}







#s-160e09c1-6d98-4192-bd68-eb14a76e76e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-160e09c1-6d98-4192-bd68-eb14a76e76e7.shg-box.shg-c {
  justify-content: center;
}

#s-30481b13-a13d-4d9b-96e4-8e50f9f85d7f {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-30481b13-a13d-4d9b-96e4-8e50f9f85d7f {
  display: none;
}
#s-30481b13-a13d-4d9b-96e4-8e50f9f85d7f, #wrap-s-30481b13-a13d-4d9b-96e4-8e50f9f85d7f { display:none !important; }}@media (max-width: 767px){#s-30481b13-a13d-4d9b-96e4-8e50f9f85d7f {
  display: none;
}
#s-30481b13-a13d-4d9b-96e4-8e50f9f85d7f, #wrap-s-30481b13-a13d-4d9b-96e4-8e50f9f85d7f { display:none !important; }}
#s-af22923c-6472-4382-8fab-50bb4ef37da4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-af22923c-6472-4382-8fab-50bb4ef37da4 {
  display: none;
}
#s-af22923c-6472-4382-8fab-50bb4ef37da4, #wrap-s-af22923c-6472-4382-8fab-50bb4ef37da4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af22923c-6472-4382-8fab-50bb4ef37da4 {
  display: none;
}
#s-af22923c-6472-4382-8fab-50bb4ef37da4, #wrap-s-af22923c-6472-4382-8fab-50bb4ef37da4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af22923c-6472-4382-8fab-50bb4ef37da4 {
  display: none;
}
#s-af22923c-6472-4382-8fab-50bb4ef37da4, #wrap-s-af22923c-6472-4382-8fab-50bb4ef37da4 { display:none !important; }}@media (max-width: 767px){#s-af22923c-6472-4382-8fab-50bb4ef37da4 {
  display: none;
}
#s-af22923c-6472-4382-8fab-50bb4ef37da4, #wrap-s-af22923c-6472-4382-8fab-50bb4ef37da4 { display:none !important; }}







#s-af22923c-6472-4382-8fab-50bb4ef37da4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af22923c-6472-4382-8fab-50bb4ef37da4.shg-box.shg-c {
  justify-content: center;
}

#s-1a9ba72d-4731-495f-804d-3c3a5b6272db {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1a9ba72d-4731-495f-804d-3c3a5b6272db {
  display: none;
}
#s-1a9ba72d-4731-495f-804d-3c3a5b6272db, #wrap-s-1a9ba72d-4731-495f-804d-3c3a5b6272db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a9ba72d-4731-495f-804d-3c3a5b6272db {
  display: none;
}
#s-1a9ba72d-4731-495f-804d-3c3a5b6272db, #wrap-s-1a9ba72d-4731-495f-804d-3c3a5b6272db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a9ba72d-4731-495f-804d-3c3a5b6272db {
  display: none;
}
#s-1a9ba72d-4731-495f-804d-3c3a5b6272db, #wrap-s-1a9ba72d-4731-495f-804d-3c3a5b6272db { display:none !important; }}@media (max-width: 767px){#s-1a9ba72d-4731-495f-804d-3c3a5b6272db {
  display: none;
}
#s-1a9ba72d-4731-495f-804d-3c3a5b6272db, #wrap-s-1a9ba72d-4731-495f-804d-3c3a5b6272db { display:none !important; }}







#s-1a9ba72d-4731-495f-804d-3c3a5b6272db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a9ba72d-4731-495f-804d-3c3a5b6272db.shg-box.shg-c {
  justify-content: center;
}

#s-d2bc437c-ef0d-4598-a6ef-918db760cde5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2bc437c-ef0d-4598-a6ef-918db760cde5 {
  display: none;
}
#s-d2bc437c-ef0d-4598-a6ef-918db760cde5, #wrap-s-d2bc437c-ef0d-4598-a6ef-918db760cde5 { display:none !important; }}@media (max-width: 767px){#s-d2bc437c-ef0d-4598-a6ef-918db760cde5 {
  display: none;
}
#s-d2bc437c-ef0d-4598-a6ef-918db760cde5, #wrap-s-d2bc437c-ef0d-4598-a6ef-918db760cde5 { display:none !important; }}



  #s-d2bc437c-ef0d-4598-a6ef-918db760cde5 img.shogun-image {
    
    width: px;
  }


#s-d2bc437c-ef0d-4598-a6ef-918db760cde5 .shogun-image-content {
  
    align-items: center;
  
}

#s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362 {
  display: none;
}
#s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362, #wrap-s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362 {
  display: none;
}
#s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362, #wrap-s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362 {
  display: none;
}
#s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362, #wrap-s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362 { display:none !important; }}@media (max-width: 767px){#s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362 {
  display: none;
}
#s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362, #wrap-s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362 { display:none !important; }}







#s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b1fc7a-c009-4a1e-aa37-a52ef13ef362.shg-box.shg-c {
  justify-content: center;
}

#s-1776a6cf-b8c7-40b8-9591-e4c924dd6679 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1776a6cf-b8c7-40b8-9591-e4c924dd6679 {
  display: none;
}
#s-1776a6cf-b8c7-40b8-9591-e4c924dd6679, #wrap-s-1776a6cf-b8c7-40b8-9591-e4c924dd6679 { display:none !important; }}@media (max-width: 767px){#s-1776a6cf-b8c7-40b8-9591-e4c924dd6679 {
  display: none;
}
#s-1776a6cf-b8c7-40b8-9591-e4c924dd6679, #wrap-s-1776a6cf-b8c7-40b8-9591-e4c924dd6679 { display:none !important; }}
#s-314a62d1-e3fd-4082-ba99-83f68052c5f0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-314a62d1-e3fd-4082-ba99-83f68052c5f0 {
  display: none;
}
#s-314a62d1-e3fd-4082-ba99-83f68052c5f0, #wrap-s-314a62d1-e3fd-4082-ba99-83f68052c5f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-314a62d1-e3fd-4082-ba99-83f68052c5f0 {
  display: none;
}
#s-314a62d1-e3fd-4082-ba99-83f68052c5f0, #wrap-s-314a62d1-e3fd-4082-ba99-83f68052c5f0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-314a62d1-e3fd-4082-ba99-83f68052c5f0 {
  display: none;
}
#s-314a62d1-e3fd-4082-ba99-83f68052c5f0, #wrap-s-314a62d1-e3fd-4082-ba99-83f68052c5f0 { display:none !important; }}@media (max-width: 767px){#s-314a62d1-e3fd-4082-ba99-83f68052c5f0 {
  display: none;
}
#s-314a62d1-e3fd-4082-ba99-83f68052c5f0, #wrap-s-314a62d1-e3fd-4082-ba99-83f68052c5f0 { display:none !important; }}







#s-314a62d1-e3fd-4082-ba99-83f68052c5f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-314a62d1-e3fd-4082-ba99-83f68052c5f0.shg-box.shg-c {
  justify-content: center;
}

#s-578b71a9-a684-478a-a587-654ec0b6a757 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-578b71a9-a684-478a-a587-654ec0b6a757 {
  display: none;
}
#s-578b71a9-a684-478a-a587-654ec0b6a757, #wrap-s-578b71a9-a684-478a-a587-654ec0b6a757 { display:none !important; }}@media (max-width: 767px){#s-578b71a9-a684-478a-a587-654ec0b6a757 {
  display: none;
}
#s-578b71a9-a684-478a-a587-654ec0b6a757, #wrap-s-578b71a9-a684-478a-a587-654ec0b6a757 { display:none !important; }}



  #s-578b71a9-a684-478a-a587-654ec0b6a757 img.shogun-image {
    
    width: px;
  }


#s-578b71a9-a684-478a-a587-654ec0b6a757 .shogun-image-content {
  
    align-items: center;
  
}

#s-0b390984-f6b6-4655-a976-38f4919c1652 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-0b390984-f6b6-4655-a976-38f4919c1652 {
  display: none;
}
#s-0b390984-f6b6-4655-a976-38f4919c1652, #wrap-s-0b390984-f6b6-4655-a976-38f4919c1652 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b390984-f6b6-4655-a976-38f4919c1652 {
  display: none;
}
#s-0b390984-f6b6-4655-a976-38f4919c1652, #wrap-s-0b390984-f6b6-4655-a976-38f4919c1652 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b390984-f6b6-4655-a976-38f4919c1652 {
  display: none;
}
#s-0b390984-f6b6-4655-a976-38f4919c1652, #wrap-s-0b390984-f6b6-4655-a976-38f4919c1652 { display:none !important; }}@media (max-width: 767px){#s-0b390984-f6b6-4655-a976-38f4919c1652 {
  display: none;
}
#s-0b390984-f6b6-4655-a976-38f4919c1652, #wrap-s-0b390984-f6b6-4655-a976-38f4919c1652 { display:none !important; }}







#s-0b390984-f6b6-4655-a976-38f4919c1652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b390984-f6b6-4655-a976-38f4919c1652.shg-box.shg-c {
  justify-content: center;
}

#s-65e6a489-eb7a-4155-be3a-8392d3beeed3 {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-65e6a489-eb7a-4155-be3a-8392d3beeed3 {
  display: none;
}
#s-65e6a489-eb7a-4155-be3a-8392d3beeed3, #wrap-s-65e6a489-eb7a-4155-be3a-8392d3beeed3 { display:none !important; }}@media (max-width: 767px){#s-65e6a489-eb7a-4155-be3a-8392d3beeed3 {
  display: none;
}
#s-65e6a489-eb7a-4155-be3a-8392d3beeed3, #wrap-s-65e6a489-eb7a-4155-be3a-8392d3beeed3 { display:none !important; }}
#s-f731b443-59be-4da3-b7aa-aff313c48c93 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f731b443-59be-4da3-b7aa-aff313c48c93 {
  display: none;
}
#s-f731b443-59be-4da3-b7aa-aff313c48c93, #wrap-s-f731b443-59be-4da3-b7aa-aff313c48c93 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f731b443-59be-4da3-b7aa-aff313c48c93 {
  display: none;
}
#s-f731b443-59be-4da3-b7aa-aff313c48c93, #wrap-s-f731b443-59be-4da3-b7aa-aff313c48c93 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f731b443-59be-4da3-b7aa-aff313c48c93 {
  display: none;
}
#s-f731b443-59be-4da3-b7aa-aff313c48c93, #wrap-s-f731b443-59be-4da3-b7aa-aff313c48c93 { display:none !important; }}@media (max-width: 767px){#s-f731b443-59be-4da3-b7aa-aff313c48c93 {
  display: none;
}
#s-f731b443-59be-4da3-b7aa-aff313c48c93, #wrap-s-f731b443-59be-4da3-b7aa-aff313c48c93 { display:none !important; }}







#s-f731b443-59be-4da3-b7aa-aff313c48c93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f731b443-59be-4da3-b7aa-aff313c48c93.shg-box.shg-c {
  justify-content: center;
}

#s-80cf05b4-1b88-41dc-b2de-166eab43f97b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-80cf05b4-1b88-41dc-b2de-166eab43f97b {
  display: none;
}
#s-80cf05b4-1b88-41dc-b2de-166eab43f97b, #wrap-s-80cf05b4-1b88-41dc-b2de-166eab43f97b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80cf05b4-1b88-41dc-b2de-166eab43f97b {
  display: none;
}
#s-80cf05b4-1b88-41dc-b2de-166eab43f97b, #wrap-s-80cf05b4-1b88-41dc-b2de-166eab43f97b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80cf05b4-1b88-41dc-b2de-166eab43f97b {
  display: none;
}
#s-80cf05b4-1b88-41dc-b2de-166eab43f97b, #wrap-s-80cf05b4-1b88-41dc-b2de-166eab43f97b { display:none !important; }}@media (max-width: 767px){#s-80cf05b4-1b88-41dc-b2de-166eab43f97b {
  display: none;
}
#s-80cf05b4-1b88-41dc-b2de-166eab43f97b, #wrap-s-80cf05b4-1b88-41dc-b2de-166eab43f97b { display:none !important; }}







#s-80cf05b4-1b88-41dc-b2de-166eab43f97b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80cf05b4-1b88-41dc-b2de-166eab43f97b.shg-box.shg-c {
  justify-content: center;
}

#s-87011cbc-ad50-423e-bf01-8c1491ad15eb {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-87011cbc-ad50-423e-bf01-8c1491ad15eb {
  display: none;
}
#s-87011cbc-ad50-423e-bf01-8c1491ad15eb, #wrap-s-87011cbc-ad50-423e-bf01-8c1491ad15eb { display:none !important; }}@media (max-width: 767px){#s-87011cbc-ad50-423e-bf01-8c1491ad15eb {
  display: none;
}
#s-87011cbc-ad50-423e-bf01-8c1491ad15eb, #wrap-s-87011cbc-ad50-423e-bf01-8c1491ad15eb { display:none !important; }}



  #s-87011cbc-ad50-423e-bf01-8c1491ad15eb img.shogun-image {
    
    width: px;
  }


#s-87011cbc-ad50-423e-bf01-8c1491ad15eb .shogun-image-content {
  
    align-items: center;
  
}

#s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901 {
  display: none;
}
#s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901, #wrap-s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901 {
  display: none;
}
#s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901, #wrap-s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901 {
  display: none;
}
#s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901, #wrap-s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901 { display:none !important; }}@media (max-width: 767px){#s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901 {
  display: none;
}
#s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901, #wrap-s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901 { display:none !important; }}







#s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23ef5c58-06ea-45e4-ab3a-7a59d54ce901.shg-box.shg-c {
  justify-content: center;
}

#s-ba730aed-c826-4175-ab13-8708fc4f2d9c {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba730aed-c826-4175-ab13-8708fc4f2d9c {
  display: none;
}
#s-ba730aed-c826-4175-ab13-8708fc4f2d9c, #wrap-s-ba730aed-c826-4175-ab13-8708fc4f2d9c { display:none !important; }}@media (max-width: 767px){#s-ba730aed-c826-4175-ab13-8708fc4f2d9c {
  display: none;
}
#s-ba730aed-c826-4175-ab13-8708fc4f2d9c, #wrap-s-ba730aed-c826-4175-ab13-8708fc4f2d9c { display:none !important; }}
#s-25086015-471d-423d-9987-f1632d01a1d7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-25086015-471d-423d-9987-f1632d01a1d7 {
  display: none;
}
#s-25086015-471d-423d-9987-f1632d01a1d7, #wrap-s-25086015-471d-423d-9987-f1632d01a1d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25086015-471d-423d-9987-f1632d01a1d7 {
  display: none;
}
#s-25086015-471d-423d-9987-f1632d01a1d7, #wrap-s-25086015-471d-423d-9987-f1632d01a1d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25086015-471d-423d-9987-f1632d01a1d7 {
  display: none;
}
#s-25086015-471d-423d-9987-f1632d01a1d7, #wrap-s-25086015-471d-423d-9987-f1632d01a1d7 { display:none !important; }}@media (max-width: 767px){#s-25086015-471d-423d-9987-f1632d01a1d7 {
  display: none;
}
#s-25086015-471d-423d-9987-f1632d01a1d7, #wrap-s-25086015-471d-423d-9987-f1632d01a1d7 { display:none !important; }}







#s-25086015-471d-423d-9987-f1632d01a1d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25086015-471d-423d-9987-f1632d01a1d7.shg-box.shg-c {
  justify-content: center;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-27cb7ada-0865-4c6b-9536-1fa63a2025c0 {
  margin-left: 28px;
margin-right: 28px;
padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-27cb7ada-0865-4c6b-9536-1fa63a2025c0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27cb7ada-0865-4c6b-9536-1fa63a2025c0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-27cb7ada-0865-4c6b-9536-1fa63a2025c0 {
  display: none;
}
#s-27cb7ada-0865-4c6b-9536-1fa63a2025c0, #wrap-s-27cb7ada-0865-4c6b-9536-1fa63a2025c0 { display:none !important; }}@media (max-width: 767px){#s-27cb7ada-0865-4c6b-9536-1fa63a2025c0 {
  display: none;
}
#s-27cb7ada-0865-4c6b-9536-1fa63a2025c0, #wrap-s-27cb7ada-0865-4c6b-9536-1fa63a2025c0 { display:none !important; }}


#s-27cb7ada-0865-4c6b-9536-1fa63a2025c0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-f3d419d2-8af0-4273-bc51-6a49b60dbabf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f3d419d2-8af0-4273-bc51-6a49b60dbabf {
  display: none;
}
#s-f3d419d2-8af0-4273-bc51-6a49b60dbabf, #wrap-s-f3d419d2-8af0-4273-bc51-6a49b60dbabf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3d419d2-8af0-4273-bc51-6a49b60dbabf {
  display: none;
}
#s-f3d419d2-8af0-4273-bc51-6a49b60dbabf, #wrap-s-f3d419d2-8af0-4273-bc51-6a49b60dbabf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f3d419d2-8af0-4273-bc51-6a49b60dbabf {
  display: none;
}
#s-f3d419d2-8af0-4273-bc51-6a49b60dbabf, #wrap-s-f3d419d2-8af0-4273-bc51-6a49b60dbabf { display:none !important; }}@media (max-width: 767px){#s-f3d419d2-8af0-4273-bc51-6a49b60dbabf {
  display: none;
}
#s-f3d419d2-8af0-4273-bc51-6a49b60dbabf, #wrap-s-f3d419d2-8af0-4273-bc51-6a49b60dbabf { display:none !important; }}







#s-f3d419d2-8af0-4273-bc51-6a49b60dbabf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3d419d2-8af0-4273-bc51-6a49b60dbabf.shg-box.shg-c {
  justify-content: center;
}

#s-1f4aa631-1764-4a4f-b071-f5cd10f3354b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1f4aa631-1764-4a4f-b071-f5cd10f3354b {
  display: none;
}
#s-1f4aa631-1764-4a4f-b071-f5cd10f3354b, #wrap-s-1f4aa631-1764-4a4f-b071-f5cd10f3354b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f4aa631-1764-4a4f-b071-f5cd10f3354b {
  display: none;
}
#s-1f4aa631-1764-4a4f-b071-f5cd10f3354b, #wrap-s-1f4aa631-1764-4a4f-b071-f5cd10f3354b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f4aa631-1764-4a4f-b071-f5cd10f3354b {
  display: none;
}
#s-1f4aa631-1764-4a4f-b071-f5cd10f3354b, #wrap-s-1f4aa631-1764-4a4f-b071-f5cd10f3354b { display:none !important; }}@media (max-width: 767px){#s-1f4aa631-1764-4a4f-b071-f5cd10f3354b {
  display: none;
}
#s-1f4aa631-1764-4a4f-b071-f5cd10f3354b, #wrap-s-1f4aa631-1764-4a4f-b071-f5cd10f3354b { display:none !important; }}







#s-1f4aa631-1764-4a4f-b071-f5cd10f3354b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f4aa631-1764-4a4f-b071-f5cd10f3354b.shg-box.shg-c {
  justify-content: center;
}

#s-5fc9a4d8-ddb4-473a-acbe-9892b6ec601f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5fc9a4d8-ddb4-473a-acbe-9892b6ec601f {
  display: none;
}
#s-5fc9a4d8-ddb4-473a-acbe-9892b6ec601f, #wrap-s-5fc9a4d8-ddb4-473a-acbe-9892b6ec601f { display:none !important; }}@media (max-width: 767px){#s-5fc9a4d8-ddb4-473a-acbe-9892b6ec601f {
  display: none;
}
#s-5fc9a4d8-ddb4-473a-acbe-9892b6ec601f, #wrap-s-5fc9a4d8-ddb4-473a-acbe-9892b6ec601f { display:none !important; }}



  #s-5fc9a4d8-ddb4-473a-acbe-9892b6ec601f img.shogun-image {
    
    width: px;
  }


#s-5fc9a4d8-ddb4-473a-acbe-9892b6ec601f .shogun-image-content {
  
    align-items: center;
  
}

#s-f918df87-182c-46dd-9b28-9666ab5bf87a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f918df87-182c-46dd-9b28-9666ab5bf87a {
  display: none;
}
#s-f918df87-182c-46dd-9b28-9666ab5bf87a, #wrap-s-f918df87-182c-46dd-9b28-9666ab5bf87a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f918df87-182c-46dd-9b28-9666ab5bf87a {
  display: none;
}
#s-f918df87-182c-46dd-9b28-9666ab5bf87a, #wrap-s-f918df87-182c-46dd-9b28-9666ab5bf87a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f918df87-182c-46dd-9b28-9666ab5bf87a {
  display: none;
}
#s-f918df87-182c-46dd-9b28-9666ab5bf87a, #wrap-s-f918df87-182c-46dd-9b28-9666ab5bf87a { display:none !important; }}@media (max-width: 767px){#s-f918df87-182c-46dd-9b28-9666ab5bf87a {
  display: none;
}
#s-f918df87-182c-46dd-9b28-9666ab5bf87a, #wrap-s-f918df87-182c-46dd-9b28-9666ab5bf87a { display:none !important; }}







#s-f918df87-182c-46dd-9b28-9666ab5bf87a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f918df87-182c-46dd-9b28-9666ab5bf87a.shg-box.shg-c {
  justify-content: center;
}

#s-f7e94bf5-f4a4-4e8c-8674-84e5a39605ff {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7e94bf5-f4a4-4e8c-8674-84e5a39605ff {
  display: none;
}
#s-f7e94bf5-f4a4-4e8c-8674-84e5a39605ff, #wrap-s-f7e94bf5-f4a4-4e8c-8674-84e5a39605ff { display:none !important; }}@media (max-width: 767px){#s-f7e94bf5-f4a4-4e8c-8674-84e5a39605ff {
  display: none;
}
#s-f7e94bf5-f4a4-4e8c-8674-84e5a39605ff, #wrap-s-f7e94bf5-f4a4-4e8c-8674-84e5a39605ff { display:none !important; }}
#s-14d70294-2918-47ec-a67d-fa9146e8f81f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-14d70294-2918-47ec-a67d-fa9146e8f81f {
  display: none;
}
#s-14d70294-2918-47ec-a67d-fa9146e8f81f, #wrap-s-14d70294-2918-47ec-a67d-fa9146e8f81f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14d70294-2918-47ec-a67d-fa9146e8f81f {
  display: none;
}
#s-14d70294-2918-47ec-a67d-fa9146e8f81f, #wrap-s-14d70294-2918-47ec-a67d-fa9146e8f81f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14d70294-2918-47ec-a67d-fa9146e8f81f {
  display: none;
}
#s-14d70294-2918-47ec-a67d-fa9146e8f81f, #wrap-s-14d70294-2918-47ec-a67d-fa9146e8f81f { display:none !important; }}@media (max-width: 767px){#s-14d70294-2918-47ec-a67d-fa9146e8f81f {
  display: none;
}
#s-14d70294-2918-47ec-a67d-fa9146e8f81f, #wrap-s-14d70294-2918-47ec-a67d-fa9146e8f81f { display:none !important; }}







#s-14d70294-2918-47ec-a67d-fa9146e8f81f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14d70294-2918-47ec-a67d-fa9146e8f81f.shg-box.shg-c {
  justify-content: center;
}

#s-ff55b36c-234e-4b4f-a30a-947cf2dd5f04 {
  margin-left: 28px;
margin-right: 28px;
padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ff55b36c-234e-4b4f-a30a-947cf2dd5f04:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ff55b36c-234e-4b4f-a30a-947cf2dd5f04:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-ff55b36c-234e-4b4f-a30a-947cf2dd5f04 {
  display: none;
}
#s-ff55b36c-234e-4b4f-a30a-947cf2dd5f04, #wrap-s-ff55b36c-234e-4b4f-a30a-947cf2dd5f04 { display:none !important; }}@media (max-width: 767px){#s-ff55b36c-234e-4b4f-a30a-947cf2dd5f04 {
  display: none;
}
#s-ff55b36c-234e-4b4f-a30a-947cf2dd5f04, #wrap-s-ff55b36c-234e-4b4f-a30a-947cf2dd5f04 { display:none !important; }}


#s-ff55b36c-234e-4b4f-a30a-947cf2dd5f04.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-2eaf18cb-af91-490b-8f27-20af42c9ad98 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2eaf18cb-af91-490b-8f27-20af42c9ad98 {
  display: none;
}
#s-2eaf18cb-af91-490b-8f27-20af42c9ad98, #wrap-s-2eaf18cb-af91-490b-8f27-20af42c9ad98 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2eaf18cb-af91-490b-8f27-20af42c9ad98 {
  display: none;
}
#s-2eaf18cb-af91-490b-8f27-20af42c9ad98, #wrap-s-2eaf18cb-af91-490b-8f27-20af42c9ad98 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2eaf18cb-af91-490b-8f27-20af42c9ad98 {
  display: none;
}
#s-2eaf18cb-af91-490b-8f27-20af42c9ad98, #wrap-s-2eaf18cb-af91-490b-8f27-20af42c9ad98 { display:none !important; }}@media (max-width: 767px){#s-2eaf18cb-af91-490b-8f27-20af42c9ad98 {
  display: none;
}
#s-2eaf18cb-af91-490b-8f27-20af42c9ad98, #wrap-s-2eaf18cb-af91-490b-8f27-20af42c9ad98 { display:none !important; }}







#s-2eaf18cb-af91-490b-8f27-20af42c9ad98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2eaf18cb-af91-490b-8f27-20af42c9ad98.shg-box.shg-c {
  justify-content: center;
}

#s-4902609a-9352-4f03-8067-d53f8e07cb13 {
  min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-4902609a-9352-4f03-8067-d53f8e07cb13 {
  display: none;
}
#s-4902609a-9352-4f03-8067-d53f8e07cb13, #wrap-s-4902609a-9352-4f03-8067-d53f8e07cb13 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4902609a-9352-4f03-8067-d53f8e07cb13 {
  display: none;
}
#s-4902609a-9352-4f03-8067-d53f8e07cb13, #wrap-s-4902609a-9352-4f03-8067-d53f8e07cb13 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4902609a-9352-4f03-8067-d53f8e07cb13 {
  display: none;
}
#s-4902609a-9352-4f03-8067-d53f8e07cb13, #wrap-s-4902609a-9352-4f03-8067-d53f8e07cb13 { display:none !important; }}@media (max-width: 767px){#s-4902609a-9352-4f03-8067-d53f8e07cb13 {
  display: none;
}
#s-4902609a-9352-4f03-8067-d53f8e07cb13, #wrap-s-4902609a-9352-4f03-8067-d53f8e07cb13 { display:none !important; }}







#s-4902609a-9352-4f03-8067-d53f8e07cb13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4902609a-9352-4f03-8067-d53f8e07cb13.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-623322dc-a46d-4b0f-9750-91d7d6fc96bf {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-623322dc-a46d-4b0f-9750-91d7d6fc96bf {
  display: none;
}
#s-623322dc-a46d-4b0f-9750-91d7d6fc96bf, #wrap-s-623322dc-a46d-4b0f-9750-91d7d6fc96bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-623322dc-a46d-4b0f-9750-91d7d6fc96bf {
  display: none;
}
#s-623322dc-a46d-4b0f-9750-91d7d6fc96bf, #wrap-s-623322dc-a46d-4b0f-9750-91d7d6fc96bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-623322dc-a46d-4b0f-9750-91d7d6fc96bf {
  display: none;
}
#s-623322dc-a46d-4b0f-9750-91d7d6fc96bf, #wrap-s-623322dc-a46d-4b0f-9750-91d7d6fc96bf { display:none !important; }}@media (max-width: 767px){#s-623322dc-a46d-4b0f-9750-91d7d6fc96bf {
  display: none;
}
#s-623322dc-a46d-4b0f-9750-91d7d6fc96bf, #wrap-s-623322dc-a46d-4b0f-9750-91d7d6fc96bf { display:none !important; }}
#s-c5935b2b-5bc8-484a-9a89-ce00611441ca {
  text-align: center;
}




  #s-c5935b2b-5bc8-484a-9a89-ce00611441ca img.shogun-image {
    
    width: px;
  }


#s-c5935b2b-5bc8-484a-9a89-ce00611441ca .shogun-image-content {
  
    align-items: center;
  
}

#s-999539b7-dfc1-42ad-aedf-055568ea6238 {
  text-align: center;
}




  #s-999539b7-dfc1-42ad-aedf-055568ea6238 img.shogun-image {
    
    width: px;
  }


#s-999539b7-dfc1-42ad-aedf-055568ea6238 .shogun-image-content {
  
    align-items: center;
  
}

#s-20eed263-349d-461d-8414-542a045ac253 {
  text-align: center;
}




  #s-20eed263-349d-461d-8414-542a045ac253 img.shogun-image {
    
    width: px;
  }


#s-20eed263-349d-461d-8414-542a045ac253 .shogun-image-content {
  
    align-items: center;
  
}

#s-74ebfc25-2c8b-4125-9100-53a7e2c94ec8 {
  text-align: center;
}




  #s-74ebfc25-2c8b-4125-9100-53a7e2c94ec8 img.shogun-image {
    
    width: px;
  }


#s-74ebfc25-2c8b-4125-9100-53a7e2c94ec8 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ce5ecb95-3383-413b-869b-f451cb98ac10 {
  padding-top: 10px;
padding-bottom: 24px;
text-align: center;
}

#s-ce5ecb95-3383-413b-869b-f451cb98ac10 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0422cf07-95b1-4297-8ff8-4dd1793cb427 {
  padding-top: 10px;
padding-bottom: 24px;
text-align: center;
}

#s-0422cf07-95b1-4297-8ff8-4dd1793cb427 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e3798313-a619-4a69-aae7-1fa49c8d41ee {
  padding-top: 10px;
padding-bottom: 24px;
text-align: center;
}

#s-e3798313-a619-4a69-aae7-1fa49c8d41ee .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-060dde6f-da47-45a6-9207-9ab553a9c879 {
  padding-top: 10px;
padding-bottom: 24px;
text-align: center;
}

#s-060dde6f-da47-45a6-9207-9ab553a9c879 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-060dde6f-da47-45a6-9207-9ab553a9c879 .shogun-heading-component h3 a {
  color: #000;
}


#s-987aef43-d42f-4a14-9fc4-268855c72936 {
  margin-left: 28px;
margin-right: 28px;
padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-987aef43-d42f-4a14-9fc4-268855c72936:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-987aef43-d42f-4a14-9fc4-268855c72936:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-987aef43-d42f-4a14-9fc4-268855c72936.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-97f63509-72b1-4c35-a408-c81e878352f6 {
  margin-left: 28px;
margin-right: 28px;
padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-97f63509-72b1-4c35-a408-c81e878352f6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-97f63509-72b1-4c35-a408-c81e878352f6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-97f63509-72b1-4c35-a408-c81e878352f6.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-a05fcc6b-e881-4099-bb62-8d16fcba8c9d {
  margin-left: 28px;
margin-right: 28px;
padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a05fcc6b-e881-4099-bb62-8d16fcba8c9d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a05fcc6b-e881-4099-bb62-8d16fcba8c9d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a05fcc6b-e881-4099-bb62-8d16fcba8c9d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-a8761f44-d348-4d01-98cf-cfba077a3497 {
  margin-left: 28px;
margin-right: 28px;
padding-top: 10px;
padding-left: 36px;
padding-bottom: 10px;
padding-right: 36px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-a8761f44-d348-4d01-98cf-cfba077a3497:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8761f44-d348-4d01-98cf-cfba077a3497:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a8761f44-d348-4d01-98cf-cfba077a3497.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc {
  display: none;
}
#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc, #wrap-s-c024a5ab-c0e7-4676-9eb0-5987352c14dc { display:none !important; }}@media (max-width: 767px){#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc {
  display: none;
}
#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc, #wrap-s-c024a5ab-c0e7-4676-9eb0-5987352c14dc { display:none !important; }}







#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c024a5ab-c0e7-4676-9eb0-5987352c14dc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0909b573-eaa9-49cc-bfa3-a7a921d4af1d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0909b573-eaa9-49cc-bfa3-a7a921d4af1d {
  display: none;
}
#s-0909b573-eaa9-49cc-bfa3-a7a921d4af1d, #wrap-s-0909b573-eaa9-49cc-bfa3-a7a921d4af1d { display:none !important; }}@media (max-width: 767px){#s-0909b573-eaa9-49cc-bfa3-a7a921d4af1d {
  display: none;
}
#s-0909b573-eaa9-49cc-bfa3-a7a921d4af1d, #wrap-s-0909b573-eaa9-49cc-bfa3-a7a921d4af1d { display:none !important; }}







#s-0909b573-eaa9-49cc-bfa3-a7a921d4af1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0909b573-eaa9-49cc-bfa3-a7a921d4af1d.shg-box.shg-c {
  justify-content: center;
}

#s-2463e4b7-9e33-4f15-b526-be959bc51fb4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2463e4b7-9e33-4f15-b526-be959bc51fb4 {
  display: none;
}
#s-2463e4b7-9e33-4f15-b526-be959bc51fb4, #wrap-s-2463e4b7-9e33-4f15-b526-be959bc51fb4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2463e4b7-9e33-4f15-b526-be959bc51fb4 {
  display: none;
}
#s-2463e4b7-9e33-4f15-b526-be959bc51fb4, #wrap-s-2463e4b7-9e33-4f15-b526-be959bc51fb4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2463e4b7-9e33-4f15-b526-be959bc51fb4 {
  display: none;
}
#s-2463e4b7-9e33-4f15-b526-be959bc51fb4, #wrap-s-2463e4b7-9e33-4f15-b526-be959bc51fb4 { display:none !important; }}@media (max-width: 767px){#s-2463e4b7-9e33-4f15-b526-be959bc51fb4 {
  display: none;
}
#s-2463e4b7-9e33-4f15-b526-be959bc51fb4, #wrap-s-2463e4b7-9e33-4f15-b526-be959bc51fb4 { display:none !important; }}







#s-2463e4b7-9e33-4f15-b526-be959bc51fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2463e4b7-9e33-4f15-b526-be959bc51fb4.shg-box.shg-c {
  justify-content: center;
}

#s-e676ca1f-3baa-474c-89b8-f9e9eb5292bd {
  background-image: url(https://i.shgcdn.com/8ae6ac9d-5314-4dc8-ab01-17b90a4e0c46/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 700px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e676ca1f-3baa-474c-89b8-f9e9eb5292bd {
  display: none;
}
#s-e676ca1f-3baa-474c-89b8-f9e9eb5292bd, #wrap-s-e676ca1f-3baa-474c-89b8-f9e9eb5292bd { display:none !important; }}@media (max-width: 767px){#s-e676ca1f-3baa-474c-89b8-f9e9eb5292bd {
  display: none;
}
#s-e676ca1f-3baa-474c-89b8-f9e9eb5292bd, #wrap-s-e676ca1f-3baa-474c-89b8-f9e9eb5292bd { display:none !important; }}







#s-e676ca1f-3baa-474c-89b8-f9e9eb5292bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e676ca1f-3baa-474c-89b8-f9e9eb5292bd.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-eedf1553-3c4f-49f8-98e2-36c748770746"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-888f9917-18a9-42a7-b5a8-42ca6a17c5ba {
  margin-bottom: 50px;
}

#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  min-height: 70px;
}
@media (min-width: 1200px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}@media (max-width: 767px){#s-c5b2261a-9c59-4703-9441-356280f81a8a {
  display: none;
}
#s-c5b2261a-9c59-4703-9441-356280f81a8a, #wrap-s-c5b2261a-9c59-4703-9441-356280f81a8a { display:none !important; }}







#s-c5b2261a-9c59-4703-9441-356280f81a8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b2261a-9c59-4703-9441-356280f81a8a.shg-box.shg-c {
  justify-content: center;
}

#s-b37537de-86a2-4e4b-9aa3-0963fde0de67 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-b37537de-86a2-4e4b-9aa3-0963fde0de67 {
  display: none;
}
#s-b37537de-86a2-4e4b-9aa3-0963fde0de67, #wrap-s-b37537de-86a2-4e4b-9aa3-0963fde0de67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b37537de-86a2-4e4b-9aa3-0963fde0de67 {
  display: none;
}
#s-b37537de-86a2-4e4b-9aa3-0963fde0de67, #wrap-s-b37537de-86a2-4e4b-9aa3-0963fde0de67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b37537de-86a2-4e4b-9aa3-0963fde0de67 {
  display: none;
}
#s-b37537de-86a2-4e4b-9aa3-0963fde0de67, #wrap-s-b37537de-86a2-4e4b-9aa3-0963fde0de67 { display:none !important; }}@media (max-width: 767px){#s-b37537de-86a2-4e4b-9aa3-0963fde0de67 {
  display: none;
}
#s-b37537de-86a2-4e4b-9aa3-0963fde0de67, #wrap-s-b37537de-86a2-4e4b-9aa3-0963fde0de67 { display:none !important; }}







#s-b37537de-86a2-4e4b-9aa3-0963fde0de67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b37537de-86a2-4e4b-9aa3-0963fde0de67.shg-box.shg-c {
  justify-content: center;
}

#s-b61167fd-a320-4a3d-97ff-f371c2488e95 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b61167fd-a320-4a3d-97ff-f371c2488e95 {
  display: none;
}
#s-b61167fd-a320-4a3d-97ff-f371c2488e95, #wrap-s-b61167fd-a320-4a3d-97ff-f371c2488e95 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b61167fd-a320-4a3d-97ff-f371c2488e95 {
  display: none;
}
#s-b61167fd-a320-4a3d-97ff-f371c2488e95, #wrap-s-b61167fd-a320-4a3d-97ff-f371c2488e95 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b61167fd-a320-4a3d-97ff-f371c2488e95 {
  display: none;
}
#s-b61167fd-a320-4a3d-97ff-f371c2488e95, #wrap-s-b61167fd-a320-4a3d-97ff-f371c2488e95 { display:none !important; }}@media (max-width: 767px){#s-b61167fd-a320-4a3d-97ff-f371c2488e95 {
  display: none;
}
#s-b61167fd-a320-4a3d-97ff-f371c2488e95, #wrap-s-b61167fd-a320-4a3d-97ff-f371c2488e95 { display:none !important; }}







#s-b61167fd-a320-4a3d-97ff-f371c2488e95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b61167fd-a320-4a3d-97ff-f371c2488e95.shg-box.shg-c {
  justify-content: center;
}

#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c {
  padding-left: 40px;
padding-right: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c {
  display: none;
}
#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c, #wrap-s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c { display:none !important; }}@media (max-width: 767px){#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c {
  display: none;
}
#s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c, #wrap-s-aa642a60-92d2-4f1f-a8de-2c742fe7bd7c { display:none !important; }}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}@media (max-width: 767px){#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a {
  display: none;
}
#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a, #wrap-s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a { display:none !important; }}







#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab9f55ce-9a84-41b1-a776-1ab1c964e85a.shg-box.shg-c {
  justify-content: center;
}

#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}@media (max-width: 767px){#s-b47c5b91-0a2d-4370-a128-c130ace0e094 {
  display: none;
}
#s-b47c5b91-0a2d-4370-a128-c130ace0e094, #wrap-s-b47c5b91-0a2d-4370-a128-c130ace0e094 { display:none !important; }}







#s-b47c5b91-0a2d-4370-a128-c130ace0e094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b47c5b91-0a2d-4370-a128-c130ace0e094.shg-box.shg-c {
  justify-content: center;
}

#s-15d71582-3fc7-4983-919f-be70db18e6a5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-15d71582-3fc7-4983-919f-be70db18e6a5 {
  display: none;
}
#s-15d71582-3fc7-4983-919f-be70db18e6a5, #wrap-s-15d71582-3fc7-4983-919f-be70db18e6a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15d71582-3fc7-4983-919f-be70db18e6a5 {
  display: none;
}
#s-15d71582-3fc7-4983-919f-be70db18e6a5, #wrap-s-15d71582-3fc7-4983-919f-be70db18e6a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15d71582-3fc7-4983-919f-be70db18e6a5 {
  display: none;
}
#s-15d71582-3fc7-4983-919f-be70db18e6a5, #wrap-s-15d71582-3fc7-4983-919f-be70db18e6a5 { display:none !important; }}@media (max-width: 767px){#s-15d71582-3fc7-4983-919f-be70db18e6a5 {
  display: none;
}
#s-15d71582-3fc7-4983-919f-be70db18e6a5, #wrap-s-15d71582-3fc7-4983-919f-be70db18e6a5 { display:none !important; }}







#s-15d71582-3fc7-4983-919f-be70db18e6a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15d71582-3fc7-4983-919f-be70db18e6a5.shg-box.shg-c {
  justify-content: center;
}

#s-8cf42697-3a1f-428e-b9dc-31b7588321cc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8cf42697-3a1f-428e-b9dc-31b7588321cc {
  display: none;
}
#s-8cf42697-3a1f-428e-b9dc-31b7588321cc, #wrap-s-8cf42697-3a1f-428e-b9dc-31b7588321cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cf42697-3a1f-428e-b9dc-31b7588321cc {
  display: none;
}
#s-8cf42697-3a1f-428e-b9dc-31b7588321cc, #wrap-s-8cf42697-3a1f-428e-b9dc-31b7588321cc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cf42697-3a1f-428e-b9dc-31b7588321cc {
  display: none;
}
#s-8cf42697-3a1f-428e-b9dc-31b7588321cc, #wrap-s-8cf42697-3a1f-428e-b9dc-31b7588321cc { display:none !important; }}@media (max-width: 767px){#s-8cf42697-3a1f-428e-b9dc-31b7588321cc {
  display: none;
}
#s-8cf42697-3a1f-428e-b9dc-31b7588321cc, #wrap-s-8cf42697-3a1f-428e-b9dc-31b7588321cc { display:none !important; }}







#s-8cf42697-3a1f-428e-b9dc-31b7588321cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cf42697-3a1f-428e-b9dc-31b7588321cc.shg-box.shg-c {
  justify-content: center;
}

#s-b722b10f-d3f0-4b8e-9d92-a92555da7681 {
  min-height: 120px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b722b10f-d3f0-4b8e-9d92-a92555da7681 {
  display: none;
}
#s-b722b10f-d3f0-4b8e-9d92-a92555da7681, #wrap-s-b722b10f-d3f0-4b8e-9d92-a92555da7681 { display:none !important; }}@media (max-width: 767px){#s-b722b10f-d3f0-4b8e-9d92-a92555da7681 {
  display: none;
}
#s-b722b10f-d3f0-4b8e-9d92-a92555da7681, #wrap-s-b722b10f-d3f0-4b8e-9d92-a92555da7681 { display:none !important; }}







#s-b722b10f-d3f0-4b8e-9d92-a92555da7681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b722b10f-d3f0-4b8e-9d92-a92555da7681.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-628fbf25-9333-4292-a335-d26585a010ec {
  display: none;
}
#s-628fbf25-9333-4292-a335-d26585a010ec, #wrap-s-628fbf25-9333-4292-a335-d26585a010ec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-628fbf25-9333-4292-a335-d26585a010ec {
  display: none;
}
#s-628fbf25-9333-4292-a335-d26585a010ec, #wrap-s-628fbf25-9333-4292-a335-d26585a010ec { display:none !important; }}
@media (min-width: 0px) {
[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-628fbf25-9333-4292-a335-d26585a010ec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-513c90dc-c0cc-4a33-8b95-39593cf0e675 {
  text-align: center;
}




  #s-513c90dc-c0cc-4a33-8b95-39593cf0e675 img.shogun-image {
    
    width: px;
  }


#s-513c90dc-c0cc-4a33-8b95-39593cf0e675 .shogun-image-content {
  
    align-items: center;
  
}

#s-58284a1b-d959-42e2-baea-9fbefd14ad3a {
  min-height: 50px;
}








#s-58284a1b-d959-42e2-baea-9fbefd14ad3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58284a1b-d959-42e2-baea-9fbefd14ad3a.shg-box.shg-c {
  justify-content: center;
}

#s-bef42b3c-aef4-45ca-82fd-acebf22d61d5 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bef42b3c-aef4-45ca-82fd-acebf22d61d5 {
  display: none;
}
#s-bef42b3c-aef4-45ca-82fd-acebf22d61d5, #wrap-s-bef42b3c-aef4-45ca-82fd-acebf22d61d5 { display:none !important; }}@media (max-width: 767px){#s-bef42b3c-aef4-45ca-82fd-acebf22d61d5 {
  display: none;
}
#s-bef42b3c-aef4-45ca-82fd-acebf22d61d5, #wrap-s-bef42b3c-aef4-45ca-82fd-acebf22d61d5 { display:none !important; }}







#s-bef42b3c-aef4-45ca-82fd-acebf22d61d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bef42b3c-aef4-45ca-82fd-acebf22d61d5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-df03ea29-7940-423d-b3f4-954f62ac8f06 {
  display: none;
}
#s-df03ea29-7940-423d-b3f4-954f62ac8f06, #wrap-s-df03ea29-7940-423d-b3f4-954f62ac8f06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df03ea29-7940-423d-b3f4-954f62ac8f06 {
  display: none;
}
#s-df03ea29-7940-423d-b3f4-954f62ac8f06, #wrap-s-df03ea29-7940-423d-b3f4-954f62ac8f06 { display:none !important; }}
@media (min-width: 0px) {
[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df03ea29-7940-423d-b3f4-954f62ac8f06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2c348ca2-be6d-4bf0-a8d2-3529e9b08621 {
  text-align: center;
}




  #s-2c348ca2-be6d-4bf0-a8d2-3529e9b08621 img.shogun-image {
    
    width: px;
  }


#s-2c348ca2-be6d-4bf0-a8d2-3529e9b08621 .shogun-image-content {
  
    align-items: center;
  
}

#s-60f0b082-d39f-4d5c-921f-2f0c0cd282d6 {
  min-height: 50px;
}








#s-60f0b082-d39f-4d5c-921f-2f0c0cd282d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60f0b082-d39f-4d5c-921f-2f0c0cd282d6.shg-box.shg-c {
  justify-content: center;
}

#s-98bbf9eb-8fc5-4285-9808-6e9f42ac32d2 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-98bbf9eb-8fc5-4285-9808-6e9f42ac32d2 {
  display: none;
}
#s-98bbf9eb-8fc5-4285-9808-6e9f42ac32d2, #wrap-s-98bbf9eb-8fc5-4285-9808-6e9f42ac32d2 { display:none !important; }}@media (max-width: 767px){#s-98bbf9eb-8fc5-4285-9808-6e9f42ac32d2 {
  display: none;
}
#s-98bbf9eb-8fc5-4285-9808-6e9f42ac32d2, #wrap-s-98bbf9eb-8fc5-4285-9808-6e9f42ac32d2 { display:none !important; }}







#s-98bbf9eb-8fc5-4285-9808-6e9f42ac32d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98bbf9eb-8fc5-4285-9808-6e9f42ac32d2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673 {
  display: none;
}
#s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673, #wrap-s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673 {
  display: none;
}
#s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673, #wrap-s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-a322ff06-b6fd-4d60-a8ac-3b286a2f0673"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1976e953-98f3-4d0b-a053-3fefd8253afb {
  text-align: center;
}




  #s-1976e953-98f3-4d0b-a053-3fefd8253afb img.shogun-image {
    
    width: px;
  }


#s-1976e953-98f3-4d0b-a053-3fefd8253afb .shogun-image-content {
  
    align-items: center;
  
}

#s-fadf4075-0a2f-402c-8c2e-e210359f28d9 {
  min-height: 50px;
}








#s-fadf4075-0a2f-402c-8c2e-e210359f28d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fadf4075-0a2f-402c-8c2e-e210359f28d9.shg-box.shg-c {
  justify-content: center;
}

#s-17d81788-a756-46ae-98e9-71a0fe168907 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-17d81788-a756-46ae-98e9-71a0fe168907 {
  display: none;
}
#s-17d81788-a756-46ae-98e9-71a0fe168907, #wrap-s-17d81788-a756-46ae-98e9-71a0fe168907 { display:none !important; }}@media (max-width: 767px){#s-17d81788-a756-46ae-98e9-71a0fe168907 {
  display: none;
}
#s-17d81788-a756-46ae-98e9-71a0fe168907, #wrap-s-17d81788-a756-46ae-98e9-71a0fe168907 { display:none !important; }}







#s-17d81788-a756-46ae-98e9-71a0fe168907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17d81788-a756-46ae-98e9-71a0fe168907.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-ee0e2787-76f9-41cb-850b-8edaa2a73320 {
  display: none;
}
#s-ee0e2787-76f9-41cb-850b-8edaa2a73320, #wrap-s-ee0e2787-76f9-41cb-850b-8edaa2a73320 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee0e2787-76f9-41cb-850b-8edaa2a73320 {
  display: none;
}
#s-ee0e2787-76f9-41cb-850b-8edaa2a73320, #wrap-s-ee0e2787-76f9-41cb-850b-8edaa2a73320 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ee0e2787-76f9-41cb-850b-8edaa2a73320"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7b25a33c-51b1-4b21-8401-3b084d133187 {
  text-align: center;
}




  #s-7b25a33c-51b1-4b21-8401-3b084d133187 img.shogun-image {
    
    width: px;
  }


#s-7b25a33c-51b1-4b21-8401-3b084d133187 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac4d72a5-c2bf-454b-8099-1aa698237010 {
  min-height: 50px;
}








#s-ac4d72a5-c2bf-454b-8099-1aa698237010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac4d72a5-c2bf-454b-8099-1aa698237010.shg-box.shg-c {
  justify-content: center;
}

#s-d5befd5f-4499-4077-8d0c-a5accb5df017 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d5befd5f-4499-4077-8d0c-a5accb5df017 {
  display: none;
}
#s-d5befd5f-4499-4077-8d0c-a5accb5df017, #wrap-s-d5befd5f-4499-4077-8d0c-a5accb5df017 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5befd5f-4499-4077-8d0c-a5accb5df017 {
  display: none;
}
#s-d5befd5f-4499-4077-8d0c-a5accb5df017, #wrap-s-d5befd5f-4499-4077-8d0c-a5accb5df017 { display:none !important; }}







#s-d5befd5f-4499-4077-8d0c-a5accb5df017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5befd5f-4499-4077-8d0c-a5accb5df017.shg-box.shg-c {
  justify-content: center;
}

#s-1952440a-5303-4e79-aa53-7e238866bcf9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1952440a-5303-4e79-aa53-7e238866bcf9 {
  display: none;
}
#s-1952440a-5303-4e79-aa53-7e238866bcf9, #wrap-s-1952440a-5303-4e79-aa53-7e238866bcf9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1952440a-5303-4e79-aa53-7e238866bcf9 {
  display: none;
}
#s-1952440a-5303-4e79-aa53-7e238866bcf9, #wrap-s-1952440a-5303-4e79-aa53-7e238866bcf9 { display:none !important; }}







#s-1952440a-5303-4e79-aa53-7e238866bcf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1952440a-5303-4e79-aa53-7e238866bcf9.shg-box.shg-c {
  justify-content: center;
}

#s-66be39ca-0121-4745-a694-f57a5f73bd99 {
  text-align: center;
}




  #s-66be39ca-0121-4745-a694-f57a5f73bd99 img.shogun-image {
    
    width: px;
  }


#s-66be39ca-0121-4745-a694-f57a5f73bd99 .shogun-image-content {
  
    align-items: center;
  
}

#s-622740f9-0e21-484d-9d26-04b098d10152 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-622740f9-0e21-484d-9d26-04b098d10152 {
  display: none;
}
#s-622740f9-0e21-484d-9d26-04b098d10152, #wrap-s-622740f9-0e21-484d-9d26-04b098d10152 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-622740f9-0e21-484d-9d26-04b098d10152 {
  display: none;
}
#s-622740f9-0e21-484d-9d26-04b098d10152, #wrap-s-622740f9-0e21-484d-9d26-04b098d10152 { display:none !important; }}







#s-622740f9-0e21-484d-9d26-04b098d10152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-622740f9-0e21-484d-9d26-04b098d10152.shg-box.shg-c {
  justify-content: center;
}

#s-3ea0c624-5e48-4ae4-b79e-de3d532e59ad {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3ea0c624-5e48-4ae4-b79e-de3d532e59ad {
  display: none;
}
#s-3ea0c624-5e48-4ae4-b79e-de3d532e59ad, #wrap-s-3ea0c624-5e48-4ae4-b79e-de3d532e59ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ea0c624-5e48-4ae4-b79e-de3d532e59ad {
  display: none;
}
#s-3ea0c624-5e48-4ae4-b79e-de3d532e59ad, #wrap-s-3ea0c624-5e48-4ae4-b79e-de3d532e59ad { display:none !important; }}







#s-3ea0c624-5e48-4ae4-b79e-de3d532e59ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ea0c624-5e48-4ae4-b79e-de3d532e59ad.shg-box.shg-c {
  justify-content: center;
}

#s-03348f94-a9bb-44f5-a98b-ada282aa7f2f {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-03348f94-a9bb-44f5-a98b-ada282aa7f2f {
  display: none;
}
#s-03348f94-a9bb-44f5-a98b-ada282aa7f2f, #wrap-s-03348f94-a9bb-44f5-a98b-ada282aa7f2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03348f94-a9bb-44f5-a98b-ada282aa7f2f {
  display: none;
}
#s-03348f94-a9bb-44f5-a98b-ada282aa7f2f, #wrap-s-03348f94-a9bb-44f5-a98b-ada282aa7f2f { display:none !important; }}
#s-234a83f2-b124-4452-bbf2-8f6fd28592af {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-234a83f2-b124-4452-bbf2-8f6fd28592af .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-7c4bbbc2-8517-4cd5-84a3-3f73745e79e8 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c4bbbc2-8517-4cd5-84a3-3f73745e79e8 {
  display: none;
}
#s-7c4bbbc2-8517-4cd5-84a3-3f73745e79e8, #wrap-s-7c4bbbc2-8517-4cd5-84a3-3f73745e79e8 { display:none !important; }}@media (max-width: 767px){#s-7c4bbbc2-8517-4cd5-84a3-3f73745e79e8 {
  display: none;
}
#s-7c4bbbc2-8517-4cd5-84a3-3f73745e79e8, #wrap-s-7c4bbbc2-8517-4cd5-84a3-3f73745e79e8 { display:none !important; }}







#s-7c4bbbc2-8517-4cd5-84a3-3f73745e79e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c4bbbc2-8517-4cd5-84a3-3f73745e79e8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-8fb4cd69-09c6-46bc-a833-70415e6d9942 {
  display: none;
}
#s-8fb4cd69-09c6-46bc-a833-70415e6d9942, #wrap-s-8fb4cd69-09c6-46bc-a833-70415e6d9942 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fb4cd69-09c6-46bc-a833-70415e6d9942 {
  display: none;
}
#s-8fb4cd69-09c6-46bc-a833-70415e6d9942, #wrap-s-8fb4cd69-09c6-46bc-a833-70415e6d9942 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8fb4cd69-09c6-46bc-a833-70415e6d9942"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5c5b5b32-8367-4b80-9dbf-2d5980c8a1e7 {
  text-align: center;
}




  #s-5c5b5b32-8367-4b80-9dbf-2d5980c8a1e7 img.shogun-image {
    
    width: px;
  }


#s-5c5b5b32-8367-4b80-9dbf-2d5980c8a1e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a159752-29be-43ac-bb52-a86b2f1af4ea {
  min-height: 50px;
}








#s-8a159752-29be-43ac-bb52-a86b2f1af4ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a159752-29be-43ac-bb52-a86b2f1af4ea.shg-box.shg-c {
  justify-content: center;
}

#s-252aa18e-202d-4289-9265-2a24ace8c829 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}
@media (min-width: 768px) and (max-width: 991px){#s-252aa18e-202d-4289-9265-2a24ace8c829 {
  display: none;
}
#s-252aa18e-202d-4289-9265-2a24ace8c829, #wrap-s-252aa18e-202d-4289-9265-2a24ace8c829 { display:none !important; }}@media (max-width: 767px){#s-252aa18e-202d-4289-9265-2a24ace8c829 {
  display: none;
}
#s-252aa18e-202d-4289-9265-2a24ace8c829, #wrap-s-252aa18e-202d-4289-9265-2a24ace8c829 { display:none !important; }}







#s-252aa18e-202d-4289-9265-2a24ace8c829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-252aa18e-202d-4289-9265-2a24ace8c829.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa {
  display: none;
}
#s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa, #wrap-s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa {
  display: none;
}
#s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa, #wrap-s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa { display:none !important; }}
@media (min-width: 0px) {
[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d6afb2e6-ead0-43a0-9312-baf90ca8ccaa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1521ba8e-facc-4dbb-9775-2f62562524e6 {
  text-align: center;
}




  #s-1521ba8e-facc-4dbb-9775-2f62562524e6 img.shogun-image {
    
    width: px;
  }


#s-1521ba8e-facc-4dbb-9775-2f62562524e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7d7a226-e31b-4995-afcd-698c9d2cda62 {
  min-height: 50px;
}








#s-d7d7a226-e31b-4995-afcd-698c9d2cda62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7d7a226-e31b-4995-afcd-698c9d2cda62.shg-box.shg-c {
  justify-content: center;
}

#s-3c9d9219-62a8-4e7c-80c8-468990c1bf88 {
  min-height: 50px;
}








#s-3c9d9219-62a8-4e7c-80c8-468990c1bf88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c9d9219-62a8-4e7c-80c8-468990c1bf88.shg-box.shg-c {
  justify-content: center;
}

#s-fe72a561-99e3-4d12-b447-e6e8bf17619f {
  text-align: center;
}




  #s-fe72a561-99e3-4d12-b447-e6e8bf17619f img.shogun-image {
    
    width: px;
  }


#s-fe72a561-99e3-4d12-b447-e6e8bf17619f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-95f83fb3-dec1-4bdc-9397-ead1f93a09f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-56ea5664-99e9-4432-accd-46a330539b38 {
  min-height: 50px;
}








#s-56ea5664-99e9-4432-accd-46a330539b38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56ea5664-99e9-4432-accd-46a330539b38.shg-box.shg-c {
  justify-content: center;
}

#s-8276de6a-30c5-4d1d-a7d1-391411c0439c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8276de6a-30c5-4d1d-a7d1-391411c0439c {
  display: none;
}
#s-8276de6a-30c5-4d1d-a7d1-391411c0439c, #wrap-s-8276de6a-30c5-4d1d-a7d1-391411c0439c { display:none !important; }}@media (max-width: 767px){#s-8276de6a-30c5-4d1d-a7d1-391411c0439c {
  display: none;
}
#s-8276de6a-30c5-4d1d-a7d1-391411c0439c, #wrap-s-8276de6a-30c5-4d1d-a7d1-391411c0439c { display:none !important; }}







#s-8276de6a-30c5-4d1d-a7d1-391411c0439c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8276de6a-30c5-4d1d-a7d1-391411c0439c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-cafb6259-cffb-495d-a86c-76e9738fbbac {
  display: none;
}
#s-cafb6259-cffb-495d-a86c-76e9738fbbac, #wrap-s-cafb6259-cffb-495d-a86c-76e9738fbbac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cafb6259-cffb-495d-a86c-76e9738fbbac {
  display: none;
}
#s-cafb6259-cffb-495d-a86c-76e9738fbbac, #wrap-s-cafb6259-cffb-495d-a86c-76e9738fbbac { display:none !important; }}
@media (min-width: 0px) {
[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cafb6259-cffb-495d-a86c-76e9738fbbac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2463824a-74d3-4cc9-bccf-7d4f20a5514c {
  text-align: center;
}




  #s-2463824a-74d3-4cc9-bccf-7d4f20a5514c img.shogun-image {
    
    width: px;
  }


#s-2463824a-74d3-4cc9-bccf-7d4f20a5514c .shogun-image-content {
  
    align-items: center;
  
}

#s-3f8582ff-fac5-4f92-97cb-6a4ec6da930d {
  min-height: 50px;
}








#s-3f8582ff-fac5-4f92-97cb-6a4ec6da930d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f8582ff-fac5-4f92-97cb-6a4ec6da930d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5 {
  display: none;
}
#s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5, #wrap-s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5 {
  display: none;
}
#s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5, #wrap-s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5 {
  display: none;
}
#s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5, #wrap-s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5 { display:none !important; }}@media (max-width: 767px){#s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5 {
  display: none;
}
#s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5, #wrap-s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c238ee2b-5b09-4ce6-9f09-0acd66cb04b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-97933a6e-8eb6-42fb-98c1-d0f40619cf93 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-97933a6e-8eb6-42fb-98c1-d0f40619cf93 {
  display: none;
}
#s-97933a6e-8eb6-42fb-98c1-d0f40619cf93, #wrap-s-97933a6e-8eb6-42fb-98c1-d0f40619cf93 { display:none !important; }}@media (max-width: 767px){#s-97933a6e-8eb6-42fb-98c1-d0f40619cf93 {
  display: none;
}
#s-97933a6e-8eb6-42fb-98c1-d0f40619cf93, #wrap-s-97933a6e-8eb6-42fb-98c1-d0f40619cf93 { display:none !important; }}



  #s-97933a6e-8eb6-42fb-98c1-d0f40619cf93 img.shogun-image {
    
    width: px;
  }


#s-97933a6e-8eb6-42fb-98c1-d0f40619cf93 .shogun-image-content {
  
    align-items: center;
  
}

#s-8aeca116-14ff-4300-bb4e-c17c45d234f7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8aeca116-14ff-4300-bb4e-c17c45d234f7 {
  display: none;
}
#s-8aeca116-14ff-4300-bb4e-c17c45d234f7, #wrap-s-8aeca116-14ff-4300-bb4e-c17c45d234f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8aeca116-14ff-4300-bb4e-c17c45d234f7 {
  display: none;
}
#s-8aeca116-14ff-4300-bb4e-c17c45d234f7, #wrap-s-8aeca116-14ff-4300-bb4e-c17c45d234f7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8aeca116-14ff-4300-bb4e-c17c45d234f7 {
  display: none;
}
#s-8aeca116-14ff-4300-bb4e-c17c45d234f7, #wrap-s-8aeca116-14ff-4300-bb4e-c17c45d234f7 { display:none !important; }}@media (max-width: 767px){#s-8aeca116-14ff-4300-bb4e-c17c45d234f7 {
  display: none;
}
#s-8aeca116-14ff-4300-bb4e-c17c45d234f7, #wrap-s-8aeca116-14ff-4300-bb4e-c17c45d234f7 { display:none !important; }}







#s-8aeca116-14ff-4300-bb4e-c17c45d234f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aeca116-14ff-4300-bb4e-c17c45d234f7.shg-box.shg-c {
  justify-content: center;
}

#s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5 {
  display: none;
}
#s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5, #wrap-s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5 {
  display: none;
}
#s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5, #wrap-s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5 {
  display: none;
}
#s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5, #wrap-s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5 { display:none !important; }}@media (max-width: 767px){#s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5 {
  display: none;
}
#s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5, #wrap-s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5 { display:none !important; }}







#s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19f0ea5b-1e81-40bc-9b37-a6119680f6d5.shg-box.shg-c {
  justify-content: center;
}

#s-56ed01e7-907d-416a-9316-89058c39fb4a {
  margin-top: 0px;
margin-left: 42px;
margin-bottom: 0px;
margin-right: 42px;
}

#s-56a24dff-ea1f-4fc2-a670-3d8d2e52861a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-56a24dff-ea1f-4fc2-a670-3d8d2e52861a {
  display: none;
}
#s-56a24dff-ea1f-4fc2-a670-3d8d2e52861a, #wrap-s-56a24dff-ea1f-4fc2-a670-3d8d2e52861a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56a24dff-ea1f-4fc2-a670-3d8d2e52861a {
  display: none;
}
#s-56a24dff-ea1f-4fc2-a670-3d8d2e52861a, #wrap-s-56a24dff-ea1f-4fc2-a670-3d8d2e52861a { display:none !important; }}







#s-56a24dff-ea1f-4fc2-a670-3d8d2e52861a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56a24dff-ea1f-4fc2-a670-3d8d2e52861a.shg-box.shg-c {
  justify-content: center;
}

#s-635fe1b4-70bc-45df-927e-104ef3f96be0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-635fe1b4-70bc-45df-927e-104ef3f96be0 {
  display: none;
}
#s-635fe1b4-70bc-45df-927e-104ef3f96be0, #wrap-s-635fe1b4-70bc-45df-927e-104ef3f96be0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-635fe1b4-70bc-45df-927e-104ef3f96be0 {
  display: none;
}
#s-635fe1b4-70bc-45df-927e-104ef3f96be0, #wrap-s-635fe1b4-70bc-45df-927e-104ef3f96be0 { display:none !important; }}







#s-635fe1b4-70bc-45df-927e-104ef3f96be0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-635fe1b4-70bc-45df-927e-104ef3f96be0.shg-box.shg-c {
  justify-content: center;
}

#s-d168f293-1ade-4365-8d78-f40a678ff357 {
  min-height: 50px;
}
@media (max-width: 767px){#s-d168f293-1ade-4365-8d78-f40a678ff357 {
  display: none;
}
#s-d168f293-1ade-4365-8d78-f40a678ff357, #wrap-s-d168f293-1ade-4365-8d78-f40a678ff357 { display:none !important; }}







#s-d168f293-1ade-4365-8d78-f40a678ff357 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d168f293-1ade-4365-8d78-f40a678ff357.shg-box.shg-c {
  justify-content: center;
}

#s-53013787-dd55-4f8e-b6d3-ce578f550811 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-53013787-dd55-4f8e-b6d3-ce578f550811 {
  display: none;
}
#s-53013787-dd55-4f8e-b6d3-ce578f550811, #wrap-s-53013787-dd55-4f8e-b6d3-ce578f550811 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-53013787-dd55-4f8e-b6d3-ce578f550811 {
  display: none;
}
#s-53013787-dd55-4f8e-b6d3-ce578f550811, #wrap-s-53013787-dd55-4f8e-b6d3-ce578f550811 { display:none !important; }}@media (max-width: 767px){#s-53013787-dd55-4f8e-b6d3-ce578f550811 {
  display: none;
}
#s-53013787-dd55-4f8e-b6d3-ce578f550811, #wrap-s-53013787-dd55-4f8e-b6d3-ce578f550811 { display:none !important; }}







#s-53013787-dd55-4f8e-b6d3-ce578f550811 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53013787-dd55-4f8e-b6d3-ce578f550811.shg-box.shg-c {
  justify-content: center;
}

#s-25279a1d-5eee-4209-9d50-6f642dcf59dc {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}

@media (min-width: 0px) {
[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-25279a1d-5eee-4209-9d50-6f642dcf59dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-475a864e-c2d1-49fd-a6ee-bbcc546e6999 {
  text-align: center;
}




  #s-475a864e-c2d1-49fd-a6ee-bbcc546e6999 img.shogun-image {
    
    width: px;
  }


#s-475a864e-c2d1-49fd-a6ee-bbcc546e6999 .shogun-image-content {
  
    align-items: center;
  
}

#s-a936f768-19eb-40af-86e4-a99d809070e8 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a936f768-19eb-40af-86e4-a99d809070e8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-17fd6844-8cc1-49f6-a7b8-6157de60b000 {
  margin-bottom: 30px;
}

#s-47f090fb-a5ce-46e8-b08a-c09163974727 {
  min-height: 50px;
}








#s-47f090fb-a5ce-46e8-b08a-c09163974727 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47f090fb-a5ce-46e8-b08a-c09163974727.shg-box.shg-c {
  justify-content: center;
}

#s-cfeb3d42-af8e-4f6e-a8dd-46f94b5b1c67 {
  text-align: center;
}




  #s-cfeb3d42-af8e-4f6e-a8dd-46f94b5b1c67 img.shogun-image {
    
    width: px;
  }


#s-cfeb3d42-af8e-4f6e-a8dd-46f94b5b1c67 .shogun-image-content {
  
    align-items: center;
  
}

#s-45763fa6-53a2-433e-8f43-63f7e6e7d55b {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45763fa6-53a2-433e-8f43-63f7e6e7d55b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-1e774acf-fde4-4e0a-bf84-00d19302191c {
  margin-bottom: 30px;
}

#s-50fd246b-9780-494e-9479-7e7213283714 {
  min-height: 50px;
}








#s-50fd246b-9780-494e-9479-7e7213283714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50fd246b-9780-494e-9479-7e7213283714.shg-box.shg-c {
  justify-content: center;
}

#s-e9720671-068f-4111-a8e8-51ed376b7185 {
  text-align: center;
}




  #s-e9720671-068f-4111-a8e8-51ed376b7185 img.shogun-image {
    
    width: px;
  }


#s-e9720671-068f-4111-a8e8-51ed376b7185 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ff549a8-8de6-422f-90ef-691a59b5fed4 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ff549a8-8de6-422f-90ef-691a59b5fed4 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-3a41fdff-8e0a-441d-b25d-d8079773ea44 {
  margin-bottom: 30px;
}

#s-bd8d018e-33a0-4e07-b688-2cc03c070489 {
  min-height: 50px;
}








#s-bd8d018e-33a0-4e07-b688-2cc03c070489 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd8d018e-33a0-4e07-b688-2cc03c070489.shg-box.shg-c {
  justify-content: center;
}

#s-2b6f1bac-ff7f-41df-ae31-ef747181741f {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b6f1bac-ff7f-41df-ae31-ef747181741f {
  display: none;
}
#s-2b6f1bac-ff7f-41df-ae31-ef747181741f, #wrap-s-2b6f1bac-ff7f-41df-ae31-ef747181741f { display:none !important; }}@media (max-width: 767px){#s-2b6f1bac-ff7f-41df-ae31-ef747181741f {
  display: none;
}
#s-2b6f1bac-ff7f-41df-ae31-ef747181741f, #wrap-s-2b6f1bac-ff7f-41df-ae31-ef747181741f { display:none !important; }}







#s-2b6f1bac-ff7f-41df-ae31-ef747181741f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b6f1bac-ff7f-41df-ae31-ef747181741f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-22f1419d-a4c5-4071-960e-b94c6ca40a76 {
  display: none;
}
#s-22f1419d-a4c5-4071-960e-b94c6ca40a76, #wrap-s-22f1419d-a4c5-4071-960e-b94c6ca40a76 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22f1419d-a4c5-4071-960e-b94c6ca40a76 {
  display: none;
}
#s-22f1419d-a4c5-4071-960e-b94c6ca40a76, #wrap-s-22f1419d-a4c5-4071-960e-b94c6ca40a76 { display:none !important; }}
@media (min-width: 0px) {
[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-22f1419d-a4c5-4071-960e-b94c6ca40a76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-32226a75-294b-40d6-8675-373716e78a80 {
  text-align: center;
}




  #s-32226a75-294b-40d6-8675-373716e78a80 img.shogun-image {
    
    width: px;
  }


#s-32226a75-294b-40d6-8675-373716e78a80 .shogun-image-content {
  
    align-items: center;
  
}

#s-061b550c-f10c-4a95-9dfc-e16c6e1354be {
  min-height: 50px;
}








#s-061b550c-f10c-4a95-9dfc-e16c6e1354be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-061b550c-f10c-4a95-9dfc-e16c6e1354be.shg-box.shg-c {
  justify-content: center;
}

#s-de7e2685-cae4-48bc-924b-5155ca2dc18c {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}

@media (min-width: 0px) {
[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-de7e2685-cae4-48bc-924b-5155ca2dc18c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4969d1d1-4761-452d-a084-9d941e972988 {
  text-align: center;
}




  #s-4969d1d1-4761-452d-a084-9d941e972988 img.shogun-image {
    
    width: px;
  }


#s-4969d1d1-4761-452d-a084-9d941e972988 .shogun-image-content {
  
    align-items: center;
  
}

#s-e575b342-f0f2-4dc1-bb39-6be8c79e808a {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e575b342-f0f2-4dc1-bb39-6be8c79e808a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-f7331459-25ce-4944-b151-5bd039615dea {
  margin-bottom: 30px;
}

#s-306acb9f-b6c6-45df-9daa-ca15d83cf1d4 {
  min-height: 50px;
}








#s-306acb9f-b6c6-45df-9daa-ca15d83cf1d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-306acb9f-b6c6-45df-9daa-ca15d83cf1d4.shg-box.shg-c {
  justify-content: center;
}

#s-22c81f35-5e26-4838-873b-e5e38ac3c6db {
  text-align: center;
}




  #s-22c81f35-5e26-4838-873b-e5e38ac3c6db img.shogun-image {
    
    width: px;
  }


#s-22c81f35-5e26-4838-873b-e5e38ac3c6db .shogun-image-content {
  
    align-items: center;
  
}

#s-061a8328-2766-47fb-8fcb-2bbe95e647cd {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-061a8328-2766-47fb-8fcb-2bbe95e647cd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-ea5e3195-ba84-48a5-acec-47f3381a3153 {
  margin-bottom: 30px;
}

#s-f375d98c-b80e-4d84-82f0-8231254b4e83 {
  min-height: 50px;
}








#s-f375d98c-b80e-4d84-82f0-8231254b4e83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f375d98c-b80e-4d84-82f0-8231254b4e83.shg-box.shg-c {
  justify-content: center;
}

#s-919598d2-aa4f-43f9-b3aa-bdd2d5a17be0 {
  text-align: center;
}




  #s-919598d2-aa4f-43f9-b3aa-bdd2d5a17be0 img.shogun-image {
    
    width: px;
  }


#s-919598d2-aa4f-43f9-b3aa-bdd2d5a17be0 .shogun-image-content {
  
    align-items: center;
  
}

#s-596b9975-1ecf-4aa8-bdfa-0e6f56478925 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-596b9975-1ecf-4aa8-bdfa-0e6f56478925 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-a03108fe-5cce-4801-813c-830b4a3d130f {
  margin-bottom: 30px;
}

#s-2a120241-f9ab-43ba-93f0-75dc14d5b1d4 {
  min-height: 50px;
}








#s-2a120241-f9ab-43ba-93f0-75dc14d5b1d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a120241-f9ab-43ba-93f0-75dc14d5b1d4.shg-box.shg-c {
  justify-content: center;
}

#s-ed5af40a-55cc-4d2f-8531-7263f2d7a067 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed5af40a-55cc-4d2f-8531-7263f2d7a067 {
  display: none;
}
#s-ed5af40a-55cc-4d2f-8531-7263f2d7a067, #wrap-s-ed5af40a-55cc-4d2f-8531-7263f2d7a067 { display:none !important; }}@media (max-width: 767px){#s-ed5af40a-55cc-4d2f-8531-7263f2d7a067 {
  display: none;
}
#s-ed5af40a-55cc-4d2f-8531-7263f2d7a067, #wrap-s-ed5af40a-55cc-4d2f-8531-7263f2d7a067 { display:none !important; }}







#s-ed5af40a-55cc-4d2f-8531-7263f2d7a067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed5af40a-55cc-4d2f-8531-7263f2d7a067.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-f8c98297-f86f-44b9-b67e-af6012a2acb5 {
  display: none;
}
#s-f8c98297-f86f-44b9-b67e-af6012a2acb5, #wrap-s-f8c98297-f86f-44b9-b67e-af6012a2acb5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8c98297-f86f-44b9-b67e-af6012a2acb5 {
  display: none;
}
#s-f8c98297-f86f-44b9-b67e-af6012a2acb5, #wrap-s-f8c98297-f86f-44b9-b67e-af6012a2acb5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f8c98297-f86f-44b9-b67e-af6012a2acb5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7d26bb4c-ace3-4091-9770-4dd02584b375 {
  text-align: center;
}




  #s-7d26bb4c-ace3-4091-9770-4dd02584b375 img.shogun-image {
    
    width: px;
  }


#s-7d26bb4c-ace3-4091-9770-4dd02584b375 .shogun-image-content {
  
    align-items: center;
  
}

#s-c3da95d5-0beb-4740-a1a8-2a37098574ff {
  min-height: 50px;
}








#s-c3da95d5-0beb-4740-a1a8-2a37098574ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3da95d5-0beb-4740-a1a8-2a37098574ff.shg-box.shg-c {
  justify-content: center;
}

#s-0d41a73d-aa44-4b41-8197-e72ffd40d41d {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}

@media (min-width: 0px) {
[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0d41a73d-aa44-4b41-8197-e72ffd40d41d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b3513569-4be1-4081-a8e6-79aba10e6ac0 {
  text-align: center;
}




  #s-b3513569-4be1-4081-a8e6-79aba10e6ac0 img.shogun-image {
    
    width: px;
  }


#s-b3513569-4be1-4081-a8e6-79aba10e6ac0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e062f289-0e26-4b39-b1c5-f3cfaf6b3623 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e062f289-0e26-4b39-b1c5-f3cfaf6b3623 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-49fbb95e-838f-402b-a0ca-928de71184dd {
  margin-bottom: 30px;
}

#s-1fa83249-7556-40ae-b8a8-47004167d970 {
  min-height: 50px;
}








#s-1fa83249-7556-40ae-b8a8-47004167d970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fa83249-7556-40ae-b8a8-47004167d970.shg-box.shg-c {
  justify-content: center;
}

#s-9c1ac411-9fd9-4577-820e-2101d23b2145 {
  text-align: center;
}




  #s-9c1ac411-9fd9-4577-820e-2101d23b2145 img.shogun-image {
    
    width: px;
  }


#s-9c1ac411-9fd9-4577-820e-2101d23b2145 .shogun-image-content {
  
    align-items: center;
  
}

#s-d20b6a08-5d9f-40f4-ada7-c384040c43a9 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d20b6a08-5d9f-40f4-ada7-c384040c43a9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-ebc37034-904a-46af-91b7-f929cf225b6e {
  margin-bottom: 30px;
}

#s-2e36b8d1-1523-4aa6-8463-d4e68eb3915f {
  min-height: 50px;
}








#s-2e36b8d1-1523-4aa6-8463-d4e68eb3915f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e36b8d1-1523-4aa6-8463-d4e68eb3915f.shg-box.shg-c {
  justify-content: center;
}

#s-55f88e44-0ef4-4415-8575-66e15a5c62bd {
  text-align: center;
}




  #s-55f88e44-0ef4-4415-8575-66e15a5c62bd img.shogun-image {
    
    width: px;
  }


#s-55f88e44-0ef4-4415-8575-66e15a5c62bd .shogun-image-content {
  
    align-items: center;
  
}

#s-e01903e6-7919-4f17-9023-e779ee32cc43 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e01903e6-7919-4f17-9023-e779ee32cc43 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-39d83245-1721-4c37-852f-dfb0021b5cb7 {
  margin-bottom: 30px;
}

#s-6c1e7ccd-351e-4b1a-b1d8-0fbc206571c3 {
  min-height: 50px;
}








#s-6c1e7ccd-351e-4b1a-b1d8-0fbc206571c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c1e7ccd-351e-4b1a-b1d8-0fbc206571c3.shg-box.shg-c {
  justify-content: center;
}

#s-9bfb1406-c7c6-45a8-8765-6a614588700a {
  min-height: 150px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bfb1406-c7c6-45a8-8765-6a614588700a {
  display: none;
}
#s-9bfb1406-c7c6-45a8-8765-6a614588700a, #wrap-s-9bfb1406-c7c6-45a8-8765-6a614588700a { display:none !important; }}@media (max-width: 767px){#s-9bfb1406-c7c6-45a8-8765-6a614588700a {
  display: none;
}
#s-9bfb1406-c7c6-45a8-8765-6a614588700a, #wrap-s-9bfb1406-c7c6-45a8-8765-6a614588700a { display:none !important; }}







#s-9bfb1406-c7c6-45a8-8765-6a614588700a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bfb1406-c7c6-45a8-8765-6a614588700a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-89df085d-51f0-4006-90eb-61d8f07a17cd {
  display: none;
}
#s-89df085d-51f0-4006-90eb-61d8f07a17cd, #wrap-s-89df085d-51f0-4006-90eb-61d8f07a17cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89df085d-51f0-4006-90eb-61d8f07a17cd {
  display: none;
}
#s-89df085d-51f0-4006-90eb-61d8f07a17cd, #wrap-s-89df085d-51f0-4006-90eb-61d8f07a17cd { display:none !important; }}
@media (min-width: 0px) {
[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89df085d-51f0-4006-90eb-61d8f07a17cd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-753b879b-2cca-43d3-afcb-1b3a09a2f624 {
  text-align: center;
}




  #s-753b879b-2cca-43d3-afcb-1b3a09a2f624 img.shogun-image {
    
    width: px;
  }


#s-753b879b-2cca-43d3-afcb-1b3a09a2f624 .shogun-image-content {
  
    align-items: center;
  
}

#s-41d2dd60-c8a6-4ef8-8554-d7e0173a4490 {
  min-height: 50px;
}








#s-41d2dd60-c8a6-4ef8-8554-d7e0173a4490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41d2dd60-c8a6-4ef8-8554-d7e0173a4490.shg-box.shg-c {
  justify-content: center;
}

#s-369801f1-f3e0-48b4-ac99-c4ca670d6d33 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-369801f1-f3e0-48b4-ac99-c4ca670d6d33 {
  display: none;
}
#s-369801f1-f3e0-48b4-ac99-c4ca670d6d33, #wrap-s-369801f1-f3e0-48b4-ac99-c4ca670d6d33 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-369801f1-f3e0-48b4-ac99-c4ca670d6d33 {
  display: none;
}
#s-369801f1-f3e0-48b4-ac99-c4ca670d6d33, #wrap-s-369801f1-f3e0-48b4-ac99-c4ca670d6d33 { display:none !important; }}







#s-369801f1-f3e0-48b4-ac99-c4ca670d6d33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-369801f1-f3e0-48b4-ac99-c4ca670d6d33.shg-box.shg-c {
  justify-content: center;
}

#s-0d398b55-4140-47e2-b973-59fa1eb96de0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0d398b55-4140-47e2-b973-59fa1eb96de0 {
  display: none;
}
#s-0d398b55-4140-47e2-b973-59fa1eb96de0, #wrap-s-0d398b55-4140-47e2-b973-59fa1eb96de0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0d398b55-4140-47e2-b973-59fa1eb96de0 {
  display: none;
}
#s-0d398b55-4140-47e2-b973-59fa1eb96de0, #wrap-s-0d398b55-4140-47e2-b973-59fa1eb96de0 { display:none !important; }}







#s-0d398b55-4140-47e2-b973-59fa1eb96de0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d398b55-4140-47e2-b973-59fa1eb96de0.shg-box.shg-c {
  justify-content: center;
}

#s-7444a049-316a-4e97-a766-c0869869b568 {
  text-align: center;
}




  #s-7444a049-316a-4e97-a766-c0869869b568 img.shogun-image {
    
    width: px;
  }


#s-7444a049-316a-4e97-a766-c0869869b568 .shogun-image-content {
  
    align-items: center;
  
}

#s-de114405-37ea-42ca-ab11-8433bac79f0c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-de114405-37ea-42ca-ab11-8433bac79f0c {
  display: none;
}
#s-de114405-37ea-42ca-ab11-8433bac79f0c, #wrap-s-de114405-37ea-42ca-ab11-8433bac79f0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de114405-37ea-42ca-ab11-8433bac79f0c {
  display: none;
}
#s-de114405-37ea-42ca-ab11-8433bac79f0c, #wrap-s-de114405-37ea-42ca-ab11-8433bac79f0c { display:none !important; }}







#s-de114405-37ea-42ca-ab11-8433bac79f0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de114405-37ea-42ca-ab11-8433bac79f0c.shg-box.shg-c {
  justify-content: center;
}

#s-bd5015c2-3094-4828-b106-f1bb3904267f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bd5015c2-3094-4828-b106-f1bb3904267f {
  display: none;
}
#s-bd5015c2-3094-4828-b106-f1bb3904267f, #wrap-s-bd5015c2-3094-4828-b106-f1bb3904267f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd5015c2-3094-4828-b106-f1bb3904267f {
  display: none;
}
#s-bd5015c2-3094-4828-b106-f1bb3904267f, #wrap-s-bd5015c2-3094-4828-b106-f1bb3904267f { display:none !important; }}







#s-bd5015c2-3094-4828-b106-f1bb3904267f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd5015c2-3094-4828-b106-f1bb3904267f.shg-box.shg-c {
  justify-content: center;
}

#s-c148f928-1edb-4a77-9582-d33ea04e7e32 {
  padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-c148f928-1edb-4a77-9582-d33ea04e7e32 {
  display: none;
}
#s-c148f928-1edb-4a77-9582-d33ea04e7e32, #wrap-s-c148f928-1edb-4a77-9582-d33ea04e7e32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c148f928-1edb-4a77-9582-d33ea04e7e32 {
  display: none;
}
#s-c148f928-1edb-4a77-9582-d33ea04e7e32, #wrap-s-c148f928-1edb-4a77-9582-d33ea04e7e32 { display:none !important; }}
#s-b9e7f465-05b9-4414-ac00-c3a49a6c2804 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b9e7f465-05b9-4414-ac00-c3a49a6c2804 {
  display: none;
}
#s-b9e7f465-05b9-4414-ac00-c3a49a6c2804, #wrap-s-b9e7f465-05b9-4414-ac00-c3a49a6c2804 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9e7f465-05b9-4414-ac00-c3a49a6c2804 {
  display: none;
}
#s-b9e7f465-05b9-4414-ac00-c3a49a6c2804, #wrap-s-b9e7f465-05b9-4414-ac00-c3a49a6c2804 { display:none !important; }}







#s-b9e7f465-05b9-4414-ac00-c3a49a6c2804 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9e7f465-05b9-4414-ac00-c3a49a6c2804.shg-box.shg-c {
  justify-content: center;
}

#s-bad14f1c-893b-4e7b-80c6-35337e9e5b71 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bad14f1c-893b-4e7b-80c6-35337e9e5b71 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-f5cfc3a4-5e2b-47a0-b2a8-ec77238246ab {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5cfc3a4-5e2b-47a0-b2a8-ec77238246ab {
  display: none;
}
#s-f5cfc3a4-5e2b-47a0-b2a8-ec77238246ab, #wrap-s-f5cfc3a4-5e2b-47a0-b2a8-ec77238246ab { display:none !important; }}@media (max-width: 767px){#s-f5cfc3a4-5e2b-47a0-b2a8-ec77238246ab {
  display: none;
}
#s-f5cfc3a4-5e2b-47a0-b2a8-ec77238246ab, #wrap-s-f5cfc3a4-5e2b-47a0-b2a8-ec77238246ab { display:none !important; }}







#s-f5cfc3a4-5e2b-47a0-b2a8-ec77238246ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5cfc3a4-5e2b-47a0-b2a8-ec77238246ab.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-be96d5b4-3649-4a4f-b035-afcb148cf7f0 {
  display: none;
}
#s-be96d5b4-3649-4a4f-b035-afcb148cf7f0, #wrap-s-be96d5b4-3649-4a4f-b035-afcb148cf7f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be96d5b4-3649-4a4f-b035-afcb148cf7f0 {
  display: none;
}
#s-be96d5b4-3649-4a4f-b035-afcb148cf7f0, #wrap-s-be96d5b4-3649-4a4f-b035-afcb148cf7f0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-be96d5b4-3649-4a4f-b035-afcb148cf7f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e180565e-f42b-4a1d-b6fc-b263d7d6513f {
  text-align: center;
}




  #s-e180565e-f42b-4a1d-b6fc-b263d7d6513f img.shogun-image {
    
    width: px;
  }


#s-e180565e-f42b-4a1d-b6fc-b263d7d6513f .shogun-image-content {
  
    align-items: center;
  
}

#s-b4a1ac66-2543-471d-bd9b-0725419bab63 {
  min-height: 50px;
}








#s-b4a1ac66-2543-471d-bd9b-0725419bab63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4a1ac66-2543-471d-bd9b-0725419bab63.shg-box.shg-c {
  justify-content: center;
}

#s-c8fb5f0c-a661-4273-9f1a-e37c2f2416e5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8fb5f0c-a661-4273-9f1a-e37c2f2416e5 {
  display: none;
}
#s-c8fb5f0c-a661-4273-9f1a-e37c2f2416e5, #wrap-s-c8fb5f0c-a661-4273-9f1a-e37c2f2416e5 { display:none !important; }}@media (max-width: 767px){#s-c8fb5f0c-a661-4273-9f1a-e37c2f2416e5 {
  display: none;
}
#s-c8fb5f0c-a661-4273-9f1a-e37c2f2416e5, #wrap-s-c8fb5f0c-a661-4273-9f1a-e37c2f2416e5 { display:none !important; }}







#s-c8fb5f0c-a661-4273-9f1a-e37c2f2416e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8fb5f0c-a661-4273-9f1a-e37c2f2416e5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21 {
  display: none;
}
#s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21, #wrap-s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21 {
  display: none;
}
#s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21, #wrap-s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ecfcf21c-7229-42f1-a0d7-c4c7683d1a21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3485d027-6176-46a4-b090-f53d6ea150b2 {
  text-align: center;
}




  #s-3485d027-6176-46a4-b090-f53d6ea150b2 img.shogun-image {
    
    width: px;
  }


#s-3485d027-6176-46a4-b090-f53d6ea150b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7447a9ef-bf39-4b71-b3bb-e7f49d09b0c0 {
  min-height: 50px;
}








#s-7447a9ef-bf39-4b71-b3bb-e7f49d09b0c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7447a9ef-bf39-4b71-b3bb-e7f49d09b0c0.shg-box.shg-c {
  justify-content: center;
}

#s-e395368b-f83b-437b-853d-7805b0408384 {
  min-height: 50px;
}








#s-e395368b-f83b-437b-853d-7805b0408384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e395368b-f83b-437b-853d-7805b0408384.shg-box.shg-c {
  justify-content: center;
}

#s-a0f87353-48fe-4687-bea3-bb9627ba3683 {
  text-align: center;
}




  #s-a0f87353-48fe-4687-bea3-bb9627ba3683 img.shogun-image {
    
    width: px;
  }


#s-a0f87353-48fe-4687-bea3-bb9627ba3683 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-06c91792-8e96-43f8-8594-7fd8649af5fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-c162018b-1561-473c-b726-a1089d07d9f2 {
  min-height: 50px;
}








#s-c162018b-1561-473c-b726-a1089d07d9f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c162018b-1561-473c-b726-a1089d07d9f2.shg-box.shg-c {
  justify-content: center;
}

#s-e1aa0138-4787-437e-9ec0-b38e0a860503 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1aa0138-4787-437e-9ec0-b38e0a860503 {
  display: none;
}
#s-e1aa0138-4787-437e-9ec0-b38e0a860503, #wrap-s-e1aa0138-4787-437e-9ec0-b38e0a860503 { display:none !important; }}@media (max-width: 767px){#s-e1aa0138-4787-437e-9ec0-b38e0a860503 {
  display: none;
}
#s-e1aa0138-4787-437e-9ec0-b38e0a860503, #wrap-s-e1aa0138-4787-437e-9ec0-b38e0a860503 { display:none !important; }}







#s-e1aa0138-4787-437e-9ec0-b38e0a860503 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1aa0138-4787-437e-9ec0-b38e0a860503.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7 {
  display: none;
}
#s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7, #wrap-s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7 {
  display: none;
}
#s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7, #wrap-s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6faca7c-4ec3-43e3-b2b5-ee39659021f7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2496484a-cf1e-451f-a765-4cf0b5cb02a8 {
  text-align: center;
}




  #s-2496484a-cf1e-451f-a765-4cf0b5cb02a8 img.shogun-image {
    
    width: px;
  }


#s-2496484a-cf1e-451f-a765-4cf0b5cb02a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad358a2d-a945-4896-838d-fcdbd1245196 {
  min-height: 50px;
}








#s-ad358a2d-a945-4896-838d-fcdbd1245196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad358a2d-a945-4896-838d-fcdbd1245196.shg-box.shg-c {
  justify-content: center;
}

#s-a43d18c3-2d99-4934-9ad2-9058bd56191d {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a43d18c3-2d99-4934-9ad2-9058bd56191d {
  display: none;
}
#s-a43d18c3-2d99-4934-9ad2-9058bd56191d, #wrap-s-a43d18c3-2d99-4934-9ad2-9058bd56191d { display:none !important; }}@media (max-width: 767px){#s-a43d18c3-2d99-4934-9ad2-9058bd56191d {
  display: none;
}
#s-a43d18c3-2d99-4934-9ad2-9058bd56191d, #wrap-s-a43d18c3-2d99-4934-9ad2-9058bd56191d { display:none !important; }}







#s-a43d18c3-2d99-4934-9ad2-9058bd56191d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a43d18c3-2d99-4934-9ad2-9058bd56191d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-d3cfe435-ee7c-4248-9efe-5d5694b810f5 {
  display: none;
}
#s-d3cfe435-ee7c-4248-9efe-5d5694b810f5, #wrap-s-d3cfe435-ee7c-4248-9efe-5d5694b810f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3cfe435-ee7c-4248-9efe-5d5694b810f5 {
  display: none;
}
#s-d3cfe435-ee7c-4248-9efe-5d5694b810f5, #wrap-s-d3cfe435-ee7c-4248-9efe-5d5694b810f5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d3cfe435-ee7c-4248-9efe-5d5694b810f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-73206915-7007-42c5-8404-4bde6e37b983 {
  text-align: center;
}




  #s-73206915-7007-42c5-8404-4bde6e37b983 img.shogun-image {
    
    width: px;
  }


#s-73206915-7007-42c5-8404-4bde6e37b983 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe87cca5-9080-4078-9191-a8ee608aebf9 {
  min-height: 50px;
}








#s-fe87cca5-9080-4078-9191-a8ee608aebf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe87cca5-9080-4078-9191-a8ee608aebf9.shg-box.shg-c {
  justify-content: center;
}

#s-b425d2cf-44f1-42e2-a279-3c70a82bde4a {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}

@media (min-width: 0px) {
[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b425d2cf-44f1-42e2-a279-3c70a82bde4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-579449a2-3ce3-4108-bee4-f993e6e18439 {
  text-align: center;
}




  #s-579449a2-3ce3-4108-bee4-f993e6e18439 img.shogun-image {
    
    width: px;
  }


#s-579449a2-3ce3-4108-bee4-f993e6e18439 .shogun-image-content {
  
    align-items: center;
  
}

#s-40223cf4-9997-47cb-ba66-fc833e5c725a {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40223cf4-9997-47cb-ba66-fc833e5c725a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-3fca2a71-b83a-483c-8a21-327a0b1d33c5 {
  margin-bottom: 30px;
}

#s-d75389e3-2b19-4eb3-92b0-9478532fa2a8 {
  min-height: 50px;
}








#s-d75389e3-2b19-4eb3-92b0-9478532fa2a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d75389e3-2b19-4eb3-92b0-9478532fa2a8.shg-box.shg-c {
  justify-content: center;
}

#s-1dbe4480-9f7e-46b0-b9db-800a7682cb1b {
  text-align: center;
}




  #s-1dbe4480-9f7e-46b0-b9db-800a7682cb1b img.shogun-image {
    
    width: px;
  }


#s-1dbe4480-9f7e-46b0-b9db-800a7682cb1b .shogun-image-content {
  
    align-items: center;
  
}

#s-1a69b2b2-cf99-436b-b247-c0c8b8168ac8 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a69b2b2-cf99-436b-b247-c0c8b8168ac8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-12f63e19-d23f-47ed-ae30-f4b5bfc8d3c9 {
  margin-bottom: 30px;
}

#s-ee03df63-0b1f-4805-9914-4609e0f319fc {
  min-height: 50px;
}








#s-ee03df63-0b1f-4805-9914-4609e0f319fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee03df63-0b1f-4805-9914-4609e0f319fc.shg-box.shg-c {
  justify-content: center;
}

#s-6a26a0d3-2e30-4275-be8e-03c76a9a86aa {
  text-align: center;
}




  #s-6a26a0d3-2e30-4275-be8e-03c76a9a86aa img.shogun-image {
    
    width: px;
  }


#s-6a26a0d3-2e30-4275-be8e-03c76a9a86aa .shogun-image-content {
  
    align-items: center;
  
}

#s-36fa83e9-320b-40c9-9067-edf9f33b2219 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36fa83e9-320b-40c9-9067-edf9f33b2219 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-377f7575-37e7-41e0-bb52-e1660615db5b {
  margin-bottom: 30px;
}

#s-4268dd25-7ebd-497e-9ad7-20235d516210 {
  min-height: 50px;
}








#s-4268dd25-7ebd-497e-9ad7-20235d516210 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4268dd25-7ebd-497e-9ad7-20235d516210.shg-box.shg-c {
  justify-content: center;
}

#s-62f1a6fe-42e0-4c58-9cea-9c17a8af4073 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-62f1a6fe-42e0-4c58-9cea-9c17a8af4073 {
  display: none;
}
#s-62f1a6fe-42e0-4c58-9cea-9c17a8af4073, #wrap-s-62f1a6fe-42e0-4c58-9cea-9c17a8af4073 { display:none !important; }}@media (max-width: 767px){#s-62f1a6fe-42e0-4c58-9cea-9c17a8af4073 {
  display: none;
}
#s-62f1a6fe-42e0-4c58-9cea-9c17a8af4073, #wrap-s-62f1a6fe-42e0-4c58-9cea-9c17a8af4073 { display:none !important; }}







#s-62f1a6fe-42e0-4c58-9cea-9c17a8af4073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62f1a6fe-42e0-4c58-9cea-9c17a8af4073.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-2c41706a-358c-4945-81fa-4cca6fa9bda0 {
  display: none;
}
#s-2c41706a-358c-4945-81fa-4cca6fa9bda0, #wrap-s-2c41706a-358c-4945-81fa-4cca6fa9bda0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c41706a-358c-4945-81fa-4cca6fa9bda0 {
  display: none;
}
#s-2c41706a-358c-4945-81fa-4cca6fa9bda0, #wrap-s-2c41706a-358c-4945-81fa-4cca6fa9bda0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c41706a-358c-4945-81fa-4cca6fa9bda0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f30d316d-6de6-4930-968e-c5025a5e05b7 {
  text-align: center;
}




  #s-f30d316d-6de6-4930-968e-c5025a5e05b7 img.shogun-image {
    
    width: px;
  }


#s-f30d316d-6de6-4930-968e-c5025a5e05b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-55b5d112-51d8-4c3c-92a9-cd0de108d4be {
  min-height: 50px;
}








#s-55b5d112-51d8-4c3c-92a9-cd0de108d4be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55b5d112-51d8-4c3c-92a9-cd0de108d4be.shg-box.shg-c {
  justify-content: center;
}

#s-07f01256-517e-415b-b47b-cc2ead3c96b4 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}

@media (min-width: 0px) {
[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-07f01256-517e-415b-b47b-cc2ead3c96b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-66a983b4-7306-4d85-bcb7-d0b1536d90c1 {
  text-align: center;
}




  #s-66a983b4-7306-4d85-bcb7-d0b1536d90c1 img.shogun-image {
    
    width: px;
  }


#s-66a983b4-7306-4d85-bcb7-d0b1536d90c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ebaf803-529b-402d-a4c2-9bd68cc30933 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ebaf803-529b-402d-a4c2-9bd68cc30933 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-235d1154-3043-4905-96ae-1d7a95a117ed {
  margin-bottom: 30px;
}

#s-3f89dd53-bb35-4c60-ad1f-765d9f56696d {
  min-height: 50px;
}








#s-3f89dd53-bb35-4c60-ad1f-765d9f56696d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f89dd53-bb35-4c60-ad1f-765d9f56696d.shg-box.shg-c {
  justify-content: center;
}

#s-938897aa-5810-46bd-8c7d-70cb8548da6a {
  text-align: center;
}




  #s-938897aa-5810-46bd-8c7d-70cb8548da6a img.shogun-image {
    
    width: px;
  }


#s-938897aa-5810-46bd-8c7d-70cb8548da6a .shogun-image-content {
  
    align-items: center;
  
}

#s-3a420957-9ed7-4304-919c-d16380551199 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a420957-9ed7-4304-919c-d16380551199 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-dac75bf1-8805-413c-a7b5-55df1467b0c3 {
  margin-bottom: 30px;
}

#s-5058af25-6b8b-49f6-9ecb-cf25ea90f2e2 {
  min-height: 50px;
}








#s-5058af25-6b8b-49f6-9ecb-cf25ea90f2e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5058af25-6b8b-49f6-9ecb-cf25ea90f2e2.shg-box.shg-c {
  justify-content: center;
}

#s-f911f61e-efeb-4b0d-9338-fe70a9b7c910 {
  text-align: center;
}




  #s-f911f61e-efeb-4b0d-9338-fe70a9b7c910 img.shogun-image {
    
    width: px;
  }


#s-f911f61e-efeb-4b0d-9338-fe70a9b7c910 .shogun-image-content {
  
    align-items: center;
  
}

#s-20be911c-e524-41d9-8c30-20cea68a45ec {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20be911c-e524-41d9-8c30-20cea68a45ec .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-f5a3a68c-5393-4b74-bb2a-2fe6fab0f3df {
  margin-bottom: 30px;
}

#s-d1da539a-053c-4047-b7d6-e99b3b74f4be {
  min-height: 50px;
}








#s-d1da539a-053c-4047-b7d6-e99b3b74f4be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1da539a-053c-4047-b7d6-e99b3b74f4be.shg-box.shg-c {
  justify-content: center;
}

#s-f7bb723c-205f-48c0-89c0-9b5070431b49 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7bb723c-205f-48c0-89c0-9b5070431b49 {
  display: none;
}
#s-f7bb723c-205f-48c0-89c0-9b5070431b49, #wrap-s-f7bb723c-205f-48c0-89c0-9b5070431b49 { display:none !important; }}@media (max-width: 767px){#s-f7bb723c-205f-48c0-89c0-9b5070431b49 {
  display: none;
}
#s-f7bb723c-205f-48c0-89c0-9b5070431b49, #wrap-s-f7bb723c-205f-48c0-89c0-9b5070431b49 { display:none !important; }}







#s-f7bb723c-205f-48c0-89c0-9b5070431b49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7bb723c-205f-48c0-89c0-9b5070431b49.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-82fb6290-d6a5-4a70-8f35-fb0a305942e9 {
  display: none;
}
#s-82fb6290-d6a5-4a70-8f35-fb0a305942e9, #wrap-s-82fb6290-d6a5-4a70-8f35-fb0a305942e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82fb6290-d6a5-4a70-8f35-fb0a305942e9 {
  display: none;
}
#s-82fb6290-d6a5-4a70-8f35-fb0a305942e9, #wrap-s-82fb6290-d6a5-4a70-8f35-fb0a305942e9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-82fb6290-d6a5-4a70-8f35-fb0a305942e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c9470907-0be7-497f-921e-f05aa98b46e2 {
  text-align: center;
}




  #s-c9470907-0be7-497f-921e-f05aa98b46e2 img.shogun-image {
    
    width: px;
  }


#s-c9470907-0be7-497f-921e-f05aa98b46e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-950f6042-df92-45a7-8c8c-59613257223f {
  min-height: 50px;
}








#s-950f6042-df92-45a7-8c8c-59613257223f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-950f6042-df92-45a7-8c8c-59613257223f.shg-box.shg-c {
  justify-content: center;
}

#s-ec57d2d1-8d12-490e-9dc5-fd800d9be347 {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}

@media (min-width: 0px) {
[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec57d2d1-8d12-490e-9dc5-fd800d9be347"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e267628c-b596-41ab-8055-5e4919f4a2cc {
  text-align: center;
}




  #s-e267628c-b596-41ab-8055-5e4919f4a2cc img.shogun-image {
    
    width: px;
  }


#s-e267628c-b596-41ab-8055-5e4919f4a2cc .shogun-image-content {
  
    align-items: center;
  
}

#s-fd321e9e-5a79-4ad8-b6c8-4480b1dc9a38 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd321e9e-5a79-4ad8-b6c8-4480b1dc9a38 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-d1953c5b-2c1e-4353-af73-2e35252a5634 {
  margin-bottom: 30px;
}

#s-3be1baca-348e-4bdd-8b6e-3145d389448a {
  min-height: 50px;
}








#s-3be1baca-348e-4bdd-8b6e-3145d389448a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3be1baca-348e-4bdd-8b6e-3145d389448a.shg-box.shg-c {
  justify-content: center;
}

#s-7881df8a-db3c-43e3-8b27-c46b80fa647c {
  text-align: center;
}




  #s-7881df8a-db3c-43e3-8b27-c46b80fa647c img.shogun-image {
    
    width: px;
  }


#s-7881df8a-db3c-43e3-8b27-c46b80fa647c .shogun-image-content {
  
    align-items: center;
  
}

#s-d1871ef2-b331-4111-8756-039499239bd7 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1871ef2-b331-4111-8756-039499239bd7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-8a378707-3229-4c1d-b8c1-7c784618ce89 {
  margin-bottom: 30px;
}

#s-d7d41e9f-ee40-4489-a6df-2ed6142b761f {
  min-height: 50px;
}








#s-d7d41e9f-ee40-4489-a6df-2ed6142b761f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7d41e9f-ee40-4489-a6df-2ed6142b761f.shg-box.shg-c {
  justify-content: center;
}

#s-dd102620-aa22-4067-8e93-886f440e0fe6 {
  text-align: center;
}




  #s-dd102620-aa22-4067-8e93-886f440e0fe6 img.shogun-image {
    
    width: px;
  }


#s-dd102620-aa22-4067-8e93-886f440e0fe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-99421137-73c1-40bb-901d-627db9eab74d {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99421137-73c1-40bb-901d-627db9eab74d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-e623b03b-6ee6-48a4-ae57-9e61825b6456 {
  margin-bottom: 30px;
}

#s-61eebc14-c6d4-4d78-b3e6-67f65ce79a2d {
  min-height: 50px;
}








#s-61eebc14-c6d4-4d78-b3e6-67f65ce79a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61eebc14-c6d4-4d78-b3e6-67f65ce79a2d.shg-box.shg-c {
  justify-content: center;
}

#s-f4fb9e24-43f8-4b6c-83f2-91d8586c1dc9 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f4fb9e24-43f8-4b6c-83f2-91d8586c1dc9 {
  display: none;
}
#s-f4fb9e24-43f8-4b6c-83f2-91d8586c1dc9, #wrap-s-f4fb9e24-43f8-4b6c-83f2-91d8586c1dc9 { display:none !important; }}@media (max-width: 767px){#s-f4fb9e24-43f8-4b6c-83f2-91d8586c1dc9 {
  display: none;
}
#s-f4fb9e24-43f8-4b6c-83f2-91d8586c1dc9, #wrap-s-f4fb9e24-43f8-4b6c-83f2-91d8586c1dc9 { display:none !important; }}







#s-f4fb9e24-43f8-4b6c-83f2-91d8586c1dc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4fb9e24-43f8-4b6c-83f2-91d8586c1dc9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-c007f8a1-57d7-40fe-8915-c29afcdda89d {
  display: none;
}
#s-c007f8a1-57d7-40fe-8915-c29afcdda89d, #wrap-s-c007f8a1-57d7-40fe-8915-c29afcdda89d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c007f8a1-57d7-40fe-8915-c29afcdda89d {
  display: none;
}
#s-c007f8a1-57d7-40fe-8915-c29afcdda89d, #wrap-s-c007f8a1-57d7-40fe-8915-c29afcdda89d { display:none !important; }}
@media (min-width: 0px) {
[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c007f8a1-57d7-40fe-8915-c29afcdda89d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9990d902-ca1c-4484-8494-a166b4056ac4 {
  text-align: center;
}




  #s-9990d902-ca1c-4484-8494-a166b4056ac4 img.shogun-image {
    
    width: px;
  }


#s-9990d902-ca1c-4484-8494-a166b4056ac4 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a2b65ec-dc23-4624-a3a6-0ff4f40906b9 {
  min-height: 50px;
}








#s-7a2b65ec-dc23-4624-a3a6-0ff4f40906b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a2b65ec-dc23-4624-a3a6-0ff4f40906b9.shg-box.shg-c {
  justify-content: center;
}

#s-59760df3-f71f-4947-b363-56f8a09723df {
  margin-left: auto;
margin-right: auto;
max-width: 70%;
}

@media (min-width: 0px) {
[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-59760df3-f71f-4947-b363-56f8a09723df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bdcb0541-e6a1-40ef-a3b0-f7720637a985 {
  text-align: center;
}




  #s-bdcb0541-e6a1-40ef-a3b0-f7720637a985 img.shogun-image {
    
    width: px;
  }


#s-bdcb0541-e6a1-40ef-a3b0-f7720637a985 .shogun-image-content {
  
    align-items: center;
  
}

#s-12513cff-a96e-43cd-9984-5205c4ae77dd {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12513cff-a96e-43cd-9984-5205c4ae77dd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-00cf87a2-7374-4f59-8dda-7cd28fa188c3 {
  margin-bottom: 30px;
}

#s-d2b3861e-a232-4117-a57e-9375c43225fc {
  min-height: 50px;
}








#s-d2b3861e-a232-4117-a57e-9375c43225fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b3861e-a232-4117-a57e-9375c43225fc.shg-box.shg-c {
  justify-content: center;
}

#s-3302e032-882c-4c2c-b5aa-400b78b97bb7 {
  text-align: center;
}




  #s-3302e032-882c-4c2c-b5aa-400b78b97bb7 img.shogun-image {
    
    width: px;
  }


#s-3302e032-882c-4c2c-b5aa-400b78b97bb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e38191d8-38f6-4a34-b8ad-c5d07fc5a141 {
  margin-top: 12px;
margin-bottom: 12px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e38191d8-38f6-4a34-b8ad-c5d07fc5a141 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-d61253a0-dc5e-4aac-988e-786db36bbbd6 {
  margin-bottom: 30px;
}

#s-33948b56-aae5-4200-925f-b49eebde1a32 {
  min-height: 50px;
}








#s-33948b56-aae5-4200-925f-b49eebde1a32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33948b56-aae5-4200-925f-b49eebde1a32.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
