.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-d99e64bd-310e-4d4d-b621-0ecc4e1db0c7 {
  min-height: 50px;
}








#s-d99e64bd-310e-4d4d-b621-0ecc4e1db0c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d99e64bd-310e-4d4d-b621-0ecc4e1db0c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-29caedc7-6498-4011-9f39-2af73c57e4e9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-29caedc7-6498-4011-9f39-2af73c57e4e9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29caedc7-6498-4011-9f39-2af73c57e4e9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29caedc7-6498-4011-9f39-2af73c57e4e9-btn-wrapper {
    text-align: left;
  }


#s-29caedc7-6498-4011-9f39-2af73c57e4e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29caedc7-6498-4011-9f39-2af73c57e4e9-btn-wrapper {
    text-align: left;
  }


#s-29caedc7-6498-4011-9f39-2af73c57e4e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29caedc7-6498-4011-9f39-2af73c57e4e9-btn-wrapper {
    text-align: left;
  }


#s-29caedc7-6498-4011-9f39-2af73c57e4e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29caedc7-6498-4011-9f39-2af73c57e4e9-btn-wrapper {
    text-align: left;
  }


#s-29caedc7-6498-4011-9f39-2af73c57e4e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29caedc7-6498-4011-9f39-2af73c57e4e9-btn-wrapper {
    text-align: left;
  }


#s-29caedc7-6498-4011-9f39-2af73c57e4e9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-65199b22-14b0-4f32-8333-b47db1cf731f {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-65199b22-14b0-4f32-8333-b47db1cf731f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65199b22-14b0-4f32-8333-b47db1cf731f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c0a62de4-44d4-447f-a435-4eefd758f536 {
  padding-bottom: 20px;
min-height: 50px;
}








#s-c0a62de4-44d4-447f-a435-4eefd758f536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0a62de4-44d4-447f-a435-4eefd758f536.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3ab4fc90-9331-4f81-9093-d2d82410ac6c {
  
}








#s-3ab4fc90-9331-4f81-9093-d2d82410ac6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ab4fc90-9331-4f81-9093-d2d82410ac6c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7144eab3-5965-4ab7-851b-052bbd7bf69d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-7144eab3-5965-4ab7-851b-052bbd7bf69d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7144eab3-5965-4ab7-851b-052bbd7bf69d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d3986236-a979-4858-85f7-3e45a223ece8 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d3986236-a979-4858-85f7-3e45a223ece8 {
  
}
}@media (max-width: 767px){#s-d3986236-a979-4858-85f7-3e45a223ece8 {
  
}
}







#s-d3986236-a979-4858-85f7-3e45a223ece8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3986236-a979-4858-85f7-3e45a223ece8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d346b9a-1916-4871-928a-4e4152ff01ad {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3d346b9a-1916-4871-928a-4e4152ff01ad {
  
}
}







#s-3d346b9a-1916-4871-928a-4e4152ff01ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d346b9a-1916-4871-928a-4e4152ff01ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

@media (min-width: 1200px){#s-a1e60847-3ab6-4a0c-adb9-f6dc1b229e73 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1e60847-3ab6-4a0c-adb9-f6dc1b229e73 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1e60847-3ab6-4a0c-adb9-f6dc1b229e73 {
  
}
}@media (max-width: 767px){#s-a1e60847-3ab6-4a0c-adb9-f6dc1b229e73 {
  
}
}

  #s-a1e60847-3ab6-4a0c-adb9-f6dc1b229e73 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
  #s-a1e60847-3ab6-4a0c-adb9-f6dc1b229e73 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0);
  }
#s-a1e60847-3ab6-4a0c-adb9-f6dc1b229e73 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-a1e60847-3ab6-4a0c-adb9-f6dc1b229e73 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-a1e60847-3ab6-4a0c-adb9-f6dc1b229e73 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 0);
}

#s-a1e60847-3ab6-4a0c-adb9-f6dc1b229e73 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-cfbf1e30-01b7-4151-8b01-547df0ad4b05 {
  min-height: 50px;
}








#s-cfbf1e30-01b7-4151-8b01-547df0ad4b05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfbf1e30-01b7-4151-8b01-547df0ad4b05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-36803494-c46d-4550-a07f-086afa4f3524 {
  margin-top: 30px;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 40px;
padding-right: 5px;
text-align: center;
}

#s-36803494-c46d-4550-a07f-086afa4f3524 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-9f8ccdb6-bc27-4680-b351-3467fb4a5359 {
  min-height: 50px;
}








#s-9f8ccdb6-bc27-4680-b351-3467fb4a5359 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f8ccdb6-bc27-4680-b351-3467fb4a5359.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df0d1ea6-9bd6-4a19-b9ea-918aedcb0b09 {
  min-height: 50px;
}








#s-df0d1ea6-9bd6-4a19-b9ea-918aedcb0b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df0d1ea6-9bd6-4a19-b9ea-918aedcb0b09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5afc71c-247e-4b47-a99c-8e5f1ecd54f6 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}

#s-a5afc71c-247e-4b47-a99c-8e5f1ecd54f6 .shogun-heading-component h2 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 46px;
  
  
  
}



#s-e7d51609-73e9-4110-afe4-6f3e5a818a0e {
  min-height: 50px;
}








#s-e7d51609-73e9-4110-afe4-6f3e5a818a0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7d51609-73e9-4110-afe4-6f3e5a818a0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-5ce0c5d0-3c98-4467-9807-34a9f795624c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ce0c5d0-3c98-4467-9807-34a9f795624c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ce0c5d0-3c98-4467-9807-34a9f795624c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5ce0c5d0-3c98-4467-9807-34a9f795624c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ce0c5d0-3c98-4467-9807-34a9f795624c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ce0c5d0-3c98-4467-9807-34a9f795624c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5ce0c5d0-3c98-4467-9807-34a9f795624c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-a8b36508-009b-49fe-8bec-360e1c1a1d76 {
  padding-bottom: 40px;
}

#s-b3c877b1-9b6a-4a2f-acd7-415b1781a36f {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-b3c877b1-9b6a-4a2f-acd7-415b1781a36f .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-295b7791-8344-4bd8-998d-5a3353297bdd {
  padding-bottom: 40px;
}

#s-94064317-07de-4bf6-8a28-d559ec9db1f4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-94064317-07de-4bf6-8a28-d559ec9db1f4 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-94064317-07de-4bf6-8a28-d559ec9db1f4 {
  margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 0px) {
[id="s-94064317-07de-4bf6-8a28-d559ec9db1f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94064317-07de-4bf6-8a28-d559ec9db1f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-94064317-07de-4bf6-8a28-d559ec9db1f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-94064317-07de-4bf6-8a28-d559ec9db1f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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;
}
#s-5018c050-995f-46cc-9380-67bb4be2d50f {
  text-align: center;
}
@media (max-width: 767px){#s-5018c050-995f-46cc-9380-67bb4be2d50f {
  
}
}






  #s-5018c050-995f-46cc-9380-67bb4be2d50f img.shogun-image {
    

    
    
    
  }


#s-5018c050-995f-46cc-9380-67bb4be2d50f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-70d181a4-3af2-4034-8057-db68140f0b40 {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70d181a4-3af2-4034-8057-db68140f0b40 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-70d181a4-3af2-4034-8057-db68140f0b40 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-70d181a4-3af2-4034-8057-db68140f0b40 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-70d181a4-3af2-4034-8057-db68140f0b40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9139c750-60f8-44bf-a594-39290b59106b {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9139c750-60f8-44bf-a594-39290b59106b .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-a8ebe5e6-dd95-4fc0-b836-3941c0758427 {
  margin-left: 10px;
margin-right: 10px;
}

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

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

@media (min-width: 1200px){#s-6d417d59-d645-4ee7-8fea-49d610e36a6b {
  display: none;
}
#s-6d417d59-d645-4ee7-8fea-49d610e36a6b, #wrap-s-6d417d59-d645-4ee7-8fea-49d610e36a6b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d417d59-d645-4ee7-8fea-49d610e36a6b {
  display: none;
}
#s-6d417d59-d645-4ee7-8fea-49d610e36a6b, #wrap-s-6d417d59-d645-4ee7-8fea-49d610e36a6b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d417d59-d645-4ee7-8fea-49d610e36a6b {
  
}
}
#s-6d417d59-d645-4ee7-8fea-49d610e36a6b hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e4418504-ff66-4f0c-a703-6275f779039f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e4418504-ff66-4f0c-a703-6275f779039f {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-e4418504-ff66-4f0c-a703-6275f779039f {
  margin-left: -20px;
margin-right: -20px;
background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-e4418504-ff66-4f0c-a703-6275f779039f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4418504-ff66-4f0c-a703-6275f779039f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e4418504-ff66-4f0c-a703-6275f779039f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4418504-ff66-4f0c-a703-6275f779039f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e4418504-ff66-4f0c-a703-6275f779039f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2530f41d-51aa-4c3f-ad78-3cc3b85d5f79 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2530f41d-51aa-4c3f-ad78-3cc3b85d5f79 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-2530f41d-51aa-4c3f-ad78-3cc3b85d5f79 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-2530f41d-51aa-4c3f-ad78-3cc3b85d5f79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2530f41d-51aa-4c3f-ad78-3cc3b85d5f79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b79c65f-fad6-4fb9-8baa-6b37ec820bd7 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b79c65f-fad6-4fb9-8baa-6b37ec820bd7 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-db475eea-d166-47c9-b9e5-033d8440066a {
  margin-left: 10px;
margin-right: 10px;
}

#s-4e9fd573-0566-4c0c-be96-67f4946b570d {
  text-align: center;
}
@media (max-width: 767px){#s-4e9fd573-0566-4c0c-be96-67f4946b570d {
  
}
}






  #s-4e9fd573-0566-4c0c-be96-67f4946b570d img.shogun-image {
    

    
    
    
  }


#s-4e9fd573-0566-4c0c-be96-67f4946b570d .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-f5d97960-5b6b-47c2-b7b7-e89545d515b8 {
  display: none;
}
#s-f5d97960-5b6b-47c2-b7b7-e89545d515b8, #wrap-s-f5d97960-5b6b-47c2-b7b7-e89545d515b8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5d97960-5b6b-47c2-b7b7-e89545d515b8 {
  display: none;
}
#s-f5d97960-5b6b-47c2-b7b7-e89545d515b8, #wrap-s-f5d97960-5b6b-47c2-b7b7-e89545d515b8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5d97960-5b6b-47c2-b7b7-e89545d515b8 {
  
}
}
#s-f5d97960-5b6b-47c2-b7b7-e89545d515b8 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-678cf309-a450-4eb8-ad5f-ef1785283c34 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-678cf309-a450-4eb8-ad5f-ef1785283c34 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-678cf309-a450-4eb8-ad5f-ef1785283c34 {
  margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 0px) {
[id="s-678cf309-a450-4eb8-ad5f-ef1785283c34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-678cf309-a450-4eb8-ad5f-ef1785283c34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-678cf309-a450-4eb8-ad5f-ef1785283c34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-678cf309-a450-4eb8-ad5f-ef1785283c34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a91276c8-b07d-4a60-8641-5f272e1606cd {
  text-align: center;
}
@media (max-width: 767px){#s-a91276c8-b07d-4a60-8641-5f272e1606cd {
  
}
}






  #s-a91276c8-b07d-4a60-8641-5f272e1606cd img.shogun-image {
    

    
    
    
  }


#s-a91276c8-b07d-4a60-8641-5f272e1606cd .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-86938ca2-01cc-498f-9de3-7983b4fd0244 {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-86938ca2-01cc-498f-9de3-7983b4fd0244 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-86938ca2-01cc-498f-9de3-7983b4fd0244 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-86938ca2-01cc-498f-9de3-7983b4fd0244 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-86938ca2-01cc-498f-9de3-7983b4fd0244.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64140a8f-1efd-49e3-9fcd-bb854d619f14 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-64140a8f-1efd-49e3-9fcd-bb854d619f14 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-64140a8f-1efd-49e3-9fcd-bb854d619f14 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-a31c0086-f484-42ca-a7e1-cd8e8283a3ab {
  margin-left: 10px;
margin-right: 10px;
}

#s-21c6f188-3510-4c71-8a65-3953c2a2d6c4 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-21c6f188-3510-4c71-8a65-3953c2a2d6c4 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-21c6f188-3510-4c71-8a65-3953c2a2d6c4 {
  margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 0px) {
[id="s-21c6f188-3510-4c71-8a65-3953c2a2d6c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21c6f188-3510-4c71-8a65-3953c2a2d6c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-21c6f188-3510-4c71-8a65-3953c2a2d6c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-21c6f188-3510-4c71-8a65-3953c2a2d6c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-580b9df2-8fff-47a8-99bc-e02415e6954a {
  text-align: center;
}
@media (max-width: 767px){#s-580b9df2-8fff-47a8-99bc-e02415e6954a {
  
}
}






  #s-580b9df2-8fff-47a8-99bc-e02415e6954a img.shogun-image {
    

    
    
    
  }


#s-580b9df2-8fff-47a8-99bc-e02415e6954a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-75194ff5-9ce9-4408-93b3-435aedcd20f0 {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-75194ff5-9ce9-4408-93b3-435aedcd20f0 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-75194ff5-9ce9-4408-93b3-435aedcd20f0 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-75194ff5-9ce9-4408-93b3-435aedcd20f0 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-75194ff5-9ce9-4408-93b3-435aedcd20f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08a7c4a9-34ad-4cd1-8f01-91aa2518768e {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-08a7c4a9-34ad-4cd1-8f01-91aa2518768e .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-9336207f-d1db-4a98-bdc0-51fe51afa25c {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 1200px){#s-0b6b4535-12a1-4f7a-8933-9a33575d7556 {
  display: none;
}
#s-0b6b4535-12a1-4f7a-8933-9a33575d7556, #wrap-s-0b6b4535-12a1-4f7a-8933-9a33575d7556 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0b6b4535-12a1-4f7a-8933-9a33575d7556 {
  display: none;
}
#s-0b6b4535-12a1-4f7a-8933-9a33575d7556, #wrap-s-0b6b4535-12a1-4f7a-8933-9a33575d7556 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b6b4535-12a1-4f7a-8933-9a33575d7556 {
  
}
}
#s-0b6b4535-12a1-4f7a-8933-9a33575d7556 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-35fee69c-eafe-4a03-aab7-dc1cc1ef04db {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-35fee69c-eafe-4a03-aab7-dc1cc1ef04db {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-35fee69c-eafe-4a03-aab7-dc1cc1ef04db {
  margin-left: -20px;
margin-right: -20px;
background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-35fee69c-eafe-4a03-aab7-dc1cc1ef04db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35fee69c-eafe-4a03-aab7-dc1cc1ef04db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35fee69c-eafe-4a03-aab7-dc1cc1ef04db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35fee69c-eafe-4a03-aab7-dc1cc1ef04db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-35fee69c-eafe-4a03-aab7-dc1cc1ef04db"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-27000d31-e92b-48b9-bf3d-1e3418b39690 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-27000d31-e92b-48b9-bf3d-1e3418b39690 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-27000d31-e92b-48b9-bf3d-1e3418b39690 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-27000d31-e92b-48b9-bf3d-1e3418b39690 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27000d31-e92b-48b9-bf3d-1e3418b39690.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6027556-cf51-4e8a-80cb-874dc6db0bf1 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c6027556-cf51-4e8a-80cb-874dc6db0bf1 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-d103d3bf-1b69-4760-a156-cb67d4a91e60 {
  margin-left: 10px;
margin-right: 10px;
}

#s-74fcc1bd-54b8-4feb-b699-853ef82f002e {
  text-align: center;
}
@media (max-width: 767px){#s-74fcc1bd-54b8-4feb-b699-853ef82f002e {
  
}
}






  #s-74fcc1bd-54b8-4feb-b699-853ef82f002e img.shogun-image {
    

    
    
    
  }


#s-74fcc1bd-54b8-4feb-b699-853ef82f002e .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 1200px){#s-3079d54c-18cc-4ee5-a0cb-4798403ae326 {
  display: none;
}
#s-3079d54c-18cc-4ee5-a0cb-4798403ae326, #wrap-s-3079d54c-18cc-4ee5-a0cb-4798403ae326 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3079d54c-18cc-4ee5-a0cb-4798403ae326 {
  display: none;
}
#s-3079d54c-18cc-4ee5-a0cb-4798403ae326, #wrap-s-3079d54c-18cc-4ee5-a0cb-4798403ae326 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3079d54c-18cc-4ee5-a0cb-4798403ae326 {
  
}
}
#s-3079d54c-18cc-4ee5-a0cb-4798403ae326 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b9bd9742-f85b-4f9c-bd78-9d782ffa7562 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b9bd9742-f85b-4f9c-bd78-9d782ffa7562 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-b9bd9742-f85b-4f9c-bd78-9d782ffa7562 {
  margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 0px) {
[id="s-b9bd9742-f85b-4f9c-bd78-9d782ffa7562"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9bd9742-f85b-4f9c-bd78-9d782ffa7562"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b9bd9742-f85b-4f9c-bd78-9d782ffa7562"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9bd9742-f85b-4f9c-bd78-9d782ffa7562"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f73bee9d-9cee-491a-bfb0-05d65da60032 {
  text-align: center;
}
@media (max-width: 767px){#s-f73bee9d-9cee-491a-bfb0-05d65da60032 {
  
}
}






  #s-f73bee9d-9cee-491a-bfb0-05d65da60032 img.shogun-image {
    

    
    
    
  }


#s-f73bee9d-9cee-491a-bfb0-05d65da60032 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-03ca6c98-7396-48fd-98c6-3a755f466061 {
  margin-left: 100px;
margin-right: 100px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-03ca6c98-7396-48fd-98c6-3a755f466061 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-03ca6c98-7396-48fd-98c6-3a755f466061 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-03ca6c98-7396-48fd-98c6-3a755f466061 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
}#s-03ca6c98-7396-48fd-98c6-3a755f466061.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e8223ae-10e7-4b30-8377-717166ee2157 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5e8223ae-10e7-4b30-8377-717166ee2157 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-026b453d-18c3-4ea0-8a6c-875ae1603a44 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 1200px){#s-5693944a-fb8c-40df-88e1-5520b4614b43 {
  display: none;
}
#s-5693944a-fb8c-40df-88e1-5520b4614b43, #wrap-s-5693944a-fb8c-40df-88e1-5520b4614b43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5693944a-fb8c-40df-88e1-5520b4614b43 {
  display: none;
}
#s-5693944a-fb8c-40df-88e1-5520b4614b43, #wrap-s-5693944a-fb8c-40df-88e1-5520b4614b43 { display:none !important; }}
#s-5693944a-fb8c-40df-88e1-5520b4614b43 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-04b7e780-1146-4e94-9997-c7c697fba1a6 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(245, 245, 245, 1);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-04b7e780-1146-4e94-9997-c7c697fba1a6 {
  margin-left: -20px;
margin-right: -20px;
}
}@media (max-width: 767px){#s-04b7e780-1146-4e94-9997-c7c697fba1a6 {
  margin-left: -20px;
margin-right: -20px;
background-color: rgba(242, 242, 242, 1);
}
}
@media (min-width: 0px) {
[id="s-04b7e780-1146-4e94-9997-c7c697fba1a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04b7e780-1146-4e94-9997-c7c697fba1a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-04b7e780-1146-4e94-9997-c7c697fba1a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-04b7e780-1146-4e94-9997-c7c697fba1a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-04b7e780-1146-4e94-9997-c7c697fba1a6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-29d75716-3b22-4519-8901-449946c27ee8 {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-29d75716-3b22-4519-8901-449946c27ee8 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-29d75716-3b22-4519-8901-449946c27ee8 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
}
}







#s-29d75716-3b22-4519-8901-449946c27ee8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29d75716-3b22-4519-8901-449946c27ee8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-747aac62-c0d9-49a4-960e-739791284848 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-747aac62-c0d9-49a4-960e-739791284848 .shogun-heading-component h3 {
  color: rgba(14, 16, 62, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-516b0ff0-68a1-447f-ad09-4b8cbf258c1f {
  margin-left: 10px;
margin-right: 10px;
}

#s-63956ffb-9f74-48c3-a7b2-7ba2f8323988 {
  text-align: center;
}
@media (max-width: 767px){#s-63956ffb-9f74-48c3-a7b2-7ba2f8323988 {
  
}
}






  #s-63956ffb-9f74-48c3-a7b2-7ba2f8323988 img.shogun-image {
    

    
    
    
  }


#s-63956ffb-9f74-48c3-a7b2-7ba2f8323988 .shogun-image-content {
  
    align-items:  flex-start;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
