.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-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: 1200px){#s-c3c2b49e-062c-41f4-8ae5-96b1aa0d38bb {
  display: none;
}
#s-c3c2b49e-062c-41f4-8ae5-96b1aa0d38bb, #wrap-s-c3c2b49e-062c-41f4-8ae5-96b1aa0d38bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3c2b49e-062c-41f4-8ae5-96b1aa0d38bb {
  display: none;
}
#s-c3c2b49e-062c-41f4-8ae5-96b1aa0d38bb, #wrap-s-c3c2b49e-062c-41f4-8ae5-96b1aa0d38bb { display:none !important; }}
@media (min-width: 0px) {
[id="s-c3c2b49e-062c-41f4-8ae5-96b1aa0d38bb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c3c2b49e-062c-41f4-8ae5-96b1aa0d38bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3c2b49e-062c-41f4-8ae5-96b1aa0d38bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3c2b49e-062c-41f4-8ae5-96b1aa0d38bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.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;
}

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

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

#s-2c797b3e-de41-4ae4-9c49-0dc96d188895 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-2c797b3e-de41-4ae4-9c49-0dc96d188895 img.shogun-image {
    

    
    
    
  }


#s-2c797b3e-de41-4ae4-9c49-0dc96d188895 .shogun-image-content {
  
    align-items: center;
  
}

#s-89940798-2ba2-4177-aeb0-1a8974498222 {
  padding-left: 5px;
padding-right: 5px;
}

#s-2f20648a-184b-4e4d-80f6-095f65c7a1b8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: center;
}







  #s-2f20648a-184b-4e4d-80f6-095f65c7a1b8 img.shogun-image {
    

    
    
    
  }


#s-2f20648a-184b-4e4d-80f6-095f65c7a1b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7d03226-292b-4d85-9a77-f2a2624fa692 {
  padding-left: 5px;
padding-right: 5px;
}

.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-fabc03a4-cfb1-4050-9b4b-8b59a5be3664 {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fabc03a4-cfb1-4050-9b4b-8b59a5be3664 {
  display: none;
}
#s-fabc03a4-cfb1-4050-9b4b-8b59a5be3664, #wrap-s-fabc03a4-cfb1-4050-9b4b-8b59a5be3664 { display:none !important; }}@media (max-width: 767px){#s-fabc03a4-cfb1-4050-9b4b-8b59a5be3664 {
  display: none;
}
#s-fabc03a4-cfb1-4050-9b4b-8b59a5be3664, #wrap-s-fabc03a4-cfb1-4050-9b4b-8b59a5be3664 { display:none !important; }}







#s-fabc03a4-cfb1-4050-9b4b-8b59a5be3664 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fabc03a4-cfb1-4050-9b4b-8b59a5be3664.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c04e1867-cecc-4dc3-a2eb-339e429a5247 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c04e1867-cecc-4dc3-a2eb-339e429a5247 {
  display: none;
}
#s-c04e1867-cecc-4dc3-a2eb-339e429a5247, #wrap-s-c04e1867-cecc-4dc3-a2eb-339e429a5247 { display:none !important; }}@media (max-width: 767px){#s-c04e1867-cecc-4dc3-a2eb-339e429a5247 {
  display: none;
}
#s-c04e1867-cecc-4dc3-a2eb-339e429a5247, #wrap-s-c04e1867-cecc-4dc3-a2eb-339e429a5247 { display:none !important; }}






  #s-c04e1867-cecc-4dc3-a2eb-339e429a5247 img.shogun-image {
    

    
    
    
  }


#s-c04e1867-cecc-4dc3-a2eb-339e429a5247 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-2200e353-930f-49d1-b5bb-9b100103d309 {
  display: none;
}
#s-2200e353-930f-49d1-b5bb-9b100103d309, #wrap-s-2200e353-930f-49d1-b5bb-9b100103d309 { display:none !important; }}@media (max-width: 767px){#s-2200e353-930f-49d1-b5bb-9b100103d309 {
  display: none;
}
#s-2200e353-930f-49d1-b5bb-9b100103d309, #wrap-s-2200e353-930f-49d1-b5bb-9b100103d309 { display:none !important; }}
#s-e74bafbd-4b98-4d01-804a-00c1c75b7958 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e74bafbd-4b98-4d01-804a-00c1c75b7958 {
  display: none;
}
#s-e74bafbd-4b98-4d01-804a-00c1c75b7958, #wrap-s-e74bafbd-4b98-4d01-804a-00c1c75b7958 { display:none !important; }}@media (max-width: 767px){#s-e74bafbd-4b98-4d01-804a-00c1c75b7958 {
  display: none;
}
#s-e74bafbd-4b98-4d01-804a-00c1c75b7958, #wrap-s-e74bafbd-4b98-4d01-804a-00c1c75b7958 { display:none !important; }}






  #s-e74bafbd-4b98-4d01-804a-00c1c75b7958 img.shogun-image {
    

    
    
    
  }


#s-e74bafbd-4b98-4d01-804a-00c1c75b7958 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-96f00947-e61f-436a-864e-37e30e7f3500 {
  display: none;
}
#s-96f00947-e61f-436a-864e-37e30e7f3500, #wrap-s-96f00947-e61f-436a-864e-37e30e7f3500 { display:none !important; }}@media (max-width: 767px){#s-96f00947-e61f-436a-864e-37e30e7f3500 {
  display: none;
}
#s-96f00947-e61f-436a-864e-37e30e7f3500, #wrap-s-96f00947-e61f-436a-864e-37e30e7f3500 { display:none !important; }}
#s-c42ad769-13c8-4672-80eb-70b67c713187 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-c42ad769-13c8-4672-80eb-70b67c713187 {
  display: none;
}
#s-c42ad769-13c8-4672-80eb-70b67c713187, #wrap-s-c42ad769-13c8-4672-80eb-70b67c713187 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c42ad769-13c8-4672-80eb-70b67c713187 {
  display: none;
}
#s-c42ad769-13c8-4672-80eb-70b67c713187, #wrap-s-c42ad769-13c8-4672-80eb-70b67c713187 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c42ad769-13c8-4672-80eb-70b67c713187"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c42ad769-13c8-4672-80eb-70b67c713187"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c42ad769-13c8-4672-80eb-70b67c713187"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c42ad769-13c8-4672-80eb-70b67c713187"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-c42ffff1-9b51-4524-a947-c5034c9b1d5d {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-c42ffff1-9b51-4524-a947-c5034c9b1d5d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-c42ffff1-9b51-4524-a947-c5034c9b1d5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-c42ffff1-9b51-4524-a947-c5034c9b1d5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c42ffff1-9b51-4524-a947-c5034c9b1d5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c42ffff1-9b51-4524-a947-c5034c9b1d5d > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-c42ffff1-9b51-4524-a947-c5034c9b1d5d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-aa69f09c-2e37-493a-9631-db3e8f587076"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa69f09c-2e37-493a-9631-db3e8f587076"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa69f09c-2e37-493a-9631-db3e8f587076"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa69f09c-2e37-493a-9631-db3e8f587076"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e871cb71-4732-4bc8-a9fd-70f57eff87b5 {
  margin-left: 15px;
margin-right: 15px;
}

#s-c4268af5-a027-402e-aec6-05ba9efb4c96 {
  margin-left: 15px;
margin-right: 15px;
}

#s-ed107b88-0351-4037-bb99-70e3c2a155db > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ed107b88-0351-4037-bb99-70e3c2a155db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-ed107b88-0351-4037-bb99-70e3c2a155db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ed107b88-0351-4037-bb99-70e3c2a155db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ed107b88-0351-4037-bb99-70e3c2a155db > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-ed107b88-0351-4037-bb99-70e3c2a155db > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-a236b321-021c-49df-a0d1-73ef21f39157 {
  margin-left: 15px;
margin-right: 15px;
}

#s-388cf927-2b64-4f00-aba0-335102cfbb6f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-388cf927-2b64-4f00-aba0-335102cfbb6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-388cf927-2b64-4f00-aba0-335102cfbb6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-388cf927-2b64-4f00-aba0-335102cfbb6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-388cf927-2b64-4f00-aba0-335102cfbb6f > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-388cf927-2b64-4f00-aba0-335102cfbb6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-c01f639d-b3e1-49ba-b9bd-77532b8f12a9 {
  margin-left: 15px;
margin-right: 15px;
}

#s-5a420cfa-0103-46f7-8aa2-9a2481e44c4b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-5a420cfa-0103-46f7-8aa2-9a2481e44c4b {
  display: none;
}
#s-5a420cfa-0103-46f7-8aa2-9a2481e44c4b, #wrap-s-5a420cfa-0103-46f7-8aa2-9a2481e44c4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a420cfa-0103-46f7-8aa2-9a2481e44c4b {
  display: none;
}
#s-5a420cfa-0103-46f7-8aa2-9a2481e44c4b, #wrap-s-5a420cfa-0103-46f7-8aa2-9a2481e44c4b { display:none !important; }}







#s-5a420cfa-0103-46f7-8aa2-9a2481e44c4b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-5a420cfa-0103-46f7-8aa2-9a2481e44c4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b14b058-1a67-4064-8509-f41ff2bfcd6e {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-f88cd0d6-3c79-41ea-ae99-6b89bda18592"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f88cd0d6-3c79-41ea-ae99-6b89bda18592"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f88cd0d6-3c79-41ea-ae99-6b89bda18592"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f88cd0d6-3c79-41ea-ae99-6b89bda18592"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f88cd0d6-3c79-41ea-ae99-6b89bda18592"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f88cd0d6-3c79-41ea-ae99-6b89bda18592"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f88cd0d6-3c79-41ea-ae99-6b89bda18592"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-f49d457a-5e28-4560-9bbd-c29948bff2ca {
  text-align: left;
}







  #s-f49d457a-5e28-4560-9bbd-c29948bff2ca img.shogun-image {
    

    
    
    
  }


#s-f49d457a-5e28-4560-9bbd-c29948bff2ca .shogun-image-content {
  
    align-items: center;
  
}

#s-16b29e29-95fd-4031-8955-baf3d739e9a0 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 1200px){#s-16b29e29-95fd-4031-8955-baf3d739e9a0 {
  display: none;
}
#s-16b29e29-95fd-4031-8955-baf3d739e9a0, #wrap-s-16b29e29-95fd-4031-8955-baf3d739e9a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16b29e29-95fd-4031-8955-baf3d739e9a0 {
  display: none;
}
#s-16b29e29-95fd-4031-8955-baf3d739e9a0, #wrap-s-16b29e29-95fd-4031-8955-baf3d739e9a0 { display:none !important; }}







#s-16b29e29-95fd-4031-8955-baf3d739e9a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16b29e29-95fd-4031-8955-baf3d739e9a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a5d1047-db25-45a9-ad41-72854d9a9627 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a5d1047-db25-45a9-ad41-72854d9a9627 {
  display: none;
}
#s-5a5d1047-db25-45a9-ad41-72854d9a9627, #wrap-s-5a5d1047-db25-45a9-ad41-72854d9a9627 { display:none !important; }}@media (max-width: 767px){#s-5a5d1047-db25-45a9-ad41-72854d9a9627 {
  display: none;
}
#s-5a5d1047-db25-45a9-ad41-72854d9a9627, #wrap-s-5a5d1047-db25-45a9-ad41-72854d9a9627 { display:none !important; }}







#s-5a5d1047-db25-45a9-ad41-72854d9a9627 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-dc0e2fbb-1fc5-44c8-9b67-0d6b0c796014"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc0e2fbb-1fc5-44c8-9b67-0d6b0c796014"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-dc0e2fbb-1fc5-44c8-9b67-0d6b0c796014"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-dc0e2fbb-1fc5-44c8-9b67-0d6b0c796014"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-dc0e2fbb-1fc5-44c8-9b67-0d6b0c796014"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-dc0e2fbb-1fc5-44c8-9b67-0d6b0c796014"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-dc0e2fbb-1fc5-44c8-9b67-0d6b0c796014"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-dc0e2fbb-1fc5-44c8-9b67-0d6b0c796014"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-dc0e2fbb-1fc5-44c8-9b67-0d6b0c796014"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-dc0e2fbb-1fc5-44c8-9b67-0d6b0c796014"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-869e42dc-d8be-47db-a9b4-d39dd9cf6362 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-869e42dc-d8be-47db-a9b4-d39dd9cf6362"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-869e42dc-d8be-47db-a9b4-d39dd9cf6362"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-869e42dc-d8be-47db-a9b4-d39dd9cf6362"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-869e42dc-d8be-47db-a9b4-d39dd9cf6362"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-869e42dc-d8be-47db-a9b4-d39dd9cf6362"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-869e42dc-d8be-47db-a9b4-d39dd9cf6362"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-869e42dc-d8be-47db-a9b4-d39dd9cf6362"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-38a1f7ac-b515-4fdd-8538-cf774a5b1ae0 {
  text-align: left;
}







  #s-38a1f7ac-b515-4fdd-8538-cf774a5b1ae0 img.shogun-image {
    

    
    
    
  }


#s-38a1f7ac-b515-4fdd-8538-cf774a5b1ae0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9c6aede-4c73-4a27-8d9b-5b4f98a94521 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-a9c6aede-4c73-4a27-8d9b-5b4f98a94521 {
  display: none;
}
#s-a9c6aede-4c73-4a27-8d9b-5b4f98a94521, #wrap-s-a9c6aede-4c73-4a27-8d9b-5b4f98a94521 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9c6aede-4c73-4a27-8d9b-5b4f98a94521 {
  display: none;
}
#s-a9c6aede-4c73-4a27-8d9b-5b4f98a94521, #wrap-s-a9c6aede-4c73-4a27-8d9b-5b4f98a94521 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a9c6aede-4c73-4a27-8d9b-5b4f98a94521"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9c6aede-4c73-4a27-8d9b-5b4f98a94521"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a9c6aede-4c73-4a27-8d9b-5b4f98a94521"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9c6aede-4c73-4a27-8d9b-5b4f98a94521"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-7c2afc42-6460-4d19-a810-94cc9d2d6567 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-7c2afc42-6460-4d19-a810-94cc9d2d6567"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-7c2afc42-6460-4d19-a810-94cc9d2d6567"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-7c2afc42-6460-4d19-a810-94cc9d2d6567"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c2afc42-6460-4d19-a810-94cc9d2d6567"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-4086c2f1-5aa0-4b86-9653-9c0503bfa3d4 {
  text-align: center;
}







  #s-4086c2f1-5aa0-4b86-9653-9c0503bfa3d4 img.shogun-image {
    

    
    
    
  }


#s-4086c2f1-5aa0-4b86-9653-9c0503bfa3d4 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-4481966d-8605-4974-8bf6-7af9a1485b5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4481966d-8605-4974-8bf6-7af9a1485b5f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-552814d5-1bee-4bf0-9474-63e6acb4f06a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-552814d5-1bee-4bf0-9474-63e6acb4f06a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-552814d5-1bee-4bf0-9474-63e6acb4f06a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-552814d5-1bee-4bf0-9474-63e6acb4f06a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-552814d5-1bee-4bf0-9474-63e6acb4f06a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-da29d1b3-50a5-4cce-93e2-30a2a72b0a39 {
  text-align: center;
}







  #s-da29d1b3-50a5-4cce-93e2-30a2a72b0a39 img.shogun-image {
    

    
    
    
  }


#s-da29d1b3-50a5-4cce-93e2-30a2a72b0a39 .shogun-image-content {
  
    align-items: center;
  
}

#s-35bba163-3862-496c-bab4-1cf09c05f75b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35bba163-3862-496c-bab4-1cf09c05f75b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-79993510-5053-4ed6-9256-32f8d3bbbaec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79993510-5053-4ed6-9256-32f8d3bbbaec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-79993510-5053-4ed6-9256-32f8d3bbbaec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79993510-5053-4ed6-9256-32f8d3bbbaec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-79993510-5053-4ed6-9256-32f8d3bbbaec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79993510-5053-4ed6-9256-32f8d3bbbaec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-79993510-5053-4ed6-9256-32f8d3bbbaec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-ac22060a-f96c-473e-b6cd-405198c1719c {
  margin-top: 50px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ac22060a-f96c-473e-b6cd-405198c1719c {
  display: none;
}
#s-ac22060a-f96c-473e-b6cd-405198c1719c, #wrap-s-ac22060a-f96c-473e-b6cd-405198c1719c { display:none !important; }}@media (max-width: 767px){#s-ac22060a-f96c-473e-b6cd-405198c1719c {
  display: none;
}
#s-ac22060a-f96c-473e-b6cd-405198c1719c, #wrap-s-ac22060a-f96c-473e-b6cd-405198c1719c { display:none !important; }}
@media (min-width: 0px) {
[id="s-ac22060a-f96c-473e-b6cd-405198c1719c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac22060a-f96c-473e-b6cd-405198c1719c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ac22060a-f96c-473e-b6cd-405198c1719c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac22060a-f96c-473e-b6cd-405198c1719c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

#s-a324df10-e951-4c9c-91fd-99ea0d7831d9 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-ee279e52-e39e-47f6-bc18-e8dafb8e2ce5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee279e52-e39e-47f6-bc18-e8dafb8e2ce5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ee279e52-e39e-47f6-bc18-e8dafb8e2ce5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee279e52-e39e-47f6-bc18-e8dafb8e2ce5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-15ad41c7-9595-4c5c-8e9a-d6154fe9f863 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-17c5b775-7920-4942-a690-f14553cd304b hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-8a3bdcc8-4fd3-40cb-8786-a67f41b1ee5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a3bdcc8-4fd3-40cb-8786-a67f41b1ee5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8a3bdcc8-4fd3-40cb-8786-a67f41b1ee5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a3bdcc8-4fd3-40cb-8786-a67f41b1ee5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

.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-5bdab33c-b709-42ca-9842-875809fb0ddc {
  padding-top: 15px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5bdab33c-b709-42ca-9842-875809fb0ddc:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(83, 83, 83, 1) !important;}#s-5bdab33c-b709-42ca-9842-875809fb0ddc:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-5bdab33c-b709-42ca-9842-875809fb0ddc-root {
    text-align: left;
  }


#s-5bdab33c-b709-42ca-9842-875809fb0ddc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5bdab33c-b709-42ca-9842-875809fb0ddc-root {
    text-align: left;
  }


#s-5bdab33c-b709-42ca-9842-875809fb0ddc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5bdab33c-b709-42ca-9842-875809fb0ddc-root {
    text-align: left;
  }


#s-5bdab33c-b709-42ca-9842-875809fb0ddc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5bdab33c-b709-42ca-9842-875809fb0ddc-root {
    text-align: left;
  }


#s-5bdab33c-b709-42ca-9842-875809fb0ddc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5bdab33c-b709-42ca-9842-875809fb0ddc-root {
    text-align: left;
  }


#s-5bdab33c-b709-42ca-9842-875809fb0ddc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a44c868c-ce0a-4ec9-8591-f91f38d94cd5 {
  text-align: center;
}
#s-a44c868c-ce0a-4ec9-8591-f91f38d94cd5:hover {opacity: 0.94 !important;}@media (min-width: 768px) and (max-width: 991px){#s-a44c868c-ce0a-4ec9-8591-f91f38d94cd5 {
  display: none;
}
#s-a44c868c-ce0a-4ec9-8591-f91f38d94cd5, #wrap-s-a44c868c-ce0a-4ec9-8591-f91f38d94cd5 { display:none !important; }}@media (max-width: 767px){#s-a44c868c-ce0a-4ec9-8591-f91f38d94cd5 {
  display: none;
}
#s-a44c868c-ce0a-4ec9-8591-f91f38d94cd5, #wrap-s-a44c868c-ce0a-4ec9-8591-f91f38d94cd5 { display:none !important; }}







#s-a44c868c-ce0a-4ec9-8591-f91f38d94cd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c5e3d44-7749-4dc8-92ba-e30fecc72a50 {
  margin-left: 0%;
margin-right: 0%;
min-height: 22%;
}

@media (min-width: 0px) {
[id="s-4c5e3d44-7749-4dc8-92ba-e30fecc72a50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c5e3d44-7749-4dc8-92ba-e30fecc72a50"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-4c5e3d44-7749-4dc8-92ba-e30fecc72a50"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-4c5e3d44-7749-4dc8-92ba-e30fecc72a50"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-4c5e3d44-7749-4dc8-92ba-e30fecc72a50"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-4c5e3d44-7749-4dc8-92ba-e30fecc72a50"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 33.333333333333336px);
}

[id="s-4c5e3d44-7749-4dc8-92ba-e30fecc72a50"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

}

#s-4f7e00de-6e29-46e2-a504-a12588c0722b {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4f7e00de-6e29-46e2-a504-a12588c0722b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f7e00de-6e29-46e2-a504-a12588c0722b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f7e00de-6e29-46e2-a504-a12588c0722b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f7e00de-6e29-46e2-a504-a12588c0722b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f7e00de-6e29-46e2-a504-a12588c0722b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f7e00de-6e29-46e2-a504-a12588c0722b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f7e00de-6e29-46e2-a504-a12588c0722b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7110132a-dce9-4522-acb7-01e00c732be1 {
  text-align: left;
}







  #s-7110132a-dce9-4522-acb7-01e00c732be1 img.shogun-image {
    

    
    
    
  }


#s-7110132a-dce9-4522-acb7-01e00c732be1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5dd41250-0df2-4854-a5d2-a190fe8e2e9c {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5dd41250-0df2-4854-a5d2-a190fe8e2e9c {
  display: none;
}
#s-5dd41250-0df2-4854-a5d2-a190fe8e2e9c, #wrap-s-5dd41250-0df2-4854-a5d2-a190fe8e2e9c { display:none !important; }}@media (max-width: 767px){#s-5dd41250-0df2-4854-a5d2-a190fe8e2e9c {
  display: none;
}
#s-5dd41250-0df2-4854-a5d2-a190fe8e2e9c, #wrap-s-5dd41250-0df2-4854-a5d2-a190fe8e2e9c { display:none !important; }}







#s-5dd41250-0df2-4854-a5d2-a190fe8e2e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dd41250-0df2-4854-a5d2-a190fe8e2e9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d17fb02-32e3-4887-8aa8-3466372dec1e {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-3d17fb02-32e3-4887-8aa8-3466372dec1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d17fb02-32e3-4887-8aa8-3466372dec1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-3d17fb02-32e3-4887-8aa8-3466372dec1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-3d17fb02-32e3-4887-8aa8-3466372dec1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-3d17fb02-32e3-4887-8aa8-3466372dec1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-3d17fb02-32e3-4887-8aa8-3466372dec1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-3d17fb02-32e3-4887-8aa8-3466372dec1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-8d72e1b9-23ff-465f-9dcb-037fc7fc5292"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d72e1b9-23ff-465f-9dcb-037fc7fc5292"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8d72e1b9-23ff-465f-9dcb-037fc7fc5292"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d72e1b9-23ff-465f-9dcb-037fc7fc5292"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-a9337453-72b1-48cd-a3e5-4a38863ce7ce {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a9337453-72b1-48cd-a3e5-4a38863ce7ce"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-a9337453-72b1-48cd-a3e5-4a38863ce7ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-a9337453-72b1-48cd-a3e5-4a38863ce7ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9337453-72b1-48cd-a3e5-4a38863ce7ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-ecb1afc2-5f08-48ab-973a-13a5a91a1079 {
  text-align: center;
}







  #s-ecb1afc2-5f08-48ab-973a-13a5a91a1079 img.shogun-image {
    

    
    
    
  }


#s-ecb1afc2-5f08-48ab-973a-13a5a91a1079 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb9df74a-7a18-4bfb-bc4c-f130ddcc288a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb9df74a-7a18-4bfb-bc4c-f130ddcc288a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-fdd2746a-a5bf-4b39-9a4b-548cc809f388 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fdd2746a-a5bf-4b39-9a4b-548cc809f388"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-fdd2746a-a5bf-4b39-9a4b-548cc809f388"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-fdd2746a-a5bf-4b39-9a4b-548cc809f388"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-fdd2746a-a5bf-4b39-9a4b-548cc809f388"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-adfde3ee-5d10-4aa5-9a85-b8d65479298c {
  text-align: center;
}







  #s-adfde3ee-5d10-4aa5-9a85-b8d65479298c img.shogun-image {
    

    
    
    
  }


#s-adfde3ee-5d10-4aa5-9a85-b8d65479298c .shogun-image-content {
  
    align-items: center;
  
}

#s-c46d65b4-5722-4f45-ad02-df2534c4f3b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c46d65b4-5722-4f45-ad02-df2534c4f3b9 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9b04c6a0-7f90-431f-b06d-ad709e82db61 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 500px;
}








#s-9b04c6a0-7f90-431f-b06d-ad709e82db61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b04c6a0-7f90-431f-b06d-ad709e82db61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-aed515d4-74e6-4a9d-9038-9b9588c94bd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aed515d4-74e6-4a9d-9038-9b9588c94bd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aed515d4-74e6-4a9d-9038-9b9588c94bd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aed515d4-74e6-4a9d-9038-9b9588c94bd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a4fff284-a0ff-48e0-94c0-e59a0f4c714d {
  margin-top: 0px;
text-align: center;
}







  #s-a4fff284-a0ff-48e0-94c0-e59a0f4c714d img.shogun-image {
    

    
    
    
  }


#s-a4fff284-a0ff-48e0-94c0-e59a0f4c714d .shogun-image-content {
  
    align-items: center;
  
}

#s-ec1e30d9-63ee-4ec0-9238-bcd720f00d29 {
  min-height: 50px;
}
@media (max-width: 767px){#s-ec1e30d9-63ee-4ec0-9238-bcd720f00d29 {
  
}
}







#s-ec1e30d9-63ee-4ec0-9238-bcd720f00d29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec1e30d9-63ee-4ec0-9238-bcd720f00d29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f5ef391-0a7d-4eb1-b90c-40a51b31a577 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-2f5ef391-0a7d-4eb1-b90c-40a51b31a577 {
  
}
}
@media (min-width: 0px) {
[id="s-2f5ef391-0a7d-4eb1-b90c-40a51b31a577"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f5ef391-0a7d-4eb1-b90c-40a51b31a577"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f5ef391-0a7d-4eb1-b90c-40a51b31a577"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f5ef391-0a7d-4eb1-b90c-40a51b31a577"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f5ef391-0a7d-4eb1-b90c-40a51b31a577"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f5ef391-0a7d-4eb1-b90c-40a51b31a577"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f5ef391-0a7d-4eb1-b90c-40a51b31a577"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f5ef391-0a7d-4eb1-b90c-40a51b31a577"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f5ef391-0a7d-4eb1-b90c-40a51b31a577"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f5ef391-0a7d-4eb1-b90c-40a51b31a577"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-eae8c871-eee7-4f5f-8ebb-cba629181581 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-bb586128-74ca-43c8-8ee4-a915510b1b71 {
  margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-bb586128-74ca-43c8-8ee4-a915510b1b71:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bb586128-74ca-43c8-8ee4-a915510b1b71:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb586128-74ca-43c8-8ee4-a915510b1b71-root {
    text-align: left;
  }


#s-bb586128-74ca-43c8-8ee4-a915510b1b71.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb586128-74ca-43c8-8ee4-a915510b1b71-root {
    text-align: left;
  }


#s-bb586128-74ca-43c8-8ee4-a915510b1b71.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb586128-74ca-43c8-8ee4-a915510b1b71-root {
    text-align: left;
  }


#s-bb586128-74ca-43c8-8ee4-a915510b1b71.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb586128-74ca-43c8-8ee4-a915510b1b71-root {
    text-align: left;
  }


#s-bb586128-74ca-43c8-8ee4-a915510b1b71.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb586128-74ca-43c8-8ee4-a915510b1b71-root {
    text-align: left;
  }


#s-bb586128-74ca-43c8-8ee4-a915510b1b71.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-3cd0186b-a842-418f-abe6-4882f3d83025 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-3cd0186b-a842-418f-abe6-4882f3d83025"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cd0186b-a842-418f-abe6-4882f3d83025"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3cd0186b-a842-418f-abe6-4882f3d83025"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cd0186b-a842-418f-abe6-4882f3d83025"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3cd0186b-a842-418f-abe6-4882f3d83025"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6bcdcd84-4ad1-482a-8ec5-f76549661984 {
  min-height: 50px;
}
@media (max-width: 767px){#s-6bcdcd84-4ad1-482a-8ec5-f76549661984 {
  
}
}







#s-6bcdcd84-4ad1-482a-8ec5-f76549661984 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bcdcd84-4ad1-482a-8ec5-f76549661984.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a555a17-5437-4d12-b01b-5056ffeb2e60 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-0a555a17-5437-4d12-b01b-5056ffeb2e60 {
  
}
}
@media (min-width: 0px) {
[id="s-0a555a17-5437-4d12-b01b-5056ffeb2e60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a555a17-5437-4d12-b01b-5056ffeb2e60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a555a17-5437-4d12-b01b-5056ffeb2e60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a555a17-5437-4d12-b01b-5056ffeb2e60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0a555a17-5437-4d12-b01b-5056ffeb2e60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a555a17-5437-4d12-b01b-5056ffeb2e60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a555a17-5437-4d12-b01b-5056ffeb2e60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a555a17-5437-4d12-b01b-5056ffeb2e60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0a555a17-5437-4d12-b01b-5056ffeb2e60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0a555a17-5437-4d12-b01b-5056ffeb2e60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-1548f7bf-97de-459e-acf5-8a8768335942 {
  margin-left: 15px;
margin-right: 15px;
}

#s-d1c1e295-6d9a-4197-ba16-e5243c6aa237 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-d1c1e295-6d9a-4197-ba16-e5243c6aa237 img.shogun-image {
    

    
    
    
  }


#s-d1c1e295-6d9a-4197-ba16-e5243c6aa237 .shogun-image-content {
  
    align-items: center;
  
}

#s-6813676a-de8b-4aa2-b0bf-cd029f4787d7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6813676a-de8b-4aa2-b0bf-cd029f4787d7 {
  display: none;
}
#s-6813676a-de8b-4aa2-b0bf-cd029f4787d7, #wrap-s-6813676a-de8b-4aa2-b0bf-cd029f4787d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6813676a-de8b-4aa2-b0bf-cd029f4787d7 {
  display: none;
}
#s-6813676a-de8b-4aa2-b0bf-cd029f4787d7, #wrap-s-6813676a-de8b-4aa2-b0bf-cd029f4787d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6813676a-de8b-4aa2-b0bf-cd029f4787d7 {
  display: none;
}
#s-6813676a-de8b-4aa2-b0bf-cd029f4787d7, #wrap-s-6813676a-de8b-4aa2-b0bf-cd029f4787d7 { display:none !important; }}







#s-6813676a-de8b-4aa2-b0bf-cd029f4787d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6813676a-de8b-4aa2-b0bf-cd029f4787d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-abf1783b-c07a-4f5b-b17c-67f420ac84f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abf1783b-c07a-4f5b-b17c-67f420ac84f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-abf1783b-c07a-4f5b-b17c-67f420ac84f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-abf1783b-c07a-4f5b-b17c-67f420ac84f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-dbaf1df4-61a1-47ca-bcfe-b0d9aa685ef0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-dbaf1df4-61a1-47ca-bcfe-b0d9aa685ef0 img.shogun-image {
    

    
    
    
  }


#s-dbaf1df4-61a1-47ca-bcfe-b0d9aa685ef0 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbe2193e-0b3e-4e01-99ab-8e3e60d2cf8a {
  min-height: 50px;
}
@media (max-width: 767px){#s-fbe2193e-0b3e-4e01-99ab-8e3e60d2cf8a {
  
}
}







#s-fbe2193e-0b3e-4e01-99ab-8e3e60d2cf8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbe2193e-0b3e-4e01-99ab-8e3e60d2cf8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6213bf03-6357-4e2c-bc88-6b186bbc15e0 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-6213bf03-6357-4e2c-bc88-6b186bbc15e0 {
  
}
}
@media (min-width: 0px) {
[id="s-6213bf03-6357-4e2c-bc88-6b186bbc15e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6213bf03-6357-4e2c-bc88-6b186bbc15e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6213bf03-6357-4e2c-bc88-6b186bbc15e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6213bf03-6357-4e2c-bc88-6b186bbc15e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6213bf03-6357-4e2c-bc88-6b186bbc15e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6213bf03-6357-4e2c-bc88-6b186bbc15e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6213bf03-6357-4e2c-bc88-6b186bbc15e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6213bf03-6357-4e2c-bc88-6b186bbc15e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6213bf03-6357-4e2c-bc88-6b186bbc15e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6213bf03-6357-4e2c-bc88-6b186bbc15e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-967d7a10-ecc3-4d03-9757-cf80432d170d {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-3acf7f17-af84-4a0c-9f2e-b8c7388744b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3acf7f17-af84-4a0c-9f2e-b8c7388744b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3acf7f17-af84-4a0c-9f2e-b8c7388744b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3acf7f17-af84-4a0c-9f2e-b8c7388744b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3acf7f17-af84-4a0c-9f2e-b8c7388744b5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-06e6508b-a566-444b-80f6-591fc761d82d {
  min-height: 50px;
}
@media (max-width: 767px){#s-06e6508b-a566-444b-80f6-591fc761d82d {
  
}
}







#s-06e6508b-a566-444b-80f6-591fc761d82d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06e6508b-a566-444b-80f6-591fc761d82d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8da1571c-96db-4c52-b7f3-c6eb814cb9ee {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-8da1571c-96db-4c52-b7f3-c6eb814cb9ee {
  
}
}
@media (min-width: 0px) {
[id="s-8da1571c-96db-4c52-b7f3-c6eb814cb9ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8da1571c-96db-4c52-b7f3-c6eb814cb9ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8da1571c-96db-4c52-b7f3-c6eb814cb9ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8da1571c-96db-4c52-b7f3-c6eb814cb9ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8da1571c-96db-4c52-b7f3-c6eb814cb9ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8da1571c-96db-4c52-b7f3-c6eb814cb9ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8da1571c-96db-4c52-b7f3-c6eb814cb9ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8da1571c-96db-4c52-b7f3-c6eb814cb9ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8da1571c-96db-4c52-b7f3-c6eb814cb9ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8da1571c-96db-4c52-b7f3-c6eb814cb9ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-5e109224-9a8a-47da-b7de-d5629163de9b {
  margin-left: 15px;
margin-right: 15px;
}

#s-f2d2bcb9-55eb-4972-8c80-22d95d72b9d0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-f2d2bcb9-55eb-4972-8c80-22d95d72b9d0 img.shogun-image {
    

    
    
    
  }


#s-f2d2bcb9-55eb-4972-8c80-22d95d72b9d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbd465d3-9fb2-4e0c-8fcf-7b31adce3ee8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fbd465d3-9fb2-4e0c-8fcf-7b31adce3ee8 {
  display: none;
}
#s-fbd465d3-9fb2-4e0c-8fcf-7b31adce3ee8, #wrap-s-fbd465d3-9fb2-4e0c-8fcf-7b31adce3ee8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbd465d3-9fb2-4e0c-8fcf-7b31adce3ee8 {
  display: none;
}
#s-fbd465d3-9fb2-4e0c-8fcf-7b31adce3ee8, #wrap-s-fbd465d3-9fb2-4e0c-8fcf-7b31adce3ee8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbd465d3-9fb2-4e0c-8fcf-7b31adce3ee8 {
  display: none;
}
#s-fbd465d3-9fb2-4e0c-8fcf-7b31adce3ee8, #wrap-s-fbd465d3-9fb2-4e0c-8fcf-7b31adce3ee8 { display:none !important; }}







#s-fbd465d3-9fb2-4e0c-8fcf-7b31adce3ee8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbd465d3-9fb2-4e0c-8fcf-7b31adce3ee8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-db68aa1c-1945-4aef-be87-da6a2a76782b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-db68aa1c-1945-4aef-be87-da6a2a76782b {
  display: none;
}
#s-db68aa1c-1945-4aef-be87-da6a2a76782b, #wrap-s-db68aa1c-1945-4aef-be87-da6a2a76782b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db68aa1c-1945-4aef-be87-da6a2a76782b {
  display: none;
}
#s-db68aa1c-1945-4aef-be87-da6a2a76782b, #wrap-s-db68aa1c-1945-4aef-be87-da6a2a76782b { display:none !important; }}







#s-db68aa1c-1945-4aef-be87-da6a2a76782b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-db68aa1c-1945-4aef-be87-da6a2a76782b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef69f5d0-f9d2-499e-868a-61dfe11066dd {
  margin-left: 15px;
margin-right: 15px;
}

#s-8ebd4cce-acee-43d1-b674-80d15443addd {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-8ebd4cce-acee-43d1-b674-80d15443addd:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ebd4cce-acee-43d1-b674-80d15443addd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ebd4cce-acee-43d1-b674-80d15443addd-root {
    text-align: center;
  }


#s-8ebd4cce-acee-43d1-b674-80d15443addd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8ebd4cce-acee-43d1-b674-80d15443addd-root {
    text-align: center;
  }


#s-8ebd4cce-acee-43d1-b674-80d15443addd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ebd4cce-acee-43d1-b674-80d15443addd-root {
    text-align: center;
  }


#s-8ebd4cce-acee-43d1-b674-80d15443addd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ebd4cce-acee-43d1-b674-80d15443addd-root {
    text-align: center;
  }


#s-8ebd4cce-acee-43d1-b674-80d15443addd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8ebd4cce-acee-43d1-b674-80d15443addd-root {
    text-align: center;
  }


#s-8ebd4cce-acee-43d1-b674-80d15443addd.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-147745d5-0ba7-4164-b66e-9d38ca5e6489 {
  background-color: rgba(12, 0, 0, 1);
}
@media (min-width: 1200px){#s-147745d5-0ba7-4164-b66e-9d38ca5e6489 {
  display: none;
}
#s-147745d5-0ba7-4164-b66e-9d38ca5e6489, #wrap-s-147745d5-0ba7-4164-b66e-9d38ca5e6489 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-147745d5-0ba7-4164-b66e-9d38ca5e6489 {
  display: none;
}
#s-147745d5-0ba7-4164-b66e-9d38ca5e6489, #wrap-s-147745d5-0ba7-4164-b66e-9d38ca5e6489 { display:none !important; }}
#s-890fe3e7-0b7f-4061-93f4-e3d2ff1f89db {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 0px;
min-height: 800px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-890fe3e7-0b7f-4061-93f4-e3d2ff1f89db {
  display: none;
}
#s-890fe3e7-0b7f-4061-93f4-e3d2ff1f89db, #wrap-s-890fe3e7-0b7f-4061-93f4-e3d2ff1f89db { display:none !important; }}@media (max-width: 767px){#s-890fe3e7-0b7f-4061-93f4-e3d2ff1f89db {
  display: none;
}
#s-890fe3e7-0b7f-4061-93f4-e3d2ff1f89db, #wrap-s-890fe3e7-0b7f-4061-93f4-e3d2ff1f89db { display:none !important; }}







#s-890fe3e7-0b7f-4061-93f4-e3d2ff1f89db > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-890fe3e7-0b7f-4061-93f4-e3d2ff1f89db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-90f3a1c1-2c6f-4658-b6b8-892e29fb5195"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90f3a1c1-2c6f-4658-b6b8-892e29fb5195"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-90f3a1c1-2c6f-4658-b6b8-892e29fb5195"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-90f3a1c1-2c6f-4658-b6b8-892e29fb5195"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-90f3a1c1-2c6f-4658-b6b8-892e29fb5195"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-90f3a1c1-2c6f-4658-b6b8-892e29fb5195"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-90f3a1c1-2c6f-4658-b6b8-892e29fb5195"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-90f3a1c1-2c6f-4658-b6b8-892e29fb5195"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-90f3a1c1-2c6f-4658-b6b8-892e29fb5195"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-90f3a1c1-2c6f-4658-b6b8-892e29fb5195"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-bd4d3508-91b5-4510-90f2-6c136dd4979f {
  padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-bd4d3508-91b5-4510-90f2-6c136dd4979f:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bd4d3508-91b5-4510-90f2-6c136dd4979f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bd4d3508-91b5-4510-90f2-6c136dd4979f-root {
    text-align: left;
  }


#s-bd4d3508-91b5-4510-90f2-6c136dd4979f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bd4d3508-91b5-4510-90f2-6c136dd4979f-root {
    text-align: left;
  }


#s-bd4d3508-91b5-4510-90f2-6c136dd4979f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bd4d3508-91b5-4510-90f2-6c136dd4979f-root {
    text-align: left;
  }


#s-bd4d3508-91b5-4510-90f2-6c136dd4979f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bd4d3508-91b5-4510-90f2-6c136dd4979f-root {
    text-align: left;
  }


#s-bd4d3508-91b5-4510-90f2-6c136dd4979f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bd4d3508-91b5-4510-90f2-6c136dd4979f-root {
    text-align: left;
  }


#s-bd4d3508-91b5-4510-90f2-6c136dd4979f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-b574981f-9115-44ab-a0c8-889dda6316ac {
  margin-top: 0px;
padding-bottom: 0px;
min-height: 48px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b574981f-9115-44ab-a0c8-889dda6316ac {
  display: none;
}
#s-b574981f-9115-44ab-a0c8-889dda6316ac, #wrap-s-b574981f-9115-44ab-a0c8-889dda6316ac { display:none !important; }}@media (max-width: 767px){#s-b574981f-9115-44ab-a0c8-889dda6316ac {
  display: none;
}
#s-b574981f-9115-44ab-a0c8-889dda6316ac, #wrap-s-b574981f-9115-44ab-a0c8-889dda6316ac { display:none !important; }}







#s-b574981f-9115-44ab-a0c8-889dda6316ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b574981f-9115-44ab-a0c8-889dda6316ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b764c5bf-2240-4b4e-adb2-7fc7e01a498b {
  margin-top: 50px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-b764c5bf-2240-4b4e-adb2-7fc7e01a498b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b764c5bf-2240-4b4e-adb2-7fc7e01a498b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-b764c5bf-2240-4b4e-adb2-7fc7e01a498b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b764c5bf-2240-4b4e-adb2-7fc7e01a498b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-b764c5bf-2240-4b4e-adb2-7fc7e01a498b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b764c5bf-2240-4b4e-adb2-7fc7e01a498b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.666666666666668px);
}

[id="s-b764c5bf-2240-4b4e-adb2-7fc7e01a498b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.666666666666668px);
}

}

@media (min-width: 0px) {
[id="s-06c899bc-4519-4f45-acf1-dafdad833458"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06c899bc-4519-4f45-acf1-dafdad833458"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-06c899bc-4519-4f45-acf1-dafdad833458"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-06c899bc-4519-4f45-acf1-dafdad833458"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-94405461-baac-4e8b-9f19-e83bec1435a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94405461-baac-4e8b-9f19-e83bec1435a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-94405461-baac-4e8b-9f19-e83bec1435a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-94405461-baac-4e8b-9f19-e83bec1435a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-94405461-baac-4e8b-9f19-e83bec1435a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-94405461-baac-4e8b-9f19-e83bec1435a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-94405461-baac-4e8b-9f19-e83bec1435a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-011febd8-ccc3-4566-b6de-141ce0a4bf7b {
  margin-top: 50px;
margin-bottom: 0px;
text-align: center;
}







  #s-011febd8-ccc3-4566-b6de-141ce0a4bf7b img.shogun-image {
    

    
    
    
  }


#s-011febd8-ccc3-4566-b6de-141ce0a4bf7b .shogun-image-content {
  
    align-items: center;
  
}

#s-cc805aea-936f-4ba4-9e63-1e31f80a674f {
  min-height: 50px;
}








#s-cc805aea-936f-4ba4-9e63-1e31f80a674f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc805aea-936f-4ba4-9e63-1e31f80a674f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab36d24b-ee37-4dda-a643-d516b0e0df81 {
  min-height: 50px;
}








#s-ab36d24b-ee37-4dda-a643-d516b0e0df81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab36d24b-ee37-4dda-a643-d516b0e0df81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34e7869d-4f07-4ff3-ae18-171f3a8e7d79 {
  margin-top: 50px;
margin-left: 5px;
margin-bottom: 50px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34e7869d-4f07-4ff3-ae18-171f3a8e7d79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-46a09493-5f56-4064-9a92-3cbb96e27948"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-46a09493-5f56-4064-9a92-3cbb96e27948"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46a09493-5f56-4064-9a92-3cbb96e27948"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46a09493-5f56-4064-9a92-3cbb96e27948"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-ca85982e-5ab3-4cde-83e0-44ad11a89691 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-ca85982e-5ab3-4cde-83e0-44ad11a89691 img.shogun-image {
    

    
    
    
  }


#s-ca85982e-5ab3-4cde-83e0-44ad11a89691 .shogun-image-content {
  
    align-items: center;
  
}

#s-80bfd1ae-3c01-44a6-a766-863f272f25d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80bfd1ae-3c01-44a6-a766-863f272f25d4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-5dfbb715-6bd2-4d10-adf0-3b23bf36b34b {
  text-align: center;
}







  #s-5dfbb715-6bd2-4d10-adf0-3b23bf36b34b img.shogun-image {
    

    
    
    
  }


#s-5dfbb715-6bd2-4d10-adf0-3b23bf36b34b .shogun-image-content {
  
    align-items: center;
  
}

#s-1498c0b1-08c0-4a1d-977f-59da6cb05f94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1498c0b1-08c0-4a1d-977f-59da6cb05f94 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-3925b793-e0f6-4c97-aab9-440153ac95b0 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-3925b793-e0f6-4c97-aab9-440153ac95b0 img.shogun-image {
    

    
    
    
  }


#s-3925b793-e0f6-4c97-aab9-440153ac95b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab9c9d1c-bcce-412b-8bdb-25742328c310 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab9c9d1c-bcce-412b-8bdb-25742328c310 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-677e913f-3c9d-460e-af6a-3f16f9e2b204 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-677e913f-3c9d-460e-af6a-3f16f9e2b204 img.shogun-image {
    

    
    
    
  }


#s-677e913f-3c9d-460e-af6a-3f16f9e2b204 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7e0c5dd-b096-4094-958a-18ca73965448 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7e0c5dd-b096-4094-958a-18ca73965448 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  
}



#s-eee7704e-e110-4491-a44c-439bb48522a3 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eee7704e-e110-4491-a44c-439bb48522a3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-f26c06eb-98d4-401e-83d1-55c4d07d02f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f26c06eb-98d4-401e-83d1-55c4d07d02f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f26c06eb-98d4-401e-83d1-55c4d07d02f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f26c06eb-98d4-401e-83d1-55c4d07d02f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f26c06eb-98d4-401e-83d1-55c4d07d02f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f26c06eb-98d4-401e-83d1-55c4d07d02f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f26c06eb-98d4-401e-83d1-55c4d07d02f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-7b8de7ef-6e65-4088-90ba-6fc78af09044 {
  padding-left: 0px;
padding-right: 0px;
}

#s-7b8de7ef-6e65-4088-90ba-6fc78af09044 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7b8de7ef-6e65-4088-90ba-6fc78af09044 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7b8de7ef-6e65-4088-90ba-6fc78af09044 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7b8de7ef-6e65-4088-90ba-6fc78af09044 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7b8de7ef-6e65-4088-90ba-6fc78af09044 > .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: Poppins;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-7b8de7ef-6e65-4088-90ba-6fc78af09044 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f418582c-4596-4549-97fd-15fdb47e783c {
  margin-left: 15px;
margin-right: 15px;
}

#s-efc88fef-837c-495b-b330-d5370d52687b {
  margin-left: 15px;
margin-right: 15px;
}

#s-69499c41-19cb-4ba8-bf78-6b7686240949 {
  margin-left: 15px;
margin-right: 15px;
}

#s-5f446bf0-db9b-44cd-84cf-1017ce3e4413 {
  margin-left: 15px;
margin-right: 15px;
}

#s-2d27b8c2-c58a-4a32-b517-ee503b3c90a3 {
  margin-left: 15px;
margin-right: 15px;
}

#s-78ef9b14-4494-4eb7-852d-a87c32c9e8b4 {
  margin-left: 15px;
margin-right: 15px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}