.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: ;
}

.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);
}

#s-1b4ac4f6-343c-4193-96b1-3bb7a02db38c {
  text-align: left;
}


  #s-1b4ac4f6-343c-4193-96b1-3bb7a02db38c .shogun-tabs > li > .shogun-tab-box {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
  #s-1b4ac4f6-343c-4193-96b1-3bb7a02db38c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(249, 249, 249, 1);
  }
#s-1b4ac4f6-343c-4193-96b1-3bb7a02db38c .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 25px;
}

#s-1b4ac4f6-343c-4193-96b1-3bb7a02db38c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 92, 38, 1);
}

#s-1b4ac4f6-343c-4193-96b1-3bb7a02db38c .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(249, 249, 249, 1);
}

#s-1b4ac4f6-343c-4193-96b1-3bb7a02db38c .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(249, 249, 249, 1);
}

.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-f2db4d85-f41e-4864-91b2-b88dd62b0685 {
  text-align: center;
}
@media (min-width: 1200px){#s-f2db4d85-f41e-4864-91b2-b88dd62b0685 {
  display: none;
}
#s-f2db4d85-f41e-4864-91b2-b88dd62b0685, #wrap-s-f2db4d85-f41e-4864-91b2-b88dd62b0685 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2db4d85-f41e-4864-91b2-b88dd62b0685 {
  display: none;
}
#s-f2db4d85-f41e-4864-91b2-b88dd62b0685, #wrap-s-f2db4d85-f41e-4864-91b2-b88dd62b0685 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2db4d85-f41e-4864-91b2-b88dd62b0685 {
  display: none;
}
#s-f2db4d85-f41e-4864-91b2-b88dd62b0685, #wrap-s-f2db4d85-f41e-4864-91b2-b88dd62b0685 { display:none !important; }}






  #s-f2db4d85-f41e-4864-91b2-b88dd62b0685 img.shogun-image {
    

    
    
    
  }


#s-f2db4d85-f41e-4864-91b2-b88dd62b0685 .shogun-image-content {
  
    align-items:  flex-start;
  
}

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

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

#s-e9b3be2d-d6be-44c2-bae2-49f76024d887 {
  margin-top: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9b3be2d-d6be-44c2-bae2-49f76024d887 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-d59196bf-82ae-43b4-af49-cd697bbc6fe0 {
  margin-left: 3%;
margin-right: 3%;
}

.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-540c6b12-3d89-42d7-a570-6749a07e642b {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 30px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-540c6b12-3d89-42d7-a570-6749a07e642b {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-540c6b12-3d89-42d7-a570-6749a07e642b {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-540c6b12-3d89-42d7-a570-6749a07e642b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-540c6b12-3d89-42d7-a570-6749a07e642b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-856dcb25-6388-45fa-9418-5a2f4ace4cdc {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-856dcb25-6388-45fa-9418-5a2f4ace4cdc {
  margin-top: 10px;
margin-bottom: 20px;
}
}@media (max-width: 767px){#s-856dcb25-6388-45fa-9418-5a2f4ace4cdc {
  margin-top: 10px;
}
}
#s-856dcb25-6388-45fa-9418-5a2f4ace4cdc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



.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);
}

#s-f4d9325b-b614-4143-9aab-3f2d7bc8c1e6 {
  margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
}

#s-f4d9325b-b614-4143-9aab-3f2d7bc8c1e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f4d9325b-b614-4143-9aab-3f2d7bc8c1e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(249, 249, 249, 1);
  padding: 11px;
}

#s-f4d9325b-b614-4143-9aab-3f2d7bc8c1e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-f4d9325b-b614-4143-9aab-3f2d7bc8c1e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f4d9325b-b614-4143-9aab-3f2d7bc8c1e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f4d9325b-b614-4143-9aab-3f2d7bc8c1e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5046aa96-1600-46a6-88d5-ea23bc1c7868 {
  margin-top: 30px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5046aa96-1600-46a6-88d5-ea23bc1c7868 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-5046aa96-1600-46a6-88d5-ea23bc1c7868 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-5046aa96-1600-46a6-88d5-ea23bc1c7868 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-5046aa96-1600-46a6-88d5-ea23bc1c7868 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-5046aa96-1600-46a6-88d5-ea23bc1c7868 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-5046aa96-1600-46a6-88d5-ea23bc1c7868 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-d7653685-84b0-4f46-a094-10546a7937c7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d7653685-84b0-4f46-a094-10546a7937c7 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  600; 
  color: #000;
  font-family: Asap;
  font-size: 17px;
  font-style: ;
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-d7653685-84b0-4f46-a094-10546a7937c7 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: rgba(255, 92, 38, 1);
  
  
  
  
  justify-content: center;
}

#s-d7653685-84b0-4f46-a094-10546a7937c7 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 92, 38, 1);
}

#s-d7653685-84b0-4f46-a094-10546a7937c7 .shogun-form-error-msg-container, #s-d7653685-84b0-4f46-a094-10546a7937c7 .shogun-form-field-error-msg-container {
  display: none;
}

#s-d7653685-84b0-4f46-a094-10546a7937c7 .shogun-form-error-msg {
  font-size: 17px;
  
  color: rgba(255, 38, 42, 1);
  
  
  
  
  
}

#s-d7653685-84b0-4f46-a094-10546a7937c7 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 38, 42, 1);
}

.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;
}

#s-f3f89bff-3d8c-4b8f-b16f-a338d6908362 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f3f89bff-3d8c-4b8f-b16f-a338d6908362"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3f89bff-3d8c-4b8f-b16f-a338d6908362"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3f89bff-3d8c-4b8f-b16f-a338d6908362"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3f89bff-3d8c-4b8f-b16f-a338d6908362"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-53161f4b-9826-4101-be85-dfa01c2c4f15  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-53161f4b-9826-4101-be85-dfa01c2c4f15  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-53161f4b-9826-4101-be85-dfa01c2c4f15 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-53161f4b-9826-4101-be85-dfa01c2c4f15 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-4220488c-df62-4bf9-ab5a-497bf805c3ab  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-4220488c-df62-4bf9-ab5a-497bf805c3ab  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-4220488c-df62-4bf9-ab5a-497bf805c3ab .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-4220488c-df62-4bf9-ab5a-497bf805c3ab .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-c56f8f24-0bf8-4967-bc26-bedbb21a8fcc  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-c56f8f24-0bf8-4967-bc26-bedbb21a8fcc  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-c56f8f24-0bf8-4967-bc26-bedbb21a8fcc .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-c56f8f24-0bf8-4967-bc26-bedbb21a8fcc .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

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

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

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

#s-8238bbb4-fb8a-43e8-b96b-f9b588f441af {
  border-style: solid;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(255, 92, 38, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
letter-spacing: 1px;
font-size: 16px;
}
#s-8238bbb4-fb8a-43e8-b96b-f9b588f441af:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8238bbb4-fb8a-43e8-b96b-f9b588f441af:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-8238bbb4-fb8a-43e8-b96b-f9b588f441af[disabled],
#s-8238bbb4-fb8a-43e8-b96b-f9b588f441af[disabled]:hover,
#s-8238bbb4-fb8a-43e8-b96b-f9b588f441af[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-8238bbb4-fb8a-43e8-b96b-f9b588f441af {
  display:  inline-block ;
  width:  auto ;
}


#s-3a4f6640-c02d-4095-a9b6-b082e07efeb3 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3a4f6640-c02d-4095-a9b6-b082e07efeb3 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-3a4f6640-c02d-4095-a9b6-b082e07efeb3 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
}
}







#s-3a4f6640-c02d-4095-a9b6-b082e07efeb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a4f6640-c02d-4095-a9b6-b082e07efeb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc8c20a9-9b83-410a-897c-90be9a3852bd {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-bc8c20a9-9b83-410a-897c-90be9a3852bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc8c20a9-9b83-410a-897c-90be9a3852bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29818276-fe28-4844-b5c6-b148a22f2869 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-29818276-fe28-4844-b5c6-b148a22f2869 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-29818276-fe28-4844-b5c6-b148a22f2869 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-29818276-fe28-4844-b5c6-b148a22f2869 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-a6b66c82-00ef-40ff-b626-0b51c078777f {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-a6b66c82-00ef-40ff-b626-0b51c078777f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6b66c82-00ef-40ff-b626-0b51c078777f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6b66c82-00ef-40ff-b626-0b51c078777f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6b66c82-00ef-40ff-b626-0b51c078777f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f23506f0-e7ce-49a6-b50b-ff75acea8507 {
  margin-left: 50px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f23506f0-e7ce-49a6-b50b-ff75acea8507 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-f23506f0-e7ce-49a6-b50b-ff75acea8507 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-f23506f0-e7ce-49a6-b50b-ff75acea8507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f23506f0-e7ce-49a6-b50b-ff75acea8507.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb046b49-19ed-4add-8113-e33dbac072af {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb046b49-19ed-4add-8113-e33dbac072af .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 1200px){#s-af42a53b-0aa9-46b9-b9c4-d99a89e75ea1 {
  display: none;
}
#s-af42a53b-0aa9-46b9-b9c4-d99a89e75ea1, #wrap-s-af42a53b-0aa9-46b9-b9c4-d99a89e75ea1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af42a53b-0aa9-46b9-b9c4-d99a89e75ea1 {
  display: none;
}
#s-af42a53b-0aa9-46b9-b9c4-d99a89e75ea1, #wrap-s-af42a53b-0aa9-46b9-b9c4-d99a89e75ea1 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-3c47b526-e919-42d3-b749-dfcb5255468c {
  display: none;
}
#s-3c47b526-e919-42d3-b749-dfcb5255468c, #wrap-s-3c47b526-e919-42d3-b749-dfcb5255468c { display:none !important; }}@media (max-width: 767px){#s-3c47b526-e919-42d3-b749-dfcb5255468c {
  display: none;
}
#s-3c47b526-e919-42d3-b749-dfcb5255468c, #wrap-s-3c47b526-e919-42d3-b749-dfcb5255468c { display:none !important; }}
@media (min-width: 0px) {
[id="s-3c47b526-e919-42d3-b749-dfcb5255468c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c47b526-e919-42d3-b749-dfcb5255468c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3c47b526-e919-42d3-b749-dfcb5255468c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3c47b526-e919-42d3-b749-dfcb5255468c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3c47b526-e919-42d3-b749-dfcb5255468c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3c47b526-e919-42d3-b749-dfcb5255468c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-3c47b526-e919-42d3-b749-dfcb5255468c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

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

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

#s-f3e9ccba-4ea9-4fb6-89d2-8ba334fb6f75 {
  margin-right: 50px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f3e9ccba-4ea9-4fb6-89d2-8ba334fb6f75 {
  margin-right: 0px;
}
}
#s-f3e9ccba-4ea9-4fb6-89d2-8ba334fb6f75 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-0f5e0ee7-10f9-4f8e-9e4f-0af606ad4156 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0f5e0ee7-10f9-4f8e-9e4f-0af606ad4156 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 1200px){#s-d9491d44-2f5e-4b3c-a1c2-80406c6e7102 {
  display: none;
}
#s-d9491d44-2f5e-4b3c-a1c2-80406c6e7102, #wrap-s-d9491d44-2f5e-4b3c-a1c2-80406c6e7102 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9491d44-2f5e-4b3c-a1c2-80406c6e7102 {
  display: none;
}
#s-d9491d44-2f5e-4b3c-a1c2-80406c6e7102, #wrap-s-d9491d44-2f5e-4b3c-a1c2-80406c6e7102 { display:none !important; }}
@media (min-width: 1200px){#s-80dd703f-a855-4564-bded-f34ccc09752e {
  display: none;
}
#s-80dd703f-a855-4564-bded-f34ccc09752e, #wrap-s-80dd703f-a855-4564-bded-f34ccc09752e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-80dd703f-a855-4564-bded-f34ccc09752e {
  display: none;
}
#s-80dd703f-a855-4564-bded-f34ccc09752e, #wrap-s-80dd703f-a855-4564-bded-f34ccc09752e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-80dd703f-a855-4564-bded-f34ccc09752e {
  display: none;
}
#s-80dd703f-a855-4564-bded-f34ccc09752e, #wrap-s-80dd703f-a855-4564-bded-f34ccc09752e { display:none !important; }}@media (max-width: 767px){#s-80dd703f-a855-4564-bded-f34ccc09752e {
  display: none;
}
#s-80dd703f-a855-4564-bded-f34ccc09752e, #wrap-s-80dd703f-a855-4564-bded-f34ccc09752e { display:none !important; }}
@media (min-width: 0px) {
[id="s-80dd703f-a855-4564-bded-f34ccc09752e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-80dd703f-a855-4564-bded-f34ccc09752e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-80dd703f-a855-4564-bded-f34ccc09752e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-80dd703f-a855-4564-bded-f34ccc09752e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-80dd703f-a855-4564-bded-f34ccc09752e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-80dd703f-a855-4564-bded-f34ccc09752e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-80dd703f-a855-4564-bded-f34ccc09752e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66 {
  display: none;
}
#s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66, #wrap-s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66 { display:none !important; }}@media (max-width: 767px){#s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66 {
  display: none;
}
#s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66, #wrap-s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0ea5f8f7-b0b5-4126-bb02-78dcbf44ed66"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

#s-e51bb812-3df6-4c1a-bf6c-147c2783062f {
  margin-right: 50px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-e51bb812-3df6-4c1a-bf6c-147c2783062f {
  display: none;
}
#s-e51bb812-3df6-4c1a-bf6c-147c2783062f, #wrap-s-e51bb812-3df6-4c1a-bf6c-147c2783062f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e51bb812-3df6-4c1a-bf6c-147c2783062f {
  display: none;
}
#s-e51bb812-3df6-4c1a-bf6c-147c2783062f, #wrap-s-e51bb812-3df6-4c1a-bf6c-147c2783062f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e51bb812-3df6-4c1a-bf6c-147c2783062f {
  margin-right: 0px;
display: none;
}
#s-e51bb812-3df6-4c1a-bf6c-147c2783062f, #wrap-s-e51bb812-3df6-4c1a-bf6c-147c2783062f { display:none !important; }}
#s-e51bb812-3df6-4c1a-bf6c-147c2783062f hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-958e4cbf-a742-4273-be2d-42ff03a82618 {
  margin-left: 50px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-958e4cbf-a742-4273-be2d-42ff03a82618 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-958e4cbf-a742-4273-be2d-42ff03a82618 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-958e4cbf-a742-4273-be2d-42ff03a82618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-958e4cbf-a742-4273-be2d-42ff03a82618.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee8e6d65-263f-42cf-a38d-2491f9d0cebd {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ee8e6d65-263f-42cf-a38d-2491f9d0cebd .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-0f73f3d7-e7c0-4b17-b943-01b903bd6b69 {
  display: none;
}
#s-0f73f3d7-e7c0-4b17-b943-01b903bd6b69, #wrap-s-0f73f3d7-e7c0-4b17-b943-01b903bd6b69 { display:none !important; }}@media (max-width: 767px){#s-0f73f3d7-e7c0-4b17-b943-01b903bd6b69 {
  display: none;
}
#s-0f73f3d7-e7c0-4b17-b943-01b903bd6b69, #wrap-s-0f73f3d7-e7c0-4b17-b943-01b903bd6b69 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0f73f3d7-e7c0-4b17-b943-01b903bd6b69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f73f3d7-e7c0-4b17-b943-01b903bd6b69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0f73f3d7-e7c0-4b17-b943-01b903bd6b69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f73f3d7-e7c0-4b17-b943-01b903bd6b69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px){#s-6fd6495f-17a9-4e9a-94bb-75ca66515b88 {
  display: none;
}
#s-6fd6495f-17a9-4e9a-94bb-75ca66515b88, #wrap-s-6fd6495f-17a9-4e9a-94bb-75ca66515b88 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fd6495f-17a9-4e9a-94bb-75ca66515b88 {
  display: none;
}
#s-6fd6495f-17a9-4e9a-94bb-75ca66515b88, #wrap-s-6fd6495f-17a9-4e9a-94bb-75ca66515b88 { display:none !important; }}
#s-7a6d8ece-deb3-4c32-89f4-1dbc2c48d96d {
  margin-left: 0px;
margin-right: 50px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a6d8ece-deb3-4c32-89f4-1dbc2c48d96d {
  margin-right: 5%;
}
}
#s-7a6d8ece-deb3-4c32-89f4-1dbc2c48d96d hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-176f6dcf-7753-4d3d-8988-794fa33cbd53 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-176f6dcf-7753-4d3d-8988-794fa33cbd53 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-100aa2a8-926b-4425-85c1-7e6e657a1e87 {
  display: none;
}
#s-100aa2a8-926b-4425-85c1-7e6e657a1e87, #wrap-s-100aa2a8-926b-4425-85c1-7e6e657a1e87 { display:none !important; }}@media (max-width: 767px){#s-100aa2a8-926b-4425-85c1-7e6e657a1e87 {
  display: none;
}
#s-100aa2a8-926b-4425-85c1-7e6e657a1e87, #wrap-s-100aa2a8-926b-4425-85c1-7e6e657a1e87 { display:none !important; }}
@media (min-width: 0px) {
[id="s-100aa2a8-926b-4425-85c1-7e6e657a1e87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-100aa2a8-926b-4425-85c1-7e6e657a1e87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-100aa2a8-926b-4425-85c1-7e6e657a1e87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-100aa2a8-926b-4425-85c1-7e6e657a1e87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px){#s-aa3da02a-6fba-4175-abfd-af93ba999822 {
  display: none;
}
#s-aa3da02a-6fba-4175-abfd-af93ba999822, #wrap-s-aa3da02a-6fba-4175-abfd-af93ba999822 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa3da02a-6fba-4175-abfd-af93ba999822 {
  display: none;
}
#s-aa3da02a-6fba-4175-abfd-af93ba999822, #wrap-s-aa3da02a-6fba-4175-abfd-af93ba999822 { display:none !important; }}
#s-70c7f97e-4f8f-4c58-b990-f13095c0b30d {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
}

#s-70c7f97e-4f8f-4c58-b990-f13095c0b30d hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-198ab4fd-e966-4f6d-9278-db9b7a19606c {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-198ab4fd-e966-4f6d-9278-db9b7a19606c {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-198ab4fd-e966-4f6d-9278-db9b7a19606c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-198ab4fd-e966-4f6d-9278-db9b7a19606c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-136e99a5-0ab3-4401-8adc-2c691b8bf9b6 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-136e99a5-0ab3-4401-8adc-2c691b8bf9b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-136e99a5-0ab3-4401-8adc-2c691b8bf9b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-136e99a5-0ab3-4401-8adc-2c691b8bf9b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-136e99a5-0ab3-4401-8adc-2c691b8bf9b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b22a55de-afe8-4624-9648-ae6460c266a4 {
  margin-left: 50px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b22a55de-afe8-4624-9648-ae6460c266a4 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-b22a55de-afe8-4624-9648-ae6460c266a4 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-b22a55de-afe8-4624-9648-ae6460c266a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b22a55de-afe8-4624-9648-ae6460c266a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26ab0b8f-de84-47df-9eea-8bab2c97906c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-26ab0b8f-de84-47df-9eea-8bab2c97906c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 1200px){#s-2dc6fa1d-8734-415c-95bc-612e4f8a1195 {
  display: none;
}
#s-2dc6fa1d-8734-415c-95bc-612e4f8a1195, #wrap-s-2dc6fa1d-8734-415c-95bc-612e4f8a1195 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2dc6fa1d-8734-415c-95bc-612e4f8a1195 {
  display: none;
}
#s-2dc6fa1d-8734-415c-95bc-612e4f8a1195, #wrap-s-2dc6fa1d-8734-415c-95bc-612e4f8a1195 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-a931bf53-9b1f-4293-806b-fa211396619a {
  display: none;
}
#s-a931bf53-9b1f-4293-806b-fa211396619a, #wrap-s-a931bf53-9b1f-4293-806b-fa211396619a { display:none !important; }}@media (max-width: 767px){#s-a931bf53-9b1f-4293-806b-fa211396619a {
  display: none;
}
#s-a931bf53-9b1f-4293-806b-fa211396619a, #wrap-s-a931bf53-9b1f-4293-806b-fa211396619a { display:none !important; }}
@media (min-width: 0px) {
[id="s-a931bf53-9b1f-4293-806b-fa211396619a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a931bf53-9b1f-4293-806b-fa211396619a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a931bf53-9b1f-4293-806b-fa211396619a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a931bf53-9b1f-4293-806b-fa211396619a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a931bf53-9b1f-4293-806b-fa211396619a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a931bf53-9b1f-4293-806b-fa211396619a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-a931bf53-9b1f-4293-806b-fa211396619a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px){#s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c {
  display: none;
}
#s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c, #wrap-s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c {
  display: none;
}
#s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c, #wrap-s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c {
  display: none;
}
#s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c, #wrap-s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c { display:none !important; }}@media (max-width: 767px){#s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c {
  display: none;
}
#s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c, #wrap-s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c { display:none !important; }}
@media (min-width: 0px) {
[id="s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ae5903fa-e2d9-47e9-a9b6-31750d2bef5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

#s-4da546a8-5db5-4fbd-9387-990f52f5560d {
  margin-right: 50px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-4da546a8-5db5-4fbd-9387-990f52f5560d {
  display: none;
}
#s-4da546a8-5db5-4fbd-9387-990f52f5560d, #wrap-s-4da546a8-5db5-4fbd-9387-990f52f5560d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4da546a8-5db5-4fbd-9387-990f52f5560d {
  display: none;
}
#s-4da546a8-5db5-4fbd-9387-990f52f5560d, #wrap-s-4da546a8-5db5-4fbd-9387-990f52f5560d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4da546a8-5db5-4fbd-9387-990f52f5560d {
  margin-right: 0px;
display: none;
}
#s-4da546a8-5db5-4fbd-9387-990f52f5560d, #wrap-s-4da546a8-5db5-4fbd-9387-990f52f5560d { display:none !important; }}
#s-4da546a8-5db5-4fbd-9387-990f52f5560d hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-c1f2ab5f-2adf-435d-b729-ea5c1db760e2 {
  margin-left: 50px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c1f2ab5f-2adf-435d-b729-ea5c1db760e2 {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-c1f2ab5f-2adf-435d-b729-ea5c1db760e2 {
  margin-left: 30px;
margin-right: 30px;
}
}







#s-c1f2ab5f-2adf-435d-b729-ea5c1db760e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1f2ab5f-2adf-435d-b729-ea5c1db760e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7044c42-d5bc-4840-9216-2ba7abf93c74 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a7044c42-d5bc-4840-9216-2ba7abf93c74 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-39b635e5-fb08-4201-b395-acb02be70f55 {
  display: none;
}
#s-39b635e5-fb08-4201-b395-acb02be70f55, #wrap-s-39b635e5-fb08-4201-b395-acb02be70f55 { display:none !important; }}@media (max-width: 767px){#s-39b635e5-fb08-4201-b395-acb02be70f55 {
  display: none;
}
#s-39b635e5-fb08-4201-b395-acb02be70f55, #wrap-s-39b635e5-fb08-4201-b395-acb02be70f55 { display:none !important; }}
@media (min-width: 0px) {
[id="s-39b635e5-fb08-4201-b395-acb02be70f55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39b635e5-fb08-4201-b395-acb02be70f55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-39b635e5-fb08-4201-b395-acb02be70f55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-39b635e5-fb08-4201-b395-acb02be70f55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px){#s-de0f7193-2837-495b-8063-81f0ef20071f {
  display: none;
}
#s-de0f7193-2837-495b-8063-81f0ef20071f, #wrap-s-de0f7193-2837-495b-8063-81f0ef20071f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de0f7193-2837-495b-8063-81f0ef20071f {
  display: none;
}
#s-de0f7193-2837-495b-8063-81f0ef20071f, #wrap-s-de0f7193-2837-495b-8063-81f0ef20071f { display:none !important; }}
#s-d97a7075-1cfe-4f88-b777-f0db7b77db55 {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
}

#s-d97a7075-1cfe-4f88-b777-f0db7b77db55 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-c821f8c0-8b64-4c1b-a194-04412e91367f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c821f8c0-8b64-4c1b-a194-04412e91367f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-c821f8c0-8b64-4c1b-a194-04412e91367f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-8a39bfb7-001a-49cb-ac0c-e72d4aa0b4ad {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-8a39bfb7-001a-49cb-ac0c-e72d4aa0b4ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a39bfb7-001a-49cb-ac0c-e72d4aa0b4ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a39bfb7-001a-49cb-ac0c-e72d4aa0b4ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a39bfb7-001a-49cb-ac0c-e72d4aa0b4ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-10b14167-8ff4-44f9-8c6c-63c1f35b4c54 {
  display: none;
}
#s-10b14167-8ff4-44f9-8c6c-63c1f35b4c54, #wrap-s-10b14167-8ff4-44f9-8c6c-63c1f35b4c54 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10b14167-8ff4-44f9-8c6c-63c1f35b4c54 {
  display: none;
}
#s-10b14167-8ff4-44f9-8c6c-63c1f35b4c54, #wrap-s-10b14167-8ff4-44f9-8c6c-63c1f35b4c54 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10b14167-8ff4-44f9-8c6c-63c1f35b4c54 {
  display: none;
}
#s-10b14167-8ff4-44f9-8c6c-63c1f35b4c54, #wrap-s-10b14167-8ff4-44f9-8c6c-63c1f35b4c54 { display:none !important; }}@media (max-width: 767px){#s-10b14167-8ff4-44f9-8c6c-63c1f35b4c54 {
  display: none;
}
#s-10b14167-8ff4-44f9-8c6c-63c1f35b4c54, #wrap-s-10b14167-8ff4-44f9-8c6c-63c1f35b4c54 { display:none !important; }}
#s-24d5d52b-5127-469e-9af1-728481d2c426 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
}
@media (max-width: 767px){#s-24d5d52b-5127-469e-9af1-728481d2c426 {
  margin-top: 0px;
}
}
#s-24d5d52b-5127-469e-9af1-728481d2c426 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-ee318f90-9650-4a5b-be18-783316bcb46a {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee318f90-9650-4a5b-be18-783316bcb46a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-ee318f90-9650-4a5b-be18-783316bcb46a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-df935e50-b721-4126-950b-6fe586ee4d9b {
  text-align: center;
}







  #s-df935e50-b721-4126-950b-6fe586ee4d9b img.shogun-image {
    

    
    
    
  }


#s-df935e50-b721-4126-950b-6fe586ee4d9b .shogun-image-content {
  
    align-items: center;
  
}

#s-85f0933d-34ff-4a37-80b6-215e038fa2d7 {
  margin-bottom: 10px;
}

#s-e257d658-ea4e-4b11-8757-b1d590c7e030 {
  margin-bottom: 10px;
padding-bottom: 30px;
}

#s-2bdceaca-4404-40a8-8641-e77a6b760efa {
  min-height: 50px;
}
@media (max-width: 767px){#s-2bdceaca-4404-40a8-8641-e77a6b760efa {
  
}
}







#s-2bdceaca-4404-40a8-8641-e77a6b760efa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bdceaca-4404-40a8-8641-e77a6b760efa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c960b239-6990-4c93-90e1-0986ba510970 {
  margin-top: -10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c960b239-6990-4c93-90e1-0986ba510970 {
  
}
}@media (max-width: 767px){#s-c960b239-6990-4c93-90e1-0986ba510970 {
  display: none;
}
#s-c960b239-6990-4c93-90e1-0986ba510970, #wrap-s-c960b239-6990-4c93-90e1-0986ba510970 { display:none !important; }}






  #s-c960b239-6990-4c93-90e1-0986ba510970 img.shogun-image {
    

    
    
    
  }


#s-c960b239-6990-4c93-90e1-0986ba510970 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2132efdf-cea3-4533-a497-dad0a7099a66 {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2132efdf-cea3-4533-a497-dad0a7099a66 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 65px;
  
  
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-2132efdf-cea3-4533-a497-dad0a7099a66 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2132efdf-cea3-4533-a497-dad0a7099a66 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-bae4db8e-10d4-451a-9012-bd8fb0523357 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-bae4db8e-10d4-451a-9012-bd8fb0523357 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bae4db8e-10d4-451a-9012-bd8fb0523357 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bae4db8e-10d4-451a-9012-bd8fb0523357 {
  display: none;
}
#s-bae4db8e-10d4-451a-9012-bd8fb0523357, #wrap-s-bae4db8e-10d4-451a-9012-bd8fb0523357 { display:none !important; }}
#s-355a31e7-bbad-417b-9550-7c8e829dce29 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-355a31e7-bbad-417b-9550-7c8e829dce29 {
  display: none;
}
#s-355a31e7-bbad-417b-9550-7c8e829dce29, #wrap-s-355a31e7-bbad-417b-9550-7c8e829dce29 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-355a31e7-bbad-417b-9550-7c8e829dce29 {
  display: none;
}
#s-355a31e7-bbad-417b-9550-7c8e829dce29, #wrap-s-355a31e7-bbad-417b-9550-7c8e829dce29 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-355a31e7-bbad-417b-9550-7c8e829dce29 {
  
}
}@media (max-width: 767px){#s-355a31e7-bbad-417b-9550-7c8e829dce29 {
  display: none;
}
#s-355a31e7-bbad-417b-9550-7c8e829dce29, #wrap-s-355a31e7-bbad-417b-9550-7c8e829dce29 { display:none !important; }}
@media (min-width: 1200px){#s-e46daba9-26cf-4498-9c64-ab5169b7d203 {
  display: none;
}
#s-e46daba9-26cf-4498-9c64-ab5169b7d203, #wrap-s-e46daba9-26cf-4498-9c64-ab5169b7d203 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e46daba9-26cf-4498-9c64-ab5169b7d203 {
  display: none;
}
#s-e46daba9-26cf-4498-9c64-ab5169b7d203, #wrap-s-e46daba9-26cf-4498-9c64-ab5169b7d203 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e46daba9-26cf-4498-9c64-ab5169b7d203 {
  display: none;
}
#s-e46daba9-26cf-4498-9c64-ab5169b7d203, #wrap-s-e46daba9-26cf-4498-9c64-ab5169b7d203 { display:none !important; }}
#s-f53624f1-935d-4f54-ba5a-c0b6dcf726c0 {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-f53624f1-935d-4f54-ba5a-c0b6dcf726c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f53624f1-935d-4f54-ba5a-c0b6dcf726c0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f53624f1-935d-4f54-ba5a-c0b6dcf726c0 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-f53624f1-935d-4f54-ba5a-c0b6dcf726c0 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-f53624f1-935d-4f54-ba5a-c0b6dcf726c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f53624f1-935d-4f54-ba5a-c0b6dcf726c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1001976-a6ec-443e-8548-ec6b50c9f776 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b1001976-a6ec-443e-8548-ec6b50c9f776 {
  margin-top: 5%;
margin-bottom: 2px;
}
}
#s-b1001976-a6ec-443e-8548-ec6b50c9f776 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-8cb00516-58c1-4eab-8968-4b7055adb013 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8cb00516-58c1-4eab-8968-4b7055adb013 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-8cb00516-58c1-4eab-8968-4b7055adb013 .shg-sld-nav-button.shg-sld-left,
#s-8cb00516-58c1-4eab-8968-4b7055adb013 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ad96c8a9-91a7-41bf-8ff2-d20f10d5b6e1 {
  min-height: 50px;
}








#s-ad96c8a9-91a7-41bf-8ff2-d20f10d5b6e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad96c8a9-91a7-41bf-8ff2-d20f10d5b6e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37f3020a-7bea-4d5c-a325-6d5508f5f1d5 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-37f3020a-7bea-4d5c-a325-6d5508f5f1d5 {
  margin-bottom: 0%;
}
}
#s-37f3020a-7bea-4d5c-a325-6d5508f5f1d5 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-37f3020a-7bea-4d5c-a325-6d5508f5f1d5 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-37f3020a-7bea-4d5c-a325-6d5508f5f1d5 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-71e6579e-08d7-443e-a4d7-ba47a1e01672 {
  text-align: center;
}
@media (max-width: 767px){#s-71e6579e-08d7-443e-a4d7-ba47a1e01672 {
  display: none;
}
#s-71e6579e-08d7-443e-a4d7-ba47a1e01672, #wrap-s-71e6579e-08d7-443e-a4d7-ba47a1e01672 { display:none !important; }}






  #s-71e6579e-08d7-443e-a4d7-ba47a1e01672 img.shogun-image {
    

    
    
    
  }


#s-71e6579e-08d7-443e-a4d7-ba47a1e01672 .shogun-image-content {
  
    align-items: center;
  
}

#s-5866b207-c9ad-44f5-a82f-dc1ae54b8b4c {
  text-align: center;
}
@media (min-width: 1200px){#s-5866b207-c9ad-44f5-a82f-dc1ae54b8b4c {
  display: none;
}
#s-5866b207-c9ad-44f5-a82f-dc1ae54b8b4c, #wrap-s-5866b207-c9ad-44f5-a82f-dc1ae54b8b4c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5866b207-c9ad-44f5-a82f-dc1ae54b8b4c {
  display: none;
}
#s-5866b207-c9ad-44f5-a82f-dc1ae54b8b4c, #wrap-s-5866b207-c9ad-44f5-a82f-dc1ae54b8b4c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5866b207-c9ad-44f5-a82f-dc1ae54b8b4c {
  display: none;
}
#s-5866b207-c9ad-44f5-a82f-dc1ae54b8b4c, #wrap-s-5866b207-c9ad-44f5-a82f-dc1ae54b8b4c { display:none !important; }}






  #s-5866b207-c9ad-44f5-a82f-dc1ae54b8b4c img.shogun-image {
    

    
    
    
  }


#s-5866b207-c9ad-44f5-a82f-dc1ae54b8b4c .shogun-image-content {
  
    align-items: center;
  
}

#s-3f143dae-39e1-449e-8cd7-e7aaeb6d76da {
  min-height: 50px;
}








#s-3f143dae-39e1-449e-8cd7-e7aaeb6d76da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f143dae-39e1-449e-8cd7-e7aaeb6d76da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc49e1c7-f1b2-4a8d-9044-f90930129f39 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-fc49e1c7-f1b2-4a8d-9044-f90930129f39 {
  margin-bottom: 0%;
}
}
#s-fc49e1c7-f1b2-4a8d-9044-f90930129f39 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fc49e1c7-f1b2-4a8d-9044-f90930129f39 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-fc49e1c7-f1b2-4a8d-9044-f90930129f39 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-0d28ed28-6056-49bb-b793-41adf3233e94 {
  text-align: center;
}
@media (max-width: 767px){#s-0d28ed28-6056-49bb-b793-41adf3233e94 {
  display: none;
}
#s-0d28ed28-6056-49bb-b793-41adf3233e94, #wrap-s-0d28ed28-6056-49bb-b793-41adf3233e94 { display:none !important; }}






  #s-0d28ed28-6056-49bb-b793-41adf3233e94 img.shogun-image {
    

    
    
    
  }


#s-0d28ed28-6056-49bb-b793-41adf3233e94 .shogun-image-content {
  
    align-items: center;
  
}

#s-6238ad5b-e890-4242-86c7-a4c9a37f1fa2 {
  text-align: center;
}
@media (min-width: 1200px){#s-6238ad5b-e890-4242-86c7-a4c9a37f1fa2 {
  display: none;
}
#s-6238ad5b-e890-4242-86c7-a4c9a37f1fa2, #wrap-s-6238ad5b-e890-4242-86c7-a4c9a37f1fa2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6238ad5b-e890-4242-86c7-a4c9a37f1fa2 {
  display: none;
}
#s-6238ad5b-e890-4242-86c7-a4c9a37f1fa2, #wrap-s-6238ad5b-e890-4242-86c7-a4c9a37f1fa2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6238ad5b-e890-4242-86c7-a4c9a37f1fa2 {
  display: none;
}
#s-6238ad5b-e890-4242-86c7-a4c9a37f1fa2, #wrap-s-6238ad5b-e890-4242-86c7-a4c9a37f1fa2 { display:none !important; }}






  #s-6238ad5b-e890-4242-86c7-a4c9a37f1fa2 img.shogun-image {
    

    
    
    
  }


#s-6238ad5b-e890-4242-86c7-a4c9a37f1fa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9f03887-303a-4706-90a9-c058f8738eed {
  min-height: 50px;
}








#s-e9f03887-303a-4706-90a9-c058f8738eed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9f03887-303a-4706-90a9-c058f8738eed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0bc92d16-f6e0-4151-8b95-248a355914da {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-0bc92d16-f6e0-4151-8b95-248a355914da {
  margin-bottom: 0%;
}
}
#s-0bc92d16-f6e0-4151-8b95-248a355914da .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0bc92d16-f6e0-4151-8b95-248a355914da .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (max-width: 767px){#s-0bc92d16-f6e0-4151-8b95-248a355914da .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-3be88f2c-3415-4d68-863a-d948416e6358 {
  text-align: center;
}
@media (max-width: 767px){#s-3be88f2c-3415-4d68-863a-d948416e6358 {
  display: none;
}
#s-3be88f2c-3415-4d68-863a-d948416e6358, #wrap-s-3be88f2c-3415-4d68-863a-d948416e6358 { display:none !important; }}






  #s-3be88f2c-3415-4d68-863a-d948416e6358 img.shogun-image {
    

    
    
    
  }


#s-3be88f2c-3415-4d68-863a-d948416e6358 .shogun-image-content {
  
    align-items: center;
  
}

#s-00971e0c-bb86-433b-a2d4-5b6929250250 {
  text-align: center;
}
@media (min-width: 1200px){#s-00971e0c-bb86-433b-a2d4-5b6929250250 {
  display: none;
}
#s-00971e0c-bb86-433b-a2d4-5b6929250250, #wrap-s-00971e0c-bb86-433b-a2d4-5b6929250250 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00971e0c-bb86-433b-a2d4-5b6929250250 {
  display: none;
}
#s-00971e0c-bb86-433b-a2d4-5b6929250250, #wrap-s-00971e0c-bb86-433b-a2d4-5b6929250250 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00971e0c-bb86-433b-a2d4-5b6929250250 {
  display: none;
}
#s-00971e0c-bb86-433b-a2d4-5b6929250250, #wrap-s-00971e0c-bb86-433b-a2d4-5b6929250250 { display:none !important; }}@media (max-width: 767px){#s-00971e0c-bb86-433b-a2d4-5b6929250250 {
  
}
}






  #s-00971e0c-bb86-433b-a2d4-5b6929250250 img.shogun-image {
    

    
    
    
  }


#s-00971e0c-bb86-433b-a2d4-5b6929250250 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a629c68-56b6-4865-9569-f54b048fd0a5 {
  margin-top: 5%;
margin-bottom: 0%;
text-align: center;
}
@media (max-width: 767px){#s-2a629c68-56b6-4865-9569-f54b048fd0a5 {
  display: none;
}
#s-2a629c68-56b6-4865-9569-f54b048fd0a5, #wrap-s-2a629c68-56b6-4865-9569-f54b048fd0a5 { display:none !important; }}






  #s-2a629c68-56b6-4865-9569-f54b048fd0a5 img.shogun-image {
    

    
    
    
  }


#s-2a629c68-56b6-4865-9569-f54b048fd0a5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-31d4a5e1-626f-4a87-9ce5-ade03971d007 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31d4a5e1-626f-4a87-9ce5-ade03971d007 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-31d4a5e1-626f-4a87-9ce5-ade03971d007 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-31d4a5e1-626f-4a87-9ce5-ade03971d007 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-f3b8a8d2-7992-47da-b7d2-ec9078ad801e {
  margin-top: 4%;
margin-bottom: 0%;
text-align: center;
}
@media (max-width: 767px){#s-f3b8a8d2-7992-47da-b7d2-ec9078ad801e {
  display: none;
}
#s-f3b8a8d2-7992-47da-b7d2-ec9078ad801e, #wrap-s-f3b8a8d2-7992-47da-b7d2-ec9078ad801e { display:none !important; }}






  #s-f3b8a8d2-7992-47da-b7d2-ec9078ad801e img.shogun-image {
    

    
    
    
  }


#s-f3b8a8d2-7992-47da-b7d2-ec9078ad801e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c67ee5ff-0bf8-48cc-a78d-c0328456bf1a {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c67ee5ff-0bf8-48cc-a78d-c0328456bf1a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c67ee5ff-0bf8-48cc-a78d-c0328456bf1a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-c67ee5ff-0bf8-48cc-a78d-c0328456bf1a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-fded6038-533b-4a96-9703-feee51a7230d {
  margin-top: 7%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fded6038-533b-4a96-9703-feee51a7230d {
  
}
}@media (max-width: 767px){#s-fded6038-533b-4a96-9703-feee51a7230d {
  display: none;
}
#s-fded6038-533b-4a96-9703-feee51a7230d, #wrap-s-fded6038-533b-4a96-9703-feee51a7230d { display:none !important; }}






  #s-fded6038-533b-4a96-9703-feee51a7230d img.shogun-image {
    

    
    
    
  }


#s-fded6038-533b-4a96-9703-feee51a7230d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-365b342e-3040-4421-983e-28779da56b0d {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-365b342e-3040-4421-983e-28779da56b0d {
  margin-top: 2%;
margin-bottom: 2%;
}
}@media (max-width: 767px){#s-365b342e-3040-4421-983e-28779da56b0d {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-365b342e-3040-4421-983e-28779da56b0d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-365b342e-3040-4421-983e-28779da56b0d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-365b342e-3040-4421-983e-28779da56b0d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-cde3890f-c0c0-4388-a890-ce9684a1ebbe {
  text-align: center;
}
@media (min-width: 1200px){#s-cde3890f-c0c0-4388-a890-ce9684a1ebbe {
  display: none;
}
#s-cde3890f-c0c0-4388-a890-ce9684a1ebbe, #wrap-s-cde3890f-c0c0-4388-a890-ce9684a1ebbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cde3890f-c0c0-4388-a890-ce9684a1ebbe {
  display: none;
}
#s-cde3890f-c0c0-4388-a890-ce9684a1ebbe, #wrap-s-cde3890f-c0c0-4388-a890-ce9684a1ebbe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cde3890f-c0c0-4388-a890-ce9684a1ebbe {
  display: none;
}
#s-cde3890f-c0c0-4388-a890-ce9684a1ebbe, #wrap-s-cde3890f-c0c0-4388-a890-ce9684a1ebbe { display:none !important; }}






  #s-cde3890f-c0c0-4388-a890-ce9684a1ebbe img.shogun-image {
    

    
    
    
  }


#s-cde3890f-c0c0-4388-a890-ce9684a1ebbe .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3316b1c2-d0f5-4076-be1d-94e0156967dc {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3316b1c2-d0f5-4076-be1d-94e0156967dc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-9e1aac14-1b8c-49b4-9288-5d377d310052 {
  margin-top: 5%;
margin-bottom: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-9e1aac14-1b8c-49b4-9288-5d377d310052 {
  display: none;
}
#s-9e1aac14-1b8c-49b4-9288-5d377d310052, #wrap-s-9e1aac14-1b8c-49b4-9288-5d377d310052 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e1aac14-1b8c-49b4-9288-5d377d310052 {
  display: none;
}
#s-9e1aac14-1b8c-49b4-9288-5d377d310052, #wrap-s-9e1aac14-1b8c-49b4-9288-5d377d310052 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e1aac14-1b8c-49b4-9288-5d377d310052 {
  display: none;
}
#s-9e1aac14-1b8c-49b4-9288-5d377d310052, #wrap-s-9e1aac14-1b8c-49b4-9288-5d377d310052 { display:none !important; }}@media (max-width: 767px){#s-9e1aac14-1b8c-49b4-9288-5d377d310052 {
  
}
}






  #s-9e1aac14-1b8c-49b4-9288-5d377d310052 img.shogun-image {
    

    
    
    
  }


#s-9e1aac14-1b8c-49b4-9288-5d377d310052 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-db6d4ca9-4c86-4c15-a007-0a0da7d53fb4 {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db6d4ca9-4c86-4c15-a007-0a0da7d53fb4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-4aba96c6-6633-4610-b4e6-c221dc790210 {
  margin-top: 7%;
text-align: center;
}
@media (min-width: 1200px){#s-4aba96c6-6633-4610-b4e6-c221dc790210 {
  display: none;
}
#s-4aba96c6-6633-4610-b4e6-c221dc790210, #wrap-s-4aba96c6-6633-4610-b4e6-c221dc790210 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4aba96c6-6633-4610-b4e6-c221dc790210 {
  display: none;
}
#s-4aba96c6-6633-4610-b4e6-c221dc790210, #wrap-s-4aba96c6-6633-4610-b4e6-c221dc790210 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4aba96c6-6633-4610-b4e6-c221dc790210 {
  display: none;
}
#s-4aba96c6-6633-4610-b4e6-c221dc790210, #wrap-s-4aba96c6-6633-4610-b4e6-c221dc790210 { display:none !important; }}@media (max-width: 767px){#s-4aba96c6-6633-4610-b4e6-c221dc790210 {
  
}
}






  #s-4aba96c6-6633-4610-b4e6-c221dc790210 img.shogun-image {
    

    
    
    
  }


#s-4aba96c6-6633-4610-b4e6-c221dc790210 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6604d351-3e50-4bda-af0e-5ae010355905 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6604d351-3e50-4bda-af0e-5ae010355905 {
  margin-top: 2%;
margin-bottom: 2%;
}
}@media (max-width: 767px){#s-6604d351-3e50-4bda-af0e-5ae010355905 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-6604d351-3e50-4bda-af0e-5ae010355905 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-e8a92423-3c21-4dab-8582-f3855e8c7e07 {
  min-height: 50px;
}








#s-e8a92423-3c21-4dab-8582-f3855e8c7e07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8a92423-3c21-4dab-8582-f3855e8c7e07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-071acf89-0099-48fa-8736-04ede454a692 {
  margin-top: 4%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-071acf89-0099-48fa-8736-04ede454a692 {
  margin-top: 5%;
}
}
#s-071acf89-0099-48fa-8736-04ede454a692 .shogun-heading-component h2 {
  color: rgba(75, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-071acf89-0099-48fa-8736-04ede454a692 .shogun-heading-component h2 {
  color: rgba(75, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-071acf89-0099-48fa-8736-04ede454a692 .shogun-heading-component h2 {
  color: rgba(75, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-dd76be49-201b-4f7d-aa80-78c6cccb81ae {
  text-align: center;
}
@media (max-width: 767px){#s-dd76be49-201b-4f7d-aa80-78c6cccb81ae {
  display: none;
}
#s-dd76be49-201b-4f7d-aa80-78c6cccb81ae, #wrap-s-dd76be49-201b-4f7d-aa80-78c6cccb81ae { display:none !important; }}






  #s-dd76be49-201b-4f7d-aa80-78c6cccb81ae img.shogun-image {
    

    
    
    
  }


#s-dd76be49-201b-4f7d-aa80-78c6cccb81ae .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4db13cdd-0379-4807-a299-c19956321e32 {
  margin-top: 2%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-4db13cdd-0379-4807-a299-c19956321e32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4db13cdd-0379-4807-a299-c19956321e32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4db13cdd-0379-4807-a299-c19956321e32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4db13cdd-0379-4807-a299-c19956321e32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a9625059-48af-4246-b657-dfe23b833aa0 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9625059-48af-4246-b657-dfe23b833aa0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a9625059-48af-4246-b657-dfe23b833aa0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-87310fd7-b577-4294-9226-dd084e39023d {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87310fd7-b577-4294-9226-dd084e39023d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-87310fd7-b577-4294-9226-dd084e39023d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-ebd694ce-22bd-46ea-a81e-1d2c0f328a97 {
  text-align: center;
}
@media (max-width: 767px){#s-ebd694ce-22bd-46ea-a81e-1d2c0f328a97 {
  display: none;
}
#s-ebd694ce-22bd-46ea-a81e-1d2c0f328a97, #wrap-s-ebd694ce-22bd-46ea-a81e-1d2c0f328a97 { display:none !important; }}






  #s-ebd694ce-22bd-46ea-a81e-1d2c0f328a97 img.shogun-image {
    

    
    
    
  }


#s-ebd694ce-22bd-46ea-a81e-1d2c0f328a97 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8a6883f2-5c5c-4904-b64f-931b690908bf {
  margin-top: 2%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-8a6883f2-5c5c-4904-b64f-931b690908bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a6883f2-5c5c-4904-b64f-931b690908bf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a6883f2-5c5c-4904-b64f-931b690908bf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a6883f2-5c5c-4904-b64f-931b690908bf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9c5fab5c-1163-4348-a87e-84277c03c79e {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c5fab5c-1163-4348-a87e-84277c03c79e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9c5fab5c-1163-4348-a87e-84277c03c79e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-f552ce01-2b51-4c76-a694-d1555f7ecb56 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f552ce01-2b51-4c76-a694-d1555f7ecb56 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f552ce01-2b51-4c76-a694-d1555f7ecb56 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-78e829b5-9bcd-4c25-b200-755b62f7f65d {
  text-align: center;
}
@media (min-width: 1200px){#s-78e829b5-9bcd-4c25-b200-755b62f7f65d {
  display: none;
}
#s-78e829b5-9bcd-4c25-b200-755b62f7f65d, #wrap-s-78e829b5-9bcd-4c25-b200-755b62f7f65d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78e829b5-9bcd-4c25-b200-755b62f7f65d {
  display: none;
}
#s-78e829b5-9bcd-4c25-b200-755b62f7f65d, #wrap-s-78e829b5-9bcd-4c25-b200-755b62f7f65d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-78e829b5-9bcd-4c25-b200-755b62f7f65d {
  display: none;
}
#s-78e829b5-9bcd-4c25-b200-755b62f7f65d, #wrap-s-78e829b5-9bcd-4c25-b200-755b62f7f65d { display:none !important; }}






  #s-78e829b5-9bcd-4c25-b200-755b62f7f65d img.shogun-image {
    

    
    
    
  }


#s-78e829b5-9bcd-4c25-b200-755b62f7f65d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5362a67d-bb91-41e7-a5f8-9441b69e4056 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5362a67d-bb91-41e7-a5f8-9441b69e4056 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-3bdeb81d-dc9f-4025-8d45-10163156b6c1 {
  text-align: center;
}
@media (min-width: 1200px){#s-3bdeb81d-dc9f-4025-8d45-10163156b6c1 {
  display: none;
}
#s-3bdeb81d-dc9f-4025-8d45-10163156b6c1, #wrap-s-3bdeb81d-dc9f-4025-8d45-10163156b6c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3bdeb81d-dc9f-4025-8d45-10163156b6c1 {
  display: none;
}
#s-3bdeb81d-dc9f-4025-8d45-10163156b6c1, #wrap-s-3bdeb81d-dc9f-4025-8d45-10163156b6c1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3bdeb81d-dc9f-4025-8d45-10163156b6c1 {
  display: none;
}
#s-3bdeb81d-dc9f-4025-8d45-10163156b6c1, #wrap-s-3bdeb81d-dc9f-4025-8d45-10163156b6c1 { display:none !important; }}






  #s-3bdeb81d-dc9f-4025-8d45-10163156b6c1 img.shogun-image {
    

    
    
    
  }


#s-3bdeb81d-dc9f-4025-8d45-10163156b6c1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-06dff274-d576-49fe-b132-b9db65abd6e5 {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-06dff274-d576-49fe-b132-b9db65abd6e5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-6861272b-a5ee-4030-a109-a0cee1a4015f {
  text-align: center;
}
@media (min-width: 1200px){#s-6861272b-a5ee-4030-a109-a0cee1a4015f {
  display: none;
}
#s-6861272b-a5ee-4030-a109-a0cee1a4015f, #wrap-s-6861272b-a5ee-4030-a109-a0cee1a4015f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6861272b-a5ee-4030-a109-a0cee1a4015f {
  display: none;
}
#s-6861272b-a5ee-4030-a109-a0cee1a4015f, #wrap-s-6861272b-a5ee-4030-a109-a0cee1a4015f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6861272b-a5ee-4030-a109-a0cee1a4015f {
  display: none;
}
#s-6861272b-a5ee-4030-a109-a0cee1a4015f, #wrap-s-6861272b-a5ee-4030-a109-a0cee1a4015f { display:none !important; }}






  #s-6861272b-a5ee-4030-a109-a0cee1a4015f img.shogun-image {
    

    
    
    
  }


#s-6861272b-a5ee-4030-a109-a0cee1a4015f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7d5df406-9a39-48b3-ae5b-64775dd76094 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d5df406-9a39-48b3-ae5b-64775dd76094 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-3abae5d0-3cdc-442d-83fb-23c5ceeed63d {
  text-align: center;
}
@media (min-width: 1200px){#s-3abae5d0-3cdc-442d-83fb-23c5ceeed63d {
  display: none;
}
#s-3abae5d0-3cdc-442d-83fb-23c5ceeed63d, #wrap-s-3abae5d0-3cdc-442d-83fb-23c5ceeed63d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3abae5d0-3cdc-442d-83fb-23c5ceeed63d {
  display: none;
}
#s-3abae5d0-3cdc-442d-83fb-23c5ceeed63d, #wrap-s-3abae5d0-3cdc-442d-83fb-23c5ceeed63d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3abae5d0-3cdc-442d-83fb-23c5ceeed63d {
  display: none;
}
#s-3abae5d0-3cdc-442d-83fb-23c5ceeed63d, #wrap-s-3abae5d0-3cdc-442d-83fb-23c5ceeed63d { display:none !important; }}






  #s-3abae5d0-3cdc-442d-83fb-23c5ceeed63d img.shogun-image {
    

    
    
    
  }


#s-3abae5d0-3cdc-442d-83fb-23c5ceeed63d .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ea3471d3-baeb-4456-b337-12c62ce10743 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea3471d3-baeb-4456-b337-12c62ce10743 .shogun-heading-component h3 {
  color: rgba(75, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-1bc39d9f-2042-4d02-9fae-f2a6f26b93d2 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-1bc39d9f-2042-4d02-9fae-f2a6f26b93d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bc39d9f-2042-4d02-9fae-f2a6f26b93d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf2d89bd-8040-4f49-b881-229bf0250cc7 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf2d89bd-8040-4f49-b881-229bf0250cc7 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cf2d89bd-8040-4f49-b881-229bf0250cc7 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-cf2d89bd-8040-4f49-b881-229bf0250cc7 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-15ac7cb9-69eb-4697-bb84-65851498c09d {
  text-align: center;
}
@media (max-width: 767px){#s-15ac7cb9-69eb-4697-bb84-65851498c09d {
  display: none;
}
#s-15ac7cb9-69eb-4697-bb84-65851498c09d, #wrap-s-15ac7cb9-69eb-4697-bb84-65851498c09d { display:none !important; }}






  #s-15ac7cb9-69eb-4697-bb84-65851498c09d img.shogun-image {
    

    
    
    
  }


#s-15ac7cb9-69eb-4697-bb84-65851498c09d .shogun-image-content {
  
    align-items: center;
  
}

#s-8e5a193c-95b9-43e9-b278-f4d65d5ab3c1 {
  text-align: center;
}
@media (min-width: 1200px){#s-8e5a193c-95b9-43e9-b278-f4d65d5ab3c1 {
  display: none;
}
#s-8e5a193c-95b9-43e9-b278-f4d65d5ab3c1, #wrap-s-8e5a193c-95b9-43e9-b278-f4d65d5ab3c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e5a193c-95b9-43e9-b278-f4d65d5ab3c1 {
  display: none;
}
#s-8e5a193c-95b9-43e9-b278-f4d65d5ab3c1, #wrap-s-8e5a193c-95b9-43e9-b278-f4d65d5ab3c1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e5a193c-95b9-43e9-b278-f4d65d5ab3c1 {
  display: none;
}
#s-8e5a193c-95b9-43e9-b278-f4d65d5ab3c1, #wrap-s-8e5a193c-95b9-43e9-b278-f4d65d5ab3c1 { display:none !important; }}






  #s-8e5a193c-95b9-43e9-b278-f4d65d5ab3c1 img.shogun-image {
    

    
    
    
  }


#s-8e5a193c-95b9-43e9-b278-f4d65d5ab3c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d46d25a-0e94-48af-b857-d52a73f04f5e {
  margin-top: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-8d46d25a-0e94-48af-b857-d52a73f04f5e {
  display: none;
}
#s-8d46d25a-0e94-48af-b857-d52a73f04f5e, #wrap-s-8d46d25a-0e94-48af-b857-d52a73f04f5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d46d25a-0e94-48af-b857-d52a73f04f5e {
  display: none;
}
#s-8d46d25a-0e94-48af-b857-d52a73f04f5e, #wrap-s-8d46d25a-0e94-48af-b857-d52a73f04f5e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d46d25a-0e94-48af-b857-d52a73f04f5e {
  display: none;
}
#s-8d46d25a-0e94-48af-b857-d52a73f04f5e, #wrap-s-8d46d25a-0e94-48af-b857-d52a73f04f5e { display:none !important; }}@media (max-width: 767px){#s-8d46d25a-0e94-48af-b857-d52a73f04f5e {
  
}
}






  #s-8d46d25a-0e94-48af-b857-d52a73f04f5e img.shogun-image {
    

    
    
    
  }


#s-8d46d25a-0e94-48af-b857-d52a73f04f5e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3f5c6c56-a84f-4df1-82e6-d7ad9193bade {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f5c6c56-a84f-4df1-82e6-d7ad9193bade {
  margin-top: 2%;
margin-bottom: 2%;
}
}@media (max-width: 767px){#s-3f5c6c56-a84f-4df1-82e6-d7ad9193bade {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-3f5c6c56-a84f-4df1-82e6-d7ad9193bade .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3f5c6c56-a84f-4df1-82e6-d7ad9193bade .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-3f5c6c56-a84f-4df1-82e6-d7ad9193bade .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd {
  margin-top: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd {
  display: none;
}
#s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd, #wrap-s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd {
  display: none;
}
#s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd, #wrap-s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd {
  display: none;
}
#s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd, #wrap-s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd { display:none !important; }}@media (max-width: 767px){#s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd {
  
}
}






  #s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd img.shogun-image {
    

    
    
    
  }


#s-5b1ce1a1-b0d3-440f-beea-365eaa3f70dd .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-870c16c9-1dff-4047-b245-01b89e8b96a8 {
  margin-top: 5%;
text-align: center;
}
@media (max-width: 767px){#s-870c16c9-1dff-4047-b245-01b89e8b96a8 {
  display: none;
}
#s-870c16c9-1dff-4047-b245-01b89e8b96a8, #wrap-s-870c16c9-1dff-4047-b245-01b89e8b96a8 { display:none !important; }}






  #s-870c16c9-1dff-4047-b245-01b89e8b96a8 img.shogun-image {
    

    
    
    
  }


#s-870c16c9-1dff-4047-b245-01b89e8b96a8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f70dc42f-f922-4161-92ac-e74f15517f99 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f70dc42f-f922-4161-92ac-e74f15517f99 {
  margin-top: 2%;
margin-bottom: 2%;
}
}@media (max-width: 767px){#s-f70dc42f-f922-4161-92ac-e74f15517f99 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-f70dc42f-f922-4161-92ac-e74f15517f99 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f70dc42f-f922-4161-92ac-e74f15517f99 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-f70dc42f-f922-4161-92ac-e74f15517f99 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-348e64f4-cb20-4194-b788-c2feec8a38fb {
  margin-top: 5%;
text-align: center;
}
@media (max-width: 767px){#s-348e64f4-cb20-4194-b788-c2feec8a38fb {
  display: none;
}
#s-348e64f4-cb20-4194-b788-c2feec8a38fb, #wrap-s-348e64f4-cb20-4194-b788-c2feec8a38fb { display:none !important; }}






  #s-348e64f4-cb20-4194-b788-c2feec8a38fb img.shogun-image {
    

    
    
    
  }


#s-348e64f4-cb20-4194-b788-c2feec8a38fb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-d9f3c57f-72a7-444a-8e3d-e55cd33a7ab9 {
  min-height: 50px;
}








#s-d9f3c57f-72a7-444a-8e3d-e55cd33a7ab9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9f3c57f-72a7-444a-8e3d-e55cd33a7ab9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c86ddc06-3f5c-4598-92f8-c24519235cf7 {
  margin-top: 4%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c86ddc06-3f5c-4598-92f8-c24519235cf7 {
  margin-top: 5%;
}
}
#s-c86ddc06-3f5c-4598-92f8-c24519235cf7 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c86ddc06-3f5c-4598-92f8-c24519235cf7 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-c86ddc06-3f5c-4598-92f8-c24519235cf7 .shogun-heading-component h2 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-6913a654-dbfb-4773-a356-8fe8aae37748 {
  text-align: center;
}
@media (max-width: 767px){#s-6913a654-dbfb-4773-a356-8fe8aae37748 {
  display: none;
}
#s-6913a654-dbfb-4773-a356-8fe8aae37748, #wrap-s-6913a654-dbfb-4773-a356-8fe8aae37748 { display:none !important; }}






  #s-6913a654-dbfb-4773-a356-8fe8aae37748 img.shogun-image {
    

    
    
    
  }


#s-6913a654-dbfb-4773-a356-8fe8aae37748 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a076997b-84d4-49d5-9f86-f66e0f44765a {
  margin-top: 2%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-a076997b-84d4-49d5-9f86-f66e0f44765a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a076997b-84d4-49d5-9f86-f66e0f44765a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a076997b-84d4-49d5-9f86-f66e0f44765a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a076997b-84d4-49d5-9f86-f66e0f44765a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7ffc4c29-c9df-48a5-98b0-5e00418e3011 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7ffc4c29-c9df-48a5-98b0-5e00418e3011 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7ffc4c29-c9df-48a5-98b0-5e00418e3011 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-fcb051ca-3c56-4499-999a-7f2078e6c36c {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcb051ca-3c56-4499-999a-7f2078e6c36c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fcb051ca-3c56-4499-999a-7f2078e6c36c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-8d51f225-cd1b-461b-b7ab-e848d206fae0 {
  text-align: center;
}
@media (max-width: 767px){#s-8d51f225-cd1b-461b-b7ab-e848d206fae0 {
  display: none;
}
#s-8d51f225-cd1b-461b-b7ab-e848d206fae0, #wrap-s-8d51f225-cd1b-461b-b7ab-e848d206fae0 { display:none !important; }}






  #s-8d51f225-cd1b-461b-b7ab-e848d206fae0 img.shogun-image {
    

    
    
    
  }


#s-8d51f225-cd1b-461b-b7ab-e848d206fae0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5600baa9-9fa3-4291-ac51-ab8f4f39e9b9 {
  margin-top: 2%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-5600baa9-9fa3-4291-ac51-ab8f4f39e9b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5600baa9-9fa3-4291-ac51-ab8f4f39e9b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5600baa9-9fa3-4291-ac51-ab8f4f39e9b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5600baa9-9fa3-4291-ac51-ab8f4f39e9b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f8264ddd-2fae-454d-ad8b-254ae1a69e19 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8264ddd-2fae-454d-ad8b-254ae1a69e19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f8264ddd-2fae-454d-ad8b-254ae1a69e19 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-d3b07978-dfc2-4e33-8c3b-327d86ecc887 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3b07978-dfc2-4e33-8c3b-327d86ecc887 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d3b07978-dfc2-4e33-8c3b-327d86ecc887 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-7b9cfac1-1c5b-4e0b-8ad4-3bec69072e1c {
  text-align: center;
}
@media (min-width: 1200px){#s-7b9cfac1-1c5b-4e0b-8ad4-3bec69072e1c {
  display: none;
}
#s-7b9cfac1-1c5b-4e0b-8ad4-3bec69072e1c, #wrap-s-7b9cfac1-1c5b-4e0b-8ad4-3bec69072e1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b9cfac1-1c5b-4e0b-8ad4-3bec69072e1c {
  display: none;
}
#s-7b9cfac1-1c5b-4e0b-8ad4-3bec69072e1c, #wrap-s-7b9cfac1-1c5b-4e0b-8ad4-3bec69072e1c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b9cfac1-1c5b-4e0b-8ad4-3bec69072e1c {
  display: none;
}
#s-7b9cfac1-1c5b-4e0b-8ad4-3bec69072e1c, #wrap-s-7b9cfac1-1c5b-4e0b-8ad4-3bec69072e1c { display:none !important; }}






  #s-7b9cfac1-1c5b-4e0b-8ad4-3bec69072e1c img.shogun-image {
    

    
    
    
  }


#s-7b9cfac1-1c5b-4e0b-8ad4-3bec69072e1c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-296b9482-3945-4eec-8f2a-f531fe3aa628 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-296b9482-3945-4eec-8f2a-f531fe3aa628 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-129500be-0a2f-4d7f-b6be-817e7cd2e39a {
  text-align: center;
}
@media (min-width: 1200px){#s-129500be-0a2f-4d7f-b6be-817e7cd2e39a {
  display: none;
}
#s-129500be-0a2f-4d7f-b6be-817e7cd2e39a, #wrap-s-129500be-0a2f-4d7f-b6be-817e7cd2e39a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-129500be-0a2f-4d7f-b6be-817e7cd2e39a {
  display: none;
}
#s-129500be-0a2f-4d7f-b6be-817e7cd2e39a, #wrap-s-129500be-0a2f-4d7f-b6be-817e7cd2e39a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-129500be-0a2f-4d7f-b6be-817e7cd2e39a {
  display: none;
}
#s-129500be-0a2f-4d7f-b6be-817e7cd2e39a, #wrap-s-129500be-0a2f-4d7f-b6be-817e7cd2e39a { display:none !important; }}






  #s-129500be-0a2f-4d7f-b6be-817e7cd2e39a img.shogun-image {
    

    
    
    
  }


#s-129500be-0a2f-4d7f-b6be-817e7cd2e39a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-85a2ea40-9c90-467e-ac25-6d073fd07708 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85a2ea40-9c90-467e-ac25-6d073fd07708 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-86584ceb-d49f-4777-a629-450a3cd551bf {
  text-align: center;
}
@media (min-width: 1200px){#s-86584ceb-d49f-4777-a629-450a3cd551bf {
  display: none;
}
#s-86584ceb-d49f-4777-a629-450a3cd551bf, #wrap-s-86584ceb-d49f-4777-a629-450a3cd551bf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86584ceb-d49f-4777-a629-450a3cd551bf {
  display: none;
}
#s-86584ceb-d49f-4777-a629-450a3cd551bf, #wrap-s-86584ceb-d49f-4777-a629-450a3cd551bf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86584ceb-d49f-4777-a629-450a3cd551bf {
  display: none;
}
#s-86584ceb-d49f-4777-a629-450a3cd551bf, #wrap-s-86584ceb-d49f-4777-a629-450a3cd551bf { display:none !important; }}






  #s-86584ceb-d49f-4777-a629-450a3cd551bf img.shogun-image {
    

    
    
    
  }


#s-86584ceb-d49f-4777-a629-450a3cd551bf .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e8e41362-1eec-49c6-b5c5-0a496e9689e5 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8e41362-1eec-49c6-b5c5-0a496e9689e5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-ee5421df-3686-4ebe-bcff-93aee828327e {
  text-align: center;
}
@media (min-width: 1200px){#s-ee5421df-3686-4ebe-bcff-93aee828327e {
  display: none;
}
#s-ee5421df-3686-4ebe-bcff-93aee828327e, #wrap-s-ee5421df-3686-4ebe-bcff-93aee828327e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee5421df-3686-4ebe-bcff-93aee828327e {
  display: none;
}
#s-ee5421df-3686-4ebe-bcff-93aee828327e, #wrap-s-ee5421df-3686-4ebe-bcff-93aee828327e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee5421df-3686-4ebe-bcff-93aee828327e {
  display: none;
}
#s-ee5421df-3686-4ebe-bcff-93aee828327e, #wrap-s-ee5421df-3686-4ebe-bcff-93aee828327e { display:none !important; }}






  #s-ee5421df-3686-4ebe-bcff-93aee828327e img.shogun-image {
    

    
    
    
  }


#s-ee5421df-3686-4ebe-bcff-93aee828327e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ac7b92bb-479b-49f7-80b2-89881e931866 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac7b92bb-479b-49f7-80b2-89881e931866 .shogun-heading-component h3 {
  color: rgba(76, 76, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-0c65d16a-16d3-4d3a-856c-88e344f8c195 {
  margin-top: 5%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c65d16a-16d3-4d3a-856c-88e344f8c195 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0c65d16a-16d3-4d3a-856c-88e344f8c195 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-0c65d16a-16d3-4d3a-856c-88e344f8c195 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-9568f6c8-0a02-4f22-bfc2-3f4bf1f9de3e {
  margin-top: 0%;
text-align: center;
}
@media (max-width: 767px){#s-9568f6c8-0a02-4f22-bfc2-3f4bf1f9de3e {
  display: none;
}
#s-9568f6c8-0a02-4f22-bfc2-3f4bf1f9de3e, #wrap-s-9568f6c8-0a02-4f22-bfc2-3f4bf1f9de3e { display:none !important; }}






  #s-9568f6c8-0a02-4f22-bfc2-3f4bf1f9de3e img.shogun-image {
    

    
    
    
  }


#s-9568f6c8-0a02-4f22-bfc2-3f4bf1f9de3e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-802ebe06-79e4-4305-a891-63794877f0af {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-802ebe06-79e4-4305-a891-63794877f0af {
  margin-top: 2%;
margin-bottom: 2%;
}
}@media (max-width: 767px){#s-802ebe06-79e4-4305-a891-63794877f0af {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-802ebe06-79e4-4305-a891-63794877f0af .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-802ebe06-79e4-4305-a891-63794877f0af .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-802ebe06-79e4-4305-a891-63794877f0af .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-6b3bc9c6-2bde-457f-8186-f052d267018f {
  margin-top: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-6b3bc9c6-2bde-457f-8186-f052d267018f {
  display: none;
}
#s-6b3bc9c6-2bde-457f-8186-f052d267018f, #wrap-s-6b3bc9c6-2bde-457f-8186-f052d267018f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b3bc9c6-2bde-457f-8186-f052d267018f {
  display: none;
}
#s-6b3bc9c6-2bde-457f-8186-f052d267018f, #wrap-s-6b3bc9c6-2bde-457f-8186-f052d267018f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b3bc9c6-2bde-457f-8186-f052d267018f {
  display: none;
}
#s-6b3bc9c6-2bde-457f-8186-f052d267018f, #wrap-s-6b3bc9c6-2bde-457f-8186-f052d267018f { display:none !important; }}@media (max-width: 767px){#s-6b3bc9c6-2bde-457f-8186-f052d267018f {
  
}
}






  #s-6b3bc9c6-2bde-457f-8186-f052d267018f img.shogun-image {
    

    
    
    
  }


#s-6b3bc9c6-2bde-457f-8186-f052d267018f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a0ec2904-29f7-42d2-9afb-869ba7b61c32 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0ec2904-29f7-42d2-9afb-869ba7b61c32 {
  margin-top: 2%;
margin-bottom: 2%;
}
}@media (max-width: 767px){#s-a0ec2904-29f7-42d2-9afb-869ba7b61c32 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-a0ec2904-29f7-42d2-9afb-869ba7b61c32 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-a9878007-a887-4bf2-8fa8-60525835c870 {
  text-align: center;
}
@media (max-width: 767px){#s-a9878007-a887-4bf2-8fa8-60525835c870 {
  display: none;
}
#s-a9878007-a887-4bf2-8fa8-60525835c870, #wrap-s-a9878007-a887-4bf2-8fa8-60525835c870 { display:none !important; }}






  #s-a9878007-a887-4bf2-8fa8-60525835c870 img.shogun-image {
    

    
    
    
  }


#s-a9878007-a887-4bf2-8fa8-60525835c870 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7620bbae-4aa4-4b0a-85d9-6426d95a8090 {
  margin-top: 2%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-7620bbae-4aa4-4b0a-85d9-6426d95a8090"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7620bbae-4aa4-4b0a-85d9-6426d95a8090"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7620bbae-4aa4-4b0a-85d9-6426d95a8090"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7620bbae-4aa4-4b0a-85d9-6426d95a8090"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-53f5436b-4915-4968-ba14-392a37ff22e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53f5436b-4915-4968-ba14-392a37ff22e0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-53f5436b-4915-4968-ba14-392a37ff22e0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-dad091f3-7f0f-41bb-89bd-e65f05839c1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dad091f3-7f0f-41bb-89bd-e65f05839c1d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-dad091f3-7f0f-41bb-89bd-e65f05839c1d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-04513695-2362-4c37-89c7-b56da3799f13 {
  text-align: center;
}
@media (min-width: 1200px){#s-04513695-2362-4c37-89c7-b56da3799f13 {
  display: none;
}
#s-04513695-2362-4c37-89c7-b56da3799f13, #wrap-s-04513695-2362-4c37-89c7-b56da3799f13 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04513695-2362-4c37-89c7-b56da3799f13 {
  display: none;
}
#s-04513695-2362-4c37-89c7-b56da3799f13, #wrap-s-04513695-2362-4c37-89c7-b56da3799f13 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04513695-2362-4c37-89c7-b56da3799f13 {
  display: none;
}
#s-04513695-2362-4c37-89c7-b56da3799f13, #wrap-s-04513695-2362-4c37-89c7-b56da3799f13 { display:none !important; }}






  #s-04513695-2362-4c37-89c7-b56da3799f13 img.shogun-image {
    

    
    
    
  }


#s-04513695-2362-4c37-89c7-b56da3799f13 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6026310a-7b86-4654-8f24-51d68e1fe1d0 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6026310a-7b86-4654-8f24-51d68e1fe1d0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-a3764313-1236-4445-93ad-581eeb06a06c {
  text-align: center;
}
@media (min-width: 1200px){#s-a3764313-1236-4445-93ad-581eeb06a06c {
  display: none;
}
#s-a3764313-1236-4445-93ad-581eeb06a06c, #wrap-s-a3764313-1236-4445-93ad-581eeb06a06c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3764313-1236-4445-93ad-581eeb06a06c {
  display: none;
}
#s-a3764313-1236-4445-93ad-581eeb06a06c, #wrap-s-a3764313-1236-4445-93ad-581eeb06a06c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3764313-1236-4445-93ad-581eeb06a06c {
  display: none;
}
#s-a3764313-1236-4445-93ad-581eeb06a06c, #wrap-s-a3764313-1236-4445-93ad-581eeb06a06c { display:none !important; }}






  #s-a3764313-1236-4445-93ad-581eeb06a06c img.shogun-image {
    

    
    
    
  }


#s-a3764313-1236-4445-93ad-581eeb06a06c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5409b5ca-e491-4ee2-aad2-47d009239d7b {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5409b5ca-e491-4ee2-aad2-47d009239d7b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-0ddc2052-da2f-44e0-92aa-45bfbef3424d {
  margin-top: 7%;
margin-bottom: 5%;
}
@media (min-width: 1200px){#s-0ddc2052-da2f-44e0-92aa-45bfbef3424d {
  display: none;
}
#s-0ddc2052-da2f-44e0-92aa-45bfbef3424d, #wrap-s-0ddc2052-da2f-44e0-92aa-45bfbef3424d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0ddc2052-da2f-44e0-92aa-45bfbef3424d {
  display: none;
}
#s-0ddc2052-da2f-44e0-92aa-45bfbef3424d, #wrap-s-0ddc2052-da2f-44e0-92aa-45bfbef3424d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0ddc2052-da2f-44e0-92aa-45bfbef3424d {
  display: none;
}
#s-0ddc2052-da2f-44e0-92aa-45bfbef3424d, #wrap-s-0ddc2052-da2f-44e0-92aa-45bfbef3424d { display:none !important; }}@media (max-width: 767px){#s-0ddc2052-da2f-44e0-92aa-45bfbef3424d {
  margin-top: 10%;
margin-bottom: 10%;
display: none;
}
#s-0ddc2052-da2f-44e0-92aa-45bfbef3424d, #wrap-s-0ddc2052-da2f-44e0-92aa-45bfbef3424d { display:none !important; }}
@media (min-width: 0px) {
[id="s-0ddc2052-da2f-44e0-92aa-45bfbef3424d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0ddc2052-da2f-44e0-92aa-45bfbef3424d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ddc2052-da2f-44e0-92aa-45bfbef3424d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ddc2052-da2f-44e0-92aa-45bfbef3424d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3a6df7a9-90c7-404a-b0fa-59ede6880385 {
  box-shadow:2px 0px 0px 0px rgba(154, 154, 154, 1);
min-height: 50px;
}








#s-3a6df7a9-90c7-404a-b0fa-59ede6880385 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a6df7a9-90c7-404a-b0fa-59ede6880385.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b21a355-cb76-4159-b760-772913d9a407 {
  text-align: center;
}







  #s-9b21a355-cb76-4159-b760-772913d9a407 img.shogun-image {
    

    
    
    
  }


#s-9b21a355-cb76-4159-b760-772913d9a407 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce7663a4-79eb-4d9e-bfe4-2ec4b0da3c54 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ce7663a4-79eb-4d9e-bfe4-2ec4b0da3c54 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-ce7663a4-79eb-4d9e-bfe4-2ec4b0da3c54 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
@media (max-width: 767px){#s-21c2aa25-313b-49bd-a6c5-4c94cf9f2651 {
  display: none;
}
#s-21c2aa25-313b-49bd-a6c5-4c94cf9f2651, #wrap-s-21c2aa25-313b-49bd-a6c5-4c94cf9f2651 { display:none !important; }}
@media (min-width: 1200px){#s-a38b0f70-02df-4a4a-88ee-b0c31fc2dfc2 {
  display: none;
}
#s-a38b0f70-02df-4a4a-88ee-b0c31fc2dfc2, #wrap-s-a38b0f70-02df-4a4a-88ee-b0c31fc2dfc2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a38b0f70-02df-4a4a-88ee-b0c31fc2dfc2 {
  display: none;
}
#s-a38b0f70-02df-4a4a-88ee-b0c31fc2dfc2, #wrap-s-a38b0f70-02df-4a4a-88ee-b0c31fc2dfc2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a38b0f70-02df-4a4a-88ee-b0c31fc2dfc2 {
  display: none;
}
#s-a38b0f70-02df-4a4a-88ee-b0c31fc2dfc2, #wrap-s-a38b0f70-02df-4a4a-88ee-b0c31fc2dfc2 { display:none !important; }}
#s-354ae2a5-3bb4-4238-9ed6-9382bd97f2d6 {
  min-height: 50px;
}








#s-354ae2a5-3bb4-4238-9ed6-9382bd97f2d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-354ae2a5-3bb4-4238-9ed6-9382bd97f2d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5eae7386-e10f-4900-a3d8-56f7fa9ea87d {
  text-align: center;
}







  #s-5eae7386-e10f-4900-a3d8-56f7fa9ea87d img.shogun-image {
    

    
    
    
  }


#s-5eae7386-e10f-4900-a3d8-56f7fa9ea87d .shogun-image-content {
  
    align-items: center;
  
}

#s-6c3c7f0f-140f-4d42-a12f-32813f900a24 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c3c7f0f-140f-4d42-a12f-32813f900a24 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-6c3c7f0f-140f-4d42-a12f-32813f900a24 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
@media (max-width: 767px){#s-80582610-3645-4594-b5f1-2748008a41f4 {
  display: none;
}
#s-80582610-3645-4594-b5f1-2748008a41f4, #wrap-s-80582610-3645-4594-b5f1-2748008a41f4 { display:none !important; }}
@media (min-width: 1200px){#s-08e3be88-c2ea-4d55-b80c-6fc8b37b828a {
  display: none;
}
#s-08e3be88-c2ea-4d55-b80c-6fc8b37b828a, #wrap-s-08e3be88-c2ea-4d55-b80c-6fc8b37b828a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08e3be88-c2ea-4d55-b80c-6fc8b37b828a {
  display: none;
}
#s-08e3be88-c2ea-4d55-b80c-6fc8b37b828a, #wrap-s-08e3be88-c2ea-4d55-b80c-6fc8b37b828a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-08e3be88-c2ea-4d55-b80c-6fc8b37b828a {
  display: none;
}
#s-08e3be88-c2ea-4d55-b80c-6fc8b37b828a, #wrap-s-08e3be88-c2ea-4d55-b80c-6fc8b37b828a { display:none !important; }}
#s-64ea98a9-2e19-42e4-b03c-a60928674592 {
  margin-top: 7%;
margin-bottom: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-64ea98a9-2e19-42e4-b03c-a60928674592 {
  display: none;
}
#s-64ea98a9-2e19-42e4-b03c-a60928674592, #wrap-s-64ea98a9-2e19-42e4-b03c-a60928674592 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64ea98a9-2e19-42e4-b03c-a60928674592 {
  display: none;
}
#s-64ea98a9-2e19-42e4-b03c-a60928674592, #wrap-s-64ea98a9-2e19-42e4-b03c-a60928674592 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64ea98a9-2e19-42e4-b03c-a60928674592 {
  display: none;
}
#s-64ea98a9-2e19-42e4-b03c-a60928674592, #wrap-s-64ea98a9-2e19-42e4-b03c-a60928674592 { display:none !important; }}@media (max-width: 767px){#s-64ea98a9-2e19-42e4-b03c-a60928674592 {
  display: none;
}
#s-64ea98a9-2e19-42e4-b03c-a60928674592, #wrap-s-64ea98a9-2e19-42e4-b03c-a60928674592 { display:none !important; }}






  #s-64ea98a9-2e19-42e4-b03c-a60928674592 img.shogun-image {
    

    
    
    
  }


#s-64ea98a9-2e19-42e4-b03c-a60928674592 .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}