.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-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}@media (max-width: 767px){#s-9db044ca-f446-4eea-8094-4a518ba7acb0 {
  
}
}







#s-9db044ca-f446-4eea-8094-4a518ba7acb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9db044ca-f446-4eea-8094-4a518ba7acb0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-1795a509-a1c1-4e96-9e34-7a9ae7f58cc1 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
text-align: center;
}

#s-1795a509-a1c1-4e96-9e34-7a9ae7f58cc1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-24017b83-889b-4c49-a95f-7249b513cd56 .shogun-countdown span, #s-24017b83-889b-4c49-a95f-7249b513cd56 .shogun-countdown label {
  color: rgba(247, 37, 92, 1);
}
#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 550px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c {
  display: none;
}
#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c, #wrap-s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c { display: none !important; }}@media (max-width: 767px){#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c {
  display: none;
}
#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c, #wrap-s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c { display: none !important; }}
#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c {
  background-image: url(https://i.shgcdn.com/2fa5f3e7-4252-4d6f-9701-42683d9138a2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c > .shg-box-overlay {
  background-color: rgba(255, 224, 0, 1);
  opacity: 0;
}#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c {
  cursor: pointer;
}#s-7d11bfa5-cfbc-484c-a711-b29e5e1fb35c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8414473-f063-4f15-8991-f5527bbf1f24 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 530px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b8414473-f063-4f15-8991-f5527bbf1f24 {
  display: none;
}
#s-b8414473-f063-4f15-8991-f5527bbf1f24, #wrap-s-b8414473-f063-4f15-8991-f5527bbf1f24 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8414473-f063-4f15-8991-f5527bbf1f24 {
  display: none;
}
#s-b8414473-f063-4f15-8991-f5527bbf1f24, #wrap-s-b8414473-f063-4f15-8991-f5527bbf1f24 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8414473-f063-4f15-8991-f5527bbf1f24 {
  display: none;
}
#s-b8414473-f063-4f15-8991-f5527bbf1f24, #wrap-s-b8414473-f063-4f15-8991-f5527bbf1f24 { display: none !important; }}@media (max-width: 767px){#s-b8414473-f063-4f15-8991-f5527bbf1f24 {
  
}
}
#s-b8414473-f063-4f15-8991-f5527bbf1f24 {
  background-image: url(https://i.shgcdn.com/4e394e41-ee53-4374-96e4-26181659ae8e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b8414473-f063-4f15-8991-f5527bbf1f24 > .shg-box-overlay {
  background-color: rgba(255, 224, 0, 1);
  opacity: 0;
}#s-b8414473-f063-4f15-8991-f5527bbf1f24 {
  cursor: pointer;
}#s-b8414473-f063-4f15-8991-f5527bbf1f24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f7123cd-9a34-4981-a322-1b1f9f85709a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 55px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 850px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1f7123cd-9a34-4981-a322-1b1f9f85709a {
  display: none;
}
#s-1f7123cd-9a34-4981-a322-1b1f9f85709a, #wrap-s-1f7123cd-9a34-4981-a322-1b1f9f85709a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f7123cd-9a34-4981-a322-1b1f9f85709a {
  display: none;
}
#s-1f7123cd-9a34-4981-a322-1b1f9f85709a, #wrap-s-1f7123cd-9a34-4981-a322-1b1f9f85709a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f7123cd-9a34-4981-a322-1b1f9f85709a {
  
}
}@media (max-width: 767px){#s-1f7123cd-9a34-4981-a322-1b1f9f85709a {
  display: none;
}
#s-1f7123cd-9a34-4981-a322-1b1f9f85709a, #wrap-s-1f7123cd-9a34-4981-a322-1b1f9f85709a { display: none !important; }}
#s-1f7123cd-9a34-4981-a322-1b1f9f85709a {
  background-image: url(https://i.shgcdn.com/183c42c0-48ee-4011-b5c5-45e270362da8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1f7123cd-9a34-4981-a322-1b1f9f85709a > .shg-box-overlay {
  background-color: rgba(255, 224, 0, 1);
  opacity: 0;
}#s-1f7123cd-9a34-4981-a322-1b1f9f85709a {
  cursor: pointer;
}#s-1f7123cd-9a34-4981-a322-1b1f9f85709a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7 {
  display: none;
}
#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7, #wrap-s-fd1af266-f446-4859-b9ca-a8368b2b4eb7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7 {
  display: none;
}
#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7, #wrap-s-fd1af266-f446-4859-b9ca-a8368b2b4eb7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7 {
  display: none;
}
#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7, #wrap-s-fd1af266-f446-4859-b9ca-a8368b2b4eb7 { display: none !important; }}@media (max-width: 767px){#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7 {
  display: none;
}
#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7, #wrap-s-fd1af266-f446-4859-b9ca-a8368b2b4eb7 { display: none !important; }}
#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7 {
  background-image: url(https://i.shgcdn.com/8f0951f1-c648-40c4-9f50-7c1800ffc04c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7 > .shg-box-overlay {
  background-color: rgba(255, 224, 0, 1);
  opacity: 0;
}#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7 {
  cursor: pointer;
}#s-fd1af266-f446-4859-b9ca-a8368b2b4eb7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e3a5c019-e147-4196-8453-cdb56102edc6 {
  min-height: 50px;
}








#s-e3a5c019-e147-4196-8453-cdb56102edc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3a5c019-e147-4196-8453-cdb56102edc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a10be76f-f616-47f5-8cb2-3420a5ced0a9 {
  margin-top: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a10be76f-f616-47f5-8cb2-3420a5ced0a9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



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

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

#s-53e473e1-30fc-4c5c-8c55-a16ecb2acec0 {
  margin-top: -24px;
margin-bottom: -30px;
padding-left: 49%;
padding-right: 49%;
}

#s-53e473e1-30fc-4c5c-8c55-a16ecb2acec0 hr {
  border-top: 4px solid rgba(35, 35, 35, 1);
}

#s-a9b69c89-b265-4cc2-94a3-53cfea28ea59 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
text-align: center;
}

#s-a9b69c89-b265-4cc2-94a3-53cfea28ea59 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



#s-b6cc3923-9a66-4cef-9203-27a206fae2ef {
  min-height: 50px;
}








#s-b6cc3923-9a66-4cef-9203-27a206fae2ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6cc3923-9a66-4cef-9203-27a206fae2ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9a74823d-2db3-46aa-8f10-dce32dcb27ac {
  margin-top: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9a74823d-2db3-46aa-8f10-dce32dcb27ac {
  display: none;
}
#s-9a74823d-2db3-46aa-8f10-dce32dcb27ac, #wrap-s-9a74823d-2db3-46aa-8f10-dce32dcb27ac { display: none !important; }}@media (max-width: 767px){#s-9a74823d-2db3-46aa-8f10-dce32dcb27ac {
  display: none;
}
#s-9a74823d-2db3-46aa-8f10-dce32dcb27ac, #wrap-s-9a74823d-2db3-46aa-8f10-dce32dcb27ac { display: none !important; }}






  #s-9a74823d-2db3-46aa-8f10-dce32dcb27ac img.shogun-image {
    

    
    
    
  }


#s-9a74823d-2db3-46aa-8f10-dce32dcb27ac .shogun-image-content {
  
    align-items: center;
  
}

#s-bcab79f3-b7ee-4107-aeed-0c80d6534e17 {
  padding-top: 10px;
padding-left: 54%;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcab79f3-b7ee-4107-aeed-0c80d6534e17 {
  display: none;
}
#s-bcab79f3-b7ee-4107-aeed-0c80d6534e17, #wrap-s-bcab79f3-b7ee-4107-aeed-0c80d6534e17 { display: none !important; }}@media (max-width: 767px){#s-bcab79f3-b7ee-4107-aeed-0c80d6534e17 {
  display: none;
}
#s-bcab79f3-b7ee-4107-aeed-0c80d6534e17, #wrap-s-bcab79f3-b7ee-4107-aeed-0c80d6534e17 { display: none !important; }}
#s-bcab79f3-b7ee-4107-aeed-0c80d6534e17 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



.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-ad672ed3-0917-4492-bfcf-12d4c43c9284 {
  padding-left: 54%;
padding-right: 14%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad672ed3-0917-4492-bfcf-12d4c43c9284 {
  display: none;
}
#s-ad672ed3-0917-4492-bfcf-12d4c43c9284, #wrap-s-ad672ed3-0917-4492-bfcf-12d4c43c9284 { display: none !important; }}@media (max-width: 767px){#s-ad672ed3-0917-4492-bfcf-12d4c43c9284 {
  display: none;
}
#s-ad672ed3-0917-4492-bfcf-12d4c43c9284, #wrap-s-ad672ed3-0917-4492-bfcf-12d4c43c9284 { display: none !important; }}
#s-ae58ec86-aadb-4aa6-a4da-02fd0f14e93d {
  margin-top: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-ae58ec86-aadb-4aa6-a4da-02fd0f14e93d {
  display: none;
}
#s-ae58ec86-aadb-4aa6-a4da-02fd0f14e93d, #wrap-s-ae58ec86-aadb-4aa6-a4da-02fd0f14e93d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae58ec86-aadb-4aa6-a4da-02fd0f14e93d {
  display: none;
}
#s-ae58ec86-aadb-4aa6-a4da-02fd0f14e93d, #wrap-s-ae58ec86-aadb-4aa6-a4da-02fd0f14e93d { display: none !important; }}






  #s-ae58ec86-aadb-4aa6-a4da-02fd0f14e93d img.shogun-image {
    

    
    
    
  }


#s-ae58ec86-aadb-4aa6-a4da-02fd0f14e93d .shogun-image-content {
  
    align-items: center;
  
}

#s-a7a3ad50-03ec-49f2-816c-bea18a7dca82 {
  margin-top: 360px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-a7a3ad50-03ec-49f2-816c-bea18a7dca82 {
  margin-top: 280px;
}
}
#s-a7a3ad50-03ec-49f2-816c-bea18a7dca82 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a1ad113b-0abb-431e-91e0-7cbd5661e8d3 {
  margin-top: -25px;
margin-bottom: -18px;
padding-left: 46%;
padding-right: 46%;
}

#s-a1ad113b-0abb-431e-91e0-7cbd5661e8d3 hr {
  border-top: 4px solid rgba(35, 35, 35, 1);
}

#s-e449d92d-3cc3-49dc-be21-2da321ed0c5e {
  margin-top: 0px;
padding-left: 2%;
padding-right: 10%;
}
@media (max-width: 767px){#s-e449d92d-3cc3-49dc-be21-2da321ed0c5e {
  padding-left: 5%;
padding-right: 10%;
}
}
#s-912556ca-2d80-4b82-baeb-225b5e7e1f56 {
  min-height: 50px;
}








#s-912556ca-2d80-4b82-baeb-225b5e7e1f56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-912556ca-2d80-4b82-baeb-225b5e7e1f56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ffa6705-c58f-44b9-926e-9d80c42218e9 {
  margin-top: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ffa6705-c58f-44b9-926e-9d80c42218e9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0c61bb75-5def-4d19-9ff3-932e78cc092b {
  margin-top: -24px;
margin-bottom: -30px;
padding-left: 49%;
padding-right: 49%;
}

#s-0c61bb75-5def-4d19-9ff3-932e78cc092b hr {
  border-top: 4px solid rgba(35, 35, 35, 1);
}

#s-0b4716e7-f055-463f-a1a5-1669d1069fd8 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
text-align: center;
}

#s-0b4716e7-f055-463f-a1a5-1669d1069fd8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



#s-089e1c95-cc9c-46fc-8824-714de4b28ade {
  min-height: 50px;
}








#s-089e1c95-cc9c-46fc-8824-714de4b28ade > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-089e1c95-cc9c-46fc-8824-714de4b28ade.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-0bc15b74-2df7-4033-92d6-ec8ae61aa266 {
  margin-top: 30px;
margin-left: 25%;
margin-bottom: 30px;
margin-right: 25%;
min-height: 0px;
max-width: 900px;
}
@media (max-width: 767px){#s-0bc15b74-2df7-4033-92d6-ec8ae61aa266 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 8%;
}
}
#s-f4894ebc-a9f0-445f-afb4-054d91f37b43 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f4894ebc-a9f0-445f-afb4-054d91f37b43 {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 5%;
}
}
#s-f4894ebc-a9f0-445f-afb4-054d91f37b43 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e563e15c-41a8-4873-867b-15a52aa889d2 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e563e15c-41a8-4873-867b-15a52aa889d2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-288b1b55-e5d9-434b-b1ca-92f304c197f1 {
  min-height: 50px;
}








#s-288b1b55-e5d9-434b-b1ca-92f304c197f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-288b1b55-e5d9-434b-b1ca-92f304c197f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20acc664-921d-4961-992f-8bf9d33729a7 {
  margin-top: 70px;
min-height: 50px;
}








#s-20acc664-921d-4961-992f-8bf9d33729a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20acc664-921d-4961-992f-8bf9d33729a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45b493cb-b3e8-4ba3-9dbd-af4077685ca2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
background-position: center center;
}
@media (max-width: 767px){#s-45b493cb-b3e8-4ba3-9dbd-af4077685ca2 {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-45b493cb-b3e8-4ba3-9dbd-af4077685ca2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45b493cb-b3e8-4ba3-9dbd-af4077685ca2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-7cb59814-5541-4a1d-80c2-614df391d75d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cb59814-5541-4a1d-80c2-614df391d75d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7cb59814-5541-4a1d-80c2-614df391d75d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cb59814-5541-4a1d-80c2-614df391d75d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bcb4e77d-65fd-49a9-9425-9c7fb020e563 {
  padding-top: 20px;
padding-left: 20%;
padding-bottom: 20px;
padding-right: 20%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-bcb4e77d-65fd-49a9-9425-9c7fb020e563 {
  margin-bottom: 20px;
}
}







#s-bcb4e77d-65fd-49a9-9425-9c7fb020e563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcb4e77d-65fd-49a9-9425-9c7fb020e563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-963c0fad-ba42-4843-9ab4-95ffce3bf41d {
  margin-bottom: 10px;
text-align: center;
}







  #s-963c0fad-ba42-4843-9ab4-95ffce3bf41d img.shogun-image {
    

    
    
    
  }


#s-963c0fad-ba42-4843-9ab4-95ffce3bf41d .shogun-image-content {
  
    align-items: center;
  
}

#s-bd857d7e-b56a-4e67-aba8-33738df40d75 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bd857d7e-b56a-4e67-aba8-33738df40d75 .shogun-heading-component h5 {
  color: rgba(35, 35, 35, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-47efd3c9-4f45-4d37-999e-98162d940dea {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (max-width: 767px){#s-47efd3c9-4f45-4d37-999e-98162d940dea {
  margin-bottom: 20px;
}
}







#s-47efd3c9-4f45-4d37-999e-98162d940dea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47efd3c9-4f45-4d37-999e-98162d940dea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf0b3fc8-a1bc-4816-90dc-da7936070eab {
  margin-bottom: 10px;
text-align: center;
}







  #s-bf0b3fc8-a1bc-4816-90dc-da7936070eab img.shogun-image {
    

    
    
    
  }


#s-bf0b3fc8-a1bc-4816-90dc-da7936070eab .shogun-image-content {
  
    align-items: center;
  
}

#s-9a45b44a-057c-4726-9fa1-80a2c17e6616 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9a45b44a-057c-4726-9fa1-80a2c17e6616 .shogun-heading-component h5 {
  color: rgba(35, 35, 35, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-9453b9fa-88b0-451c-bb4e-bfacbd8e2c83 {
  margin-top: 4px;
}

#s-73edcbbf-ca2e-4412-b917-10ab16f54d6a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-73edcbbf-ca2e-4412-b917-10ab16f54d6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73edcbbf-ca2e-4412-b917-10ab16f54d6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f42b21f-ca24-4958-b68d-bb4fc80bb015 {
  margin-bottom: 10px;
text-align: center;
}







  #s-0f42b21f-ca24-4958-b68d-bb4fc80bb015 img.shogun-image {
    

    
    
    
  }


#s-0f42b21f-ca24-4958-b68d-bb4fc80bb015 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbb42ce7-0a6b-488b-97a7-60bdb494bcfa {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-cbb42ce7-0a6b-488b-97a7-60bdb494bcfa .shogun-heading-component h5 {
  color: rgba(35, 35, 35, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-9dd92565-2199-4065-b3d2-00d4468088e6 {
  min-height: 50px;
}








#s-9dd92565-2199-4065-b3d2-00d4468088e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dd92565-2199-4065-b3d2-00d4468088e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-891a4620-d606-436d-809b-2464def0a02a {
  margin-top: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-891a4620-d606-436d-809b-2464def0a02a .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-912c68ee-f6f2-445e-9cbe-94b77a8a8940 {
  margin-top: -24px;
margin-bottom: -30px;
padding-left: 49%;
padding-right: 49%;
}

#s-912c68ee-f6f2-445e-9cbe-94b77a8a8940 hr {
  border-top: 4px solid rgba(35, 35, 35, 1);
}

#s-7f53bbef-00ae-4851-af88-9af489ed726a {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
text-align: center;
}

#s-7f53bbef-00ae-4851-af88-9af489ed726a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  
  
  
  
}



#s-7221cfca-1ef7-49ed-8f9e-55ab98394d63 {
  margin-top: 30px;
}
@media (max-width: 767px){#s-7221cfca-1ef7-49ed-8f9e-55ab98394d63 {
  margin-top: 20px;
margin-left: 5%;
padding-left: 0%;
}
}
@media (min-width: 0px) {
[id="s-7221cfca-1ef7-49ed-8f9e-55ab98394d63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7221cfca-1ef7-49ed-8f9e-55ab98394d63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7221cfca-1ef7-49ed-8f9e-55ab98394d63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7221cfca-1ef7-49ed-8f9e-55ab98394d63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2a0a8530-4c16-4e9d-a0fe-5486b253380b {
  margin-right: -22%;
text-align: center;
}
@media (max-width: 767px){#s-2a0a8530-4c16-4e9d-a0fe-5486b253380b {
  margin-left: 0%;
margin-right: 8%;
}
}






  #s-2a0a8530-4c16-4e9d-a0fe-5486b253380b img.shogun-image {
    

    
    
    
  }


#s-2a0a8530-4c16-4e9d-a0fe-5486b253380b .shogun-image-content {
  
    align-items: center;
  
}

#s-a7939a4c-4e7c-4cb1-bef9-bad91b6298a8 {
  margin-top: 80px;
}
@media (max-width: 767px){#s-a7939a4c-4e7c-4cb1-bef9-bad91b6298a8 {
  margin-top: 20px;
}
}
#s-a7939a4c-4e7c-4cb1-bef9-bad91b6298a8 .shogun-icon-wrapper {
  text-align: left;
}


#s-a7939a4c-4e7c-4cb1-bef9-bad91b6298a8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(35, 35, 35, 1);
}

#s-4ed69c6b-d5e6-4eef-96fd-25d0e234c376 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4ed69c6b-d5e6-4eef-96fd-25d0e234c376 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}



#s-9058e645-8399-4ba1-8363-0afaee93b05f {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 12%;
text-align: left;
}

#s-9058e645-8399-4ba1-8363-0afaee93b05f .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-282c9c7c-4bf4-4dfb-981a-767550a25c33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-282c9c7c-4bf4-4dfb-981a-767550a25c33 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-290ac6e6-6a51-492e-83d8-4737ea14ae57 {
  margin-top: 15px;
}
@media (max-width: 767px){#s-290ac6e6-6a51-492e-83d8-4737ea14ae57 {
  margin-top: 40px;
margin-left: 5%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-290ac6e6-6a51-492e-83d8-4737ea14ae57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-290ac6e6-6a51-492e-83d8-4737ea14ae57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-290ac6e6-6a51-492e-83d8-4737ea14ae57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-290ac6e6-6a51-492e-83d8-4737ea14ae57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-050ef231-2274-47e5-8360-f3476917e2f8 {
  margin-right: -22%;
text-align: center;
}
@media (max-width: 767px){#s-050ef231-2274-47e5-8360-f3476917e2f8 {
  margin-right: 8%;
}
}






  #s-050ef231-2274-47e5-8360-f3476917e2f8 img.shogun-image {
    

    
    
    
  }


#s-050ef231-2274-47e5-8360-f3476917e2f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a7e2f30-4829-4a61-b52c-b4b0b58ff6c4 {
  margin-top: 80px;
}
@media (max-width: 767px){#s-5a7e2f30-4829-4a61-b52c-b4b0b58ff6c4 {
  margin-top: 20px;
}
}
#s-5a7e2f30-4829-4a61-b52c-b4b0b58ff6c4 .shogun-icon-wrapper {
  text-align: left;
}


#s-5a7e2f30-4829-4a61-b52c-b4b0b58ff6c4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(35, 35, 35, 1);
}

#s-44dd16b3-31b6-4373-a312-6d4712ae2b34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44dd16b3-31b6-4373-a312-6d4712ae2b34 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-fd3587f5-c8c3-4c92-a555-90bb997d4fcf {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 12%;
text-align: left;
}

#s-fd3587f5-c8c3-4c92-a555-90bb997d4fcf .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-3cf3f755-a9ca-4a61-a0fb-89564dee171f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3cf3f755-a9ca-4a61-a0fb-89564dee171f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-456e5856-0547-445d-90bf-99879cb11d5a {
  margin-top: 15px;
}
@media (max-width: 767px){#s-456e5856-0547-445d-90bf-99879cb11d5a {
  margin-top: 40px;
margin-left: 5%;
}
}
@media (min-width: 0px) {
[id="s-456e5856-0547-445d-90bf-99879cb11d5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-456e5856-0547-445d-90bf-99879cb11d5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-456e5856-0547-445d-90bf-99879cb11d5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-456e5856-0547-445d-90bf-99879cb11d5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b555e879-8555-4972-a175-0c64b77feb2f {
  margin-right: -22%;
text-align: center;
}
@media (max-width: 767px){#s-b555e879-8555-4972-a175-0c64b77feb2f {
  margin-right: 8%;
}
}






  #s-b555e879-8555-4972-a175-0c64b77feb2f img.shogun-image {
    

    
    
    
  }


#s-b555e879-8555-4972-a175-0c64b77feb2f .shogun-image-content {
  
    align-items: center;
  
}

#s-367fdb1b-005e-4251-bd51-09aa76228e5f {
  margin-top: 80px;
}
@media (max-width: 767px){#s-367fdb1b-005e-4251-bd51-09aa76228e5f {
  margin-top: 20px;
}
}
#s-367fdb1b-005e-4251-bd51-09aa76228e5f .shogun-icon-wrapper {
  text-align: left;
}


#s-367fdb1b-005e-4251-bd51-09aa76228e5f .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(35, 35, 35, 1);
}

#s-89a9778e-ff17-4f90-a8aa-68d50c7483ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-89a9778e-ff17-4f90-a8aa-68d50c7483ab .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-765dfbd4-ba13-489d-b210-4c81abe5bb81 {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 12%;
text-align: left;
}

#s-765dfbd4-ba13-489d-b210-4c81abe5bb81 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-751016da-5857-40f6-9133-563ca8c01650 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-751016da-5857-40f6-9133-563ca8c01650 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-676c58c2-d2a6-4eb7-88e6-d39d7f1c06fb {
  margin-top: 70px;
padding-left: 0%;
padding-right: 0%;
max-width: 1920px;
aspect-ratio: 1920/650;
text-align: center;
}
@media (min-width: 1200px){#s-676c58c2-d2a6-4eb7-88e6-d39d7f1c06fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-676c58c2-d2a6-4eb7-88e6-d39d7f1c06fb {
  
}
}@media (max-width: 767px){#s-676c58c2-d2a6-4eb7-88e6-d39d7f1c06fb {
  margin-top: 20px;
margin-bottom: 10px;
display: none;
}
#s-676c58c2-d2a6-4eb7-88e6-d39d7f1c06fb, #wrap-s-676c58c2-d2a6-4eb7-88e6-d39d7f1c06fb { display: none !important; }}




  #s-676c58c2-d2a6-4eb7-88e6-d39d7f1c06fb img.shogun-image,
  #s-676c58c2-d2a6-4eb7-88e6-d39d7f1c06fb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-676c58c2-d2a6-4eb7-88e6-d39d7f1c06fb {
    width: 100%;
    height: auto;
  }



  #s-676c58c2-d2a6-4eb7-88e6-d39d7f1c06fb img.shogun-image {
    

    
    
    
  }


#s-676c58c2-d2a6-4eb7-88e6-d39d7f1c06fb .shogun-image-content {
  
    align-items: center;
  
}

#s-b5b08da1-8e17-4e53-a8a1-9a77ecb3efcf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b5b08da1-8e17-4e53-a8a1-9a77ecb3efcf {
  display: none;
}
#s-b5b08da1-8e17-4e53-a8a1-9a77ecb3efcf, #wrap-s-b5b08da1-8e17-4e53-a8a1-9a77ecb3efcf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5b08da1-8e17-4e53-a8a1-9a77ecb3efcf {
  display: none;
}
#s-b5b08da1-8e17-4e53-a8a1-9a77ecb3efcf, #wrap-s-b5b08da1-8e17-4e53-a8a1-9a77ecb3efcf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5b08da1-8e17-4e53-a8a1-9a77ecb3efcf {
  display: none;
}
#s-b5b08da1-8e17-4e53-a8a1-9a77ecb3efcf, #wrap-s-b5b08da1-8e17-4e53-a8a1-9a77ecb3efcf { display: none !important; }}







#s-b5b08da1-8e17-4e53-a8a1-9a77ecb3efcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5b08da1-8e17-4e53-a8a1-9a77ecb3efcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bf7db5d-1e26-4f1d-9409-0ddd62ec0604 {
  max-width: 600px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-7bf7db5d-1e26-4f1d-9409-0ddd62ec0604 {
  margin-top: 20px;
}
}




  #s-7bf7db5d-1e26-4f1d-9409-0ddd62ec0604 img.shogun-image,
  #s-7bf7db5d-1e26-4f1d-9409-0ddd62ec0604 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7bf7db5d-1e26-4f1d-9409-0ddd62ec0604 {
    width: 100%;
    height: auto;
  }



  #s-7bf7db5d-1e26-4f1d-9409-0ddd62ec0604 img.shogun-image {
    

    
    
    
  }


#s-7bf7db5d-1e26-4f1d-9409-0ddd62ec0604 .shogun-image-content {
  
    align-items: center;
  
}

#s-9929f9df-2f2a-46bf-ae38-ce2f1fde384f {
  margin-top: 70px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-9929f9df-2f2a-46bf-ae38-ce2f1fde384f {
  margin-top: 30px;
}
}







#s-9929f9df-2f2a-46bf-ae38-ce2f1fde384f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9929f9df-2f2a-46bf-ae38-ce2f1fde384f.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-5a27d606-d948-4a6f-99ee-aefefa256078"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a27d606-d948-4a6f-99ee-aefefa256078"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a27d606-d948-4a6f-99ee-aefefa256078"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a27d606-d948-4a6f-99ee-aefefa256078"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-751bd79e-db15-49b7-9399-6324fa206d9d {
  max-width: 800px;
}

#s-24eb8449-dcc1-4876-99d1-48b50aebafc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-24eb8449-dcc1-4876-99d1-48b50aebafc8 {
  margin-top: 10px;
margin-bottom: 0px;
}
}
#s-24eb8449-dcc1-4876-99d1-48b50aebafc8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-3410f80f-1328-4365-b4c8-dd12017fb920 {
  margin-top: 10px;
padding-right: 4%;
}
@media (max-width: 767px){#s-3410f80f-1328-4365-b4c8-dd12017fb920 {
  margin-top: 0px;
}
}
#s-29b2d65c-4fc7-4a83-ab0c-7dc944aa1195 {
  max-width: 800px;
}
@media (max-width: 767px){#s-29b2d65c-4fc7-4a83-ab0c-7dc944aa1195 {
  margin-top: 30px;
}
}
#s-b3d7f724-683a-4185-ae47-fb2216b8fa65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b3d7f724-683a-4185-ae47-fb2216b8fa65 {
  margin-top: 10px;
}
}
#s-b3d7f724-683a-4185-ae47-fb2216b8fa65 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-abfd7b7c-e116-4a75-9a6c-bc607c613f29 {
  margin-top: 10px;
padding-right: 4%;
}
@media (max-width: 767px){#s-abfd7b7c-e116-4a75-9a6c-bc607c613f29 {
  margin-top: 0px;
}
}
#s-05623539-bc28-4569-9e4b-8cb0c6b83dc6 {
  min-height: 50px;
}








#s-05623539-bc28-4569-9e4b-8cb0c6b83dc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05623539-bc28-4569-9e4b-8cb0c6b83dc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3837a668-6029-4718-bb2f-ea32aaf3fc27 {
  min-height: 50px;
}








#s-3837a668-6029-4718-bb2f-ea32aaf3fc27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3837a668-6029-4718-bb2f-ea32aaf3fc27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44df88de-f368-493e-a62e-bc6dd9d9a3dc {
  min-height: 50px;
}








#s-44df88de-f368-493e-a62e-bc6dd9d9a3dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44df88de-f368-493e-a62e-bc6dd9d9a3dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcfdc8da-45fe-4b87-b119-8d3549e91666 {
  min-height: 50px;
}
@media (max-width: 767px){#s-fcfdc8da-45fe-4b87-b119-8d3549e91666 {
  margin-top: -30px;
margin-bottom: 0px;
}
}







#s-fcfdc8da-45fe-4b87-b119-8d3549e91666 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcfdc8da-45fe-4b87-b119-8d3549e91666.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1af8cca1-25b0-4239-9144-24924d799c21 {
  margin-top: 50px;
padding-left: 10%;
padding-right: 10%;
}

#s-1af8cca1-25b0-4239-9144-24924d799c21 hr {
  border-top: 1px solid rgba(35, 35, 35, 1);
}

#s-9a3c5cd0-72df-41be-981c-233e612bed6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a3c5cd0-72df-41be-981c-233e612bed6e .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c5afe9df-0791-49d6-9073-aad5a999c9b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c5afe9df-0791-49d6-9073-aad5a999c9b7 {
  padding-left: 10%;
padding-right: 10%;
}
}
#s-c5afe9df-0791-49d6-9073-aad5a999c9b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



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

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

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

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

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

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

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

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

#s-02365cf3-c59f-4e52-8ca4-b176915f19de {
  margin-top: 20px;
padding-top: 12px;
padding-left: 45px;
padding-bottom: 12px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-02365cf3-c59f-4e52-8ca4-b176915f19de:hover {background-color: rgba(218, 79, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-02365cf3-c59f-4e52-8ca4-b176915f19de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-02365cf3-c59f-4e52-8ca4-b176915f19de-root {
    text-align: center;
  }


#s-02365cf3-c59f-4e52-8ca4-b176915f19de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02365cf3-c59f-4e52-8ca4-b176915f19de-root {
    text-align: center;
  }


#s-02365cf3-c59f-4e52-8ca4-b176915f19de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02365cf3-c59f-4e52-8ca4-b176915f19de-root {
    text-align: center;
  }


#s-02365cf3-c59f-4e52-8ca4-b176915f19de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02365cf3-c59f-4e52-8ca4-b176915f19de-root {
    text-align: center;
  }


#s-02365cf3-c59f-4e52-8ca4-b176915f19de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02365cf3-c59f-4e52-8ca4-b176915f19de-root {
    text-align: center;
  }


#s-02365cf3-c59f-4e52-8ca4-b176915f19de.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-54fb1fc7-705b-4730-8331-b7666e9061e0 {
  padding-left: 10%;
padding-right: 10%;
}

#s-54fb1fc7-705b-4730-8331-b7666e9061e0 hr {
  border-top: 1px solid rgba(35, 35, 35, 1);
}

#s-572696f0-695c-46c1-93f2-c1da269d55ad {
  margin-top: 70px;
min-height: 50px;
}
@media (max-width: 767px){#s-572696f0-695c-46c1-93f2-c1da269d55ad {
  margin-top: 20px;
}
}







#s-572696f0-695c-46c1-93f2-c1da269d55ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-572696f0-695c-46c1-93f2-c1da269d55ad.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-479ed5dc-c61a-4338-bbc6-5ea274c95136"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-479ed5dc-c61a-4338-bbc6-5ea274c95136"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-479ed5dc-c61a-4338-bbc6-5ea274c95136"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-479ed5dc-c61a-4338-bbc6-5ea274c95136"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4c88f8d1-f51d-4f75-a837-3944508b0752 {
  margin-right: -23.5%;
text-align: center;
}
@media (max-width: 767px){#s-4c88f8d1-f51d-4f75-a837-3944508b0752 {
  margin-right: 4%;
}
}






  #s-4c88f8d1-f51d-4f75-a837-3944508b0752 img.shogun-image {
    

    
    
    
  }


#s-4c88f8d1-f51d-4f75-a837-3944508b0752 .shogun-image-content {
  
    align-items: center;
  
}

#s-4892fe66-29bf-4027-a316-33ed5408d05b {
  margin-left: -23.5%;
text-align: center;
}
@media (max-width: 767px){#s-4892fe66-29bf-4027-a316-33ed5408d05b {
  margin-left: 0%;
margin-right: 4%;
}
}






  #s-4892fe66-29bf-4027-a316-33ed5408d05b img.shogun-image {
    

    
    
    
  }


#s-4892fe66-29bf-4027-a316-33ed5408d05b .shogun-image-content {
  
    align-items: center;
  
}

#s-296fb558-0ee4-4fce-82b9-dd4198276795 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-296fb558-0ee4-4fce-82b9-dd4198276795 {
  display: none;
}
#s-296fb558-0ee4-4fce-82b9-dd4198276795, #wrap-s-296fb558-0ee4-4fce-82b9-dd4198276795 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-296fb558-0ee4-4fce-82b9-dd4198276795 {
  display: none;
}
#s-296fb558-0ee4-4fce-82b9-dd4198276795, #wrap-s-296fb558-0ee4-4fce-82b9-dd4198276795 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-296fb558-0ee4-4fce-82b9-dd4198276795 {
  display: none;
}
#s-296fb558-0ee4-4fce-82b9-dd4198276795, #wrap-s-296fb558-0ee4-4fce-82b9-dd4198276795 { display: none !important; }}@media (max-width: 767px){#s-296fb558-0ee4-4fce-82b9-dd4198276795 {
  display: none;
}
#s-296fb558-0ee4-4fce-82b9-dd4198276795, #wrap-s-296fb558-0ee4-4fce-82b9-dd4198276795 { display: none !important; }}







#s-296fb558-0ee4-4fce-82b9-dd4198276795 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-296fb558-0ee4-4fce-82b9-dd4198276795.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70bb9308-142f-4efa-9064-401e7be5f10a {
  margin-top: 70px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70bb9308-142f-4efa-9064-401e7be5f10a .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-c4d1a3be-24da-4a9d-b77f-adb17420284a {
  margin-top: -24px;
margin-bottom: -30px;
padding-left: 49%;
padding-right: 49%;
}

#s-c4d1a3be-24da-4a9d-b77f-adb17420284a hr {
  border-top: 4px solid rgba(35, 35, 35, 1);
}

#s-05a68d8b-906a-4200-b8cf-32dfd6db1954 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
text-align: center;
}
@media (max-width: 767px){#s-05a68d8b-906a-4200-b8cf-32dfd6db1954 {
  margin-left: 0%;
margin-right: 3%;
padding-bottom: 5px;
}
}
#s-05a68d8b-906a-4200-b8cf-32dfd6db1954 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}


@media (max-width: 767px){#s-05a68d8b-906a-4200-b8cf-32dfd6db1954 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}
#s-a981af91-51ce-4761-a09c-c1902b547d3f {
  margin-top: 20px;
padding-top: 12px;
padding-left: 45px;
padding-bottom: 12px;
padding-right: 45px;
border-radius: 2px;
background-color: rgba(35, 35, 35, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a981af91-51ce-4761-a09c-c1902b547d3f:hover {background-color: rgba(218, 79, 117, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a981af91-51ce-4761-a09c-c1902b547d3f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a981af91-51ce-4761-a09c-c1902b547d3f-root {
    text-align: center;
  }


#s-a981af91-51ce-4761-a09c-c1902b547d3f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a981af91-51ce-4761-a09c-c1902b547d3f-root {
    text-align: center;
  }


#s-a981af91-51ce-4761-a09c-c1902b547d3f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a981af91-51ce-4761-a09c-c1902b547d3f-root {
    text-align: center;
  }


#s-a981af91-51ce-4761-a09c-c1902b547d3f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a981af91-51ce-4761-a09c-c1902b547d3f-root {
    text-align: center;
  }


#s-a981af91-51ce-4761-a09c-c1902b547d3f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a981af91-51ce-4761-a09c-c1902b547d3f-root {
    text-align: center;
  }


#s-a981af91-51ce-4761-a09c-c1902b547d3f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-4864c91e-c28f-4357-a6c6-1710bce0c4b6 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: -20px;
margin-left: 0px;
margin-bottom: -50px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 350px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-4864c91e-c28f-4357-a6c6-1710bce0c4b6 {
  display: none;
}
#s-4864c91e-c28f-4357-a6c6-1710bce0c4b6, #wrap-s-4864c91e-c28f-4357-a6c6-1710bce0c4b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4864c91e-c28f-4357-a6c6-1710bce0c4b6 {
  display: none;
}
#s-4864c91e-c28f-4357-a6c6-1710bce0c4b6, #wrap-s-4864c91e-c28f-4357-a6c6-1710bce0c4b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4864c91e-c28f-4357-a6c6-1710bce0c4b6 {
  display: none;
}
#s-4864c91e-c28f-4357-a6c6-1710bce0c4b6, #wrap-s-4864c91e-c28f-4357-a6c6-1710bce0c4b6 { display: none !important; }}@media (max-width: 767px){#s-4864c91e-c28f-4357-a6c6-1710bce0c4b6 {
  display: none;
}
#s-4864c91e-c28f-4357-a6c6-1710bce0c4b6, #wrap-s-4864c91e-c28f-4357-a6c6-1710bce0c4b6 { display: none !important; }}







#s-4864c91e-c28f-4357-a6c6-1710bce0c4b6 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
}#s-4864c91e-c28f-4357-a6c6-1710bce0c4b6 {
  cursor: pointer;
}#s-4864c91e-c28f-4357-a6c6-1710bce0c4b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5f4b417-1373-4188-831c-d68be2e86855 {
  text-align: center;
}
@media (min-width: 1200px){#s-d5f4b417-1373-4188-831c-d68be2e86855 {
  display: none;
}
#s-d5f4b417-1373-4188-831c-d68be2e86855, #wrap-s-d5f4b417-1373-4188-831c-d68be2e86855 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5f4b417-1373-4188-831c-d68be2e86855 {
  display: none;
}
#s-d5f4b417-1373-4188-831c-d68be2e86855, #wrap-s-d5f4b417-1373-4188-831c-d68be2e86855 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5f4b417-1373-4188-831c-d68be2e86855 {
  display: none;
}
#s-d5f4b417-1373-4188-831c-d68be2e86855, #wrap-s-d5f4b417-1373-4188-831c-d68be2e86855 { display: none !important; }}@media (max-width: 767px){#s-d5f4b417-1373-4188-831c-d68be2e86855 {
  margin-top: -130px;
display: none;
}
#s-d5f4b417-1373-4188-831c-d68be2e86855, #wrap-s-d5f4b417-1373-4188-831c-d68be2e86855 { display: none !important; }}






  #s-d5f4b417-1373-4188-831c-d68be2e86855 img.shogun-image {
    

    
    
    
  }


#s-d5f4b417-1373-4188-831c-d68be2e86855 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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