.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  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;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-0052a294-2b13-47a1-ba2d-6a338c44346e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0052a294-2b13-47a1-ba2d-6a338c44346e {
  display: none;
}
#s-0052a294-2b13-47a1-ba2d-6a338c44346e, #wrap-s-0052a294-2b13-47a1-ba2d-6a338c44346e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0052a294-2b13-47a1-ba2d-6a338c44346e {
  display: none;
}
#s-0052a294-2b13-47a1-ba2d-6a338c44346e, #wrap-s-0052a294-2b13-47a1-ba2d-6a338c44346e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0052a294-2b13-47a1-ba2d-6a338c44346e {
  display: none;
}
#s-0052a294-2b13-47a1-ba2d-6a338c44346e, #wrap-s-0052a294-2b13-47a1-ba2d-6a338c44346e { display:none !important; }}







#s-0052a294-2b13-47a1-ba2d-6a338c44346e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0052a294-2b13-47a1-ba2d-6a338c44346e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-ebdae5c7-4749-45e9-9b7c-68abbf7ad8f4 {
  text-align: center;
}
@media (min-width: 1200px){#s-ebdae5c7-4749-45e9-9b7c-68abbf7ad8f4 {
  display: none;
}
#s-ebdae5c7-4749-45e9-9b7c-68abbf7ad8f4, #wrap-s-ebdae5c7-4749-45e9-9b7c-68abbf7ad8f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebdae5c7-4749-45e9-9b7c-68abbf7ad8f4 {
  display: none;
}
#s-ebdae5c7-4749-45e9-9b7c-68abbf7ad8f4, #wrap-s-ebdae5c7-4749-45e9-9b7c-68abbf7ad8f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebdae5c7-4749-45e9-9b7c-68abbf7ad8f4 {
  display: none;
}
#s-ebdae5c7-4749-45e9-9b7c-68abbf7ad8f4, #wrap-s-ebdae5c7-4749-45e9-9b7c-68abbf7ad8f4 { display:none !important; }}






  #s-ebdae5c7-4749-45e9-9b7c-68abbf7ad8f4 img.shogun-image {
    

    
    
    
  }


#s-ebdae5c7-4749-45e9-9b7c-68abbf7ad8f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff768d32-5000-4b2f-ac38-044b1c72cf2a {
  text-align: center;
}
@media (min-width: 1200px){#s-ff768d32-5000-4b2f-ac38-044b1c72cf2a {
  display: none;
}
#s-ff768d32-5000-4b2f-ac38-044b1c72cf2a, #wrap-s-ff768d32-5000-4b2f-ac38-044b1c72cf2a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff768d32-5000-4b2f-ac38-044b1c72cf2a {
  display: none;
}
#s-ff768d32-5000-4b2f-ac38-044b1c72cf2a, #wrap-s-ff768d32-5000-4b2f-ac38-044b1c72cf2a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff768d32-5000-4b2f-ac38-044b1c72cf2a {
  display: none;
}
#s-ff768d32-5000-4b2f-ac38-044b1c72cf2a, #wrap-s-ff768d32-5000-4b2f-ac38-044b1c72cf2a { display:none !important; }}






  #s-ff768d32-5000-4b2f-ac38-044b1c72cf2a img.shogun-image {
    

    
    
    
  }


#s-ff768d32-5000-4b2f-ac38-044b1c72cf2a .shogun-image-content {
  
    align-items: center;
  
}

#s-6f410e8f-7f43-4298-a020-ba118f7e0f4d {
  text-align: center;
}
@media (min-width: 1200px){#s-6f410e8f-7f43-4298-a020-ba118f7e0f4d {
  display: none;
}
#s-6f410e8f-7f43-4298-a020-ba118f7e0f4d, #wrap-s-6f410e8f-7f43-4298-a020-ba118f7e0f4d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f410e8f-7f43-4298-a020-ba118f7e0f4d {
  display: none;
}
#s-6f410e8f-7f43-4298-a020-ba118f7e0f4d, #wrap-s-6f410e8f-7f43-4298-a020-ba118f7e0f4d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f410e8f-7f43-4298-a020-ba118f7e0f4d {
  display: none;
}
#s-6f410e8f-7f43-4298-a020-ba118f7e0f4d, #wrap-s-6f410e8f-7f43-4298-a020-ba118f7e0f4d { display:none !important; }}






  #s-6f410e8f-7f43-4298-a020-ba118f7e0f4d img.shogun-image {
    

    
    
    
  }


#s-6f410e8f-7f43-4298-a020-ba118f7e0f4d .shogun-image-content {
  
    align-items: center;
  
}

#s-f56f289c-ed2d-42ad-9117-405da109c6bf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f56f289c-ed2d-42ad-9117-405da109c6bf {
  display: none;
}
#s-f56f289c-ed2d-42ad-9117-405da109c6bf, #wrap-s-f56f289c-ed2d-42ad-9117-405da109c6bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f56f289c-ed2d-42ad-9117-405da109c6bf {
  display: none;
}
#s-f56f289c-ed2d-42ad-9117-405da109c6bf, #wrap-s-f56f289c-ed2d-42ad-9117-405da109c6bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f56f289c-ed2d-42ad-9117-405da109c6bf {
  display: none;
}
#s-f56f289c-ed2d-42ad-9117-405da109c6bf, #wrap-s-f56f289c-ed2d-42ad-9117-405da109c6bf { display:none !important; }}







#s-f56f289c-ed2d-42ad-9117-405da109c6bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f56f289c-ed2d-42ad-9117-405da109c6bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

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

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

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

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (min-width: 1200px){#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f {
  display: none;
}
#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f, #wrap-s-60177575-8fb4-4f50-b04e-5fdcc5c1244f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f {
  display: none;
}
#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f, #wrap-s-60177575-8fb4-4f50-b04e-5fdcc5c1244f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f {
  padding-left: 0px;
padding-right: 0px;
display: none;
}
#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f, #wrap-s-60177575-8fb4-4f50-b04e-5fdcc5c1244f { display:none !important; }}@media (max-width: 767px){#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(228, 106, 104, 1);
  padding: 10px;
}

#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-60177575-8fb4-4f50-b04e-5fdcc5c1244f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-60437d6a-1e98-415a-b320-bc42918a88e1 {
  text-align: center;
}
@media (min-width: 1200px){#s-60437d6a-1e98-415a-b320-bc42918a88e1 {
  display: none;
}
#s-60437d6a-1e98-415a-b320-bc42918a88e1, #wrap-s-60437d6a-1e98-415a-b320-bc42918a88e1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60437d6a-1e98-415a-b320-bc42918a88e1 {
  display: none;
}
#s-60437d6a-1e98-415a-b320-bc42918a88e1, #wrap-s-60437d6a-1e98-415a-b320-bc42918a88e1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60437d6a-1e98-415a-b320-bc42918a88e1 {
  display: none;
}
#s-60437d6a-1e98-415a-b320-bc42918a88e1, #wrap-s-60437d6a-1e98-415a-b320-bc42918a88e1 { display:none !important; }}






  #s-60437d6a-1e98-415a-b320-bc42918a88e1 img.shogun-image {
    

    
    
    
  }


#s-60437d6a-1e98-415a-b320-bc42918a88e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2661fed1-363d-4d68-a52e-7ba763d7fbda {
  text-align: center;
}
@media (min-width: 1200px){#s-2661fed1-363d-4d68-a52e-7ba763d7fbda {
  display: none;
}
#s-2661fed1-363d-4d68-a52e-7ba763d7fbda, #wrap-s-2661fed1-363d-4d68-a52e-7ba763d7fbda { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2661fed1-363d-4d68-a52e-7ba763d7fbda {
  display: none;
}
#s-2661fed1-363d-4d68-a52e-7ba763d7fbda, #wrap-s-2661fed1-363d-4d68-a52e-7ba763d7fbda { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2661fed1-363d-4d68-a52e-7ba763d7fbda {
  display: none;
}
#s-2661fed1-363d-4d68-a52e-7ba763d7fbda, #wrap-s-2661fed1-363d-4d68-a52e-7ba763d7fbda { display:none !important; }}






  #s-2661fed1-363d-4d68-a52e-7ba763d7fbda img.shogun-image {
    

    
    
    
  }


#s-2661fed1-363d-4d68-a52e-7ba763d7fbda .shogun-image-content {
  
    align-items: center;
  
}

#s-230f81a4-27a3-4802-9748-66e6a3bd1bdc {
  text-align: center;
}
@media (min-width: 1200px){#s-230f81a4-27a3-4802-9748-66e6a3bd1bdc {
  display: none;
}
#s-230f81a4-27a3-4802-9748-66e6a3bd1bdc, #wrap-s-230f81a4-27a3-4802-9748-66e6a3bd1bdc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-230f81a4-27a3-4802-9748-66e6a3bd1bdc {
  display: none;
}
#s-230f81a4-27a3-4802-9748-66e6a3bd1bdc, #wrap-s-230f81a4-27a3-4802-9748-66e6a3bd1bdc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-230f81a4-27a3-4802-9748-66e6a3bd1bdc {
  display: none;
}
#s-230f81a4-27a3-4802-9748-66e6a3bd1bdc, #wrap-s-230f81a4-27a3-4802-9748-66e6a3bd1bdc { display:none !important; }}






  #s-230f81a4-27a3-4802-9748-66e6a3bd1bdc img.shogun-image {
    

    
    
    
  }


#s-230f81a4-27a3-4802-9748-66e6a3bd1bdc .shogun-image-content {
  
    align-items: center;
  
}

#s-09a7c059-26ef-49bf-bfa6-a735b790f4ad {
  text-align: center;
}
@media (min-width: 1200px){#s-09a7c059-26ef-49bf-bfa6-a735b790f4ad {
  display: none;
}
#s-09a7c059-26ef-49bf-bfa6-a735b790f4ad, #wrap-s-09a7c059-26ef-49bf-bfa6-a735b790f4ad { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09a7c059-26ef-49bf-bfa6-a735b790f4ad {
  display: none;
}
#s-09a7c059-26ef-49bf-bfa6-a735b790f4ad, #wrap-s-09a7c059-26ef-49bf-bfa6-a735b790f4ad { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09a7c059-26ef-49bf-bfa6-a735b790f4ad {
  display: none;
}
#s-09a7c059-26ef-49bf-bfa6-a735b790f4ad, #wrap-s-09a7c059-26ef-49bf-bfa6-a735b790f4ad { display:none !important; }}






  #s-09a7c059-26ef-49bf-bfa6-a735b790f4ad img.shogun-image {
    

    
    
    
  }


#s-09a7c059-26ef-49bf-bfa6-a735b790f4ad .shogun-image-content {
  
    align-items: center;
  
}

#s-e2f378df-f376-48b3-8338-615ac08e84d3 {
  text-align: center;
}
@media (min-width: 1200px){#s-e2f378df-f376-48b3-8338-615ac08e84d3 {
  display: none;
}
#s-e2f378df-f376-48b3-8338-615ac08e84d3, #wrap-s-e2f378df-f376-48b3-8338-615ac08e84d3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2f378df-f376-48b3-8338-615ac08e84d3 {
  display: none;
}
#s-e2f378df-f376-48b3-8338-615ac08e84d3, #wrap-s-e2f378df-f376-48b3-8338-615ac08e84d3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e2f378df-f376-48b3-8338-615ac08e84d3 {
  display: none;
}
#s-e2f378df-f376-48b3-8338-615ac08e84d3, #wrap-s-e2f378df-f376-48b3-8338-615ac08e84d3 { display:none !important; }}






  #s-e2f378df-f376-48b3-8338-615ac08e84d3 img.shogun-image {
    

    
    
    
  }


#s-e2f378df-f376-48b3-8338-615ac08e84d3 .shogun-image-content {
  
    align-items: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (min-width: 1200px){#s-5727d7cc-5b7d-4bf3-ba15-1db78d0a8d8d {
  display: none;
}
#s-5727d7cc-5b7d-4bf3-ba15-1db78d0a8d8d, #wrap-s-5727d7cc-5b7d-4bf3-ba15-1db78d0a8d8d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5727d7cc-5b7d-4bf3-ba15-1db78d0a8d8d {
  display: none;
}
#s-5727d7cc-5b7d-4bf3-ba15-1db78d0a8d8d, #wrap-s-5727d7cc-5b7d-4bf3-ba15-1db78d0a8d8d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5727d7cc-5b7d-4bf3-ba15-1db78d0a8d8d {
  display: none;
}
#s-5727d7cc-5b7d-4bf3-ba15-1db78d0a8d8d, #wrap-s-5727d7cc-5b7d-4bf3-ba15-1db78d0a8d8d { display:none !important; }}
#s-5727d7cc-5b7d-4bf3-ba15-1db78d0a8d8d hr {
  border-top: 100px solid rgba(255, 255, 255, 1);
}

#s-0454f3f5-9052-4f9b-b56f-d95b170d698a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0454f3f5-9052-4f9b-b56f-d95b170d698a {
  display: none;
}
#s-0454f3f5-9052-4f9b-b56f-d95b170d698a, #wrap-s-0454f3f5-9052-4f9b-b56f-d95b170d698a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0454f3f5-9052-4f9b-b56f-d95b170d698a {
  display: none;
}
#s-0454f3f5-9052-4f9b-b56f-d95b170d698a, #wrap-s-0454f3f5-9052-4f9b-b56f-d95b170d698a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0454f3f5-9052-4f9b-b56f-d95b170d698a {
  display: none;
}
#s-0454f3f5-9052-4f9b-b56f-d95b170d698a, #wrap-s-0454f3f5-9052-4f9b-b56f-d95b170d698a { display:none !important; }}







#s-0454f3f5-9052-4f9b-b56f-d95b170d698a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0454f3f5-9052-4f9b-b56f-d95b170d698a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21512b1f-e4e7-402d-86b1-7c94886d501c {
  text-align: center;
}
@media (min-width: 1200px){#s-21512b1f-e4e7-402d-86b1-7c94886d501c {
  display: none;
}
#s-21512b1f-e4e7-402d-86b1-7c94886d501c, #wrap-s-21512b1f-e4e7-402d-86b1-7c94886d501c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21512b1f-e4e7-402d-86b1-7c94886d501c {
  display: none;
}
#s-21512b1f-e4e7-402d-86b1-7c94886d501c, #wrap-s-21512b1f-e4e7-402d-86b1-7c94886d501c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21512b1f-e4e7-402d-86b1-7c94886d501c {
  display: none;
}
#s-21512b1f-e4e7-402d-86b1-7c94886d501c, #wrap-s-21512b1f-e4e7-402d-86b1-7c94886d501c { display:none !important; }}






  #s-21512b1f-e4e7-402d-86b1-7c94886d501c img.shogun-image {
    

    
    
    
  }


#s-21512b1f-e4e7-402d-86b1-7c94886d501c .shogun-image-content {
  
    align-items: center;
  
}

#s-d801af78-7cf3-45f7-aca2-95fda033ee4b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d801af78-7cf3-45f7-aca2-95fda033ee4b {
  display: none;
}
#s-d801af78-7cf3-45f7-aca2-95fda033ee4b, #wrap-s-d801af78-7cf3-45f7-aca2-95fda033ee4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d801af78-7cf3-45f7-aca2-95fda033ee4b {
  display: none;
}
#s-d801af78-7cf3-45f7-aca2-95fda033ee4b, #wrap-s-d801af78-7cf3-45f7-aca2-95fda033ee4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d801af78-7cf3-45f7-aca2-95fda033ee4b {
  display: none;
}
#s-d801af78-7cf3-45f7-aca2-95fda033ee4b, #wrap-s-d801af78-7cf3-45f7-aca2-95fda033ee4b { display:none !important; }}







#s-d801af78-7cf3-45f7-aca2-95fda033ee4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d801af78-7cf3-45f7-aca2-95fda033ee4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

@media (min-width: 1200px){#s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f {
  display: none;
}
#s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f, #wrap-s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f {
  display: none;
}
#s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f, #wrap-s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f {
  display: none;
}
#s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f, #wrap-s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f { display:none !important; }}@media (max-width: 767px){#s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f {
  padding-left: 25px;
padding-right: 25px;
}
}

  #s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 164, 37, 1);
    border: 1px solid #ddd;
  }
#s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(134, 134, 134, 1);
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 164, 37, 1);
}

#s-1d4ae637-d1c6-4f20-a53f-5f410bb2901f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-a12a2994-104a-4ceb-befd-a9b03f03ad06 {
  text-align: center;
}
@media (min-width: 1200px){#s-a12a2994-104a-4ceb-befd-a9b03f03ad06 {
  display: none;
}
#s-a12a2994-104a-4ceb-befd-a9b03f03ad06, #wrap-s-a12a2994-104a-4ceb-befd-a9b03f03ad06 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a12a2994-104a-4ceb-befd-a9b03f03ad06 {
  display: none;
}
#s-a12a2994-104a-4ceb-befd-a9b03f03ad06, #wrap-s-a12a2994-104a-4ceb-befd-a9b03f03ad06 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a12a2994-104a-4ceb-befd-a9b03f03ad06 {
  display: none;
}
#s-a12a2994-104a-4ceb-befd-a9b03f03ad06, #wrap-s-a12a2994-104a-4ceb-befd-a9b03f03ad06 { display:none !important; }}






  #s-a12a2994-104a-4ceb-befd-a9b03f03ad06 img.shogun-image {
    

    
    
    
  }


#s-a12a2994-104a-4ceb-befd-a9b03f03ad06 .shogun-image-content {
  
    align-items: center;
  
}

#s-897ad0a0-9f57-4743-af71-bd6a80c27980 {
  text-align: center;
}
@media (min-width: 1200px){#s-897ad0a0-9f57-4743-af71-bd6a80c27980 {
  display: none;
}
#s-897ad0a0-9f57-4743-af71-bd6a80c27980, #wrap-s-897ad0a0-9f57-4743-af71-bd6a80c27980 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-897ad0a0-9f57-4743-af71-bd6a80c27980 {
  display: none;
}
#s-897ad0a0-9f57-4743-af71-bd6a80c27980, #wrap-s-897ad0a0-9f57-4743-af71-bd6a80c27980 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-897ad0a0-9f57-4743-af71-bd6a80c27980 {
  display: none;
}
#s-897ad0a0-9f57-4743-af71-bd6a80c27980, #wrap-s-897ad0a0-9f57-4743-af71-bd6a80c27980 { display:none !important; }}






  #s-897ad0a0-9f57-4743-af71-bd6a80c27980 img.shogun-image {
    

    
    
    
  }


#s-897ad0a0-9f57-4743-af71-bd6a80c27980 .shogun-image-content {
  
    align-items: center;
  
}

#s-09551e78-5784-43ce-a8db-ba4081fca582 {
  text-align: center;
}
@media (min-width: 1200px){#s-09551e78-5784-43ce-a8db-ba4081fca582 {
  display: none;
}
#s-09551e78-5784-43ce-a8db-ba4081fca582, #wrap-s-09551e78-5784-43ce-a8db-ba4081fca582 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09551e78-5784-43ce-a8db-ba4081fca582 {
  display: none;
}
#s-09551e78-5784-43ce-a8db-ba4081fca582, #wrap-s-09551e78-5784-43ce-a8db-ba4081fca582 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09551e78-5784-43ce-a8db-ba4081fca582 {
  display: none;
}
#s-09551e78-5784-43ce-a8db-ba4081fca582, #wrap-s-09551e78-5784-43ce-a8db-ba4081fca582 { display:none !important; }}






  #s-09551e78-5784-43ce-a8db-ba4081fca582 img.shogun-image {
    

    
    
    
  }


#s-09551e78-5784-43ce-a8db-ba4081fca582 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6dda592-51fb-4257-96bb-9697e43fc0a5 {
  text-align: center;
}
@media (min-width: 1200px){#s-e6dda592-51fb-4257-96bb-9697e43fc0a5 {
  display: none;
}
#s-e6dda592-51fb-4257-96bb-9697e43fc0a5, #wrap-s-e6dda592-51fb-4257-96bb-9697e43fc0a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6dda592-51fb-4257-96bb-9697e43fc0a5 {
  display: none;
}
#s-e6dda592-51fb-4257-96bb-9697e43fc0a5, #wrap-s-e6dda592-51fb-4257-96bb-9697e43fc0a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6dda592-51fb-4257-96bb-9697e43fc0a5 {
  display: none;
}
#s-e6dda592-51fb-4257-96bb-9697e43fc0a5, #wrap-s-e6dda592-51fb-4257-96bb-9697e43fc0a5 { display:none !important; }}






  #s-e6dda592-51fb-4257-96bb-9697e43fc0a5 img.shogun-image {
    

    
    
    
  }


#s-e6dda592-51fb-4257-96bb-9697e43fc0a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-5356d12c-a285-4b16-b060-242f5ac0e550 {
  text-align: center;
}
@media (min-width: 1200px){#s-5356d12c-a285-4b16-b060-242f5ac0e550 {
  display: none;
}
#s-5356d12c-a285-4b16-b060-242f5ac0e550, #wrap-s-5356d12c-a285-4b16-b060-242f5ac0e550 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5356d12c-a285-4b16-b060-242f5ac0e550 {
  display: none;
}
#s-5356d12c-a285-4b16-b060-242f5ac0e550, #wrap-s-5356d12c-a285-4b16-b060-242f5ac0e550 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5356d12c-a285-4b16-b060-242f5ac0e550 {
  display: none;
}
#s-5356d12c-a285-4b16-b060-242f5ac0e550, #wrap-s-5356d12c-a285-4b16-b060-242f5ac0e550 { display:none !important; }}






  #s-5356d12c-a285-4b16-b060-242f5ac0e550 img.shogun-image {
    

    
    
    
  }


#s-5356d12c-a285-4b16-b060-242f5ac0e550 .shogun-image-content {
  
    align-items: center;
  
}

#s-38cfa20f-2923-4bfb-8adc-b406f1325ae0 {
  text-align: center;
}
@media (min-width: 1200px){#s-38cfa20f-2923-4bfb-8adc-b406f1325ae0 {
  display: none;
}
#s-38cfa20f-2923-4bfb-8adc-b406f1325ae0, #wrap-s-38cfa20f-2923-4bfb-8adc-b406f1325ae0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38cfa20f-2923-4bfb-8adc-b406f1325ae0 {
  display: none;
}
#s-38cfa20f-2923-4bfb-8adc-b406f1325ae0, #wrap-s-38cfa20f-2923-4bfb-8adc-b406f1325ae0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38cfa20f-2923-4bfb-8adc-b406f1325ae0 {
  display: none;
}
#s-38cfa20f-2923-4bfb-8adc-b406f1325ae0, #wrap-s-38cfa20f-2923-4bfb-8adc-b406f1325ae0 { display:none !important; }}






  #s-38cfa20f-2923-4bfb-8adc-b406f1325ae0 img.shogun-image {
    

    
    
    
  }


#s-38cfa20f-2923-4bfb-8adc-b406f1325ae0 .shogun-image-content {
  
    align-items: center;
  
}

#s-19fc1641-ce30-48bd-91df-bb58c73fa8bf {
  text-align: center;
}
@media (min-width: 1200px){#s-19fc1641-ce30-48bd-91df-bb58c73fa8bf {
  display: none;
}
#s-19fc1641-ce30-48bd-91df-bb58c73fa8bf, #wrap-s-19fc1641-ce30-48bd-91df-bb58c73fa8bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19fc1641-ce30-48bd-91df-bb58c73fa8bf {
  display: none;
}
#s-19fc1641-ce30-48bd-91df-bb58c73fa8bf, #wrap-s-19fc1641-ce30-48bd-91df-bb58c73fa8bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19fc1641-ce30-48bd-91df-bb58c73fa8bf {
  display: none;
}
#s-19fc1641-ce30-48bd-91df-bb58c73fa8bf, #wrap-s-19fc1641-ce30-48bd-91df-bb58c73fa8bf { display:none !important; }}






  #s-19fc1641-ce30-48bd-91df-bb58c73fa8bf img.shogun-image {
    

    
    
    
  }


#s-19fc1641-ce30-48bd-91df-bb58c73fa8bf .shogun-image-content {
  
    align-items: center;
  
}

#s-438de77d-6fbd-4776-a2b3-93c0183425dd {
  text-align: center;
}
@media (min-width: 1200px){#s-438de77d-6fbd-4776-a2b3-93c0183425dd {
  display: none;
}
#s-438de77d-6fbd-4776-a2b3-93c0183425dd, #wrap-s-438de77d-6fbd-4776-a2b3-93c0183425dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-438de77d-6fbd-4776-a2b3-93c0183425dd {
  display: none;
}
#s-438de77d-6fbd-4776-a2b3-93c0183425dd, #wrap-s-438de77d-6fbd-4776-a2b3-93c0183425dd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-438de77d-6fbd-4776-a2b3-93c0183425dd {
  display: none;
}
#s-438de77d-6fbd-4776-a2b3-93c0183425dd, #wrap-s-438de77d-6fbd-4776-a2b3-93c0183425dd { display:none !important; }}






  #s-438de77d-6fbd-4776-a2b3-93c0183425dd img.shogun-image {
    

    
    
    
  }


#s-438de77d-6fbd-4776-a2b3-93c0183425dd .shogun-image-content {
  
    align-items: center;
  
}

#s-170f0468-680a-49fe-b8d6-bbccf315eebd {
  text-align: center;
}
@media (min-width: 1200px){#s-170f0468-680a-49fe-b8d6-bbccf315eebd {
  display: none;
}
#s-170f0468-680a-49fe-b8d6-bbccf315eebd, #wrap-s-170f0468-680a-49fe-b8d6-bbccf315eebd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-170f0468-680a-49fe-b8d6-bbccf315eebd {
  display: none;
}
#s-170f0468-680a-49fe-b8d6-bbccf315eebd, #wrap-s-170f0468-680a-49fe-b8d6-bbccf315eebd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-170f0468-680a-49fe-b8d6-bbccf315eebd {
  display: none;
}
#s-170f0468-680a-49fe-b8d6-bbccf315eebd, #wrap-s-170f0468-680a-49fe-b8d6-bbccf315eebd { display:none !important; }}






  #s-170f0468-680a-49fe-b8d6-bbccf315eebd img.shogun-image {
    

    
    
    
  }


#s-170f0468-680a-49fe-b8d6-bbccf315eebd .shogun-image-content {
  
    align-items: center;
  
}

#s-8b2a98b2-6c1c-41bc-bd63-ac3eeea90a27 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8b2a98b2-6c1c-41bc-bd63-ac3eeea90a27 {
  display: none;
}
#s-8b2a98b2-6c1c-41bc-bd63-ac3eeea90a27, #wrap-s-8b2a98b2-6c1c-41bc-bd63-ac3eeea90a27 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b2a98b2-6c1c-41bc-bd63-ac3eeea90a27 {
  display: none;
}
#s-8b2a98b2-6c1c-41bc-bd63-ac3eeea90a27, #wrap-s-8b2a98b2-6c1c-41bc-bd63-ac3eeea90a27 { display:none !important; }}@media (max-width: 767px){#s-8b2a98b2-6c1c-41bc-bd63-ac3eeea90a27 {
  display: none;
}
#s-8b2a98b2-6c1c-41bc-bd63-ac3eeea90a27, #wrap-s-8b2a98b2-6c1c-41bc-bd63-ac3eeea90a27 { display:none !important; }}







#s-8b2a98b2-6c1c-41bc-bd63-ac3eeea90a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b2a98b2-6c1c-41bc-bd63-ac3eeea90a27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70b3490c-dbbd-435d-a03c-19e6974006b3 {
  text-align: center;
}
@media (min-width: 1200px){#s-70b3490c-dbbd-435d-a03c-19e6974006b3 {
  display: none;
}
#s-70b3490c-dbbd-435d-a03c-19e6974006b3, #wrap-s-70b3490c-dbbd-435d-a03c-19e6974006b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70b3490c-dbbd-435d-a03c-19e6974006b3 {
  display: none;
}
#s-70b3490c-dbbd-435d-a03c-19e6974006b3, #wrap-s-70b3490c-dbbd-435d-a03c-19e6974006b3 { display:none !important; }}@media (max-width: 767px){#s-70b3490c-dbbd-435d-a03c-19e6974006b3 {
  display: none;
}
#s-70b3490c-dbbd-435d-a03c-19e6974006b3, #wrap-s-70b3490c-dbbd-435d-a03c-19e6974006b3 { display:none !important; }}






  #s-70b3490c-dbbd-435d-a03c-19e6974006b3 img.shogun-image {
    

    
    
    
  }


#s-70b3490c-dbbd-435d-a03c-19e6974006b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ffb6d63-d51d-40bd-89c6-53d2960b6f94 {
  text-align: center;
}
@media (min-width: 1200px){#s-9ffb6d63-d51d-40bd-89c6-53d2960b6f94 {
  display: none;
}
#s-9ffb6d63-d51d-40bd-89c6-53d2960b6f94, #wrap-s-9ffb6d63-d51d-40bd-89c6-53d2960b6f94 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ffb6d63-d51d-40bd-89c6-53d2960b6f94 {
  display: none;
}
#s-9ffb6d63-d51d-40bd-89c6-53d2960b6f94, #wrap-s-9ffb6d63-d51d-40bd-89c6-53d2960b6f94 { display:none !important; }}@media (max-width: 767px){#s-9ffb6d63-d51d-40bd-89c6-53d2960b6f94 {
  display: none;
}
#s-9ffb6d63-d51d-40bd-89c6-53d2960b6f94, #wrap-s-9ffb6d63-d51d-40bd-89c6-53d2960b6f94 { display:none !important; }}






  #s-9ffb6d63-d51d-40bd-89c6-53d2960b6f94 img.shogun-image {
    

    
    
    
  }


#s-9ffb6d63-d51d-40bd-89c6-53d2960b6f94 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d56f485-ddd4-4762-a3e8-91233bcbabb9 {
  text-align: center;
}
@media (min-width: 1200px){#s-2d56f485-ddd4-4762-a3e8-91233bcbabb9 {
  display: none;
}
#s-2d56f485-ddd4-4762-a3e8-91233bcbabb9, #wrap-s-2d56f485-ddd4-4762-a3e8-91233bcbabb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d56f485-ddd4-4762-a3e8-91233bcbabb9 {
  display: none;
}
#s-2d56f485-ddd4-4762-a3e8-91233bcbabb9, #wrap-s-2d56f485-ddd4-4762-a3e8-91233bcbabb9 { display:none !important; }}@media (max-width: 767px){#s-2d56f485-ddd4-4762-a3e8-91233bcbabb9 {
  display: none;
}
#s-2d56f485-ddd4-4762-a3e8-91233bcbabb9, #wrap-s-2d56f485-ddd4-4762-a3e8-91233bcbabb9 { display:none !important; }}






  #s-2d56f485-ddd4-4762-a3e8-91233bcbabb9 img.shogun-image {
    

    
    
    
  }


#s-2d56f485-ddd4-4762-a3e8-91233bcbabb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a20434f6-5172-4637-a5ed-e34b3b101fdf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a20434f6-5172-4637-a5ed-e34b3b101fdf {
  display: none;
}
#s-a20434f6-5172-4637-a5ed-e34b3b101fdf, #wrap-s-a20434f6-5172-4637-a5ed-e34b3b101fdf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a20434f6-5172-4637-a5ed-e34b3b101fdf {
  display: none;
}
#s-a20434f6-5172-4637-a5ed-e34b3b101fdf, #wrap-s-a20434f6-5172-4637-a5ed-e34b3b101fdf { display:none !important; }}@media (max-width: 767px){#s-a20434f6-5172-4637-a5ed-e34b3b101fdf {
  display: none;
}
#s-a20434f6-5172-4637-a5ed-e34b3b101fdf, #wrap-s-a20434f6-5172-4637-a5ed-e34b3b101fdf { display:none !important; }}







#s-a20434f6-5172-4637-a5ed-e34b3b101fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a20434f6-5172-4637-a5ed-e34b3b101fdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 {
  display: none;
}
#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349, #wrap-s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 {
  display: none;
}
#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349, #wrap-s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 {
  display: none;
}
#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349, #wrap-s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 { display:none !important; }}
#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(228, 106, 104, 1);
  padding: 10px;
}

#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(38, 38, 38, 1);
}

#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(38, 38, 38, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-2c76f68b-a0b7-4b0f-a3ea-eada6bca1349 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-568e4042-a7aa-44c9-adcc-11487e452ce6 {
  text-align: center;
}
@media (min-width: 1200px){#s-568e4042-a7aa-44c9-adcc-11487e452ce6 {
  display: none;
}
#s-568e4042-a7aa-44c9-adcc-11487e452ce6, #wrap-s-568e4042-a7aa-44c9-adcc-11487e452ce6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-568e4042-a7aa-44c9-adcc-11487e452ce6 {
  display: none;
}
#s-568e4042-a7aa-44c9-adcc-11487e452ce6, #wrap-s-568e4042-a7aa-44c9-adcc-11487e452ce6 { display:none !important; }}@media (max-width: 767px){#s-568e4042-a7aa-44c9-adcc-11487e452ce6 {
  display: none;
}
#s-568e4042-a7aa-44c9-adcc-11487e452ce6, #wrap-s-568e4042-a7aa-44c9-adcc-11487e452ce6 { display:none !important; }}






  #s-568e4042-a7aa-44c9-adcc-11487e452ce6 img.shogun-image {
    

    
    
    
  }


#s-568e4042-a7aa-44c9-adcc-11487e452ce6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b01a1069-0a68-4e67-853a-3db86b6ef49d {
  text-align: center;
}
@media (min-width: 1200px){#s-b01a1069-0a68-4e67-853a-3db86b6ef49d {
  display: none;
}
#s-b01a1069-0a68-4e67-853a-3db86b6ef49d, #wrap-s-b01a1069-0a68-4e67-853a-3db86b6ef49d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b01a1069-0a68-4e67-853a-3db86b6ef49d {
  display: none;
}
#s-b01a1069-0a68-4e67-853a-3db86b6ef49d, #wrap-s-b01a1069-0a68-4e67-853a-3db86b6ef49d { display:none !important; }}@media (max-width: 767px){#s-b01a1069-0a68-4e67-853a-3db86b6ef49d {
  display: none;
}
#s-b01a1069-0a68-4e67-853a-3db86b6ef49d, #wrap-s-b01a1069-0a68-4e67-853a-3db86b6ef49d { display:none !important; }}






  #s-b01a1069-0a68-4e67-853a-3db86b6ef49d img.shogun-image {
    

    
    
    
  }


#s-b01a1069-0a68-4e67-853a-3db86b6ef49d .shogun-image-content {
  
    align-items: center;
  
}

#s-44d5e0f8-ddb7-4787-b24c-b8566679d270 {
  text-align: center;
}
@media (min-width: 1200px){#s-44d5e0f8-ddb7-4787-b24c-b8566679d270 {
  display: none;
}
#s-44d5e0f8-ddb7-4787-b24c-b8566679d270, #wrap-s-44d5e0f8-ddb7-4787-b24c-b8566679d270 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44d5e0f8-ddb7-4787-b24c-b8566679d270 {
  display: none;
}
#s-44d5e0f8-ddb7-4787-b24c-b8566679d270, #wrap-s-44d5e0f8-ddb7-4787-b24c-b8566679d270 { display:none !important; }}@media (max-width: 767px){#s-44d5e0f8-ddb7-4787-b24c-b8566679d270 {
  display: none;
}
#s-44d5e0f8-ddb7-4787-b24c-b8566679d270, #wrap-s-44d5e0f8-ddb7-4787-b24c-b8566679d270 { display:none !important; }}






  #s-44d5e0f8-ddb7-4787-b24c-b8566679d270 img.shogun-image {
    

    
    
    
  }


#s-44d5e0f8-ddb7-4787-b24c-b8566679d270 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8159daf-385b-429d-98c1-fd00296ff323 {
  text-align: center;
}
@media (min-width: 1200px){#s-b8159daf-385b-429d-98c1-fd00296ff323 {
  display: none;
}
#s-b8159daf-385b-429d-98c1-fd00296ff323, #wrap-s-b8159daf-385b-429d-98c1-fd00296ff323 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8159daf-385b-429d-98c1-fd00296ff323 {
  display: none;
}
#s-b8159daf-385b-429d-98c1-fd00296ff323, #wrap-s-b8159daf-385b-429d-98c1-fd00296ff323 { display:none !important; }}@media (max-width: 767px){#s-b8159daf-385b-429d-98c1-fd00296ff323 {
  display: none;
}
#s-b8159daf-385b-429d-98c1-fd00296ff323, #wrap-s-b8159daf-385b-429d-98c1-fd00296ff323 { display:none !important; }}






  #s-b8159daf-385b-429d-98c1-fd00296ff323 img.shogun-image {
    

    
    
    
  }


#s-b8159daf-385b-429d-98c1-fd00296ff323 .shogun-image-content {
  
    align-items: center;
  
}

#s-98b7f4f0-8795-4cb4-b63d-95624beb9c42 {
  text-align: center;
}
@media (min-width: 1200px){#s-98b7f4f0-8795-4cb4-b63d-95624beb9c42 {
  display: none;
}
#s-98b7f4f0-8795-4cb4-b63d-95624beb9c42, #wrap-s-98b7f4f0-8795-4cb4-b63d-95624beb9c42 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98b7f4f0-8795-4cb4-b63d-95624beb9c42 {
  display: none;
}
#s-98b7f4f0-8795-4cb4-b63d-95624beb9c42, #wrap-s-98b7f4f0-8795-4cb4-b63d-95624beb9c42 { display:none !important; }}@media (max-width: 767px){#s-98b7f4f0-8795-4cb4-b63d-95624beb9c42 {
  display: none;
}
#s-98b7f4f0-8795-4cb4-b63d-95624beb9c42, #wrap-s-98b7f4f0-8795-4cb4-b63d-95624beb9c42 { display:none !important; }}






  #s-98b7f4f0-8795-4cb4-b63d-95624beb9c42 img.shogun-image {
    

    
    
    
  }


#s-98b7f4f0-8795-4cb4-b63d-95624beb9c42 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-7544e8b8-45d4-4759-83ed-6c8b75b974bf {
  display: none;
}
#s-7544e8b8-45d4-4759-83ed-6c8b75b974bf, #wrap-s-7544e8b8-45d4-4759-83ed-6c8b75b974bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7544e8b8-45d4-4759-83ed-6c8b75b974bf {
  display: none;
}
#s-7544e8b8-45d4-4759-83ed-6c8b75b974bf, #wrap-s-7544e8b8-45d4-4759-83ed-6c8b75b974bf { display:none !important; }}@media (max-width: 767px){#s-7544e8b8-45d4-4759-83ed-6c8b75b974bf {
  display: none;
}
#s-7544e8b8-45d4-4759-83ed-6c8b75b974bf, #wrap-s-7544e8b8-45d4-4759-83ed-6c8b75b974bf { display:none !important; }}
#s-7544e8b8-45d4-4759-83ed-6c8b75b974bf hr {
  border-top: 75px solid rgba(255, 255, 255, 1);
}

#s-9caffbb8-0bd0-4c94-b9eb-d1d1789f3299 {
  text-align: center;
}
@media (min-width: 1200px){#s-9caffbb8-0bd0-4c94-b9eb-d1d1789f3299 {
  display: none;
}
#s-9caffbb8-0bd0-4c94-b9eb-d1d1789f3299, #wrap-s-9caffbb8-0bd0-4c94-b9eb-d1d1789f3299 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9caffbb8-0bd0-4c94-b9eb-d1d1789f3299 {
  display: none;
}
#s-9caffbb8-0bd0-4c94-b9eb-d1d1789f3299, #wrap-s-9caffbb8-0bd0-4c94-b9eb-d1d1789f3299 { display:none !important; }}@media (max-width: 767px){#s-9caffbb8-0bd0-4c94-b9eb-d1d1789f3299 {
  display: none;
}
#s-9caffbb8-0bd0-4c94-b9eb-d1d1789f3299, #wrap-s-9caffbb8-0bd0-4c94-b9eb-d1d1789f3299 { display:none !important; }}






  #s-9caffbb8-0bd0-4c94-b9eb-d1d1789f3299 img.shogun-image {
    

    
    
    
  }


#s-9caffbb8-0bd0-4c94-b9eb-d1d1789f3299 .shogun-image-content {
  
    align-items: center;
  
}

#s-70bb2cd9-2e54-4df7-8a77-293e32668a9d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-70bb2cd9-2e54-4df7-8a77-293e32668a9d {
  display: none;
}
#s-70bb2cd9-2e54-4df7-8a77-293e32668a9d, #wrap-s-70bb2cd9-2e54-4df7-8a77-293e32668a9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70bb2cd9-2e54-4df7-8a77-293e32668a9d {
  display: none;
}
#s-70bb2cd9-2e54-4df7-8a77-293e32668a9d, #wrap-s-70bb2cd9-2e54-4df7-8a77-293e32668a9d { display:none !important; }}@media (max-width: 767px){#s-70bb2cd9-2e54-4df7-8a77-293e32668a9d {
  display: none;
}
#s-70bb2cd9-2e54-4df7-8a77-293e32668a9d, #wrap-s-70bb2cd9-2e54-4df7-8a77-293e32668a9d { display:none !important; }}







#s-70bb2cd9-2e54-4df7-8a77-293e32668a9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70bb2cd9-2e54-4df7-8a77-293e32668a9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d {
  display: none;
}
#s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d, #wrap-s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d {
  display: none;
}
#s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d, #wrap-s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d {
  display: none;
}
#s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d, #wrap-s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d { display:none !important; }}

  #s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 164, 37, 1);
    border: 1px solid #ddd;
  }
#s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(134, 134, 134, 1);
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(38, 38, 38, 1);
}

#s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 164, 37, 1);
}

#s-3ee2e72f-2971-4ebe-b0f6-cbcd15eac67d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-a7b4d0b8-ed82-4b7d-8dbe-6841d2b9d6c1 {
  text-align: center;
}







  #s-a7b4d0b8-ed82-4b7d-8dbe-6841d2b9d6c1 img.shogun-image {
    

    
    
    
  }


#s-a7b4d0b8-ed82-4b7d-8dbe-6841d2b9d6c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8deb99c5-9baa-485d-806b-255c772972ba {
  text-align: center;
}
@media (min-width: 1200px){#s-8deb99c5-9baa-485d-806b-255c772972ba {
  display: none;
}
#s-8deb99c5-9baa-485d-806b-255c772972ba, #wrap-s-8deb99c5-9baa-485d-806b-255c772972ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8deb99c5-9baa-485d-806b-255c772972ba {
  display: none;
}
#s-8deb99c5-9baa-485d-806b-255c772972ba, #wrap-s-8deb99c5-9baa-485d-806b-255c772972ba { display:none !important; }}@media (max-width: 767px){#s-8deb99c5-9baa-485d-806b-255c772972ba {
  display: none;
}
#s-8deb99c5-9baa-485d-806b-255c772972ba, #wrap-s-8deb99c5-9baa-485d-806b-255c772972ba { display:none !important; }}






  #s-8deb99c5-9baa-485d-806b-255c772972ba img.shogun-image {
    

    
    
    
  }


#s-8deb99c5-9baa-485d-806b-255c772972ba .shogun-image-content {
  
    align-items: center;
  
}

#s-52ddbb08-a5c8-483f-a134-2a908c437c02 {
  text-align: center;
}
@media (min-width: 1200px){#s-52ddbb08-a5c8-483f-a134-2a908c437c02 {
  display: none;
}
#s-52ddbb08-a5c8-483f-a134-2a908c437c02, #wrap-s-52ddbb08-a5c8-483f-a134-2a908c437c02 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52ddbb08-a5c8-483f-a134-2a908c437c02 {
  display: none;
}
#s-52ddbb08-a5c8-483f-a134-2a908c437c02, #wrap-s-52ddbb08-a5c8-483f-a134-2a908c437c02 { display:none !important; }}@media (max-width: 767px){#s-52ddbb08-a5c8-483f-a134-2a908c437c02 {
  display: none;
}
#s-52ddbb08-a5c8-483f-a134-2a908c437c02, #wrap-s-52ddbb08-a5c8-483f-a134-2a908c437c02 { display:none !important; }}






  #s-52ddbb08-a5c8-483f-a134-2a908c437c02 img.shogun-image {
    

    
    
    
  }


#s-52ddbb08-a5c8-483f-a134-2a908c437c02 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcaccebf-62f4-4163-957a-21486181da0e {
  text-align: center;
}
@media (min-width: 1200px){#s-fcaccebf-62f4-4163-957a-21486181da0e {
  display: none;
}
#s-fcaccebf-62f4-4163-957a-21486181da0e, #wrap-s-fcaccebf-62f4-4163-957a-21486181da0e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fcaccebf-62f4-4163-957a-21486181da0e {
  display: none;
}
#s-fcaccebf-62f4-4163-957a-21486181da0e, #wrap-s-fcaccebf-62f4-4163-957a-21486181da0e { display:none !important; }}@media (max-width: 767px){#s-fcaccebf-62f4-4163-957a-21486181da0e {
  display: none;
}
#s-fcaccebf-62f4-4163-957a-21486181da0e, #wrap-s-fcaccebf-62f4-4163-957a-21486181da0e { display:none !important; }}






  #s-fcaccebf-62f4-4163-957a-21486181da0e img.shogun-image {
    

    
    
    
  }


#s-fcaccebf-62f4-4163-957a-21486181da0e .shogun-image-content {
  
    align-items: center;
  
}

#s-3249ac1d-0a9f-41f3-9d88-3a382ca65afc {
  text-align: center;
}
@media (min-width: 1200px){#s-3249ac1d-0a9f-41f3-9d88-3a382ca65afc {
  display: none;
}
#s-3249ac1d-0a9f-41f3-9d88-3a382ca65afc, #wrap-s-3249ac1d-0a9f-41f3-9d88-3a382ca65afc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3249ac1d-0a9f-41f3-9d88-3a382ca65afc {
  display: none;
}
#s-3249ac1d-0a9f-41f3-9d88-3a382ca65afc, #wrap-s-3249ac1d-0a9f-41f3-9d88-3a382ca65afc { display:none !important; }}@media (max-width: 767px){#s-3249ac1d-0a9f-41f3-9d88-3a382ca65afc {
  display: none;
}
#s-3249ac1d-0a9f-41f3-9d88-3a382ca65afc, #wrap-s-3249ac1d-0a9f-41f3-9d88-3a382ca65afc { display:none !important; }}






  #s-3249ac1d-0a9f-41f3-9d88-3a382ca65afc img.shogun-image {
    

    
    
    
  }


#s-3249ac1d-0a9f-41f3-9d88-3a382ca65afc .shogun-image-content {
  
    align-items: center;
  
}

#s-46f03350-2a81-42aa-9117-f52862ff49f0 {
  text-align: center;
}
@media (min-width: 1200px){#s-46f03350-2a81-42aa-9117-f52862ff49f0 {
  display: none;
}
#s-46f03350-2a81-42aa-9117-f52862ff49f0, #wrap-s-46f03350-2a81-42aa-9117-f52862ff49f0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46f03350-2a81-42aa-9117-f52862ff49f0 {
  display: none;
}
#s-46f03350-2a81-42aa-9117-f52862ff49f0, #wrap-s-46f03350-2a81-42aa-9117-f52862ff49f0 { display:none !important; }}@media (max-width: 767px){#s-46f03350-2a81-42aa-9117-f52862ff49f0 {
  display: none;
}
#s-46f03350-2a81-42aa-9117-f52862ff49f0, #wrap-s-46f03350-2a81-42aa-9117-f52862ff49f0 { display:none !important; }}






  #s-46f03350-2a81-42aa-9117-f52862ff49f0 img.shogun-image {
    

    
    
    
  }


#s-46f03350-2a81-42aa-9117-f52862ff49f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-86663e1a-7b6d-48f5-94e2-53ce0bd75a97 {
  text-align: center;
}
@media (min-width: 1200px){#s-86663e1a-7b6d-48f5-94e2-53ce0bd75a97 {
  display: none;
}
#s-86663e1a-7b6d-48f5-94e2-53ce0bd75a97, #wrap-s-86663e1a-7b6d-48f5-94e2-53ce0bd75a97 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86663e1a-7b6d-48f5-94e2-53ce0bd75a97 {
  display: none;
}
#s-86663e1a-7b6d-48f5-94e2-53ce0bd75a97, #wrap-s-86663e1a-7b6d-48f5-94e2-53ce0bd75a97 { display:none !important; }}@media (max-width: 767px){#s-86663e1a-7b6d-48f5-94e2-53ce0bd75a97 {
  display: none;
}
#s-86663e1a-7b6d-48f5-94e2-53ce0bd75a97, #wrap-s-86663e1a-7b6d-48f5-94e2-53ce0bd75a97 { display:none !important; }}






  #s-86663e1a-7b6d-48f5-94e2-53ce0bd75a97 img.shogun-image {
    

    
    
    
  }


#s-86663e1a-7b6d-48f5-94e2-53ce0bd75a97 .shogun-image-content {
  
    align-items: center;
  
}

#s-81885dae-59ac-431e-b864-6df00ff4a6a9 {
  text-align: center;
}
@media (min-width: 1200px){#s-81885dae-59ac-431e-b864-6df00ff4a6a9 {
  display: none;
}
#s-81885dae-59ac-431e-b864-6df00ff4a6a9, #wrap-s-81885dae-59ac-431e-b864-6df00ff4a6a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81885dae-59ac-431e-b864-6df00ff4a6a9 {
  display: none;
}
#s-81885dae-59ac-431e-b864-6df00ff4a6a9, #wrap-s-81885dae-59ac-431e-b864-6df00ff4a6a9 { display:none !important; }}@media (max-width: 767px){#s-81885dae-59ac-431e-b864-6df00ff4a6a9 {
  display: none;
}
#s-81885dae-59ac-431e-b864-6df00ff4a6a9, #wrap-s-81885dae-59ac-431e-b864-6df00ff4a6a9 { display:none !important; }}






  #s-81885dae-59ac-431e-b864-6df00ff4a6a9 img.shogun-image {
    

    
    
    
  }


#s-81885dae-59ac-431e-b864-6df00ff4a6a9 .shogun-image-content {
  
    align-items: center;
  
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px){#s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8 {
  display: none;
}
#s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8, #wrap-s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8 { display:none !important; }}@media (max-width: 767px){#s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8 {
  display: none;
}
#s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8, #wrap-s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd0bccdb-5853-4bb0-98ab-91dac2ad07c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-cbd2abe5-d2a8-41db-9a2e-7839522a2a4e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cbd2abe5-d2a8-41db-9a2e-7839522a2a4e {
  display: none;
}
#s-cbd2abe5-d2a8-41db-9a2e-7839522a2a4e, #wrap-s-cbd2abe5-d2a8-41db-9a2e-7839522a2a4e { display:none !important; }}@media (max-width: 767px){#s-cbd2abe5-d2a8-41db-9a2e-7839522a2a4e {
  display: none;
}
#s-cbd2abe5-d2a8-41db-9a2e-7839522a2a4e, #wrap-s-cbd2abe5-d2a8-41db-9a2e-7839522a2a4e { display:none !important; }}






  #s-cbd2abe5-d2a8-41db-9a2e-7839522a2a4e img.shogun-image {
    

    
    
    
  }


#s-cbd2abe5-d2a8-41db-9a2e-7839522a2a4e .shogun-image-content {
  
    align-items: center;
  
}

#s-1a1174d1-798f-47d0-94e8-5bc4337af3bb {
  background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1a1174d1-798f-47d0-94e8-5bc4337af3bb {
  display: none;
}
#s-1a1174d1-798f-47d0-94e8-5bc4337af3bb, #wrap-s-1a1174d1-798f-47d0-94e8-5bc4337af3bb { display:none !important; }}@media (max-width: 767px){#s-1a1174d1-798f-47d0-94e8-5bc4337af3bb {
  display: none;
}
#s-1a1174d1-798f-47d0-94e8-5bc4337af3bb, #wrap-s-1a1174d1-798f-47d0-94e8-5bc4337af3bb { display:none !important; }}
@media (min-width: 0px) {
[id="s-1a1174d1-798f-47d0-94e8-5bc4337af3bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a1174d1-798f-47d0-94e8-5bc4337af3bb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a1174d1-798f-47d0-94e8-5bc4337af3bb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a1174d1-798f-47d0-94e8-5bc4337af3bb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a1174d1-798f-47d0-94e8-5bc4337af3bb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a1174d1-798f-47d0-94e8-5bc4337af3bb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1a1174d1-798f-47d0-94e8-5bc4337af3bb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-a102f9e2-ffc7-4a55-a272-f34af182c12f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a102f9e2-ffc7-4a55-a272-f34af182c12f {
  display: none;
}
#s-a102f9e2-ffc7-4a55-a272-f34af182c12f, #wrap-s-a102f9e2-ffc7-4a55-a272-f34af182c12f { display:none !important; }}@media (max-width: 767px){#s-a102f9e2-ffc7-4a55-a272-f34af182c12f {
  display: none;
}
#s-a102f9e2-ffc7-4a55-a272-f34af182c12f, #wrap-s-a102f9e2-ffc7-4a55-a272-f34af182c12f { display:none !important; }}






  #s-a102f9e2-ffc7-4a55-a272-f34af182c12f img.shogun-image {
    

    
    
    
  }


#s-a102f9e2-ffc7-4a55-a272-f34af182c12f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995 {
  display: none;
}
#s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995, #wrap-s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995 { display:none !important; }}@media (max-width: 767px){#s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995 {
  display: none;
}
#s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995, #wrap-s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fb7e7c6-27bd-4c50-84c3-bb6b89d82995"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-9ab852b5-74bc-4c11-a6d3-3e459891ad50 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ab852b5-74bc-4c11-a6d3-3e459891ad50 {
  display: none;
}
#s-9ab852b5-74bc-4c11-a6d3-3e459891ad50, #wrap-s-9ab852b5-74bc-4c11-a6d3-3e459891ad50 { display:none !important; }}@media (max-width: 767px){#s-9ab852b5-74bc-4c11-a6d3-3e459891ad50 {
  display: none;
}
#s-9ab852b5-74bc-4c11-a6d3-3e459891ad50, #wrap-s-9ab852b5-74bc-4c11-a6d3-3e459891ad50 { display:none !important; }}






  #s-9ab852b5-74bc-4c11-a6d3-3e459891ad50 img.shogun-image {
    

    
    
    
  }


#s-9ab852b5-74bc-4c11-a6d3-3e459891ad50 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b7baf33-70d0-48ef-964c-c3f7d19bd570 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-5b7baf33-70d0-48ef-964c-c3f7d19bd570 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b7baf33-70d0-48ef-964c-c3f7d19bd570 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b7baf33-70d0-48ef-964c-c3f7d19bd570 {
  display: none;
}
#s-5b7baf33-70d0-48ef-964c-c3f7d19bd570, #wrap-s-5b7baf33-70d0-48ef-964c-c3f7d19bd570 { display:none !important; }}@media (max-width: 767px){#s-5b7baf33-70d0-48ef-964c-c3f7d19bd570 {
  display: none;
}
#s-5b7baf33-70d0-48ef-964c-c3f7d19bd570, #wrap-s-5b7baf33-70d0-48ef-964c-c3f7d19bd570 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5b7baf33-70d0-48ef-964c-c3f7d19bd570"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b7baf33-70d0-48ef-964c-c3f7d19bd570"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b7baf33-70d0-48ef-964c-c3f7d19bd570"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b7baf33-70d0-48ef-964c-c3f7d19bd570"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b7baf33-70d0-48ef-964c-c3f7d19bd570"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b7baf33-70d0-48ef-964c-c3f7d19bd570"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5b7baf33-70d0-48ef-964c-c3f7d19bd570"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-a687076c-f7ca-483f-a3d9-835df092fe72 {
  display: none;
}
#s-a687076c-f7ca-483f-a3d9-835df092fe72, #wrap-s-a687076c-f7ca-483f-a3d9-835df092fe72 { display:none !important; }}@media (max-width: 767px){#s-a687076c-f7ca-483f-a3d9-835df092fe72 {
  display: none;
}
#s-a687076c-f7ca-483f-a3d9-835df092fe72, #wrap-s-a687076c-f7ca-483f-a3d9-835df092fe72 { display:none !important; }}
#s-a687076c-f7ca-483f-a3d9-835df092fe72 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a687076c-f7ca-483f-a3d9-835df092fe72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(228, 106, 104, 1);
  padding: 10px;
}

#s-a687076c-f7ca-483f-a3d9-835df092fe72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a687076c-f7ca-483f-a3d9-835df092fe72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a687076c-f7ca-483f-a3d9-835df092fe72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-a687076c-f7ca-483f-a3d9-835df092fe72 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2adeb5ea-9f92-4953-85f8-3c0404f381d1 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2adeb5ea-9f92-4953-85f8-3c0404f381d1 {
  display: none;
}
#s-2adeb5ea-9f92-4953-85f8-3c0404f381d1, #wrap-s-2adeb5ea-9f92-4953-85f8-3c0404f381d1 { display:none !important; }}@media (max-width: 767px){#s-2adeb5ea-9f92-4953-85f8-3c0404f381d1 {
  display: none;
}
#s-2adeb5ea-9f92-4953-85f8-3c0404f381d1, #wrap-s-2adeb5ea-9f92-4953-85f8-3c0404f381d1 { display:none !important; }}






  #s-2adeb5ea-9f92-4953-85f8-3c0404f381d1 img.shogun-image {
    

    
    
    
  }


#s-2adeb5ea-9f92-4953-85f8-3c0404f381d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-fec40b86-239e-41d6-8480-9a5197a5710d {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fec40b86-239e-41d6-8480-9a5197a5710d {
  display: none;
}
#s-fec40b86-239e-41d6-8480-9a5197a5710d, #wrap-s-fec40b86-239e-41d6-8480-9a5197a5710d { display:none !important; }}@media (max-width: 767px){#s-fec40b86-239e-41d6-8480-9a5197a5710d {
  display: none;
}
#s-fec40b86-239e-41d6-8480-9a5197a5710d, #wrap-s-fec40b86-239e-41d6-8480-9a5197a5710d { display:none !important; }}






  #s-fec40b86-239e-41d6-8480-9a5197a5710d img.shogun-image {
    

    
    
    
  }


#s-fec40b86-239e-41d6-8480-9a5197a5710d .shogun-image-content {
  
    align-items: center;
  
}

#s-593cf209-eb05-4f40-b3e0-5d8241108d83 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-593cf209-eb05-4f40-b3e0-5d8241108d83 {
  display: none;
}
#s-593cf209-eb05-4f40-b3e0-5d8241108d83, #wrap-s-593cf209-eb05-4f40-b3e0-5d8241108d83 { display:none !important; }}@media (max-width: 767px){#s-593cf209-eb05-4f40-b3e0-5d8241108d83 {
  display: none;
}
#s-593cf209-eb05-4f40-b3e0-5d8241108d83, #wrap-s-593cf209-eb05-4f40-b3e0-5d8241108d83 { display:none !important; }}






  #s-593cf209-eb05-4f40-b3e0-5d8241108d83 img.shogun-image {
    

    
    
    
  }


#s-593cf209-eb05-4f40-b3e0-5d8241108d83 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7efacc5-b64e-4978-bf5d-0f80c723eeaa {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7efacc5-b64e-4978-bf5d-0f80c723eeaa {
  display: none;
}
#s-e7efacc5-b64e-4978-bf5d-0f80c723eeaa, #wrap-s-e7efacc5-b64e-4978-bf5d-0f80c723eeaa { display:none !important; }}@media (max-width: 767px){#s-e7efacc5-b64e-4978-bf5d-0f80c723eeaa {
  display: none;
}
#s-e7efacc5-b64e-4978-bf5d-0f80c723eeaa, #wrap-s-e7efacc5-b64e-4978-bf5d-0f80c723eeaa { display:none !important; }}






  #s-e7efacc5-b64e-4978-bf5d-0f80c723eeaa img.shogun-image {
    

    
    
    
  }


#s-e7efacc5-b64e-4978-bf5d-0f80c723eeaa .shogun-image-content {
  
    align-items: center;
  
}

#s-477f1189-6618-4e9b-97a7-82fd3e8be127 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-477f1189-6618-4e9b-97a7-82fd3e8be127 {
  display: none;
}
#s-477f1189-6618-4e9b-97a7-82fd3e8be127, #wrap-s-477f1189-6618-4e9b-97a7-82fd3e8be127 { display:none !important; }}@media (max-width: 767px){#s-477f1189-6618-4e9b-97a7-82fd3e8be127 {
  display: none;
}
#s-477f1189-6618-4e9b-97a7-82fd3e8be127, #wrap-s-477f1189-6618-4e9b-97a7-82fd3e8be127 { display:none !important; }}






  #s-477f1189-6618-4e9b-97a7-82fd3e8be127 img.shogun-image {
    

    
    
    
  }


#s-477f1189-6618-4e9b-97a7-82fd3e8be127 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4 {
  display: none;
}
#s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4, #wrap-s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4 { display:none !important; }}@media (max-width: 767px){#s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4 {
  display: none;
}
#s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4, #wrap-s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b0f94ee0-2c8e-49af-9396-a03461bbb6a4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-bf9f42e1-a8f7-4c6f-bff3-5ad77ebb8847 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf9f42e1-a8f7-4c6f-bff3-5ad77ebb8847 {
  display: none;
}
#s-bf9f42e1-a8f7-4c6f-bff3-5ad77ebb8847, #wrap-s-bf9f42e1-a8f7-4c6f-bff3-5ad77ebb8847 { display:none !important; }}@media (max-width: 767px){#s-bf9f42e1-a8f7-4c6f-bff3-5ad77ebb8847 {
  display: none;
}
#s-bf9f42e1-a8f7-4c6f-bff3-5ad77ebb8847, #wrap-s-bf9f42e1-a8f7-4c6f-bff3-5ad77ebb8847 { display:none !important; }}






  #s-bf9f42e1-a8f7-4c6f-bff3-5ad77ebb8847 img.shogun-image {
    

    
    
    
  }


#s-bf9f42e1-a8f7-4c6f-bff3-5ad77ebb8847 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-c6f25603-4fa0-4045-b345-cd250e3493b3 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6f25603-4fa0-4045-b345-cd250e3493b3 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6f25603-4fa0-4045-b345-cd250e3493b3 {
  display: none;
}
#s-c6f25603-4fa0-4045-b345-cd250e3493b3, #wrap-s-c6f25603-4fa0-4045-b345-cd250e3493b3 { display:none !important; }}@media (max-width: 767px){#s-c6f25603-4fa0-4045-b345-cd250e3493b3 {
  display: none;
}
#s-c6f25603-4fa0-4045-b345-cd250e3493b3, #wrap-s-c6f25603-4fa0-4045-b345-cd250e3493b3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c6f25603-4fa0-4045-b345-cd250e3493b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6f25603-4fa0-4045-b345-cd250e3493b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6f25603-4fa0-4045-b345-cd250e3493b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6f25603-4fa0-4045-b345-cd250e3493b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6f25603-4fa0-4045-b345-cd250e3493b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6f25603-4fa0-4045-b345-cd250e3493b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6f25603-4fa0-4045-b345-cd250e3493b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-a0598767-5e3d-445a-8c45-5ee413a7504f {
  display: none;
}
#s-a0598767-5e3d-445a-8c45-5ee413a7504f, #wrap-s-a0598767-5e3d-445a-8c45-5ee413a7504f { display:none !important; }}@media (max-width: 767px){#s-a0598767-5e3d-445a-8c45-5ee413a7504f {
  display: none;
}
#s-a0598767-5e3d-445a-8c45-5ee413a7504f, #wrap-s-a0598767-5e3d-445a-8c45-5ee413a7504f { display:none !important; }}

  #s-a0598767-5e3d-445a-8c45-5ee413a7504f .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-a0598767-5e3d-445a-8c45-5ee413a7504f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 164, 37, 1);
    border: 1px solid #ddd;
  }
#s-a0598767-5e3d-445a-8c45-5ee413a7504f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(134, 134, 134, 1);
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-a0598767-5e3d-445a-8c45-5ee413a7504f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-a0598767-5e3d-445a-8c45-5ee413a7504f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 164, 37, 1);
}

#s-a0598767-5e3d-445a-8c45-5ee413a7504f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-0591b11b-3aef-410a-b62c-893961e3c793 {
  text-align: center;
}







  #s-0591b11b-3aef-410a-b62c-893961e3c793 img.shogun-image {
    

    
    
    
  }


#s-0591b11b-3aef-410a-b62c-893961e3c793 .shogun-image-content {
  
    align-items: center;
  
}

#s-b955cfd6-b84a-4b76-ae63-9b6e6f7711c8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b955cfd6-b84a-4b76-ae63-9b6e6f7711c8 {
  display: none;
}
#s-b955cfd6-b84a-4b76-ae63-9b6e6f7711c8, #wrap-s-b955cfd6-b84a-4b76-ae63-9b6e6f7711c8 { display:none !important; }}@media (max-width: 767px){#s-b955cfd6-b84a-4b76-ae63-9b6e6f7711c8 {
  display: none;
}
#s-b955cfd6-b84a-4b76-ae63-9b6e6f7711c8, #wrap-s-b955cfd6-b84a-4b76-ae63-9b6e6f7711c8 { display:none !important; }}






  #s-b955cfd6-b84a-4b76-ae63-9b6e6f7711c8 img.shogun-image {
    

    
    
    
  }


#s-b955cfd6-b84a-4b76-ae63-9b6e6f7711c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-33e748f3-9b01-4136-b52e-cab5c4b8f292 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-33e748f3-9b01-4136-b52e-cab5c4b8f292 {
  display: none;
}
#s-33e748f3-9b01-4136-b52e-cab5c4b8f292, #wrap-s-33e748f3-9b01-4136-b52e-cab5c4b8f292 { display:none !important; }}@media (max-width: 767px){#s-33e748f3-9b01-4136-b52e-cab5c4b8f292 {
  display: none;
}
#s-33e748f3-9b01-4136-b52e-cab5c4b8f292, #wrap-s-33e748f3-9b01-4136-b52e-cab5c4b8f292 { display:none !important; }}






  #s-33e748f3-9b01-4136-b52e-cab5c4b8f292 img.shogun-image {
    

    
    
    
  }


#s-33e748f3-9b01-4136-b52e-cab5c4b8f292 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-8d9bf801-a218-4713-982c-1bcc91230a4c {
  display: none;
}
#s-8d9bf801-a218-4713-982c-1bcc91230a4c, #wrap-s-8d9bf801-a218-4713-982c-1bcc91230a4c { display:none !important; }}@media (max-width: 767px){#s-8d9bf801-a218-4713-982c-1bcc91230a4c {
  display: none;
}
#s-8d9bf801-a218-4713-982c-1bcc91230a4c, #wrap-s-8d9bf801-a218-4713-982c-1bcc91230a4c { display:none !important; }}
@media (min-width: 0px) {
[id="s-8d9bf801-a218-4713-982c-1bcc91230a4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d9bf801-a218-4713-982c-1bcc91230a4c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d9bf801-a218-4713-982c-1bcc91230a4c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d9bf801-a218-4713-982c-1bcc91230a4c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d9bf801-a218-4713-982c-1bcc91230a4c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d9bf801-a218-4713-982c-1bcc91230a4c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d9bf801-a218-4713-982c-1bcc91230a4c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-dc5b4742-7ed1-498d-930f-a97073a74cac {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc5b4742-7ed1-498d-930f-a97073a74cac {
  display: none;
}
#s-dc5b4742-7ed1-498d-930f-a97073a74cac, #wrap-s-dc5b4742-7ed1-498d-930f-a97073a74cac { display:none !important; }}@media (max-width: 767px){#s-dc5b4742-7ed1-498d-930f-a97073a74cac {
  display: none;
}
#s-dc5b4742-7ed1-498d-930f-a97073a74cac, #wrap-s-dc5b4742-7ed1-498d-930f-a97073a74cac { display:none !important; }}






  #s-dc5b4742-7ed1-498d-930f-a97073a74cac img.shogun-image {
    

    
    
    
  }


#s-dc5b4742-7ed1-498d-930f-a97073a74cac .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-36673079-81f5-445c-8ee2-443b346c89e7 {
  display: none;
}
#s-36673079-81f5-445c-8ee2-443b346c89e7, #wrap-s-36673079-81f5-445c-8ee2-443b346c89e7 { display:none !important; }}@media (max-width: 767px){#s-36673079-81f5-445c-8ee2-443b346c89e7 {
  display: none;
}
#s-36673079-81f5-445c-8ee2-443b346c89e7, #wrap-s-36673079-81f5-445c-8ee2-443b346c89e7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-36673079-81f5-445c-8ee2-443b346c89e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36673079-81f5-445c-8ee2-443b346c89e7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36673079-81f5-445c-8ee2-443b346c89e7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36673079-81f5-445c-8ee2-443b346c89e7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36673079-81f5-445c-8ee2-443b346c89e7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36673079-81f5-445c-8ee2-443b346c89e7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-36673079-81f5-445c-8ee2-443b346c89e7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-fe0da863-0ade-4a93-a9d8-3b6a757ccf1e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe0da863-0ade-4a93-a9d8-3b6a757ccf1e {
  display: none;
}
#s-fe0da863-0ade-4a93-a9d8-3b6a757ccf1e, #wrap-s-fe0da863-0ade-4a93-a9d8-3b6a757ccf1e { display:none !important; }}@media (max-width: 767px){#s-fe0da863-0ade-4a93-a9d8-3b6a757ccf1e {
  display: none;
}
#s-fe0da863-0ade-4a93-a9d8-3b6a757ccf1e, #wrap-s-fe0da863-0ade-4a93-a9d8-3b6a757ccf1e { display:none !important; }}






  #s-fe0da863-0ade-4a93-a9d8-3b6a757ccf1e img.shogun-image {
    

    
    
    
  }


#s-fe0da863-0ade-4a93-a9d8-3b6a757ccf1e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-33626327-28c8-450d-b745-9c08b30df058 {
  display: none;
}
#s-33626327-28c8-450d-b745-9c08b30df058, #wrap-s-33626327-28c8-450d-b745-9c08b30df058 { display:none !important; }}@media (max-width: 767px){#s-33626327-28c8-450d-b745-9c08b30df058 {
  display: none;
}
#s-33626327-28c8-450d-b745-9c08b30df058, #wrap-s-33626327-28c8-450d-b745-9c08b30df058 { display:none !important; }}
@media (min-width: 0px) {
[id="s-33626327-28c8-450d-b745-9c08b30df058"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33626327-28c8-450d-b745-9c08b30df058"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33626327-28c8-450d-b745-9c08b30df058"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-33626327-28c8-450d-b745-9c08b30df058"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33626327-28c8-450d-b745-9c08b30df058"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-33626327-28c8-450d-b745-9c08b30df058"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-33626327-28c8-450d-b745-9c08b30df058"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-d4bec6b7-c656-4381-b81a-a5a0219a7f20 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4bec6b7-c656-4381-b81a-a5a0219a7f20 {
  display: none;
}
#s-d4bec6b7-c656-4381-b81a-a5a0219a7f20, #wrap-s-d4bec6b7-c656-4381-b81a-a5a0219a7f20 { display:none !important; }}@media (max-width: 767px){#s-d4bec6b7-c656-4381-b81a-a5a0219a7f20 {
  display: none;
}
#s-d4bec6b7-c656-4381-b81a-a5a0219a7f20, #wrap-s-d4bec6b7-c656-4381-b81a-a5a0219a7f20 { display:none !important; }}






  #s-d4bec6b7-c656-4381-b81a-a5a0219a7f20 img.shogun-image {
    

    
    
    
  }


#s-d4bec6b7-c656-4381-b81a-a5a0219a7f20 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a {
  display: none;
}
#s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a, #wrap-s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a { display:none !important; }}@media (max-width: 767px){#s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a {
  display: none;
}
#s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a, #wrap-s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a { display:none !important; }}
@media (min-width: 0px) {
[id="s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b67dd7d4-fbe4-45f6-bbb8-137ff769862a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-9484a15d-27eb-4e72-bdb6-191431750fda {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9484a15d-27eb-4e72-bdb6-191431750fda {
  display: none;
}
#s-9484a15d-27eb-4e72-bdb6-191431750fda, #wrap-s-9484a15d-27eb-4e72-bdb6-191431750fda { display:none !important; }}@media (max-width: 767px){#s-9484a15d-27eb-4e72-bdb6-191431750fda {
  display: none;
}
#s-9484a15d-27eb-4e72-bdb6-191431750fda, #wrap-s-9484a15d-27eb-4e72-bdb6-191431750fda { display:none !important; }}






  #s-9484a15d-27eb-4e72-bdb6-191431750fda img.shogun-image {
    

    
    
    
  }


#s-9484a15d-27eb-4e72-bdb6-191431750fda .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-e0ca9432-9de0-4de0-8fea-6aa765b32f72 {
  display: none;
}
#s-e0ca9432-9de0-4de0-8fea-6aa765b32f72, #wrap-s-e0ca9432-9de0-4de0-8fea-6aa765b32f72 { display:none !important; }}@media (max-width: 767px){#s-e0ca9432-9de0-4de0-8fea-6aa765b32f72 {
  display: none;
}
#s-e0ca9432-9de0-4de0-8fea-6aa765b32f72, #wrap-s-e0ca9432-9de0-4de0-8fea-6aa765b32f72 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e0ca9432-9de0-4de0-8fea-6aa765b32f72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0ca9432-9de0-4de0-8fea-6aa765b32f72"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e0ca9432-9de0-4de0-8fea-6aa765b32f72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e0ca9432-9de0-4de0-8fea-6aa765b32f72"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e0ca9432-9de0-4de0-8fea-6aa765b32f72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0ca9432-9de0-4de0-8fea-6aa765b32f72"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e0ca9432-9de0-4de0-8fea-6aa765b32f72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-c4537df6-0e5c-4977-9669-6b4c54b3d18f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c4537df6-0e5c-4977-9669-6b4c54b3d18f {
  display: none;
}
#s-c4537df6-0e5c-4977-9669-6b4c54b3d18f, #wrap-s-c4537df6-0e5c-4977-9669-6b4c54b3d18f { display:none !important; }}@media (max-width: 767px){#s-c4537df6-0e5c-4977-9669-6b4c54b3d18f {
  display: none;
}
#s-c4537df6-0e5c-4977-9669-6b4c54b3d18f, #wrap-s-c4537df6-0e5c-4977-9669-6b4c54b3d18f { display:none !important; }}






  #s-c4537df6-0e5c-4977-9669-6b4c54b3d18f img.shogun-image {
    

    
    
    
  }


#s-c4537df6-0e5c-4977-9669-6b4c54b3d18f .shogun-image-content {
  
    align-items: 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;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}