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

#s-92f7fdab-1bf3-4a8f-9b47-3a02f41b1bb3 {
  text-align: left;
}

.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-1aff58c3-e282-4946-b4f9-8cb18920cf9c {
  margin-left: 0px;
margin-right: 0px;
padding-top: 19px;
padding-bottom: 19px;
min-height: 434px;
max-width: 1800px;
}
@media (min-width: 1200px){#s-1aff58c3-e282-4946-b4f9-8cb18920cf9c {
  display: none;
}
#s-1aff58c3-e282-4946-b4f9-8cb18920cf9c, #wrap-s-1aff58c3-e282-4946-b4f9-8cb18920cf9c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1aff58c3-e282-4946-b4f9-8cb18920cf9c {
  display: none;
}
#s-1aff58c3-e282-4946-b4f9-8cb18920cf9c, #wrap-s-1aff58c3-e282-4946-b4f9-8cb18920cf9c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1aff58c3-e282-4946-b4f9-8cb18920cf9c {
  display: none;
}
#s-1aff58c3-e282-4946-b4f9-8cb18920cf9c, #wrap-s-1aff58c3-e282-4946-b4f9-8cb18920cf9c { display: none !important; }}@media (max-width: 767px){#s-1aff58c3-e282-4946-b4f9-8cb18920cf9c {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
}
}







#s-1aff58c3-e282-4946-b4f9-8cb18920cf9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1aff58c3-e282-4946-b4f9-8cb18920cf9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

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

#s-f7bdf75c-9e93-47ec-ba85-88b0aa89101f {
  text-align: center;
}
@media (max-width: 767px){#s-f7bdf75c-9e93-47ec-ba85-88b0aa89101f {
  margin-top: -32px;
}
}






  #s-f7bdf75c-9e93-47ec-ba85-88b0aa89101f img.shogun-image {
    

    
    
    
  }


#s-f7bdf75c-9e93-47ec-ba85-88b0aa89101f .shogun-image-content {
  
    align-items: center;
  
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-565e911e-af67-4d31-ad14-eecd6e77d15a {
  margin-top: 83px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-565e911e-af67-4d31-ad14-eecd6e77d15a {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-565e911e-af67-4d31-ad14-eecd6e77d15a {
  padding-left: 6%;
padding-right: 6%;
}
}
.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-37a25bea-2f67-4099-92fa-65f85df7c775 {
  border-style: solid;
margin-top: 8px;
margin-bottom: 49px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 1px;
}
#s-37a25bea-2f67-4099-92fa-65f85df7c775:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-37a25bea-2f67-4099-92fa-65f85df7c775:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-37a25bea-2f67-4099-92fa-65f85df7c775 {
  margin-top: 15px;
}
}@media (max-width: 767px){#s-37a25bea-2f67-4099-92fa-65f85df7c775 {
  margin-top: 25px;
margin-bottom: 80px;
}
}

  #s-37a25bea-2f67-4099-92fa-65f85df7c775-root {
    text-align: center;
  }


#s-37a25bea-2f67-4099-92fa-65f85df7c775.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37a25bea-2f67-4099-92fa-65f85df7c775-root {
    text-align: center;
  }


#s-37a25bea-2f67-4099-92fa-65f85df7c775.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37a25bea-2f67-4099-92fa-65f85df7c775-root {
    text-align: center;
  }


#s-37a25bea-2f67-4099-92fa-65f85df7c775.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37a25bea-2f67-4099-92fa-65f85df7c775-root {
    text-align: center;
  }


#s-37a25bea-2f67-4099-92fa-65f85df7c775.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37a25bea-2f67-4099-92fa-65f85df7c775-root {
    text-align: center;
  }


#s-37a25bea-2f67-4099-92fa-65f85df7c775.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-dd6d2446-929d-44f3-83db-0a0459a21dcf {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0px;
margin-right: 0px;
padding-top: 19px;
padding-bottom: 19px;
min-height: 434px;
max-width: 1800px;
background-position: center top;
}
@media (max-width: 767px){#s-dd6d2446-929d-44f3-83db-0a0459a21dcf {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 300px;
display: none;
}
#s-dd6d2446-929d-44f3-83db-0a0459a21dcf, #wrap-s-dd6d2446-929d-44f3-83db-0a0459a21dcf { display: none !important; }}







#s-dd6d2446-929d-44f3-83db-0a0459a21dcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd6d2446-929d-44f3-83db-0a0459a21dcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c7a0b38-8d24-432c-817f-351669929232 {
  margin-top: 83px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0c7a0b38-8d24-432c-817f-351669929232 {
  padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-0c7a0b38-8d24-432c-817f-351669929232 {
  padding-left: 6%;
padding-right: 6%;
}
}
#s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTUwMzgzYTEtNDFmZi00MTlkLTgzMmEtNWM1ODUzYTRiNDdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmQzMjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2OGI2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNTAzODNhMS00MWZmLTQxOWQtODMyYS01YzU4NTNhNGI0N2EpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 17px;
margin-bottom: 17px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 50, 139, 1);
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#2d328b"}, {"id"=>2, "pos"=>1, "color"=>"#3468b6"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
letter-spacing: 2px;
}
#s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(45, 50, 139, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(45, 50, 139, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f {
  margin-left: 0%;
margin-right: 4%;
}
}

  #s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f-root {
    text-align: center;
  }


#s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f-root {
    text-align: center;
  }


#s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f-root {
    text-align: center;
  }


#s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f-root {
    text-align: center;
  }


#s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f-root {
    text-align: center;
  }


#s-99ad7135-6d25-47b9-9b43-d5a285ebdb4f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-f1c20e19-0153-4fd6-8bfd-24235a0d2cca {
  padding-top: 0px;
padding-bottom: 0px;
}








#s-f1c20e19-0153-4fd6-8bfd-24235a0d2cca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1c20e19-0153-4fd6-8bfd-24235a0d2cca.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;
}

#s-2581237c-6b85-41f6-a1a4-2df11ff176a7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-2581237c-6b85-41f6-a1a4-2df11ff176a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2581237c-6b85-41f6-a1a4-2df11ff176a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 46.0px);
}

[id="s-2581237c-6b85-41f6-a1a4-2df11ff176a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 46.0px);
}

}

@media (min-width: 992px) {
[id="s-2581237c-6b85-41f6-a1a4-2df11ff176a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 46.0px);
}

[id="s-2581237c-6b85-41f6-a1a4-2df11ff176a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 46.0px);
}

}

@media (min-width: 1200px) {
[id="s-2581237c-6b85-41f6-a1a4-2df11ff176a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 46.0px);
}

[id="s-2581237c-6b85-41f6-a1a4-2df11ff176a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 46.0px);
}

}

@media (max-width: 767px) {
  [id="s-2581237c-6b85-41f6-a1a4-2df11ff176a7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cd03c953-ef91-4dd5-80ab-b0d5f08183c2 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 1%;
padding-right: 1%;
min-height: 376px;
}
@media (min-width: 1200px){#s-cd03c953-ef91-4dd5-80ab-b0d5f08183c2 {
  min-height: 370px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd03c953-ef91-4dd5-80ab-b0d5f08183c2 {
  min-height: 388px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd03c953-ef91-4dd5-80ab-b0d5f08183c2 {
  min-height: 326px;
}
}@media (max-width: 767px){#s-cd03c953-ef91-4dd5-80ab-b0d5f08183c2 {
  margin-top: 20px;
margin-bottom: 14px;
}
}







#s-cd03c953-ef91-4dd5-80ab-b0d5f08183c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd03c953-ef91-4dd5-80ab-b0d5f08183c2.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-a36bf60a-1353-4274-a7a0-c1966b4f0705 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a36bf60a-1353-4274-a7a0-c1966b4f0705 {
  margin-right: 3%;
}
}@media (max-width: 767px){#s-a36bf60a-1353-4274-a7a0-c1966b4f0705 {
  padding-left: 4%;
padding-right: 4%;
text-align: left;
}
}
#s-a36bf60a-1353-4274-a7a0-c1966b4f0705 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-73a77d3a-2a25-457d-a6d1-bcbe1a420a8a {
  margin-top: -12px;
margin-bottom: -12px;
padding-bottom: 11px;
}

#s-5f3c6fed-3fec-4069-bc62-42deadf99dad {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWM0ZGEwNjUtN2FkYi00NDYxLTg0OTgtMjhjMjA0MWM0MzgwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmQzMjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2OGI2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYzRkYTA2NS03YWRiLTQ0NjEtODQ5OC0yOGMyMDQxYzQzODApIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 17px;
margin-bottom: 17px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 50, 139, 1);
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#2d328b"}, {"id"=>2, "pos"=>1, "color"=>"#3468b6"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
}
#s-5f3c6fed-3fec-4069-bc62-42deadf99dad:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(45, 50, 139, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(45, 50, 139, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5f3c6fed-3fec-4069-bc62-42deadf99dad:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5f3c6fed-3fec-4069-bc62-42deadf99dad {
  margin-left: 11%;
margin-right: 4%;
}
}

  #s-5f3c6fed-3fec-4069-bc62-42deadf99dad-root {
    text-align: left;
  }


#s-5f3c6fed-3fec-4069-bc62-42deadf99dad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5f3c6fed-3fec-4069-bc62-42deadf99dad-root {
    text-align: left;
  }


#s-5f3c6fed-3fec-4069-bc62-42deadf99dad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5f3c6fed-3fec-4069-bc62-42deadf99dad-root {
    text-align: left;
  }


#s-5f3c6fed-3fec-4069-bc62-42deadf99dad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5f3c6fed-3fec-4069-bc62-42deadf99dad-root {
    text-align: left;
  }


#s-5f3c6fed-3fec-4069-bc62-42deadf99dad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5f3c6fed-3fec-4069-bc62-42deadf99dad-root {
    text-align: left;
  }


#s-5f3c6fed-3fec-4069-bc62-42deadf99dad.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}







#s-7c3f5b8c-8632-4daa-8ddc-5ca37e2dab7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c3f5b8c-8632-4daa-8ddc-5ca37e2dab7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3fad281-9a12-4b5e-9d2f-4de6bda91984 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: right;
}







  #s-c3fad281-9a12-4b5e-9d2f-4de6bda91984 img.shogun-image {
    

    
    
    
  }


#s-c3fad281-9a12-4b5e-9d2f-4de6bda91984 .shogun-image-content {
  
    align-items: center;
  
}

#s-b641ea2b-8d12-4baf-b24a-ae38a376df97 {
  padding-top: 31px;
padding-left: 10%;
padding-bottom: 31px;
padding-right: 10%;
min-height: 50px;
}








#s-b641ea2b-8d12-4baf-b24a-ae38a376df97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b641ea2b-8d12-4baf-b24a-ae38a376df97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-684210c8-935c-4825-a97e-9ec11ecc772c {
  padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-684210c8-935c-4825-a97e-9ec11ecc772c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-684210c8-935c-4825-a97e-9ec11ecc772c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-684210c8-935c-4825-a97e-9ec11ecc772c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-684210c8-935c-4825-a97e-9ec11ecc772c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-684210c8-935c-4825-a97e-9ec11ecc772c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-684210c8-935c-4825-a97e-9ec11ecc772c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-684210c8-935c-4825-a97e-9ec11ecc772c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-f10bbd09-b7f8-484c-b5ec-9bb30b897446 {
  margin-top: -2px;
margin-left: 0%;
margin-bottom: -3px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-f10bbd09-b7f8-484c-b5ec-9bb30b897446 {
  max-width: 358px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f10bbd09-b7f8-484c-b5ec-9bb30b897446 {
  max-width: 358px;
}
}






  #s-f10bbd09-b7f8-484c-b5ec-9bb30b897446 img.shogun-image {
    

    
    
    
  }


#s-f10bbd09-b7f8-484c-b5ec-9bb30b897446 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6fe6548-93ec-43f1-a302-198851e6b73e {
  margin-left: 0%;
margin-right: 0%;
padding-right: 0%;
min-height: 297px;
}
@media (min-width: 1200px){#s-a6fe6548-93ec-43f1-a302-198851e6b73e {
  padding-top: 37px;
padding-left: 5%;
padding-bottom: 51px;
padding-right: 20%;
min-height: 296px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a6fe6548-93ec-43f1-a302-198851e6b73e {
  padding-left: 4%;
padding-right: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a6fe6548-93ec-43f1-a302-198851e6b73e {
  padding-left: 5%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-a6fe6548-93ec-43f1-a302-198851e6b73e {
  padding-top: 33px;
padding-left: 0%;
padding-bottom: 39px;
padding-right: 4%;
}
}







#s-a6fe6548-93ec-43f1-a302-198851e6b73e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6fe6548-93ec-43f1-a302-198851e6b73e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2500a9cd-e0a1-4f44-9e2c-11e8c826fa70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-2500a9cd-e0a1-4f44-9e2c-11e8c826fa70 {
  margin-right: 3%;
}
}@media (max-width: 767px){#s-2500a9cd-e0a1-4f44-9e2c-11e8c826fa70 {
  padding-left: 0%;
padding-right: 4%;
text-align: left;
}
}
#s-2500a9cd-e0a1-4f44-9e2c-11e8c826fa70 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-3236d421-a7e9-4fdc-963a-8c71e3bd8555 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-3236d421-a7e9-4fdc-963a-8c71e3bd8555 {
  padding-left: 0%;
padding-right: 7%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3236d421-a7e9-4fdc-963a-8c71e3bd8555 {
  margin-left: 0%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3236d421-a7e9-4fdc-963a-8c71e3bd8555 {
  padding-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-8d8af4af-da2a-4976-8fd0-6819e3b33bef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d8af4af-da2a-4976-8fd0-6819e3b33bef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d8af4af-da2a-4976-8fd0-6819e3b33bef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d8af4af-da2a-4976-8fd0-6819e3b33bef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d8af4af-da2a-4976-8fd0-6819e3b33bef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d8af4af-da2a-4976-8fd0-6819e3b33bef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d8af4af-da2a-4976-8fd0-6819e3b33bef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-92b9c715-8789-4874-8020-2f18b24fea33 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGMzMzliZjUtOGUwYy00YzcyLThiYzgtYTBjZWZlZmVkNzlhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmQzMjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2OGI2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYzMzOWJmNS04ZTBjLTRjNzItOGJjOC1hMGNlZmVmZWQ3OWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 17px;
margin-bottom: 17px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 50, 139, 1);
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#2d328b"}, {"id"=>2, "pos"=>1, "color"=>"#3468b6"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
}
#s-92b9c715-8789-4874-8020-2f18b24fea33:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(45, 50, 139, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(45, 50, 139, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-92b9c715-8789-4874-8020-2f18b24fea33:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-92b9c715-8789-4874-8020-2f18b24fea33 {
  margin-left: 0%;
margin-right: 4%;
}
}

  #s-92b9c715-8789-4874-8020-2f18b24fea33-root {
    text-align: left;
  }


#s-92b9c715-8789-4874-8020-2f18b24fea33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-92b9c715-8789-4874-8020-2f18b24fea33-root {
    text-align: left;
  }


#s-92b9c715-8789-4874-8020-2f18b24fea33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-92b9c715-8789-4874-8020-2f18b24fea33-root {
    text-align: left;
  }


#s-92b9c715-8789-4874-8020-2f18b24fea33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-92b9c715-8789-4874-8020-2f18b24fea33-root {
    text-align: left;
  }


#s-92b9c715-8789-4874-8020-2f18b24fea33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-92b9c715-8789-4874-8020-2f18b24fea33-root {
    text-align: left;
  }


#s-92b9c715-8789-4874-8020-2f18b24fea33.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-e220a6be-1ffc-4f02-b721-9fca29ab79c7 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGQ0MmI4MTItNjExYi00MmZkLWE5ZjUtMWRmOTg1OGZiMGJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmQzMjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2OGI2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZDQyYjgxMi02MTFiLTQyZmQtYTlmNS0xZGY5ODU4ZmIwYmMpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 17px;
margin-bottom: 17px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 50, 139, 1);
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#2d328b"}, {"id"=>2, "pos"=>1, "color"=>"#3468b6"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
}
#s-e220a6be-1ffc-4f02-b721-9fca29ab79c7:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(45, 50, 139, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(45, 50, 139, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e220a6be-1ffc-4f02-b721-9fca29ab79c7:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e220a6be-1ffc-4f02-b721-9fca29ab79c7 {
  margin-left: 0%;
margin-right: 4%;
}
}

  #s-e220a6be-1ffc-4f02-b721-9fca29ab79c7-root {
    text-align: left;
  }


#s-e220a6be-1ffc-4f02-b721-9fca29ab79c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e220a6be-1ffc-4f02-b721-9fca29ab79c7-root {
    text-align: left;
  }


#s-e220a6be-1ffc-4f02-b721-9fca29ab79c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e220a6be-1ffc-4f02-b721-9fca29ab79c7-root {
    text-align: left;
  }


#s-e220a6be-1ffc-4f02-b721-9fca29ab79c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e220a6be-1ffc-4f02-b721-9fca29ab79c7-root {
    text-align: left;
  }


#s-e220a6be-1ffc-4f02-b721-9fca29ab79c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e220a6be-1ffc-4f02-b721-9fca29ab79c7-root {
    text-align: left;
  }


#s-e220a6be-1ffc-4f02-b721-9fca29ab79c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-f0b8b5ed-9ad8-4220-ab70-c7734188fd87 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 56px;
padding-left: 10%;
padding-bottom: 41px;
padding-right: 10%;
min-height: 320px;
max-width: 1800px;
}








#s-f0b8b5ed-9ad8-4220-ab70-c7734188fd87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0b8b5ed-9ad8-4220-ab70-c7734188fd87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c202a05-353e-41c2-b59b-242c2fbda973 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 4px;
}
@media (min-width: 1200px){#s-5c202a05-353e-41c2-b59b-242c2fbda973 {
  padding-left: 8%;
padding-right: 8%;
}
}
@media (min-width: 0px) {
[id="s-5c202a05-353e-41c2-b59b-242c2fbda973"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c202a05-353e-41c2-b59b-242c2fbda973"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5c202a05-353e-41c2-b59b-242c2fbda973"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c202a05-353e-41c2-b59b-242c2fbda973"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) and (max-width: 1199px){#s-79fd41cd-fd6c-431e-95a2-fb85510c0f72 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-79fd41cd-fd6c-431e-95a2-fb85510c0f72 {
  padding-top: 53px;
}
}
#s-3101765b-6830-4a1c-9635-68fbb0c87c2b {
  margin-left: -15%;
margin-right: 0%;
padding-top: 0px;
padding-left: 1%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-3101765b-6830-4a1c-9635-68fbb0c87c2b {
  margin-left: 4%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3101765b-6830-4a1c-9635-68fbb0c87c2b {
  margin-left: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3101765b-6830-4a1c-9635-68fbb0c87c2b {
  margin-left: -7%;
}
}@media (max-width: 767px){#s-3101765b-6830-4a1c-9635-68fbb0c87c2b {
  margin-left: 0%;
padding-left: 7%;
}
}







#s-3101765b-6830-4a1c-9635-68fbb0c87c2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3101765b-6830-4a1c-9635-68fbb0c87c2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed99ab54-00fe-44bd-adb0-e9c6e065ae9e {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed99ab54-00fe-44bd-adb0-e9c6e065ae9e {
  margin-left: -7%;
}
}
#s-ed99ab54-00fe-44bd-adb0-e9c6e065ae9e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: right;
}



#s-516d78bd-279e-4248-a03d-15b12a04c754 {
  margin-top: -13px;
margin-bottom: -13px;
}

#s-3ac062d4-33e2-41ee-be06-0b782790fa34 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTUxOTQ3Y2UtNzhkOC00MTZmLThiZDEtYTdkYmY0OTg5ZjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmQzMjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2OGI2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNTE5NDdjZS03OGQ4LTQxNmYtOGJkMS1hN2RiZjQ5ODlmMWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 17px;
margin-bottom: 17px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 50, 139, 1);
border-radius: 0px;
text-align: right;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#2d328b"}, {"id"=>2, "pos"=>1, "color"=>"#3468b6"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
}
#s-3ac062d4-33e2-41ee-be06-0b782790fa34:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(45, 50, 139, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(45, 50, 139, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3ac062d4-33e2-41ee-be06-0b782790fa34:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3ac062d4-33e2-41ee-be06-0b782790fa34 {
  margin-left: 11%;
margin-right: 0%;
}
}

  #s-3ac062d4-33e2-41ee-be06-0b782790fa34-root {
    text-align: right;
  }


#s-3ac062d4-33e2-41ee-be06-0b782790fa34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ac062d4-33e2-41ee-be06-0b782790fa34-root {
    text-align: right;
  }


#s-3ac062d4-33e2-41ee-be06-0b782790fa34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ac062d4-33e2-41ee-be06-0b782790fa34-root {
    text-align: right;
  }


#s-3ac062d4-33e2-41ee-be06-0b782790fa34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ac062d4-33e2-41ee-be06-0b782790fa34-root {
    text-align: right;
  }


#s-3ac062d4-33e2-41ee-be06-0b782790fa34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ac062d4-33e2-41ee-be06-0b782790fa34-root {
    text-align: right;
  }


#s-3ac062d4-33e2-41ee-be06-0b782790fa34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-5042526d-f758-44d8-8708-8c51b15fc2b9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-5042526d-f758-44d8-8708-8c51b15fc2b9 {
  background-image: url(https://i.shgcdn.com/de53a833-9270-46ab-a402-0d0cccc02c0e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5042526d-f758-44d8-8708-8c51b15fc2b9 {
  background-image: url(https://i.shgcdn.com/de53a833-9270-46ab-a402-0d0cccc02c0e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5042526d-f758-44d8-8708-8c51b15fc2b9 {
  background-image: url(https://i.shgcdn.com/de53a833-9270-46ab-a402-0d0cccc02c0e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5042526d-f758-44d8-8708-8c51b15fc2b9 {
  background-image: url(https://i.shgcdn.com/de53a833-9270-46ab-a402-0d0cccc02c0e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5042526d-f758-44d8-8708-8c51b15fc2b9 {
  background-image: url(https://i.shgcdn.com/de53a833-9270-46ab-a402-0d0cccc02c0e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5042526d-f758-44d8-8708-8c51b15fc2b9 {
  background-image: url(https://i.shgcdn.com/de53a833-9270-46ab-a402-0d0cccc02c0e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5042526d-f758-44d8-8708-8c51b15fc2b9 {
  background-image: url(https://i.shgcdn.com/de53a833-9270-46ab-a402-0d0cccc02c0e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-5042526d-f758-44d8-8708-8c51b15fc2b9 {
  background-image: url(https://i.shgcdn.com/de53a833-9270-46ab-a402-0d0cccc02c0e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-5042526d-f758-44d8-8708-8c51b15fc2b9 {
  background-image: url(https://i.shgcdn.com/de53a833-9270-46ab-a402-0d0cccc02c0e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-5042526d-f758-44d8-8708-8c51b15fc2b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5042526d-f758-44d8-8708-8c51b15fc2b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e5666fc-3d8a-420d-a1b3-6d4450550167 {
  padding-top: 33px;
padding-bottom: 57px;
}

@media (min-width: 0px) {
[id="s-4e5666fc-3d8a-420d-a1b3-6d4450550167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e5666fc-3d8a-420d-a1b3-6d4450550167"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e5666fc-3d8a-420d-a1b3-6d4450550167"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4e5666fc-3d8a-420d-a1b3-6d4450550167"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e5666fc-3d8a-420d-a1b3-6d4450550167"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e5666fc-3d8a-420d-a1b3-6d4450550167"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4e5666fc-3d8a-420d-a1b3-6d4450550167"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2 {
  padding-left: 41%;
padding-right: 41%;
text-align: center;
}
@media (max-width: 767px){#s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2 {
  padding-left: 34%;
padding-right: 34%;
}
}






  img.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image {
    
    
  }


.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image {
    
    
  }


.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image {
    
    
  }


.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image {
    
    
  }


.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image {
    
    
  }


.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75b38a34-5ddd-4f34-b6ab-4dedc00752c2.shogun-image {
  box-sizing: border-box;
}



}
@media (min-width: 768px) and (max-width: 991px){#s-b4de68b3-2079-4da2-847f-0e06b908abf1 {
  margin-left: -16%;
margin-right: -16%;
}
}@media (max-width: 767px){#s-b4de68b3-2079-4da2-847f-0e06b908abf1 {
  padding-left: 7%;
padding-right: 7%;
}
}
#s-a8639c86-31ca-42c2-afa1-cdc432c1e919 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-a8639c86-31ca-42c2-afa1-cdc432c1e919 {
  padding-top: 8px;
padding-bottom: 0px;
}
}
#s-a8639c86-31ca-42c2-afa1-cdc432c1e919 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  
  text-align: center;
}


@media (max-width: 767px){#s-a8639c86-31ca-42c2-afa1-cdc432c1e919 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  
  text-align: center;
}


}
#s-aaeaeaa4-7b73-4417-bad8-edb639e52e44 {
  border-style: solid;
margin-top: 26px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(230, 62, 36, 1);
border-radius: 0px;
background-color: rgba(230, 62, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-aaeaeaa4-7b73-4417-bad8-edb639e52e44:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-aaeaeaa4-7b73-4417-bad8-edb639e52e44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aaeaeaa4-7b73-4417-bad8-edb639e52e44-root {
    text-align: center;
  }


#s-aaeaeaa4-7b73-4417-bad8-edb639e52e44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aaeaeaa4-7b73-4417-bad8-edb639e52e44-root {
    text-align: center;
  }


#s-aaeaeaa4-7b73-4417-bad8-edb639e52e44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aaeaeaa4-7b73-4417-bad8-edb639e52e44-root {
    text-align: center;
  }


#s-aaeaeaa4-7b73-4417-bad8-edb639e52e44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aaeaeaa4-7b73-4417-bad8-edb639e52e44-root {
    text-align: center;
  }


#s-aaeaeaa4-7b73-4417-bad8-edb639e52e44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aaeaeaa4-7b73-4417-bad8-edb639e52e44-root {
    text-align: center;
  }


#s-aaeaeaa4-7b73-4417-bad8-edb639e52e44.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-781ef645-9339-4513-bde3-82f005ae8bbd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 4px;
margin-right: auto;
padding-top: 56px;
padding-left: 2%;
padding-bottom: 41px;
padding-right: 2%;
min-height: 320px;
max-width: 1800px;
}
@media (min-width: 1200px){#s-781ef645-9339-4513-bde3-82f005ae8bbd {
  padding-right: 0%;
}
}@media (max-width: 767px){#s-781ef645-9339-4513-bde3-82f005ae8bbd {
  padding-top: 23px;
}
}







#s-781ef645-9339-4513-bde3-82f005ae8bbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-781ef645-9339-4513-bde3-82f005ae8bbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edc8a441-cc13-4cbe-9b2f-4995d30356be {
  margin-top: auto;
margin-bottom: auto;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
min-height: 4px;
}
@media (max-width: 767px){#s-edc8a441-cc13-4cbe-9b2f-4995d30356be {
  padding-left: 7%;
padding-right: 7%;
}
}
@media (min-width: 0px) {
[id="s-edc8a441-cc13-4cbe-9b2f-4995d30356be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edc8a441-cc13-4cbe-9b2f-4995d30356be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-edc8a441-cc13-4cbe-9b2f-4995d30356be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-edc8a441-cc13-4cbe-9b2f-4995d30356be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-edc8a441-cc13-4cbe-9b2f-4995d30356be"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f260e336-6614-412f-ba27-11e450efec85 {
  min-height: 396px;
}








#s-f260e336-6614-412f-ba27-11e450efec85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f260e336-6614-412f-ba27-11e450efec85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d79dc450-8ec6-4966-8160-bef063cc6c2b {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d79dc450-8ec6-4966-8160-bef063cc6c2b {
  margin-right: 3%;
}
}@media (max-width: 767px){#s-d79dc450-8ec6-4966-8160-bef063cc6c2b {
  padding-left: 0%;
padding-right: 4%;
text-align: left;
}
}
#s-d79dc450-8ec6-4966-8160-bef063cc6c2b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: left;
}



#s-ab5f6e46-99aa-4348-831e-62a4fcf6db51 {
  margin-top: -16px;
margin-bottom: -16px;
}

#s-74475e53-2746-4d55-88e6-4dec89e7a95b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWFkZTNjOTktMzc3Yi00NjJiLWE2NDItYzhkMTUwMWMzZGNlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmQzMjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2OGI2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YWRlM2M5OS0zNzdiLTQ2MmItYTY0Mi1jOGQxNTAxYzNkY2UpIi8+PC9zdmc+);
background-repeat: no-repeat;
border-style: solid;
margin-top: 17px;
margin-bottom: 17px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(45, 50, 139, 1);
border-radius: 0px;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#2d328b"}, {"id"=>2, "pos"=>1, "color"=>"#3468b6"}];
hover-type: gradient;
color: rgba(255, 255, 255, 1);
}
#s-74475e53-2746-4d55-88e6-4dec89e7a95b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(45, 50, 139, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(45, 50, 139, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-74475e53-2746-4d55-88e6-4dec89e7a95b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-74475e53-2746-4d55-88e6-4dec89e7a95b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDk0MWVkNjUtNDM2Mi00ZjI5LWJjMTYtYmFkYzAwYjE0NzA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojMmQzMjhiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMzQ2OGI2O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0OTQxZWQ2NS00MzYyLTRmMjktYmMxNi1iYWRjMDBiMTQ3MDgpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-left: 0%;
margin-right: 4%;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#2d328b"}, {"id"=>2, "pos"=>1, "color"=>"#3468b6"}];
}
}

  #s-74475e53-2746-4d55-88e6-4dec89e7a95b-root {
    text-align: left;
  }


#s-74475e53-2746-4d55-88e6-4dec89e7a95b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74475e53-2746-4d55-88e6-4dec89e7a95b-root {
    text-align: left;
  }


#s-74475e53-2746-4d55-88e6-4dec89e7a95b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74475e53-2746-4d55-88e6-4dec89e7a95b-root {
    text-align: left;
  }


#s-74475e53-2746-4d55-88e6-4dec89e7a95b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74475e53-2746-4d55-88e6-4dec89e7a95b-root {
    text-align: left;
  }


#s-74475e53-2746-4d55-88e6-4dec89e7a95b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74475e53-2746-4d55-88e6-4dec89e7a95b-root {
    text-align: left;
  }


#s-74475e53-2746-4d55-88e6-4dec89e7a95b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-67d48251-4dc1-4b39-a47d-c1a59bc40407 {
  margin-left: -15%;
margin-right: 0%;
padding-top: 0px;
padding-left: 1%;
padding-right: 1%;
min-height: 315px;
}
@media (min-width: 1200px){#s-67d48251-4dc1-4b39-a47d-c1a59bc40407 {
  margin-left: 4%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67d48251-4dc1-4b39-a47d-c1a59bc40407 {
  margin-left: 4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-67d48251-4dc1-4b39-a47d-c1a59bc40407 {
  margin-left: -7%;
}
}@media (max-width: 767px){#s-67d48251-4dc1-4b39-a47d-c1a59bc40407 {
  margin-left: 0%;
padding-left: 7%;
}
}







#s-67d48251-4dc1-4b39-a47d-c1a59bc40407 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67d48251-4dc1-4b39-a47d-c1a59bc40407.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9ef275a-ecff-4745-a72d-76dbaaf0565e {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-c9ef275a-ecff-4745-a72d-76dbaaf0565e {
  padding-bottom: 14px;
}
}






  img.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image {
    
    
  }


.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e .shogun-image-content {
  
    align-items: center;
  
}

.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image {
    
    
  }


.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e .shogun-image-content {
  
    align-items: center;
  
}

.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image {
    
    
  }


.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e .shogun-image-content {
  
    align-items: center;
  
}

.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image {
    
    
  }


.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e .shogun-image-content {
  
    align-items: center;
  
}

.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image {
    
    
  }


.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e .shogun-image-content {
  
    align-items: center;
  
}

.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9ef275a-ecff-4745-a72d-76dbaaf0565e.shogun-image {
  box-sizing: border-box;
}



}
#s-d027f4c8-2b99-4066-9d8d-83e725844a62 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-d027f4c8-2b99-4066-9d8d-83e725844a62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d027f4c8-2b99-4066-9d8d-83e725844a62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17198c3b-46a6-4877-a61e-b1e15202ed7d {
  padding-top: 89px;
padding-bottom: 89px;
}
@media (max-width: 767px){#s-17198c3b-46a6-4877-a61e-b1e15202ed7d {
  padding-top: 15px;
padding-bottom: 15px;
}
}
@media (min-width: 0px) {
[id="s-17198c3b-46a6-4877-a61e-b1e15202ed7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17198c3b-46a6-4877-a61e-b1e15202ed7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-17198c3b-46a6-4877-a61e-b1e15202ed7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-17198c3b-46a6-4877-a61e-b1e15202ed7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-17198c3b-46a6-4877-a61e-b1e15202ed7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-17198c3b-46a6-4877-a61e-b1e15202ed7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-17198c3b-46a6-4877-a61e-b1e15202ed7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-0f75969a-0df1-454f-a7a6-cb0955fec89b {
  text-align: center;
}







  #s-0f75969a-0df1-454f-a7a6-cb0955fec89b img.shogun-image {
    

    
    
    
  }


#s-0f75969a-0df1-454f-a7a6-cb0955fec89b .shogun-image-content {
  
    align-items: center;
  
}

#s-807b3db3-12ff-400f-86bd-a545dba4d907 {
  padding-top: 50px;
padding-left: 19%;
padding-bottom: 70px;
padding-right: 19%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-807b3db3-12ff-400f-86bd-a545dba4d907 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-807b3db3-12ff-400f-86bd-a545dba4d907 {
  padding-left: 8%;
padding-right: 8%;
}
}







#s-807b3db3-12ff-400f-86bd-a545dba4d907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-807b3db3-12ff-400f-86bd-a545dba4d907.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d57e56cf-d9f3-41ea-92fd-8ba1ebc84aec {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 18px;
text-align: center;
}
@media (min-width: 1200px){#s-d57e56cf-d9f3-41ea-92fd-8ba1ebc84aec {
  margin-left: -6%;
margin-right: -6%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d57e56cf-d9f3-41ea-92fd-8ba1ebc84aec {
  margin-left: -4%;
margin-right: -4%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d57e56cf-d9f3-41ea-92fd-8ba1ebc84aec {
  margin-top: 11px;
margin-bottom: -1px;
}
}@media (max-width: 767px){#s-d57e56cf-d9f3-41ea-92fd-8ba1ebc84aec {
  padding-left: 4%;
padding-right: 4%;
}
}
#s-d57e56cf-d9f3-41ea-92fd-8ba1ebc84aec .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.1em;
  letter-spacing: 1px;
  text-align: center;
}



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

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

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

.shogun-accordion-header {
  display: 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-0c00e5de-331b-41bc-aa01-ea8040164be6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0c00e5de-331b-41bc-aa01-ea8040164be6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 11px;
}

#s-0c00e5de-331b-41bc-aa01-ea8040164be6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0c00e5de-331b-41bc-aa01-ea8040164be6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0c00e5de-331b-41bc-aa01-ea8040164be6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: DIN 2014;
  font-weight: ;
  font-style: ;
  font-size: 19px;
}

#s-0c00e5de-331b-41bc-aa01-ea8040164be6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 19px;
}
#s-8fcff54d-539b-43ac-83de-9a528d91e11d {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
}

#s-3ed486d3-09e9-4d14-abf6-bd89d1bf01a9 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
}

#s-e596f59c-bd0e-48f3-9fbd-616359ebc7e7 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
}

#s-5a4f8770-f4c8-4775-ac74-a4890a9ea9c7 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 17px;
padding-right: 3%;
}

#s-cd6b9350-f650-4bf1-8d78-be315c18dfe8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-cd6b9350-f650-4bf1-8d78-be315c18dfe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd6b9350-f650-4bf1-8d78-be315c18dfe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a2b7cd4-098c-401f-8357-eb96af65da0d {
  padding-top: 42px;
padding-bottom: 48px;
}

@media (min-width: 0px) {
[id="s-0a2b7cd4-098c-401f-8357-eb96af65da0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a2b7cd4-098c-401f-8357-eb96af65da0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a2b7cd4-098c-401f-8357-eb96af65da0d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a2b7cd4-098c-401f-8357-eb96af65da0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a2b7cd4-098c-401f-8357-eb96af65da0d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a2b7cd4-098c-401f-8357-eb96af65da0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0a2b7cd4-098c-401f-8357-eb96af65da0d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-3d8e19c7-a406-41bd-bacb-f5a0e3d6f996 {
  padding-left: 42%;
padding-right: 42%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3d8e19c7-a406-41bd-bacb-f5a0e3d6f996 {
  padding-left: 37%;
padding-right: 37%;
}
}@media (max-width: 767px){#s-3d8e19c7-a406-41bd-bacb-f5a0e3d6f996 {
  padding-left: 37%;
padding-right: 37%;
}
}






  #s-3d8e19c7-a406-41bd-bacb-f5a0e3d6f996 img.shogun-image {
    

    
    
    
  }


#s-3d8e19c7-a406-41bd-bacb-f5a0e3d6f996 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-f8aaae0c-33a8-4aa8-82ba-d459e0293cf1 {
  margin-left: -16%;
margin-right: -16%;
}
}@media (max-width: 767px){#s-f8aaae0c-33a8-4aa8-82ba-d459e0293cf1 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-19536ee8-09d1-4afc-830e-e5cc63cfa03b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-19536ee8-09d1-4afc-830e-e5cc63cfa03b {
  padding-top: 8px;
padding-bottom: 0px;
}
}
#s-19536ee8-09d1-4afc-830e-e5cc63cfa03b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Barlow";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.1em;
  
  text-align: center;
}



#s-5d800dbb-7009-4432-8b2b-eb70ebb83415 {
  border-style: solid;
margin-top: 26px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(230, 62, 36, 1);
border-radius: 0px;
background-color: rgba(230, 62, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
}
#s-5d800dbb-7009-4432-8b2b-eb70ebb83415:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5d800dbb-7009-4432-8b2b-eb70ebb83415:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d800dbb-7009-4432-8b2b-eb70ebb83415-root {
    text-align: center;
  }


#s-5d800dbb-7009-4432-8b2b-eb70ebb83415.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d800dbb-7009-4432-8b2b-eb70ebb83415-root {
    text-align: center;
  }


#s-5d800dbb-7009-4432-8b2b-eb70ebb83415.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d800dbb-7009-4432-8b2b-eb70ebb83415-root {
    text-align: center;
  }


#s-5d800dbb-7009-4432-8b2b-eb70ebb83415.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d800dbb-7009-4432-8b2b-eb70ebb83415-root {
    text-align: center;
  }


#s-5d800dbb-7009-4432-8b2b-eb70ebb83415.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d800dbb-7009-4432-8b2b-eb70ebb83415-root {
    text-align: center;
  }


#s-5d800dbb-7009-4432-8b2b-eb70ebb83415.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  font-weight: 800;
  
  font-family: Barlow;
  display:  inline-block ;
}
}
#s-9e348d94-6c9d-45b9-b140-b21aebb8f855 {
  text-align: left;
}

#s-6ccf7f34-7d9e-4bb8-b41f-baf7348811e9 {
  padding-left: 18%;
padding-right: 18%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ccf7f34-7d9e-4bb8-b41f-baf7348811e9 {
  padding-left: 7%;
padding-right: 7%;
}
}@media (max-width: 767px){#s-6ccf7f34-7d9e-4bb8-b41f-baf7348811e9 {
  padding-left: 7%;
padding-right: 7%;
}
}







#s-6ccf7f34-7d9e-4bb8-b41f-baf7348811e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ccf7f34-7d9e-4bb8-b41f-baf7348811e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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}
