.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-5344c289-83e6-4e20-9ffb-ea6f283b12e3 {
  display: none;
}
#s-5344c289-83e6-4e20-9ffb-ea6f283b12e3, #wrap-s-5344c289-83e6-4e20-9ffb-ea6f283b12e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5344c289-83e6-4e20-9ffb-ea6f283b12e3 {
  display: none;
}
#s-5344c289-83e6-4e20-9ffb-ea6f283b12e3, #wrap-s-5344c289-83e6-4e20-9ffb-ea6f283b12e3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-5344c289-83e6-4e20-9ffb-ea6f283b12e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5344c289-83e6-4e20-9ffb-ea6f283b12e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5344c289-83e6-4e20-9ffb-ea6f283b12e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5344c289-83e6-4e20-9ffb-ea6f283b12e3"] > .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-582672f2-db68-4419-aa4c-60e08b91f2c4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}







  #s-582672f2-db68-4419-aa4c-60e08b91f2c4 img.shogun-image {
    

    
    
    
  }


#s-582672f2-db68-4419-aa4c-60e08b91f2c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-735d3060-1815-4471-8cdc-088db89d1e61 {
  padding-left: 5px;
padding-right: 5px;
}

#s-dd1d0b45-0d60-427f-90e1-079ac7a8cbdd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 0px;
text-align: center;
}







  #s-dd1d0b45-0d60-427f-90e1-079ac7a8cbdd img.shogun-image {
    

    
    
    
  }


#s-dd1d0b45-0d60-427f-90e1-079ac7a8cbdd .shogun-image-content {
  
    align-items: center;
  
}

#s-8e870563-5688-4fb8-a2ad-52edd31ed543 {
  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-6e4743b7-8184-4521-b6e7-de02259cf7e6 {
  min-height: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6e4743b7-8184-4521-b6e7-de02259cf7e6 {
  display: none;
}
#s-6e4743b7-8184-4521-b6e7-de02259cf7e6, #wrap-s-6e4743b7-8184-4521-b6e7-de02259cf7e6 { display:none !important; }}@media (max-width: 767px){#s-6e4743b7-8184-4521-b6e7-de02259cf7e6 {
  display: none;
}
#s-6e4743b7-8184-4521-b6e7-de02259cf7e6, #wrap-s-6e4743b7-8184-4521-b6e7-de02259cf7e6 { display:none !important; }}







#s-6e4743b7-8184-4521-b6e7-de02259cf7e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e4743b7-8184-4521-b6e7-de02259cf7e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9336066f-e9cb-4067-8a78-11116838a162 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-9336066f-e9cb-4067-8a78-11116838a162 {
  display: none;
}
#s-9336066f-e9cb-4067-8a78-11116838a162, #wrap-s-9336066f-e9cb-4067-8a78-11116838a162 { display:none !important; }}@media (max-width: 767px){#s-9336066f-e9cb-4067-8a78-11116838a162 {
  display: none;
}
#s-9336066f-e9cb-4067-8a78-11116838a162, #wrap-s-9336066f-e9cb-4067-8a78-11116838a162 { display:none !important; }}






  #s-9336066f-e9cb-4067-8a78-11116838a162 img.shogun-image {
    

    
    
    
  }


#s-9336066f-e9cb-4067-8a78-11116838a162 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-37179905-628b-49ed-846a-c35d03d53382 {
  display: none;
}
#s-37179905-628b-49ed-846a-c35d03d53382, #wrap-s-37179905-628b-49ed-846a-c35d03d53382 { display:none !important; }}@media (max-width: 767px){#s-37179905-628b-49ed-846a-c35d03d53382 {
  display: none;
}
#s-37179905-628b-49ed-846a-c35d03d53382, #wrap-s-37179905-628b-49ed-846a-c35d03d53382 { display:none !important; }}
#s-3dafb8ef-1e33-4c59-a3f1-f1ed43d4f5ce {
  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-3dafb8ef-1e33-4c59-a3f1-f1ed43d4f5ce {
  display: none;
}
#s-3dafb8ef-1e33-4c59-a3f1-f1ed43d4f5ce, #wrap-s-3dafb8ef-1e33-4c59-a3f1-f1ed43d4f5ce { display:none !important; }}@media (max-width: 767px){#s-3dafb8ef-1e33-4c59-a3f1-f1ed43d4f5ce {
  display: none;
}
#s-3dafb8ef-1e33-4c59-a3f1-f1ed43d4f5ce, #wrap-s-3dafb8ef-1e33-4c59-a3f1-f1ed43d4f5ce { display:none !important; }}






  #s-3dafb8ef-1e33-4c59-a3f1-f1ed43d4f5ce img.shogun-image {
    

    
    
    
  }


#s-3dafb8ef-1e33-4c59-a3f1-f1ed43d4f5ce .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-e1418892-42a5-4188-aa34-22de952104a2 {
  display: none;
}
#s-e1418892-42a5-4188-aa34-22de952104a2, #wrap-s-e1418892-42a5-4188-aa34-22de952104a2 { display:none !important; }}@media (max-width: 767px){#s-e1418892-42a5-4188-aa34-22de952104a2 {
  display: none;
}
#s-e1418892-42a5-4188-aa34-22de952104a2, #wrap-s-e1418892-42a5-4188-aa34-22de952104a2 { display:none !important; }}
#s-68ab1b20-d617-4050-a3a4-c7c09603072b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-68ab1b20-d617-4050-a3a4-c7c09603072b {
  display: none;
}
#s-68ab1b20-d617-4050-a3a4-c7c09603072b, #wrap-s-68ab1b20-d617-4050-a3a4-c7c09603072b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68ab1b20-d617-4050-a3a4-c7c09603072b {
  display: none;
}
#s-68ab1b20-d617-4050-a3a4-c7c09603072b, #wrap-s-68ab1b20-d617-4050-a3a4-c7c09603072b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68ab1b20-d617-4050-a3a4-c7c09603072b {
  
}
}@media (max-width: 767px){#s-68ab1b20-d617-4050-a3a4-c7c09603072b {
  
}
}
@media (min-width: 0px) {
[id="s-68ab1b20-d617-4050-a3a4-c7c09603072b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68ab1b20-d617-4050-a3a4-c7c09603072b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ab1b20-d617-4050-a3a4-c7c09603072b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68ab1b20-d617-4050-a3a4-c7c09603072b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ab1b20-d617-4050-a3a4-c7c09603072b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68ab1b20-d617-4050-a3a4-c7c09603072b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-68ab1b20-d617-4050-a3a4-c7c09603072b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-32160ebd-afa3-436e-8917-64cae741f384 {
  border-style: solid;
margin-top: 20px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-32160ebd-afa3-436e-8917-64cae741f384 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32160ebd-afa3-436e-8917-64cae741f384 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32160ebd-afa3-436e-8917-64cae741f384 {
  
}
}@media (max-width: 767px){#s-32160ebd-afa3-436e-8917-64cae741f384 {
  
}
}
.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-03dd56eb-b7e8-4e55-b907-fdc13e7a3861 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3d8b7250-7252-4daa-a01c-82d9e98f58a6 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 1200px){#s-3d8b7250-7252-4daa-a01c-82d9e98f58a6 {
  display: none;
}
#s-3d8b7250-7252-4daa-a01c-82d9e98f58a6, #wrap-s-3d8b7250-7252-4daa-a01c-82d9e98f58a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d8b7250-7252-4daa-a01c-82d9e98f58a6 {
  display: none;
}
#s-3d8b7250-7252-4daa-a01c-82d9e98f58a6, #wrap-s-3d8b7250-7252-4daa-a01c-82d9e98f58a6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3d8b7250-7252-4daa-a01c-82d9e98f58a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d8b7250-7252-4daa-a01c-82d9e98f58a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3d8b7250-7252-4daa-a01c-82d9e98f58a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d8b7250-7252-4daa-a01c-82d9e98f58a6"] > .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-5bd34e58-1f18-4a67-8b56-17fb405deaa3 {
  margin-top: 5px;
margin-bottom: 0px;
}

#s-5bd34e58-1f18-4a67-8b56-17fb405deaa3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5bd34e58-1f18-4a67-8b56-17fb405deaa3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-5bd34e58-1f18-4a67-8b56-17fb405deaa3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5bd34e58-1f18-4a67-8b56-17fb405deaa3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5bd34e58-1f18-4a67-8b56-17fb405deaa3 > .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-5bd34e58-1f18-4a67-8b56-17fb405deaa3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
@media (min-width: 0px) {
[id="s-c49eda47-2a49-485c-a645-3ee5949089cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c49eda47-2a49-485c-a645-3ee5949089cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c49eda47-2a49-485c-a645-3ee5949089cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c49eda47-2a49-485c-a645-3ee5949089cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cdc5f606-0be4-4a86-acc0-d4c086213c76 {
  margin-left: 15px;
margin-right: 15px;
}

#s-5d9790d3-8752-424d-838d-7b989866c318 {
  margin-left: 15px;
margin-right: 15px;
}

#s-21b1ace0-e8a6-4b43-b079-3cb49484cd7d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-21b1ace0-e8a6-4b43-b079-3cb49484cd7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-21b1ace0-e8a6-4b43-b079-3cb49484cd7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-21b1ace0-e8a6-4b43-b079-3cb49484cd7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-21b1ace0-e8a6-4b43-b079-3cb49484cd7d > .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-21b1ace0-e8a6-4b43-b079-3cb49484cd7d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-392c1c32-af21-4d25-b3b0-c5a539c9cbd7 {
  margin-left: 15px;
margin-right: 15px;
}

#s-9afb6329-c7d3-4388-b340-6dd5318f4bc4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9afb6329-c7d3-4388-b340-6dd5318f4bc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-9afb6329-c7d3-4388-b340-6dd5318f4bc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9afb6329-c7d3-4388-b340-6dd5318f4bc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9afb6329-c7d3-4388-b340-6dd5318f4bc4 > .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-9afb6329-c7d3-4388-b340-6dd5318f4bc4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-ed845668-b59f-4991-a59f-d3b70601e4d1 {
  margin-left: 15px;
margin-right: 15px;
}

#s-ffea0e05-afda-464f-9bad-9ac7bbb249a9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-ffea0e05-afda-464f-9bad-9ac7bbb249a9 {
  display: none;
}
#s-ffea0e05-afda-464f-9bad-9ac7bbb249a9, #wrap-s-ffea0e05-afda-464f-9bad-9ac7bbb249a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffea0e05-afda-464f-9bad-9ac7bbb249a9 {
  display: none;
}
#s-ffea0e05-afda-464f-9bad-9ac7bbb249a9, #wrap-s-ffea0e05-afda-464f-9bad-9ac7bbb249a9 { display:none !important; }}







#s-ffea0e05-afda-464f-9bad-9ac7bbb249a9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-ffea0e05-afda-464f-9bad-9ac7bbb249a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a88536c-bf63-4e2d-84c5-be47841195cf {
  margin-top: 15px;
margin-left: 15px;
margin-right: 15px;
}

#s-fd0f3841-dcc6-4cde-870e-fd0780556c93 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 1200px){#s-fd0f3841-dcc6-4cde-870e-fd0780556c93 {
  display: none;
}
#s-fd0f3841-dcc6-4cde-870e-fd0780556c93, #wrap-s-fd0f3841-dcc6-4cde-870e-fd0780556c93 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd0f3841-dcc6-4cde-870e-fd0780556c93 {
  display: none;
}
#s-fd0f3841-dcc6-4cde-870e-fd0780556c93, #wrap-s-fd0f3841-dcc6-4cde-870e-fd0780556c93 { display:none !important; }}







#s-fd0f3841-dcc6-4cde-870e-fd0780556c93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd0f3841-dcc6-4cde-870e-fd0780556c93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b56791e-d5ee-4431-9f29-5267b48272f5 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b56791e-d5ee-4431-9f29-5267b48272f5 {
  display: none;
}
#s-8b56791e-d5ee-4431-9f29-5267b48272f5, #wrap-s-8b56791e-d5ee-4431-9f29-5267b48272f5 { display:none !important; }}@media (max-width: 767px){#s-8b56791e-d5ee-4431-9f29-5267b48272f5 {
  display: none;
}
#s-8b56791e-d5ee-4431-9f29-5267b48272f5, #wrap-s-8b56791e-d5ee-4431-9f29-5267b48272f5 { display:none !important; }}







#s-8b56791e-d5ee-4431-9f29-5267b48272f5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-020594d6-0146-4cff-92e4-1ba946e2f1f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-020594d6-0146-4cff-92e4-1ba946e2f1f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-020594d6-0146-4cff-92e4-1ba946e2f1f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-020594d6-0146-4cff-92e4-1ba946e2f1f7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-020594d6-0146-4cff-92e4-1ba946e2f1f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-020594d6-0146-4cff-92e4-1ba946e2f1f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-020594d6-0146-4cff-92e4-1ba946e2f1f7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-020594d6-0146-4cff-92e4-1ba946e2f1f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-020594d6-0146-4cff-92e4-1ba946e2f1f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-020594d6-0146-4cff-92e4-1ba946e2f1f7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-f790bdf8-055d-4645-944a-a609936e7255 {
  margin-top: 15px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f790bdf8-055d-4645-944a-a609936e7255"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f790bdf8-055d-4645-944a-a609936e7255"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f790bdf8-055d-4645-944a-a609936e7255"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f790bdf8-055d-4645-944a-a609936e7255"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f790bdf8-055d-4645-944a-a609936e7255"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f790bdf8-055d-4645-944a-a609936e7255"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f790bdf8-055d-4645-944a-a609936e7255"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-8cd82549-aeb3-4cd9-9177-0860329e19fd {
  text-align: left;
}







  #s-8cd82549-aeb3-4cd9-9177-0860329e19fd img.shogun-image {
    

    
    
    
  }


#s-8cd82549-aeb3-4cd9-9177-0860329e19fd .shogun-image-content {
  
    align-items: center;
  
}

#s-901c095a-a3d4-4ef3-9e02-ae2b205078f3 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (min-width: 1200px){#s-901c095a-a3d4-4ef3-9e02-ae2b205078f3 {
  display: none;
}
#s-901c095a-a3d4-4ef3-9e02-ae2b205078f3, #wrap-s-901c095a-a3d4-4ef3-9e02-ae2b205078f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-901c095a-a3d4-4ef3-9e02-ae2b205078f3 {
  display: none;
}
#s-901c095a-a3d4-4ef3-9e02-ae2b205078f3, #wrap-s-901c095a-a3d4-4ef3-9e02-ae2b205078f3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-901c095a-a3d4-4ef3-9e02-ae2b205078f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-901c095a-a3d4-4ef3-9e02-ae2b205078f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-901c095a-a3d4-4ef3-9e02-ae2b205078f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-901c095a-a3d4-4ef3-9e02-ae2b205078f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-9eb5f82a-0b9c-4df3-b623-22444b805048 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9eb5f82a-0b9c-4df3-b623-22444b805048"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-9eb5f82a-0b9c-4df3-b623-22444b805048"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-9eb5f82a-0b9c-4df3-b623-22444b805048"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-9eb5f82a-0b9c-4df3-b623-22444b805048"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-acfe3198-6009-4129-978e-222ff161c304 {
  text-align: center;
}







  #s-acfe3198-6009-4129-978e-222ff161c304 img.shogun-image {
    

    
    
    
  }


#s-acfe3198-6009-4129-978e-222ff161c304 .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-1c21b506-abba-40ac-bd29-8fd1161f46fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c21b506-abba-40ac-bd29-8fd1161f46fe .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-49d1ce5e-e2f6-4bba-a3a2-575a2194409f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-49d1ce5e-e2f6-4bba-a3a2-575a2194409f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-49d1ce5e-e2f6-4bba-a3a2-575a2194409f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-49d1ce5e-e2f6-4bba-a3a2-575a2194409f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-49d1ce5e-e2f6-4bba-a3a2-575a2194409f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-8c02fc34-fa78-4e9a-a515-a53a6119e3e5 {
  text-align: center;
}







  #s-8c02fc34-fa78-4e9a-a515-a53a6119e3e5 img.shogun-image {
    

    
    
    
  }


#s-8c02fc34-fa78-4e9a-a515-a53a6119e3e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c463387-542e-4e26-9e8e-67dee426fe66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c463387-542e-4e26-9e8e-67dee426fe66 .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-06e8ba80-e1d4-4d73-9c5b-cbe09db2980d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06e8ba80-e1d4-4d73-9c5b-cbe09db2980d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-06e8ba80-e1d4-4d73-9c5b-cbe09db2980d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06e8ba80-e1d4-4d73-9c5b-cbe09db2980d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-06e8ba80-e1d4-4d73-9c5b-cbe09db2980d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06e8ba80-e1d4-4d73-9c5b-cbe09db2980d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-06e8ba80-e1d4-4d73-9c5b-cbe09db2980d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2 {
  display: none;
}
#s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2, #wrap-s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2 { display:none !important; }}@media (max-width: 767px){#s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2 {
  display: none;
}
#s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2, #wrap-s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-49f4a26f-4ce9-4bfc-a339-efe1d535d9c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-b6f69b40-60ea-482f-95fd-a4fa4787e2e5 {
  border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-b6f69b40-60ea-482f-95fd-a4fa4787e2e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6f69b40-60ea-482f-95fd-a4fa4787e2e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6f69b40-60ea-482f-95fd-a4fa4787e2e5 {
  
}
}@media (max-width: 767px){#s-b6f69b40-60ea-482f-95fd-a4fa4787e2e5 {
  
}
}
#s-e150168b-8544-464c-91a9-2ed58cc94473 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a314c773-aba6-4664-9cac-cc10873226d2 {
  margin-top: 50px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a314c773-aba6-4664-9cac-cc10873226d2 {
  display: none;
}
#s-a314c773-aba6-4664-9cac-cc10873226d2, #wrap-s-a314c773-aba6-4664-9cac-cc10873226d2 { display:none !important; }}@media (max-width: 767px){#s-a314c773-aba6-4664-9cac-cc10873226d2 {
  display: none;
}
#s-a314c773-aba6-4664-9cac-cc10873226d2, #wrap-s-a314c773-aba6-4664-9cac-cc10873226d2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a314c773-aba6-4664-9cac-cc10873226d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a314c773-aba6-4664-9cac-cc10873226d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a314c773-aba6-4664-9cac-cc10873226d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a314c773-aba6-4664-9cac-cc10873226d2"] > .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-ce3c96cf-ab87-47aa-85e6-d0a1db2167f0 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-acad9f21-48a4-47ac-b3d6-21ee5ba40272"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acad9f21-48a4-47ac-b3d6-21ee5ba40272"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-acad9f21-48a4-47ac-b3d6-21ee5ba40272"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-acad9f21-48a4-47ac-b3d6-21ee5ba40272"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-be20fc56-b374-4988-81e1-4287d06ada05 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-de750359-9cd6-4432-bd91-538b95797f3c hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-ca95f2f8-540f-4a50-814f-653e31d56b95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca95f2f8-540f-4a50-814f-653e31d56b95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ca95f2f8-540f-4a50-814f-653e31d56b95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca95f2f8-540f-4a50-814f-653e31d56b95"] > .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-5f3539b3-a3c9-43ca-a0da-0ff0074fef13 {
  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-5f3539b3-a3c9-43ca-a0da-0ff0074fef13: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-5f3539b3-a3c9-43ca-a0da-0ff0074fef13: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-5f3539b3-a3c9-43ca-a0da-0ff0074fef13-root {
    text-align: left;
  }


#s-5f3539b3-a3c9-43ca-a0da-0ff0074fef13.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-5f3539b3-a3c9-43ca-a0da-0ff0074fef13-root {
    text-align: left;
  }


#s-5f3539b3-a3c9-43ca-a0da-0ff0074fef13.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-5f3539b3-a3c9-43ca-a0da-0ff0074fef13-root {
    text-align: left;
  }


#s-5f3539b3-a3c9-43ca-a0da-0ff0074fef13.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-5f3539b3-a3c9-43ca-a0da-0ff0074fef13-root {
    text-align: left;
  }


#s-5f3539b3-a3c9-43ca-a0da-0ff0074fef13.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-5f3539b3-a3c9-43ca-a0da-0ff0074fef13-root {
    text-align: left;
  }


#s-5f3539b3-a3c9-43ca-a0da-0ff0074fef13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2754be0e-a87c-45b0-a41d-699f93356d8f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2754be0e-a87c-45b0-a41d-699f93356d8f {
  display: none;
}
#s-2754be0e-a87c-45b0-a41d-699f93356d8f, #wrap-s-2754be0e-a87c-45b0-a41d-699f93356d8f { display:none !important; }}@media (max-width: 767px){#s-2754be0e-a87c-45b0-a41d-699f93356d8f {
  display: none;
}
#s-2754be0e-a87c-45b0-a41d-699f93356d8f, #wrap-s-2754be0e-a87c-45b0-a41d-699f93356d8f { display:none !important; }}







#s-2754be0e-a87c-45b0-a41d-699f93356d8f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7468e661-ee71-4b0f-86aa-dd46208ceb58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7468e661-ee71-4b0f-86aa-dd46208ceb58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-7468e661-ee71-4b0f-86aa-dd46208ceb58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-7468e661-ee71-4b0f-86aa-dd46208ceb58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-7468e661-ee71-4b0f-86aa-dd46208ceb58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-7468e661-ee71-4b0f-86aa-dd46208ceb58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-7468e661-ee71-4b0f-86aa-dd46208ceb58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-7468e661-ee71-4b0f-86aa-dd46208ceb58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 33.333333333333336px);
}

[id="s-7468e661-ee71-4b0f-86aa-dd46208ceb58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 33.333333333333336px);
}

[id="s-7468e661-ee71-4b0f-86aa-dd46208ceb58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 33.333333333333336px);
}

}

#s-f1d15abf-386c-4352-bc91-4c78d8a0fa00 {
  min-height: 50px;
background-color: rgba(241, 241, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f1d15abf-386c-4352-bc91-4c78d8a0fa00 {
  display: none;
}
#s-f1d15abf-386c-4352-bc91-4c78d8a0fa00, #wrap-s-f1d15abf-386c-4352-bc91-4c78d8a0fa00 { display:none !important; }}@media (max-width: 767px){#s-f1d15abf-386c-4352-bc91-4c78d8a0fa00 {
  display: none;
}
#s-f1d15abf-386c-4352-bc91-4c78d8a0fa00, #wrap-s-f1d15abf-386c-4352-bc91-4c78d8a0fa00 { display:none !important; }}







#s-f1d15abf-386c-4352-bc91-4c78d8a0fa00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1d15abf-386c-4352-bc91-4c78d8a0fa00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f09900b-22dd-4a71-b3a1-410c92c399c5 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-6f09900b-22dd-4a71-b3a1-410c92c399c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f09900b-22dd-4a71-b3a1-410c92c399c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-6f09900b-22dd-4a71-b3a1-410c92c399c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-6f09900b-22dd-4a71-b3a1-410c92c399c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-6f09900b-22dd-4a71-b3a1-410c92c399c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-6f09900b-22dd-4a71-b3a1-410c92c399c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

[id="s-6f09900b-22dd-4a71-b3a1-410c92c399c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 33.333333333333336px);
}

}

@media (min-width: 0px) {
[id="s-83619ffb-1f4b-49c2-8ed3-9c2925525097"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83619ffb-1f4b-49c2-8ed3-9c2925525097"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-83619ffb-1f4b-49c2-8ed3-9c2925525097"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-83619ffb-1f4b-49c2-8ed3-9c2925525097"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-3cb6cf79-fb04-4185-af3b-b73b569cc284 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-3cb6cf79-fb04-4185-af3b-b73b569cc284"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-3cb6cf79-fb04-4185-af3b-b73b569cc284"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-3cb6cf79-fb04-4185-af3b-b73b569cc284"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cb6cf79-fb04-4185-af3b-b73b569cc284"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-3e800741-a121-48cd-b43c-0bbcb1f1b7d6 {
  text-align: center;
}







  #s-3e800741-a121-48cd-b43c-0bbcb1f1b7d6 img.shogun-image {
    

    
    
    
  }


#s-3e800741-a121-48cd-b43c-0bbcb1f1b7d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7c6cc37-b11a-4b8e-bd2a-cbcd4ad04e04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7c6cc37-b11a-4b8e-bd2a-cbcd4ad04e04 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-79a06c59-dac1-4916-a8eb-2a28723d54d1 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-79a06c59-dac1-4916-a8eb-2a28723d54d1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-79a06c59-dac1-4916-a8eb-2a28723d54d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-79a06c59-dac1-4916-a8eb-2a28723d54d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-79a06c59-dac1-4916-a8eb-2a28723d54d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-87b1be55-0d20-4a86-95cc-dbedb9936483 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-87b1be55-0d20-4a86-95cc-dbedb9936483"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-87b1be55-0d20-4a86-95cc-dbedb9936483"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-87b1be55-0d20-4a86-95cc-dbedb9936483"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-87b1be55-0d20-4a86-95cc-dbedb9936483"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-f8d603a3-a2fc-49aa-84af-4088b577d60c {
  text-align: center;
}







  #s-f8d603a3-a2fc-49aa-84af-4088b577d60c img.shogun-image {
    

    
    
    
  }


#s-f8d603a3-a2fc-49aa-84af-4088b577d60c .shogun-image-content {
  
    align-items: center;
  
}

#s-d89ea6af-d3cd-4389-8e47-b0d4294224f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d89ea6af-d3cd-4389-8e47-b0d4294224f8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b30d424c-09d8-427e-ace0-99c21185c664 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b30d424c-09d8-427e-ace0-99c21185c664"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 768px) {
[id="s-b30d424c-09d8-427e-ace0-99c21185c664"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-b30d424c-09d8-427e-ace0-99c21185c664"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-b30d424c-09d8-427e-ace0-99c21185c664"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 50.0px);
}

}

#s-02925b62-61ba-4fae-895e-075b1d248d67 {
  margin-top: 15px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
min-height: 500px;
}








#s-02925b62-61ba-4fae-895e-075b1d248d67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02925b62-61ba-4fae-895e-075b1d248d67.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-9c82277a-8ed9-492c-a623-801bf927e125"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c82277a-8ed9-492c-a623-801bf927e125"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c82277a-8ed9-492c-a623-801bf927e125"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c82277a-8ed9-492c-a623-801bf927e125"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b7b23332-7d5c-4db6-bdee-93d1ef091b00 {
  margin-top: 0px;
text-align: center;
}








#s-b7b23332-7d5c-4db6-bdee-93d1ef091b00 .shogun-image-content {
  
    align-items: center;
  
}

#s-d25cdf61-e16e-44a9-bb73-a6bc8cbf3cba {
  min-height: 50px;
}
@media (max-width: 767px){#s-d25cdf61-e16e-44a9-bb73-a6bc8cbf3cba {
  
}
}







#s-d25cdf61-e16e-44a9-bb73-a6bc8cbf3cba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d25cdf61-e16e-44a9-bb73-a6bc8cbf3cba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18fd7d6c-64ab-4dc4-8300-a90764da4794 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-18fd7d6c-64ab-4dc4-8300-a90764da4794 {
  
}
}
@media (min-width: 0px) {
[id="s-18fd7d6c-64ab-4dc4-8300-a90764da4794"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18fd7d6c-64ab-4dc4-8300-a90764da4794"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18fd7d6c-64ab-4dc4-8300-a90764da4794"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18fd7d6c-64ab-4dc4-8300-a90764da4794"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-18fd7d6c-64ab-4dc4-8300-a90764da4794"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18fd7d6c-64ab-4dc4-8300-a90764da4794"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18fd7d6c-64ab-4dc4-8300-a90764da4794"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-18fd7d6c-64ab-4dc4-8300-a90764da4794"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-18fd7d6c-64ab-4dc4-8300-a90764da4794"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-18fd7d6c-64ab-4dc4-8300-a90764da4794"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-42bdfa1b-b32d-41cf-97b8-bd1e0fa250c3 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-7815734b-8faf-48b9-9295-5d3135ea1aa2 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-7815734b-8faf-48b9-9295-5d3135ea1aa2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7815734b-8faf-48b9-9295-5d3135ea1aa2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7815734b-8faf-48b9-9295-5d3135ea1aa2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7815734b-8faf-48b9-9295-5d3135ea1aa2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-7815734b-8faf-48b9-9295-5d3135ea1aa2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a940d3e0-fd94-4c45-bc62-e6f680816592 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a940d3e0-fd94-4c45-bc62-e6f680816592 {
  
}
}







#s-a940d3e0-fd94-4c45-bc62-e6f680816592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a940d3e0-fd94-4c45-bc62-e6f680816592.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f8a9b6f-d12c-4bdc-a929-1beeb2bae9a8 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-6f8a9b6f-d12c-4bdc-a929-1beeb2bae9a8 {
  
}
}
@media (min-width: 0px) {
[id="s-6f8a9b6f-d12c-4bdc-a929-1beeb2bae9a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f8a9b6f-d12c-4bdc-a929-1beeb2bae9a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f8a9b6f-d12c-4bdc-a929-1beeb2bae9a8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f8a9b6f-d12c-4bdc-a929-1beeb2bae9a8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6f8a9b6f-d12c-4bdc-a929-1beeb2bae9a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f8a9b6f-d12c-4bdc-a929-1beeb2bae9a8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f8a9b6f-d12c-4bdc-a929-1beeb2bae9a8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f8a9b6f-d12c-4bdc-a929-1beeb2bae9a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6f8a9b6f-d12c-4bdc-a929-1beeb2bae9a8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6f8a9b6f-d12c-4bdc-a929-1beeb2bae9a8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-d59b9271-7cb7-4bd3-9a84-5bbe61a7f3fb {
  margin-left: 15px;
margin-right: 15px;
}

#s-ebe2f641-f543-460e-890e-de2f22d2c0bb {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}








#s-ebe2f641-f543-460e-890e-de2f22d2c0bb .shogun-image-content {
  
    align-items: center;
  
}

#s-d0ff7ef9-15af-4712-a474-3659a0d54080 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d0ff7ef9-15af-4712-a474-3659a0d54080 {
  display: none;
}
#s-d0ff7ef9-15af-4712-a474-3659a0d54080, #wrap-s-d0ff7ef9-15af-4712-a474-3659a0d54080 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0ff7ef9-15af-4712-a474-3659a0d54080 {
  display: none;
}
#s-d0ff7ef9-15af-4712-a474-3659a0d54080, #wrap-s-d0ff7ef9-15af-4712-a474-3659a0d54080 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0ff7ef9-15af-4712-a474-3659a0d54080 {
  display: none;
}
#s-d0ff7ef9-15af-4712-a474-3659a0d54080, #wrap-s-d0ff7ef9-15af-4712-a474-3659a0d54080 { display:none !important; }}







#s-d0ff7ef9-15af-4712-a474-3659a0d54080 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0ff7ef9-15af-4712-a474-3659a0d54080.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-c5fecb54-6b50-4d8a-888c-9b45e5eccdf8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5fecb54-6b50-4d8a-888c-9b45e5eccdf8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c5fecb54-6b50-4d8a-888c-9b45e5eccdf8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5fecb54-6b50-4d8a-888c-9b45e5eccdf8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6824e9a6-0271-4af4-89bf-c0161886e468 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}








#s-6824e9a6-0271-4af4-89bf-c0161886e468 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e41e570-7ce7-4e2d-8ddb-4de527dd8b61 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2e41e570-7ce7-4e2d-8ddb-4de527dd8b61 {
  
}
}







#s-2e41e570-7ce7-4e2d-8ddb-4de527dd8b61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e41e570-7ce7-4e2d-8ddb-4de527dd8b61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bb388fc-64c2-4c07-9033-8260ef2e1305 {
  margin-top: 50px;
margin-left: 15px;
margin-bottom: 50px;
margin-right: 15px;
}
@media (max-width: 767px){#s-7bb388fc-64c2-4c07-9033-8260ef2e1305 {
  
}
}
@media (min-width: 0px) {
[id="s-7bb388fc-64c2-4c07-9033-8260ef2e1305"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bb388fc-64c2-4c07-9033-8260ef2e1305"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7bb388fc-64c2-4c07-9033-8260ef2e1305"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7bb388fc-64c2-4c07-9033-8260ef2e1305"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7bb388fc-64c2-4c07-9033-8260ef2e1305"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7bb388fc-64c2-4c07-9033-8260ef2e1305"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7bb388fc-64c2-4c07-9033-8260ef2e1305"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bb388fc-64c2-4c07-9033-8260ef2e1305"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-7bb388fc-64c2-4c07-9033-8260ef2e1305"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7bb388fc-64c2-4c07-9033-8260ef2e1305"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

}

#s-6c53cf1e-741a-4cf8-b228-858d47d1ba09 {
  margin-left: 15px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-173d8968-ebb6-4497-bc1d-20f6e1f4d97e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-173d8968-ebb6-4497-bc1d-20f6e1f4d97e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-173d8968-ebb6-4497-bc1d-20f6e1f4d97e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-173d8968-ebb6-4497-bc1d-20f6e1f4d97e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-173d8968-ebb6-4497-bc1d-20f6e1f4d97e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-173d8968-ebb6-4497-bc1d-20f6e1f4d97e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-173d8968-ebb6-4497-bc1d-20f6e1f4d97e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-b422925b-6dbf-43e3-bc5e-85facd183386 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
text-align: center;
}







  #s-b422925b-6dbf-43e3-bc5e-85facd183386 img.shogun-image {
    

    
    
    
  }


#s-b422925b-6dbf-43e3-bc5e-85facd183386 .shogun-image-content {
  
    align-items: center;
  
}

#s-490df095-f6ba-4df2-ae57-c1c7966283e2 {
  min-height: 50px;
}








#s-490df095-f6ba-4df2-ae57-c1c7966283e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-490df095-f6ba-4df2-ae57-c1c7966283e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c072ef1-228d-4f26-a9ba-42e70d79f7de {
  min-height: 50px;
}








#s-1c072ef1-228d-4f26-a9ba-42e70d79f7de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c072ef1-228d-4f26-a9ba-42e70d79f7de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-073088e2-e76d-4278-94b1-e6a306628db9 {
  margin-top: 50px;
margin-left: 5px;
margin-bottom: 50px;
margin-right: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-073088e2-e76d-4278-94b1-e6a306628db9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-e174d786-a6b4-4aa8-83ae-dfbd44a53f61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e174d786-a6b4-4aa8-83ae-dfbd44a53f61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e174d786-a6b4-4aa8-83ae-dfbd44a53f61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e174d786-a6b4-4aa8-83ae-dfbd44a53f61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-e807dfeb-fbea-4a98-a23d-a4617c3c1be9 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-e807dfeb-fbea-4a98-a23d-a4617c3c1be9 img.shogun-image {
    

    
    
    
  }


#s-e807dfeb-fbea-4a98-a23d-a4617c3c1be9 .shogun-image-content {
  
    align-items: center;
  
}

#s-23eeb4a4-6f45-409b-b19c-18aa198fce7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23eeb4a4-6f45-409b-b19c-18aa198fce7b .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-aae647ec-6cf6-4e5a-b856-ee0f39e244d8 {
  text-align: center;
}







  #s-aae647ec-6cf6-4e5a-b856-ee0f39e244d8 img.shogun-image {
    

    
    
    
  }


#s-aae647ec-6cf6-4e5a-b856-ee0f39e244d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8edb091-3f8a-49b9-aeb1-ee911bc80ab0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8edb091-3f8a-49b9-aeb1-ee911bc80ab0 .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-bdb427df-ee28-4ad9-bc1d-68bc39a3462e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}







  #s-bdb427df-ee28-4ad9-bc1d-68bc39a3462e img.shogun-image {
    

    
    
    
  }


#s-bdb427df-ee28-4ad9-bc1d-68bc39a3462e .shogun-image-content {
  
    align-items: center;
  
}

#s-024a88da-3135-481a-ad53-65c1d0366629 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-024a88da-3135-481a-ad53-65c1d0366629 .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-6d754e3c-d7ec-4c92-87ab-365202830686 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-6d754e3c-d7ec-4c92-87ab-365202830686 img.shogun-image {
    

    
    
    
  }


#s-6d754e3c-d7ec-4c92-87ab-365202830686 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcc23348-a251-494d-8b90-b36efdd820bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcc23348-a251-494d-8b90-b36efdd820bc .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-41e675fa-a2a1-4b17-82c8-f1435428ddb2 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41e675fa-a2a1-4b17-82c8-f1435428ddb2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-9f4189d7-7efd-497e-8b00-06c0244b37d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f4189d7-7efd-497e-8b00-06c0244b37d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f4189d7-7efd-497e-8b00-06c0244b37d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9f4189d7-7efd-497e-8b00-06c0244b37d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f4189d7-7efd-497e-8b00-06c0244b37d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f4189d7-7efd-497e-8b00-06c0244b37d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f4189d7-7efd-497e-8b00-06c0244b37d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-6ea21bc8-067b-41b0-8162-bd9dd4cb1f9d {
  padding-left: 0px;
padding-right: 0px;
}

#s-6ea21bc8-067b-41b0-8162-bd9dd4cb1f9d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6ea21bc8-067b-41b0-8162-bd9dd4cb1f9d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6ea21bc8-067b-41b0-8162-bd9dd4cb1f9d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6ea21bc8-067b-41b0-8162-bd9dd4cb1f9d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6ea21bc8-067b-41b0-8162-bd9dd4cb1f9d > .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-6ea21bc8-067b-41b0-8162-bd9dd4cb1f9d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-fd46d082-979e-4874-9d71-effc293f29fb {
  margin-left: 15px;
margin-right: 15px;
}

#s-f73c456b-7b29-4b5d-bf4e-41f6baf0dfcc {
  margin-left: 15px;
margin-right: 15px;
}

#s-0767bf14-9f1d-4ef6-939a-41b4185260ee {
  margin-left: 15px;
margin-right: 15px;
}

#s-d34bf4a1-ba8c-46b3-ae2e-f3b1b17e9d36 {
  margin-left: 15px;
margin-right: 15px;
}

#s-95faef80-d6f1-4e4e-990c-d3221ecc7616 {
  margin-left: 15px;
margin-right: 15px;
}

#s-d46eac4c-11b6-450f-97ef-c9080f77e83a {
  margin-left: 15px;
margin-right: 15px;
}

#s-34c5eb26-8db9-4f64-860d-267e1553c5ac {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 70px;
margin-right: 50px;
}

/*
  $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}