.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-85f5781a-a63f-41ba-8b43-cf3e2fca4dcd {
  margin-top: 0px;
min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-85f5781a-a63f-41ba-8b43-cf3e2fca4dcd {
  display: none;
}
#s-85f5781a-a63f-41ba-8b43-cf3e2fca4dcd, #wrap-s-85f5781a-a63f-41ba-8b43-cf3e2fca4dcd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85f5781a-a63f-41ba-8b43-cf3e2fca4dcd {
  display: none;
}
#s-85f5781a-a63f-41ba-8b43-cf3e2fca4dcd, #wrap-s-85f5781a-a63f-41ba-8b43-cf3e2fca4dcd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-85f5781a-a63f-41ba-8b43-cf3e2fca4dcd {
  
}
}







#s-85f5781a-a63f-41ba-8b43-cf3e2fca4dcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85f5781a-a63f-41ba-8b43-cf3e2fca4dcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b3ba2683-b201-4aaf-94eb-3f2fce27f73f {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 25px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-b3ba2683-b201-4aaf-94eb-3f2fce27f73f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3ba2683-b201-4aaf-94eb-3f2fce27f73f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3ba2683-b201-4aaf-94eb-3f2fce27f73f {
  
}
}
#s-b3ba2683-b201-4aaf-94eb-3f2fce27f73f .shogun-heading-component h2 {
  color: rgba(22, 22, 20, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  
}



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

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

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

#s-da2c3c2d-bdae-44e1-8634-30fecb3bf0cc {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-da2c3c2d-bdae-44e1-8634-30fecb3bf0cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da2c3c2d-bdae-44e1-8634-30fecb3bf0cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da2c3c2d-bdae-44e1-8634-30fecb3bf0cc {
  
}
}
@media (min-width: 0px) {
[id="s-da2c3c2d-bdae-44e1-8634-30fecb3bf0cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da2c3c2d-bdae-44e1-8634-30fecb3bf0cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da2c3c2d-bdae-44e1-8634-30fecb3bf0cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da2c3c2d-bdae-44e1-8634-30fecb3bf0cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7599e7cd-21db-4c01-983c-c17ae3c1e366 {
  margin-top: 15px;
margin-bottom: 15px;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-7599e7cd-21db-4c01-983c-c17ae3c1e366 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7599e7cd-21db-4c01-983c-c17ae3c1e366 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7599e7cd-21db-4c01-983c-c17ae3c1e366 {
  
}
}@media (max-width: 767px){#s-7599e7cd-21db-4c01-983c-c17ae3c1e366 {
  
}
}
@media (min-width: 0px) {
[id="s-7599e7cd-21db-4c01-983c-c17ae3c1e366"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7599e7cd-21db-4c01-983c-c17ae3c1e366"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7599e7cd-21db-4c01-983c-c17ae3c1e366"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7599e7cd-21db-4c01-983c-c17ae3c1e366"] > .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-f622b8d7-ac63-4eb6-a644-37df17987d54 {
  margin-top: 10px;
margin-left: 45px;
margin-bottom: 10px;
margin-right: 45px;
text-align: center;
}
@media (min-width: 1200px){#s-f622b8d7-ac63-4eb6-a644-37df17987d54 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f622b8d7-ac63-4eb6-a644-37df17987d54 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f622b8d7-ac63-4eb6-a644-37df17987d54 {
  
}
}






  #s-f622b8d7-ac63-4eb6-a644-37df17987d54 img.shogun-image {
    

    
    
    
  }


#s-f622b8d7-ac63-4eb6-a644-37df17987d54 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-32bbdcbb-1d46-4811-a41e-c3e08e8c1953 {
  margin-top: 10px;
margin-left: 45px;
margin-bottom: 10px;
margin-right: 45px;
text-align: center;
}
@media (min-width: 1200px){#s-32bbdcbb-1d46-4811-a41e-c3e08e8c1953 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-32bbdcbb-1d46-4811-a41e-c3e08e8c1953 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-32bbdcbb-1d46-4811-a41e-c3e08e8c1953 {
  
}
}






  #s-32bbdcbb-1d46-4811-a41e-c3e08e8c1953 img.shogun-image {
    

    
    
    
  }


#s-32bbdcbb-1d46-4811-a41e-c3e08e8c1953 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5c24cd1-d7bd-425f-be8a-8079fed53088 {
  margin-top: 15px;
margin-bottom: 15px;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-e5c24cd1-d7bd-425f-be8a-8079fed53088 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5c24cd1-d7bd-425f-be8a-8079fed53088 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5c24cd1-d7bd-425f-be8a-8079fed53088 {
  
}
}
@media (min-width: 0px) {
[id="s-e5c24cd1-d7bd-425f-be8a-8079fed53088"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e5c24cd1-d7bd-425f-be8a-8079fed53088"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e5c24cd1-d7bd-425f-be8a-8079fed53088"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5c24cd1-d7bd-425f-be8a-8079fed53088"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0cb007a9-dd11-49e6-9d4c-0df5f3335e9e {
  margin-top: 10px;
margin-left: 45px;
margin-bottom: 10px;
margin-right: 45px;
text-align: center;
}
@media (min-width: 1200px){#s-0cb007a9-dd11-49e6-9d4c-0df5f3335e9e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cb007a9-dd11-49e6-9d4c-0df5f3335e9e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cb007a9-dd11-49e6-9d4c-0df5f3335e9e {
  
}
}






  #s-0cb007a9-dd11-49e6-9d4c-0df5f3335e9e img.shogun-image {
    

    
    
    
  }


#s-0cb007a9-dd11-49e6-9d4c-0df5f3335e9e .shogun-image-content {
  
    align-items: center;
  
}

#s-bc040a51-550a-4ef5-aa81-06012cad2c18 {
  margin-top: 10px;
margin-left: 45px;
margin-bottom: 10px;
margin-right: 45px;
text-align: center;
}
@media (min-width: 1200px){#s-bc040a51-550a-4ef5-aa81-06012cad2c18 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc040a51-550a-4ef5-aa81-06012cad2c18 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc040a51-550a-4ef5-aa81-06012cad2c18 {
  
}
}






  #s-bc040a51-550a-4ef5-aa81-06012cad2c18 img.shogun-image {
    

    
    
    
  }


#s-bc040a51-550a-4ef5-aa81-06012cad2c18 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c0e9e5e-9579-47ac-9af4-db9fb876be4a {
  margin-top: 45px;
margin-bottom: 35px;
padding-left: 5px;
padding-right: 5px;
}
@media (min-width: 1200px){#s-3c0e9e5e-9579-47ac-9af4-db9fb876be4a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c0e9e5e-9579-47ac-9af4-db9fb876be4a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c0e9e5e-9579-47ac-9af4-db9fb876be4a {
  
}
}
#s-ade05c7f-0fd9-47c0-8ed2-5b508084da6f {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-ade05c7f-0fd9-47c0-8ed2-5b508084da6f {
  display: none;
}
#s-ade05c7f-0fd9-47c0-8ed2-5b508084da6f, #wrap-s-ade05c7f-0fd9-47c0-8ed2-5b508084da6f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ade05c7f-0fd9-47c0-8ed2-5b508084da6f {
  display: none;
}
#s-ade05c7f-0fd9-47c0-8ed2-5b508084da6f, #wrap-s-ade05c7f-0fd9-47c0-8ed2-5b508084da6f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ade05c7f-0fd9-47c0-8ed2-5b508084da6f {
  display: none;
}
#s-ade05c7f-0fd9-47c0-8ed2-5b508084da6f, #wrap-s-ade05c7f-0fd9-47c0-8ed2-5b508084da6f { display:none !important; }}







#s-ade05c7f-0fd9-47c0-8ed2-5b508084da6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ade05c7f-0fd9-47c0-8ed2-5b508084da6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8f0a32b-6ece-4311-9ed9-8a1fadb16160 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 55px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-c8f0a32b-6ece-4311-9ed9-8a1fadb16160 {
  display: none;
}
#s-c8f0a32b-6ece-4311-9ed9-8a1fadb16160, #wrap-s-c8f0a32b-6ece-4311-9ed9-8a1fadb16160 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c8f0a32b-6ece-4311-9ed9-8a1fadb16160 {
  display: none;
}
#s-c8f0a32b-6ece-4311-9ed9-8a1fadb16160, #wrap-s-c8f0a32b-6ece-4311-9ed9-8a1fadb16160 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c8f0a32b-6ece-4311-9ed9-8a1fadb16160 {
  display: none;
}
#s-c8f0a32b-6ece-4311-9ed9-8a1fadb16160, #wrap-s-c8f0a32b-6ece-4311-9ed9-8a1fadb16160 { display:none !important; }}







#s-c8f0a32b-6ece-4311-9ed9-8a1fadb16160 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8f0a32b-6ece-4311-9ed9-8a1fadb16160.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8ced491-4664-4ec1-bc3b-c1eed6d108ac {
  margin-top: 0px;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
text-align: left;
background-color: rgba(8, 8, 8, 0);
}

#s-e8ced491-4664-4ec1-bc3b-c1eed6d108ac .shogun-heading-component h2 {
  color: rgba(238, 238, 238, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  text-align: left;
}



#s-236633bd-f93e-48c4-bbde-259e4d66ea44 {
  margin-top: 25px;
padding-top: 15px;
padding-left: 45px;
padding-bottom: 15px;
padding-right: 45px;
background-color: rgba(8, 8, 8, 0.28);
}

#s-1a76ce4c-1a7f-4d2a-bef7-54d29e5b380d {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-1a76ce4c-1a7f-4d2a-bef7-54d29e5b380d {
  display: none;
}
#s-1a76ce4c-1a7f-4d2a-bef7-54d29e5b380d, #wrap-s-1a76ce4c-1a7f-4d2a-bef7-54d29e5b380d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a76ce4c-1a7f-4d2a-bef7-54d29e5b380d {
  display: none;
}
#s-1a76ce4c-1a7f-4d2a-bef7-54d29e5b380d, #wrap-s-1a76ce4c-1a7f-4d2a-bef7-54d29e5b380d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a76ce4c-1a7f-4d2a-bef7-54d29e5b380d {
  display: none;
}
#s-1a76ce4c-1a7f-4d2a-bef7-54d29e5b380d, #wrap-s-1a76ce4c-1a7f-4d2a-bef7-54d29e5b380d { display:none !important; }}







#s-1a76ce4c-1a7f-4d2a-bef7-54d29e5b380d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a76ce4c-1a7f-4d2a-bef7-54d29e5b380d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-337e5c5b-2f84-4b9a-86b1-23b0fdfe5bec {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(8, 8, 8, 1);
}
@media (min-width: 1200px){#s-337e5c5b-2f84-4b9a-86b1-23b0fdfe5bec {
  display: none;
}
#s-337e5c5b-2f84-4b9a-86b1-23b0fdfe5bec, #wrap-s-337e5c5b-2f84-4b9a-86b1-23b0fdfe5bec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-337e5c5b-2f84-4b9a-86b1-23b0fdfe5bec {
  display: none;
}
#s-337e5c5b-2f84-4b9a-86b1-23b0fdfe5bec, #wrap-s-337e5c5b-2f84-4b9a-86b1-23b0fdfe5bec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-337e5c5b-2f84-4b9a-86b1-23b0fdfe5bec {
  display: none;
}
#s-337e5c5b-2f84-4b9a-86b1-23b0fdfe5bec, #wrap-s-337e5c5b-2f84-4b9a-86b1-23b0fdfe5bec { display:none !important; }}







#s-337e5c5b-2f84-4b9a-86b1-23b0fdfe5bec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-337e5c5b-2f84-4b9a-86b1-23b0fdfe5bec.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-2d8d7293-67b9-410d-becd-af36853b79ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d8d7293-67b9-410d-becd-af36853b79ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d8d7293-67b9-410d-becd-af36853b79ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d8d7293-67b9-410d-becd-af36853b79ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-94bb4089-c8f2-4ef4-b2e7-ecce47dd4feb {
  padding-top: 45px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(8, 8, 8, 1);
}







  #s-94bb4089-c8f2-4ef4-b2e7-ecce47dd4feb img.shogun-image {
    

    
    
    
  }


#s-94bb4089-c8f2-4ef4-b2e7-ecce47dd4feb .shogun-image-content {
  
    align-items: center;
  
}

#s-443bb6da-84f1-4079-abc8-7ac789df25d0 {
  background-color: rgba(8, 8, 8, 1);
}

#s-99de61fe-3bc1-4c1d-a7a2-7eeab1bf4ac1 {
  background-color: rgba(8, 8, 8, 1);
}

@media (min-width: 0px) {
[id="s-99de61fe-3bc1-4c1d-a7a2-7eeab1bf4ac1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-99de61fe-3bc1-4c1d-a7a2-7eeab1bf4ac1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99de61fe-3bc1-4c1d-a7a2-7eeab1bf4ac1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99de61fe-3bc1-4c1d-a7a2-7eeab1bf4ac1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-04384f04-8f00-4489-a2d8-3b926303e4e5 {
  margin-left: 35px;
margin-right: 35px;
text-align: right;
}
@media (min-width: 1200px){#s-04384f04-8f00-4489-a2d8-3b926303e4e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04384f04-8f00-4489-a2d8-3b926303e4e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-04384f04-8f00-4489-a2d8-3b926303e4e5 {
  
}
}






  #s-04384f04-8f00-4489-a2d8-3b926303e4e5 img.shogun-image {
    

    
    
    
  }


#s-04384f04-8f00-4489-a2d8-3b926303e4e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3dd1555-c4ac-4c19-a24f-095b29da9369 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-25f5abb8-2a40-4934-983d-a2ff452694e2 {
  margin-left: 35px;
margin-right: 35px;
}

#s-92b54632-a118-4b32-a49d-00ff088a2a2d {
  min-height: 50px;
background-color: rgba(8, 8, 8, 1);
}
@media (min-width: 1200px){#s-92b54632-a118-4b32-a49d-00ff088a2a2d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92b54632-a118-4b32-a49d-00ff088a2a2d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92b54632-a118-4b32-a49d-00ff088a2a2d {
  
}
}







#s-92b54632-a118-4b32-a49d-00ff088a2a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92b54632-a118-4b32-a49d-00ff088a2a2d.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-bf23f770-5886-49e1-ac54-32f6caa357e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf23f770-5886-49e1-ac54-32f6caa357e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf23f770-5886-49e1-ac54-32f6caa357e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf23f770-5886-49e1-ac54-32f6caa357e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9e749645-6c9f-4ff9-9886-4625cc4766d7 {
  padding-top: 45px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(8, 8, 8, 1);
}







  #s-9e749645-6c9f-4ff9-9886-4625cc4766d7 img.shogun-image {
    

    
    
    
  }


#s-9e749645-6c9f-4ff9-9886-4625cc4766d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e84e7fc8-274f-4e01-ae0a-07fa2ddfa362 {
  background-color: rgba(8, 8, 8, 1);
}

#s-dabb47cf-6029-443e-b547-bcb7d44c96c9 {
  background-color: rgba(8, 8, 8, 1);
}

@media (min-width: 0px) {
[id="s-dabb47cf-6029-443e-b547-bcb7d44c96c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-dabb47cf-6029-443e-b547-bcb7d44c96c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dabb47cf-6029-443e-b547-bcb7d44c96c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dabb47cf-6029-443e-b547-bcb7d44c96c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-13b7f0fa-c802-49e5-9d39-c204108849ee {
  margin-left: 35px;
margin-right: 35px;
text-align: right;
}
@media (min-width: 1200px){#s-13b7f0fa-c802-49e5-9d39-c204108849ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-13b7f0fa-c802-49e5-9d39-c204108849ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-13b7f0fa-c802-49e5-9d39-c204108849ee {
  
}
}






  #s-13b7f0fa-c802-49e5-9d39-c204108849ee img.shogun-image {
    

    
    
    
  }


#s-13b7f0fa-c802-49e5-9d39-c204108849ee .shogun-image-content {
  
    align-items: center;
  
}

#s-c7dac582-11f5-4ace-bbbf-a524b1666649 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-006320f7-fc0f-4fd6-8763-186764f4edcc {
  margin-left: 35px;
margin-right: 35px;
}

#s-c7eb69ff-e26e-4a6a-9f08-a3a1ed6424d7 {
  padding-bottom: 55px;
min-height: 50px;
background-color: rgba(8, 8, 8, 1);
}
@media (min-width: 1200px){#s-c7eb69ff-e26e-4a6a-9f08-a3a1ed6424d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7eb69ff-e26e-4a6a-9f08-a3a1ed6424d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7eb69ff-e26e-4a6a-9f08-a3a1ed6424d7 {
  
}
}







#s-c7eb69ff-e26e-4a6a-9f08-a3a1ed6424d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7eb69ff-e26e-4a6a-9f08-a3a1ed6424d7.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-46395a3d-f685-4aec-8270-aa0d0e5464d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46395a3d-f685-4aec-8270-aa0d0e5464d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46395a3d-f685-4aec-8270-aa0d0e5464d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46395a3d-f685-4aec-8270-aa0d0e5464d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5ebc06a8-1cf7-4786-825c-a1a0a2c952e2 {
  padding-top: 45px;
padding-bottom: 25px;
text-align: center;
background-color: rgba(8, 8, 8, 1);
}







  #s-5ebc06a8-1cf7-4786-825c-a1a0a2c952e2 img.shogun-image {
    

    
    
    
  }


#s-5ebc06a8-1cf7-4786-825c-a1a0a2c952e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-49b11048-e525-4d11-b129-e649e4b03273 {
  background-color: rgba(8, 8, 8, 1);
}

#s-4d63c48a-f245-4d88-9b11-7716f81e318c {
  background-color: rgba(8, 8, 8, 1);
}

@media (min-width: 0px) {
[id="s-4d63c48a-f245-4d88-9b11-7716f81e318c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4d63c48a-f245-4d88-9b11-7716f81e318c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4d63c48a-f245-4d88-9b11-7716f81e318c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d63c48a-f245-4d88-9b11-7716f81e318c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-721068f0-548b-4fec-a508-ef99e2518e3b {
  margin-left: 35px;
margin-right: 35px;
text-align: right;
}
@media (min-width: 1200px){#s-721068f0-548b-4fec-a508-ef99e2518e3b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-721068f0-548b-4fec-a508-ef99e2518e3b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-721068f0-548b-4fec-a508-ef99e2518e3b {
  
}
}






  #s-721068f0-548b-4fec-a508-ef99e2518e3b img.shogun-image {
    

    
    
    
  }


#s-721068f0-548b-4fec-a508-ef99e2518e3b .shogun-image-content {
  
    align-items: center;
  
}

#s-f453f83f-363b-4b18-b748-78c7d8181fe2 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-9fe22ad7-6f25-46e9-9997-c6e84e72bfc9 {
  margin-left: 35px;
margin-right: 35px;
}

.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-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e {
  display: none;
}
#s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e, #wrap-s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e {
  display: none;
}
#s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e, #wrap-s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e {
  display: none;
}
#s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e, #wrap-s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e { display:none !important; }}
#s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(8, 8, 8, 1);
  padding: 18px;
}

#s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(238, 238, 238, 1);
}

#s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(8, 8, 8, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(238, 238, 238, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-4f695dcc-dfa9-4bf0-961a-e88cb9e8707e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6268fb51-2b9f-455d-b907-56206bcfd4e1 {
  margin-top: 35px;
margin-left: 50px;
margin-bottom: 35px;
margin-right: 50px;
}

#s-2a1aea57-1162-4b6f-9fdc-a3d86c137f7f {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-2a1aea57-1162-4b6f-9fdc-a3d86c137f7f {
  display: none;
}
#s-2a1aea57-1162-4b6f-9fdc-a3d86c137f7f, #wrap-s-2a1aea57-1162-4b6f-9fdc-a3d86c137f7f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a1aea57-1162-4b6f-9fdc-a3d86c137f7f {
  display: none;
}
#s-2a1aea57-1162-4b6f-9fdc-a3d86c137f7f, #wrap-s-2a1aea57-1162-4b6f-9fdc-a3d86c137f7f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a1aea57-1162-4b6f-9fdc-a3d86c137f7f {
  display: none;
}
#s-2a1aea57-1162-4b6f-9fdc-a3d86c137f7f, #wrap-s-2a1aea57-1162-4b6f-9fdc-a3d86c137f7f { display:none !important; }}







#s-2a1aea57-1162-4b6f-9fdc-a3d86c137f7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a1aea57-1162-4b6f-9fdc-a3d86c137f7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-012ac8c0-fcd9-4403-8362-7171ec9eb88f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-bottom: 25px;
padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-012ac8c0-fcd9-4403-8362-7171ec9eb88f {
  display: none;
}
#s-012ac8c0-fcd9-4403-8362-7171ec9eb88f, #wrap-s-012ac8c0-fcd9-4403-8362-7171ec9eb88f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-012ac8c0-fcd9-4403-8362-7171ec9eb88f {
  display: none;
}
#s-012ac8c0-fcd9-4403-8362-7171ec9eb88f, #wrap-s-012ac8c0-fcd9-4403-8362-7171ec9eb88f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-012ac8c0-fcd9-4403-8362-7171ec9eb88f {
  display: none;
}
#s-012ac8c0-fcd9-4403-8362-7171ec9eb88f, #wrap-s-012ac8c0-fcd9-4403-8362-7171ec9eb88f { display:none !important; }}







#s-012ac8c0-fcd9-4403-8362-7171ec9eb88f > .shg-box-overlay {
  background-color: rgba(4, 0, 0, 1);
  opacity: 0.3;
}#s-012ac8c0-fcd9-4403-8362-7171ec9eb88f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4f96cd7-6238-4754-b23e-f041daf0c182 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 45px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 5%;
text-align: left;
background-color: rgba(228, 228, 228, 0);
}

#s-c4f96cd7-6238-4754-b23e-f041daf0c182 .shogun-heading-component h2 {
  color: rgba(243, 243, 243, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  text-align: left;
}



#s-9b7f898a-9ea6-44dd-91cc-f883383d9c07 {
  margin-top: 45px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}

#s-92338679-0e76-40d3-9e0c-f54775297672 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
}

#s-19e60f96-ceaf-4e5f-a730-d8ac5b0ca715 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}

#s-f931b9b9-4c16-4634-8b09-1b5b16f1995a {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-f931b9b9-4c16-4634-8b09-1b5b16f1995a {
  display: none;
}
#s-f931b9b9-4c16-4634-8b09-1b5b16f1995a, #wrap-s-f931b9b9-4c16-4634-8b09-1b5b16f1995a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f931b9b9-4c16-4634-8b09-1b5b16f1995a {
  display: none;
}
#s-f931b9b9-4c16-4634-8b09-1b5b16f1995a, #wrap-s-f931b9b9-4c16-4634-8b09-1b5b16f1995a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f931b9b9-4c16-4634-8b09-1b5b16f1995a {
  display: none;
}
#s-f931b9b9-4c16-4634-8b09-1b5b16f1995a, #wrap-s-f931b9b9-4c16-4634-8b09-1b5b16f1995a { display:none !important; }}@media (max-width: 767px){#s-f931b9b9-4c16-4634-8b09-1b5b16f1995a {
  
}
}







#s-f931b9b9-4c16-4634-8b09-1b5b16f1995a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f931b9b9-4c16-4634-8b09-1b5b16f1995a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8be79216-3b04-4914-bb4b-cec1fa77d649 {
  margin-bottom: 0px;
padding-top: 65px;
padding-bottom: 15px;
text-align: center;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-8be79216-3b04-4914-bb4b-cec1fa77d649 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8be79216-3b04-4914-bb4b-cec1fa77d649 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8be79216-3b04-4914-bb4b-cec1fa77d649 {
  
}
}
#s-8be79216-3b04-4914-bb4b-cec1fa77d649 .shogun-heading-component h4 {
  color: rgba(22, 22, 20, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 6px;
  
}



@media (min-width: 0px) {
[id="s-0aa9108d-69db-4614-8beb-848fa4ce74d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0aa9108d-69db-4614-8beb-848fa4ce74d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0aa9108d-69db-4614-8beb-848fa4ce74d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0aa9108d-69db-4614-8beb-848fa4ce74d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0aa9108d-69db-4614-8beb-848fa4ce74d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0aa9108d-69db-4614-8beb-848fa4ce74d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0aa9108d-69db-4614-8beb-848fa4ce74d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-4ad59f58-483d-465d-af0e-6602705e83a0 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 800px;
}
@media (min-width: 1200px){#s-4ad59f58-483d-465d-af0e-6602705e83a0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ad59f58-483d-465d-af0e-6602705e83a0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4ad59f58-483d-465d-af0e-6602705e83a0 {
  
}
}
#s-4ad59f58-483d-465d-af0e-6602705e83a0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(228, 228, 228, 1);
}

#s-4ad59f58-483d-465d-af0e-6602705e83a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(228, 228, 228, 1);
  padding: 25px;
}

#s-4ad59f58-483d-465d-af0e-6602705e83a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(22, 22, 21, 1);
}

#s-4ad59f58-483d-465d-af0e-6602705e83a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(228, 228, 228, 1);
  border-top: 1px solid rgba(228, 228, 228, 1);
}

#s-4ad59f58-483d-465d-af0e-6602705e83a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(22, 22, 21, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-4ad59f58-483d-465d-af0e-6602705e83a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-af7fa8d6-19c2-4c5b-8bfc-55bba319f8ee {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-af7fa8d6-19c2-4c5b-8bfc-55bba319f8ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af7fa8d6-19c2-4c5b-8bfc-55bba319f8ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af7fa8d6-19c2-4c5b-8bfc-55bba319f8ee {
  
}
}
#s-021f76e2-a842-4b69-960d-b5670fdca459 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-021f76e2-a842-4b69-960d-b5670fdca459 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-021f76e2-a842-4b69-960d-b5670fdca459 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-021f76e2-a842-4b69-960d-b5670fdca459 {
  
}
}
#s-bc652195-4589-44c2-ba14-7e4766869a89 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-bc652195-4589-44c2-ba14-7e4766869a89 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc652195-4589-44c2-ba14-7e4766869a89 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc652195-4589-44c2-ba14-7e4766869a89 {
  
}
}
#s-bc482d37-029d-49da-9b53-58b226edfd1c {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-bc482d37-029d-49da-9b53-58b226edfd1c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bc482d37-029d-49da-9b53-58b226edfd1c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc482d37-029d-49da-9b53-58b226edfd1c {
  
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-d612c5b3-3f56-4d2e-9974-168b0d5fa344 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 45px;
padding-right: 45px;
}
@media (min-width: 1200px){#s-d612c5b3-3f56-4d2e-9974-168b0d5fa344 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d612c5b3-3f56-4d2e-9974-168b0d5fa344 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d612c5b3-3f56-4d2e-9974-168b0d5fa344 {
  
}
}
#s-d612c5b3-3f56-4d2e-9974-168b0d5fa344 hr {
  border-top: 1px solid rgba(100, 100, 100, 1);
}

#s-a7bf3f50-bb1e-4504-a082-acbd3aacb7e9 {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-a7bf3f50-bb1e-4504-a082-acbd3aacb7e9 {
  display: none;
}
#s-a7bf3f50-bb1e-4504-a082-acbd3aacb7e9, #wrap-s-a7bf3f50-bb1e-4504-a082-acbd3aacb7e9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7bf3f50-bb1e-4504-a082-acbd3aacb7e9 {
  display: none;
}
#s-a7bf3f50-bb1e-4504-a082-acbd3aacb7e9, #wrap-s-a7bf3f50-bb1e-4504-a082-acbd3aacb7e9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7bf3f50-bb1e-4504-a082-acbd3aacb7e9 {
  display: none;
}
#s-a7bf3f50-bb1e-4504-a082-acbd3aacb7e9, #wrap-s-a7bf3f50-bb1e-4504-a082-acbd3aacb7e9 { display:none !important; }}







#s-a7bf3f50-bb1e-4504-a082-acbd3aacb7e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7bf3f50-bb1e-4504-a082-acbd3aacb7e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cf4501b-34a1-49de-9d7f-bc1b044b9264 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0cf4501b-34a1-49de-9d7f-bc1b044b9264 {
  display: none;
}
#s-0cf4501b-34a1-49de-9d7f-bc1b044b9264, #wrap-s-0cf4501b-34a1-49de-9d7f-bc1b044b9264 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cf4501b-34a1-49de-9d7f-bc1b044b9264 {
  display: none;
}
#s-0cf4501b-34a1-49de-9d7f-bc1b044b9264, #wrap-s-0cf4501b-34a1-49de-9d7f-bc1b044b9264 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cf4501b-34a1-49de-9d7f-bc1b044b9264 {
  display: none;
}
#s-0cf4501b-34a1-49de-9d7f-bc1b044b9264, #wrap-s-0cf4501b-34a1-49de-9d7f-bc1b044b9264 { display:none !important; }}







#s-0cf4501b-34a1-49de-9d7f-bc1b044b9264 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cf4501b-34a1-49de-9d7f-bc1b044b9264.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac53673f-7e9b-4d16-8bed-d12b4741db1b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 45px;
padding-bottom: 35px;
text-align: center;
background-color: rgba(228, 228, 228, 0);
}
@media (min-width: 1200px){#s-ac53673f-7e9b-4d16-8bed-d12b4741db1b {
  display: none;
}
#s-ac53673f-7e9b-4d16-8bed-d12b4741db1b, #wrap-s-ac53673f-7e9b-4d16-8bed-d12b4741db1b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac53673f-7e9b-4d16-8bed-d12b4741db1b {
  display: none;
}
#s-ac53673f-7e9b-4d16-8bed-d12b4741db1b, #wrap-s-ac53673f-7e9b-4d16-8bed-d12b4741db1b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac53673f-7e9b-4d16-8bed-d12b4741db1b {
  display: none;
}
#s-ac53673f-7e9b-4d16-8bed-d12b4741db1b, #wrap-s-ac53673f-7e9b-4d16-8bed-d12b4741db1b { display:none !important; }}
#s-ac53673f-7e9b-4d16-8bed-d12b4741db1b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  
}



#s-45ed9e54-3a34-4ff4-9e2d-7b0a444075eb {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-45ed9e54-3a34-4ff4-9e2d-7b0a444075eb img.shogun-image {
    

    
    
    
  }


#s-45ed9e54-3a34-4ff4-9e2d-7b0a444075eb .shogun-image-content {
  
    align-items: center;
  
}

#s-231c7673-1745-4eb4-94eb-4b205e083c3b {
  padding-top: 15px;
}

@media (min-width: 1200px){#s-8808c3b4-b18a-46c6-8815-e20422e42738 {
  display: none;
}
#s-8808c3b4-b18a-46c6-8815-e20422e42738, #wrap-s-8808c3b4-b18a-46c6-8815-e20422e42738 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8808c3b4-b18a-46c6-8815-e20422e42738 {
  display: none;
}
#s-8808c3b4-b18a-46c6-8815-e20422e42738, #wrap-s-8808c3b4-b18a-46c6-8815-e20422e42738 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8808c3b4-b18a-46c6-8815-e20422e42738 {
  display: none;
}
#s-8808c3b4-b18a-46c6-8815-e20422e42738, #wrap-s-8808c3b4-b18a-46c6-8815-e20422e42738 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8808c3b4-b18a-46c6-8815-e20422e42738"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8808c3b4-b18a-46c6-8815-e20422e42738"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8808c3b4-b18a-46c6-8815-e20422e42738"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8808c3b4-b18a-46c6-8815-e20422e42738"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0b8f3f8d-1ee3-4c44-8e25-ae99e43fd9c7 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 5px;
margin-right: 25px;
}

#s-9eaa96d4-b800-4c4a-a319-27f991f38f03 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-9eaa96d4-b800-4c4a-a319-27f991f38f03 img.shogun-image {
    

    
    
    
  }


#s-9eaa96d4-b800-4c4a-a319-27f991f38f03 .shogun-image-content {
  
    align-items: center;
  
}

#s-09bbe2c3-ba85-49ca-837f-6b4e56509de7 {
  padding-top: 15px;
}

@media (min-width: 1200px){#s-879251aa-2641-411b-8fea-af1df8bff342 {
  display: none;
}
#s-879251aa-2641-411b-8fea-af1df8bff342, #wrap-s-879251aa-2641-411b-8fea-af1df8bff342 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-879251aa-2641-411b-8fea-af1df8bff342 {
  display: none;
}
#s-879251aa-2641-411b-8fea-af1df8bff342, #wrap-s-879251aa-2641-411b-8fea-af1df8bff342 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-879251aa-2641-411b-8fea-af1df8bff342 {
  display: none;
}
#s-879251aa-2641-411b-8fea-af1df8bff342, #wrap-s-879251aa-2641-411b-8fea-af1df8bff342 { display:none !important; }}
@media (min-width: 0px) {
[id="s-879251aa-2641-411b-8fea-af1df8bff342"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-879251aa-2641-411b-8fea-af1df8bff342"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-879251aa-2641-411b-8fea-af1df8bff342"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-879251aa-2641-411b-8fea-af1df8bff342"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-993a1b50-6211-4c35-82e1-704ef3cbd094 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-442b992f-7b7f-477f-8546-112637f828fb {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-442b992f-7b7f-477f-8546-112637f828fb img.shogun-image {
    

    
    
    
  }


#s-442b992f-7b7f-477f-8546-112637f828fb .shogun-image-content {
  
    align-items: center;
  
}

#s-6bb40887-47ca-4ce5-b6a3-49a5761b168b {
  padding-top: 15px;
}

@media (min-width: 1200px){#s-3a69f245-68d6-40ed-881c-f1cfb82dc424 {
  display: none;
}
#s-3a69f245-68d6-40ed-881c-f1cfb82dc424, #wrap-s-3a69f245-68d6-40ed-881c-f1cfb82dc424 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a69f245-68d6-40ed-881c-f1cfb82dc424 {
  display: none;
}
#s-3a69f245-68d6-40ed-881c-f1cfb82dc424, #wrap-s-3a69f245-68d6-40ed-881c-f1cfb82dc424 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a69f245-68d6-40ed-881c-f1cfb82dc424 {
  display: none;
}
#s-3a69f245-68d6-40ed-881c-f1cfb82dc424, #wrap-s-3a69f245-68d6-40ed-881c-f1cfb82dc424 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3a69f245-68d6-40ed-881c-f1cfb82dc424"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a69f245-68d6-40ed-881c-f1cfb82dc424"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a69f245-68d6-40ed-881c-f1cfb82dc424"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a69f245-68d6-40ed-881c-f1cfb82dc424"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-760a8992-13ae-40c2-9542-4559f74096c7 {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-6e8469e7-ea12-4677-bcac-575cd17fb44d {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-6e8469e7-ea12-4677-bcac-575cd17fb44d img.shogun-image {
    

    
    
    
  }


#s-6e8469e7-ea12-4677-bcac-575cd17fb44d .shogun-image-content {
  
    align-items: center;
  
}

#s-44474212-90cd-48d1-91c7-e7bc48d9936d {
  padding-top: 15px;
}

#s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1 {
  padding-bottom: 15px;
}
@media (min-width: 1200px){#s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1 {
  display: none;
}
#s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1, #wrap-s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1 {
  display: none;
}
#s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1, #wrap-s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1 {
  display: none;
}
#s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1, #wrap-s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1 { display:none !important; }}
@media (min-width: 0px) {
[id="s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54cdf5a7-b38d-48cb-b59e-1913823fbdb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2fb6afa8-3cd6-434a-85be-9a1da9e4cf8d {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-79a42bd8-9bb7-4f64-b15b-7f18240b7a97 {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}








#s-79a42bd8-9bb7-4f64-b15b-7f18240b7a97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79a42bd8-9bb7-4f64-b15b-7f18240b7a97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c6bdd81-6815-4201-9e22-145b1a8a361a {
  min-height: 50px;
background-color: rgba(8, 8, 8, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5c6bdd81-6815-4201-9e22-145b1a8a361a {
  display: none;
}
#s-5c6bdd81-6815-4201-9e22-145b1a8a361a, #wrap-s-5c6bdd81-6815-4201-9e22-145b1a8a361a { display:none !important; }}@media (max-width: 767px){#s-5c6bdd81-6815-4201-9e22-145b1a8a361a {
  display: none;
}
#s-5c6bdd81-6815-4201-9e22-145b1a8a361a, #wrap-s-5c6bdd81-6815-4201-9e22-145b1a8a361a { display:none !important; }}







#s-5c6bdd81-6815-4201-9e22-145b1a8a361a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c6bdd81-6815-4201-9e22-145b1a8a361a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-662fbd70-1b9c-4d1c-a579-ecbd828d4c9b {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-662fbd70-1b9c-4d1c-a579-ecbd828d4c9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-662fbd70-1b9c-4d1c-a579-ecbd828d4c9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-662fbd70-1b9c-4d1c-a579-ecbd828d4c9b {
  
}
}@media (max-width: 767px){#s-662fbd70-1b9c-4d1c-a579-ecbd828d4c9b {
  display: none;
}
#s-662fbd70-1b9c-4d1c-a579-ecbd828d4c9b, #wrap-s-662fbd70-1b9c-4d1c-a579-ecbd828d4c9b { display:none !important; }}







#s-662fbd70-1b9c-4d1c-a579-ecbd828d4c9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-662fbd70-1b9c-4d1c-a579-ecbd828d4c9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e9d9a5f-e382-4b23-9b83-8a924a4a78a2 {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}








#s-4e9d9a5f-e382-4b23-9b83-8a924a4a78a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e9d9a5f-e382-4b23-9b83-8a924a4a78a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-043a9b03-c603-41da-9202-6599d0034dc0 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-043a9b03-c603-41da-9202-6599d0034dc0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-043a9b03-c603-41da-9202-6599d0034dc0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-043a9b03-c603-41da-9202-6599d0034dc0 {
  
}
}
#s-043a9b03-c603-41da-9202-6599d0034dc0 .shogun-heading-component h3 {
  color: rgba(22, 22, 20, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  
  
  letter-spacing: 6px;
  
}



#s-e8e6536c-3430-48f8-b889-8779296c5678 {
  padding-left: 76px;
padding-right: 76px;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-e8e6536c-3430-48f8-b889-8779296c5678 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8e6536c-3430-48f8-b889-8779296c5678 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8e6536c-3430-48f8-b889-8779296c5678 {
  
}
}@media (max-width: 767px){#s-e8e6536c-3430-48f8-b889-8779296c5678 {
  
}
}
@media (min-width: 0px) {
[id="s-e8e6536c-3430-48f8-b889-8779296c5678"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e8e6536c-3430-48f8-b889-8779296c5678"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e8e6536c-3430-48f8-b889-8779296c5678"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e8e6536c-3430-48f8-b889-8779296c5678"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-058d56e6-0747-40b1-ac1d-a6d21683a40f {
  margin-left: 35px;
margin-right: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-058d56e6-0747-40b1-ac1d-a6d21683a40f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-058d56e6-0747-40b1-ac1d-a6d21683a40f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-058d56e6-0747-40b1-ac1d-a6d21683a40f {
  
}
}






  #s-058d56e6-0747-40b1-ac1d-a6d21683a40f img.shogun-image {
    

    
    
    
  }


#s-058d56e6-0747-40b1-ac1d-a6d21683a40f .shogun-image-content {
  
    align-items: center;
  
}

#s-dad821ca-8316-46bc-8b6b-6f700a0a5dd5 {
  margin-left: 35px;
margin-right: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-dad821ca-8316-46bc-8b6b-6f700a0a5dd5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dad821ca-8316-46bc-8b6b-6f700a0a5dd5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dad821ca-8316-46bc-8b6b-6f700a0a5dd5 {
  
}
}






  #s-dad821ca-8316-46bc-8b6b-6f700a0a5dd5 img.shogun-image {
    

    
    
    
  }


#s-dad821ca-8316-46bc-8b6b-6f700a0a5dd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-662b9e5f-5a2c-4e11-b14f-b670c8e43f79 {
  margin-left: 35px;
margin-right: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-662b9e5f-5a2c-4e11-b14f-b670c8e43f79 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-662b9e5f-5a2c-4e11-b14f-b670c8e43f79 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-662b9e5f-5a2c-4e11-b14f-b670c8e43f79 {
  
}
}






  #s-662b9e5f-5a2c-4e11-b14f-b670c8e43f79 img.shogun-image {
    

    
    
    
  }


#s-662b9e5f-5a2c-4e11-b14f-b670c8e43f79 .shogun-image-content {
  
    align-items: center;
  
}

#s-15b9a5bc-ea2c-4e62-96b3-5273bece2787 {
  margin-left: 35px;
margin-right: 35px;
text-align: center;
}
@media (min-width: 1200px){#s-15b9a5bc-ea2c-4e62-96b3-5273bece2787 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15b9a5bc-ea2c-4e62-96b3-5273bece2787 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15b9a5bc-ea2c-4e62-96b3-5273bece2787 {
  
}
}






  #s-15b9a5bc-ea2c-4e62-96b3-5273bece2787 img.shogun-image {
    

    
    
    
  }


#s-15b9a5bc-ea2c-4e62-96b3-5273bece2787 .shogun-image-content {
  
    align-items: center;
  
}

#s-51b09550-ab18-4107-ab07-54dae212bb6f {
  margin-top: 35px;
margin-bottom: 35px;
padding-left: 75px;
padding-right: 75px;
}
@media (min-width: 1200px){#s-51b09550-ab18-4107-ab07-54dae212bb6f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51b09550-ab18-4107-ab07-54dae212bb6f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51b09550-ab18-4107-ab07-54dae212bb6f {
  
}
}
#s-d7ceffe2-ee17-45c6-b5c8-764424e7d94b {
  padding-bottom: 50px;
min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-d7ceffe2-ee17-45c6-b5c8-764424e7d94b {
  display: none;
}
#s-d7ceffe2-ee17-45c6-b5c8-764424e7d94b, #wrap-s-d7ceffe2-ee17-45c6-b5c8-764424e7d94b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7ceffe2-ee17-45c6-b5c8-764424e7d94b {
  display: none;
}
#s-d7ceffe2-ee17-45c6-b5c8-764424e7d94b, #wrap-s-d7ceffe2-ee17-45c6-b5c8-764424e7d94b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7ceffe2-ee17-45c6-b5c8-764424e7d94b {
  display: none;
}
#s-d7ceffe2-ee17-45c6-b5c8-764424e7d94b, #wrap-s-d7ceffe2-ee17-45c6-b5c8-764424e7d94b { display:none !important; }}







#s-d7ceffe2-ee17-45c6-b5c8-764424e7d94b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7ceffe2-ee17-45c6-b5c8-764424e7d94b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fa52da4-ae50-47a9-87f9-863d103b139d {
  margin-top: 0px;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-8fa52da4-ae50-47a9-87f9-863d103b139d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fa52da4-ae50-47a9-87f9-863d103b139d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fa52da4-ae50-47a9-87f9-863d103b139d {
  
}
}
#s-8fa52da4-ae50-47a9-87f9-863d103b139d .shogun-heading-component h2 {
  color: rgba(22, 22, 20, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  
}



#s-45ae463e-995f-47e0-9081-33b3d4bfb021 {
  margin-top: 25px;
padding-top: 15px;
padding-left: 45px;
padding-bottom: 15px;
padding-right: 45px;
background-color: rgba(228, 228, 228, 1);
}

#s-5f2f2588-3c58-45e5-859b-fe8453c236c8 {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (max-width: 767px){#s-5f2f2588-3c58-45e5-859b-fe8453c236c8 {
  display: none;
}
#s-5f2f2588-3c58-45e5-859b-fe8453c236c8, #wrap-s-5f2f2588-3c58-45e5-859b-fe8453c236c8 { display:none !important; }}







#s-5f2f2588-3c58-45e5-859b-fe8453c236c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f2f2588-3c58-45e5-859b-fe8453c236c8.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-454f6a96-883e-4e2d-8e5d-d703c45bc635"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-454f6a96-883e-4e2d-8e5d-d703c45bc635"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-454f6a96-883e-4e2d-8e5d-d703c45bc635"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-454f6a96-883e-4e2d-8e5d-d703c45bc635"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5c9ed129-9c79-4f80-956b-933340ffde55 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 25px;
padding-left: 65px;
padding-bottom: 15px;
text-align: left;
background-color: rgba(228, 228, 228, 0);
}
@media (min-width: 1200px){#s-5c9ed129-9c79-4f80-956b-933340ffde55 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5c9ed129-9c79-4f80-956b-933340ffde55 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5c9ed129-9c79-4f80-956b-933340ffde55 {
  
}
}
#s-5c9ed129-9c79-4f80-956b-933340ffde55 .shogun-heading-component h2 {
  color: rgba(247, 247, 247, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  
}



@media (max-width: 767px){#s-df2ef4f8-4929-4e43-809d-5aed64653e54 {
  
}
}
@media (min-width: 0px) {
[id="s-df2ef4f8-4929-4e43-809d-5aed64653e54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df2ef4f8-4929-4e43-809d-5aed64653e54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df2ef4f8-4929-4e43-809d-5aed64653e54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df2ef4f8-4929-4e43-809d-5aed64653e54"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-df2ef4f8-4929-4e43-809d-5aed64653e54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df2ef4f8-4929-4e43-809d-5aed64653e54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df2ef4f8-4929-4e43-809d-5aed64653e54"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-df2ef4f8-4929-4e43-809d-5aed64653e54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df2ef4f8-4929-4e43-809d-5aed64653e54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df2ef4f8-4929-4e43-809d-5aed64653e54"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fcb32408-7dce-4ebc-ae8d-81c4cb526b34 {
  padding-left: 65px;
padding-bottom: 55px;
padding-right: 25px;
}

#s-bd4a4940-3f88-40c6-9c45-05758673c52f {
  margin-bottom: 0px;
padding-top: 45px;
padding-bottom: 15px;
text-align: center;
background-color: rgba(8, 8, 8, 1);
}
@media (min-width: 1200px){#s-bd4a4940-3f88-40c6-9c45-05758673c52f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd4a4940-3f88-40c6-9c45-05758673c52f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd4a4940-3f88-40c6-9c45-05758673c52f {
  
}
}@media (max-width: 767px){#s-bd4a4940-3f88-40c6-9c45-05758673c52f {
  display: none;
}
#s-bd4a4940-3f88-40c6-9c45-05758673c52f, #wrap-s-bd4a4940-3f88-40c6-9c45-05758673c52f { display:none !important; }}
#s-bd4a4940-3f88-40c6-9c45-05758673c52f .shogun-heading-component h4 {
  color: rgba(238, 238, 238, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 6px;
  
}



#s-8a87e353-bfaf-490c-bf35-f09c6b4c53ac {
  padding-top: 45px;
padding-bottom: 45px;
background-color: rgba(8, 8, 8, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8a87e353-bfaf-490c-bf35-f09c6b4c53ac {
  display: none;
}
#s-8a87e353-bfaf-490c-bf35-f09c6b4c53ac, #wrap-s-8a87e353-bfaf-490c-bf35-f09c6b4c53ac { display:none !important; }}@media (max-width: 767px){#s-8a87e353-bfaf-490c-bf35-f09c6b4c53ac {
  display: none;
}
#s-8a87e353-bfaf-490c-bf35-f09c6b4c53ac, #wrap-s-8a87e353-bfaf-490c-bf35-f09c6b4c53ac { display:none !important; }}
@media (min-width: 0px) {
[id="s-8a87e353-bfaf-490c-bf35-f09c6b4c53ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a87e353-bfaf-490c-bf35-f09c6b4c53ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8a87e353-bfaf-490c-bf35-f09c6b4c53ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a87e353-bfaf-490c-bf35-f09c6b4c53ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-032e2701-f8dd-42ed-b595-b6627ca1a9e9 {
  min-height: 50px;
background-color: rgba(8, 8, 8, 1);
}








#s-032e2701-f8dd-42ed-b595-b6627ca1a9e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-032e2701-f8dd-42ed-b595-b6627ca1a9e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77138459-38b2-4b9f-b086-7625d7ff6f2e {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-131d1c59-79fb-48ab-a1f8-62d1f28ca9b8 {
  padding-bottom: 25px;
text-align: center;
}







  #s-131d1c59-79fb-48ab-a1f8-62d1f28ca9b8 img.shogun-image {
    

    
    
    
  }


#s-131d1c59-79fb-48ab-a1f8-62d1f28ca9b8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6e16ab94-bc0e-4acc-a54b-5adeac386586"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6e16ab94-bc0e-4acc-a54b-5adeac386586"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6e16ab94-bc0e-4acc-a54b-5adeac386586"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e16ab94-bc0e-4acc-a54b-5adeac386586"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7dac9781-3aa1-45ff-9a62-85103fc750b9 {
  margin-left: 35px;
margin-right: 35px;
text-align: right;
}
@media (min-width: 1200px){#s-7dac9781-3aa1-45ff-9a62-85103fc750b9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7dac9781-3aa1-45ff-9a62-85103fc750b9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7dac9781-3aa1-45ff-9a62-85103fc750b9 {
  
}
}






  #s-7dac9781-3aa1-45ff-9a62-85103fc750b9 img.shogun-image {
    

    
    
    
  }


#s-7dac9781-3aa1-45ff-9a62-85103fc750b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe42cc51-6847-4421-a782-528ad8568e04 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-e7290573-6f10-4193-8c30-712209af1cf4 {
  margin-left: 35px;
margin-right: 35px;
padding-left: 25px;
padding-right: 25px;
}

#s-aede85d7-7630-4aae-a7dc-27a929db302e {
  min-height: 50px;
background-color: rgba(8, 8, 8, 1);
}








#s-aede85d7-7630-4aae-a7dc-27a929db302e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aede85d7-7630-4aae-a7dc-27a929db302e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d016c492-0d46-4d6b-aa43-32e7d8fa5817 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-80b58e16-3658-48c8-8ed1-a6ea610c2d5a {
  padding-bottom: 25px;
text-align: center;
}







  #s-80b58e16-3658-48c8-8ed1-a6ea610c2d5a img.shogun-image {
    

    
    
    
  }


#s-80b58e16-3658-48c8-8ed1-a6ea610c2d5a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7023c229-69a9-4299-a364-a76c7f62ec3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7023c229-69a9-4299-a364-a76c7f62ec3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7023c229-69a9-4299-a364-a76c7f62ec3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7023c229-69a9-4299-a364-a76c7f62ec3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-313f04aa-6a5d-4424-8052-2c4044719ded {
  margin-left: 35px;
margin-right: 35px;
text-align: right;
}
@media (min-width: 1200px){#s-313f04aa-6a5d-4424-8052-2c4044719ded {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-313f04aa-6a5d-4424-8052-2c4044719ded {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-313f04aa-6a5d-4424-8052-2c4044719ded {
  
}
}






  #s-313f04aa-6a5d-4424-8052-2c4044719ded img.shogun-image {
    

    
    
    
  }


#s-313f04aa-6a5d-4424-8052-2c4044719ded .shogun-image-content {
  
    align-items: center;
  
}

#s-347cc3c5-22d7-4fca-8bd2-f951b9a5370f {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-deb975ed-4d4a-4325-acd7-30830e19bba2 {
  margin-left: 35px;
margin-right: 35px;
padding-left: 25px;
padding-right: 25px;
}

#s-a5faf6aa-a521-4a91-833b-130c97571a9c {
  min-height: 50px;
background-color: rgba(8, 8, 8, 1);
}








#s-a5faf6aa-a521-4a91-833b-130c97571a9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5faf6aa-a521-4a91-833b-130c97571a9c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75b042de-fed2-4f1f-8da3-dde55e5b2e20 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e6f0f0fc-6683-4c5c-90f8-cfe562188796 {
  padding-bottom: 25px;
text-align: center;
}







  #s-e6f0f0fc-6683-4c5c-90f8-cfe562188796 img.shogun-image {
    

    
    
    
  }


#s-e6f0f0fc-6683-4c5c-90f8-cfe562188796 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-926334a2-6978-4f4e-bd3a-87ba1d54ebe6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-926334a2-6978-4f4e-bd3a-87ba1d54ebe6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-926334a2-6978-4f4e-bd3a-87ba1d54ebe6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-926334a2-6978-4f4e-bd3a-87ba1d54ebe6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3e53536b-f8b2-47e4-aba7-72b664da84f2 {
  margin-left: 35px;
margin-right: 35px;
text-align: right;
}
@media (min-width: 1200px){#s-3e53536b-f8b2-47e4-aba7-72b664da84f2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e53536b-f8b2-47e4-aba7-72b664da84f2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e53536b-f8b2-47e4-aba7-72b664da84f2 {
  
}
}






  #s-3e53536b-f8b2-47e4-aba7-72b664da84f2 img.shogun-image {
    

    
    
    
  }


#s-3e53536b-f8b2-47e4-aba7-72b664da84f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0873dbee-2a13-4297-9c10-7cd90f29ce52 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-b6f5d7f2-bef8-4df0-97f1-049b0db7f665 {
  margin-left: 35px;
margin-right: 35px;
padding-left: 25px;
padding-right: 25px;
}

#s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708 {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708 {
  
}
}@media (max-width: 767px){#s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708 {
  display: none;
}
#s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708, #wrap-s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708 { display:none !important; }}
#s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(8, 8, 8, 1);
  padding: 18px;
}

#s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(238, 238, 238, 1);
}

#s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(8, 8, 8, 1);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(238, 238, 238, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7d2210b5-59d8-42f4-bbb3-13c1db5cc708 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a7c56fd7-52bb-45f4-9145-2043e603d53e {
  margin-top: 35px;
margin-left: 50px;
margin-bottom: 35px;
margin-right: 50px;
}

#s-a1b36791-dfc8-4c25-9bc0-27beeaa7722a {
  min-height: 50px;
}








#s-a1b36791-dfc8-4c25-9bc0-27beeaa7722a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1b36791-dfc8-4c25-9bc0-27beeaa7722a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95fc559b-d152-4503-a154-a6b8dde17bcc {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}








#s-95fc559b-d152-4503-a154-a6b8dde17bcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95fc559b-d152-4503-a154-a6b8dde17bcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1a45d48-f403-4038-960d-6ac36b98055c {
  margin-left: 100px;
margin-right: 100px;
min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-d1a45d48-f403-4038-960d-6ac36b98055c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1a45d48-f403-4038-960d-6ac36b98055c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1a45d48-f403-4038-960d-6ac36b98055c {
  
}
}@media (max-width: 767px){#s-d1a45d48-f403-4038-960d-6ac36b98055c {
  display: none;
}
#s-d1a45d48-f403-4038-960d-6ac36b98055c, #wrap-s-d1a45d48-f403-4038-960d-6ac36b98055c { display:none !important; }}







#s-d1a45d48-f403-4038-960d-6ac36b98055c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1a45d48-f403-4038-960d-6ac36b98055c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df315717-3e11-4340-988c-0abb03bb74e2 {
  margin-bottom: 0px;
padding-top: 65px;
padding-bottom: 15px;
text-align: center;
background-color: rgba(228, 228, 228, 1);
}
@media (min-width: 1200px){#s-df315717-3e11-4340-988c-0abb03bb74e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df315717-3e11-4340-988c-0abb03bb74e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df315717-3e11-4340-988c-0abb03bb74e2 {
  
}
}
#s-df315717-3e11-4340-988c-0abb03bb74e2 .shogun-heading-component h4 {
  color: rgba(22, 22, 20, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 6px;
  
}



@media (min-width: 0px) {
[id="s-b2d13eeb-9c48-4e5c-8453-2a33a7b0b14f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2d13eeb-9c48-4e5c-8453-2a33a7b0b14f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b2d13eeb-9c48-4e5c-8453-2a33a7b0b14f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b2d13eeb-9c48-4e5c-8453-2a33a7b0b14f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b2d13eeb-9c48-4e5c-8453-2a33a7b0b14f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2d13eeb-9c48-4e5c-8453-2a33a7b0b14f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b2d13eeb-9c48-4e5c-8453-2a33a7b0b14f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-fd7cb5e8-ab61-4c75-8914-3d41a75ac5da {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 800px;
}
@media (min-width: 1200px){#s-fd7cb5e8-ab61-4c75-8914-3d41a75ac5da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd7cb5e8-ab61-4c75-8914-3d41a75ac5da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd7cb5e8-ab61-4c75-8914-3d41a75ac5da {
  
}
}
#s-fd7cb5e8-ab61-4c75-8914-3d41a75ac5da > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(228, 228, 228, 1);
}

#s-fd7cb5e8-ab61-4c75-8914-3d41a75ac5da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(228, 228, 228, 1);
  padding: 18px;
}

#s-fd7cb5e8-ab61-4c75-8914-3d41a75ac5da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(22, 22, 21, 1);
}

#s-fd7cb5e8-ab61-4c75-8914-3d41a75ac5da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(228, 228, 228, 1);
  border-top: 1px solid rgba(228, 228, 228, 1);
}

#s-fd7cb5e8-ab61-4c75-8914-3d41a75ac5da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(22, 22, 21, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-fd7cb5e8-ab61-4c75-8914-3d41a75ac5da > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4a18e111-7309-4ba1-9a21-ec7050343d92 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-4a18e111-7309-4ba1-9a21-ec7050343d92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a18e111-7309-4ba1-9a21-ec7050343d92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a18e111-7309-4ba1-9a21-ec7050343d92 {
  
}
}
#s-be02af4f-55b4-4bed-957d-b1c121b1ba1f {
  margin-left: 25px;
margin-right: 25px;
padding-left: 45px;
padding-right: 45px;
}
@media (min-width: 1200px){#s-be02af4f-55b4-4bed-957d-b1c121b1ba1f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-be02af4f-55b4-4bed-957d-b1c121b1ba1f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-be02af4f-55b4-4bed-957d-b1c121b1ba1f {
  
}
}
#s-be02af4f-55b4-4bed-957d-b1c121b1ba1f hr {
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-0bebadfd-cfd1-4b0d-b601-339d06f073d1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 800px;
}
@media (min-width: 1200px){#s-0bebadfd-cfd1-4b0d-b601-339d06f073d1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bebadfd-cfd1-4b0d-b601-339d06f073d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0bebadfd-cfd1-4b0d-b601-339d06f073d1 {
  
}
}
#s-0bebadfd-cfd1-4b0d-b601-339d06f073d1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(228, 228, 228, 1);
}

#s-0bebadfd-cfd1-4b0d-b601-339d06f073d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(228, 228, 228, 1);
  padding: 18px;
}

#s-0bebadfd-cfd1-4b0d-b601-339d06f073d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(22, 22, 21, 1);
}

#s-0bebadfd-cfd1-4b0d-b601-339d06f073d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(228, 228, 228, 1);
  border-top: 1px solid rgba(228, 228, 228, 1);
}

#s-0bebadfd-cfd1-4b0d-b601-339d06f073d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(22, 22, 21, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0bebadfd-cfd1-4b0d-b601-339d06f073d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-db48f983-58d1-41b1-9813-fb568f03c9dd {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-db48f983-58d1-41b1-9813-fb568f03c9dd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db48f983-58d1-41b1-9813-fb568f03c9dd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-db48f983-58d1-41b1-9813-fb568f03c9dd {
  
}
}
#s-68c585cc-1518-4423-a844-90c7dc159dcd {
  margin-left: 25px;
margin-right: 25px;
padding-left: 45px;
padding-right: 45px;
}
@media (min-width: 1200px){#s-68c585cc-1518-4423-a844-90c7dc159dcd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-68c585cc-1518-4423-a844-90c7dc159dcd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-68c585cc-1518-4423-a844-90c7dc159dcd {
  
}
}
#s-68c585cc-1518-4423-a844-90c7dc159dcd hr {
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-3b1ecca1-ff02-4b47-b5cd-6bbdc6dca1fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 800px;
}
@media (min-width: 1200px){#s-3b1ecca1-ff02-4b47-b5cd-6bbdc6dca1fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b1ecca1-ff02-4b47-b5cd-6bbdc6dca1fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b1ecca1-ff02-4b47-b5cd-6bbdc6dca1fc {
  
}
}
#s-3b1ecca1-ff02-4b47-b5cd-6bbdc6dca1fc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(228, 228, 228, 1);
}

#s-3b1ecca1-ff02-4b47-b5cd-6bbdc6dca1fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(228, 228, 228, 1);
  padding: 18px;
}

#s-3b1ecca1-ff02-4b47-b5cd-6bbdc6dca1fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(22, 22, 21, 1);
}

#s-3b1ecca1-ff02-4b47-b5cd-6bbdc6dca1fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(228, 228, 228, 1);
  border-top: 1px solid rgba(228, 228, 228, 1);
}

#s-3b1ecca1-ff02-4b47-b5cd-6bbdc6dca1fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(22, 22, 21, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-3b1ecca1-ff02-4b47-b5cd-6bbdc6dca1fc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8621941f-f55a-4369-92d0-349d317dbeba {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-8621941f-f55a-4369-92d0-349d317dbeba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8621941f-f55a-4369-92d0-349d317dbeba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8621941f-f55a-4369-92d0-349d317dbeba {
  
}
}
#s-2c4f148c-5611-4c4b-aba7-292ab83124ef {
  margin-left: 25px;
margin-right: 25px;
padding-left: 45px;
padding-right: 45px;
}
@media (min-width: 1200px){#s-2c4f148c-5611-4c4b-aba7-292ab83124ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c4f148c-5611-4c4b-aba7-292ab83124ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c4f148c-5611-4c4b-aba7-292ab83124ef {
  
}
}
#s-2c4f148c-5611-4c4b-aba7-292ab83124ef hr {
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-63714a07-641e-4477-b9e2-eeac61fc2105 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
max-width: 800px;
}
@media (min-width: 1200px){#s-63714a07-641e-4477-b9e2-eeac61fc2105 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63714a07-641e-4477-b9e2-eeac61fc2105 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63714a07-641e-4477-b9e2-eeac61fc2105 {
  
}
}
#s-63714a07-641e-4477-b9e2-eeac61fc2105 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(228, 228, 228, 1);
}

#s-63714a07-641e-4477-b9e2-eeac61fc2105 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(228, 228, 228, 1);
  padding: 18px;
}

#s-63714a07-641e-4477-b9e2-eeac61fc2105 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(22, 22, 21, 1);
}

#s-63714a07-641e-4477-b9e2-eeac61fc2105 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(228, 228, 228, 1);
  border-top: 1px solid rgba(228, 228, 228, 1);
}

#s-63714a07-641e-4477-b9e2-eeac61fc2105 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(22, 22, 21, 1);
  text-align: left;
  font-family: Montserrat;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-63714a07-641e-4477-b9e2-eeac61fc2105 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5b6426db-d919-4cc1-bef8-9ea97bf747f3 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
}
@media (min-width: 1200px){#s-5b6426db-d919-4cc1-bef8-9ea97bf747f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6426db-d919-4cc1-bef8-9ea97bf747f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6426db-d919-4cc1-bef8-9ea97bf747f3 {
  
}
}
#s-00e2a720-350e-4d9a-b55c-d3422f47be5e {
  margin-left: 100px;
margin-right: 100px;
padding-left: 45px;
padding-right: 45px;
}
@media (min-width: 1200px){#s-00e2a720-350e-4d9a-b55c-d3422f47be5e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00e2a720-350e-4d9a-b55c-d3422f47be5e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00e2a720-350e-4d9a-b55c-d3422f47be5e {
  
}
}
#s-00e2a720-350e-4d9a-b55c-d3422f47be5e hr {
  border-top: 1px solid rgba(170, 170, 170, 1);
}

#s-fba37547-8551-4762-9e0d-56174a4b1ee8 {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}








#s-fba37547-8551-4762-9e0d-56174a4b1ee8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fba37547-8551-4762-9e0d-56174a4b1ee8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d35a6f1-81fe-4c2f-a393-31f85c66dd73 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 75px;
margin-bottom: 75px;
padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-2d35a6f1-81fe-4c2f-a393-31f85c66dd73 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d35a6f1-81fe-4c2f-a393-31f85c66dd73 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d35a6f1-81fe-4c2f-a393-31f85c66dd73 {
  
}
}@media (max-width: 767px){#s-2d35a6f1-81fe-4c2f-a393-31f85c66dd73 {
  display: none;
}
#s-2d35a6f1-81fe-4c2f-a393-31f85c66dd73, #wrap-s-2d35a6f1-81fe-4c2f-a393-31f85c66dd73 { display:none !important; }}







#s-2d35a6f1-81fe-4c2f-a393-31f85c66dd73 > .shg-box-overlay {
  background-color: rgba(4, 0, 0, 1);
  opacity: 0.5;
}#s-2d35a6f1-81fe-4c2f-a393-31f85c66dd73.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-3487362c-a882-4ba8-970f-1fddb711d241"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3487362c-a882-4ba8-970f-1fddb711d241"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3487362c-a882-4ba8-970f-1fddb711d241"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3487362c-a882-4ba8-970f-1fddb711d241"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5d59b29a-bdbd-4370-9fcf-bd41b75aa865 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 15px;
text-align: center;
background-color: rgba(228, 228, 228, 0);
}
@media (min-width: 1200px){#s-5d59b29a-bdbd-4370-9fcf-bd41b75aa865 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d59b29a-bdbd-4370-9fcf-bd41b75aa865 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d59b29a-bdbd-4370-9fcf-bd41b75aa865 {
  
}
}
#s-5d59b29a-bdbd-4370-9fcf-bd41b75aa865 .shogun-heading-component h2 {
  color: rgba(243, 243, 243, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  
}



#s-fb80b8eb-c23f-491c-bf49-c167b3e350ee {
  margin-top: 45px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}

#s-8818b896-2a09-4877-8398-0476dcf6a014 {
  margin-top: 15px;
margin-left: 25px;
margin-bottom: 15px;
margin-right: 25px;
}

#s-843cba29-5d1a-4358-a92a-857712f49ae0 {
  margin-top: 45px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}

#s-b2daff76-9da5-4074-959d-6c802235f7f5 {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}
@media (max-width: 767px){#s-b2daff76-9da5-4074-959d-6c802235f7f5 {
  display: none;
}
#s-b2daff76-9da5-4074-959d-6c802235f7f5, #wrap-s-b2daff76-9da5-4074-959d-6c802235f7f5 { display:none !important; }}







#s-b2daff76-9da5-4074-959d-6c802235f7f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2daff76-9da5-4074-959d-6c802235f7f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b0aec2a-bd46-467a-9373-c50e8cbf6e64 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2b0aec2a-bd46-467a-9373-c50e8cbf6e64 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b0aec2a-bd46-467a-9373-c50e8cbf6e64 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b0aec2a-bd46-467a-9373-c50e8cbf6e64 {
  
}
}@media (max-width: 767px){#s-2b0aec2a-bd46-467a-9373-c50e8cbf6e64 {
  display: none;
}
#s-2b0aec2a-bd46-467a-9373-c50e8cbf6e64, #wrap-s-2b0aec2a-bd46-467a-9373-c50e8cbf6e64 { display:none !important; }}







#s-2b0aec2a-bd46-467a-9373-c50e8cbf6e64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b0aec2a-bd46-467a-9373-c50e8cbf6e64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f4309ed-246b-4232-a7f9-480b9b3a4716 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-bottom: 35px;
text-align: center;
background-color: rgba(228, 228, 228, 0);
}
@media (min-width: 1200px){#s-9f4309ed-246b-4232-a7f9-480b9b3a4716 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f4309ed-246b-4232-a7f9-480b9b3a4716 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f4309ed-246b-4232-a7f9-480b9b3a4716 {
  
}
}
#s-9f4309ed-246b-4232-a7f9-480b9b3a4716 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 6px;
  
}



#s-439b829a-19c8-4457-a10b-79420081e429 {
  padding-bottom: 65px;
}

@media (min-width: 0px) {
[id="s-439b829a-19c8-4457-a10b-79420081e429"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-439b829a-19c8-4457-a10b-79420081e429"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-439b829a-19c8-4457-a10b-79420081e429"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-439b829a-19c8-4457-a10b-79420081e429"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7d132fba-92e7-44eb-8f54-fc783944ed08 {
  min-height: 50px;
}








#s-7d132fba-92e7-44eb-8f54-fc783944ed08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d132fba-92e7-44eb-8f54-fc783944ed08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c750cbd0-4b2e-4176-9032-5abb4269c48f {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-c750cbd0-4b2e-4176-9032-5abb4269c48f img.shogun-image {
    

    
    
    
  }


#s-c750cbd0-4b2e-4176-9032-5abb4269c48f .shogun-image-content {
  
    align-items: center;
  
}

#s-eb9152ef-6656-4c30-a4f5-c9303411d954 {
  padding-top: 15px;
}

#s-4da462a2-ce82-4d1e-8a61-a0475e170d8b {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 5px;
margin-right: 25px;
}

#s-7e737fd3-6a63-4b58-88d1-39dda377ba8a {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-7e737fd3-6a63-4b58-88d1-39dda377ba8a img.shogun-image {
    

    
    
    
  }


#s-7e737fd3-6a63-4b58-88d1-39dda377ba8a .shogun-image-content {
  
    align-items: center;
  
}

#s-2e510070-60ce-4ec4-9f97-d1c3e085ae95 {
  padding-top: 15px;
}

#s-19cd3e58-dc28-4c4d-a1df-e831d491fd9e {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-97492623-8698-4805-a2e9-c1048d33fade {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-97492623-8698-4805-a2e9-c1048d33fade img.shogun-image {
    

    
    
    
  }


#s-97492623-8698-4805-a2e9-c1048d33fade .shogun-image-content {
  
    align-items: center;
  
}

#s-21003ce5-7b80-4576-8a28-fa33cede8fda {
  padding-top: 15px;
}

#s-88cd8062-976d-4b03-8d2a-211fd0bf08ba {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

#s-850d79fc-3cce-4ed9-b0f0-0c814d167763 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}







  #s-850d79fc-3cce-4ed9-b0f0-0c814d167763 img.shogun-image {
    

    
    
    
  }


#s-850d79fc-3cce-4ed9-b0f0-0c814d167763 .shogun-image-content {
  
    align-items: center;
  
}

#s-946ea7a2-3296-48c7-b5b5-b407b6a2b859 {
  padding-top: 15px;
}

#s-e5908b47-521b-4fab-b081-5cf35620bc1c {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
}

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