.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-ceccd31f-e5d0-4eb2-927c-ce42acb3e3ee {
  background-attachment: scroll;
}
@media (min-width: 1200px){#s-ceccd31f-e5d0-4eb2-927c-ce42acb3e3ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ceccd31f-e5d0-4eb2-927c-ce42acb3e3ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ceccd31f-e5d0-4eb2-927c-ce42acb3e3ee {
  
}
}@media (max-width: 767px){#s-ceccd31f-e5d0-4eb2-927c-ce42acb3e3ee {
  
}
}







#s-ceccd31f-e5d0-4eb2-927c-ce42acb3e3ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceccd31f-e5d0-4eb2-927c-ce42acb3e3ee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3d4142bb-1bed-4bb4-897c-1ddcee648227 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 800px;
background-position: center center;
}
@media (min-width: 1200px){#s-3d4142bb-1bed-4bb4-897c-1ddcee648227 {
  min-height: 1080px;
display: none;
}
#s-3d4142bb-1bed-4bb4-897c-1ddcee648227, #wrap-s-3d4142bb-1bed-4bb4-897c-1ddcee648227 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d4142bb-1bed-4bb4-897c-1ddcee648227 {
  display: none;
}
#s-3d4142bb-1bed-4bb4-897c-1ddcee648227, #wrap-s-3d4142bb-1bed-4bb4-897c-1ddcee648227 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d4142bb-1bed-4bb4-897c-1ddcee648227 {
  display: none;
}
#s-3d4142bb-1bed-4bb4-897c-1ddcee648227, #wrap-s-3d4142bb-1bed-4bb4-897c-1ddcee648227 { display: none !important; }}@media (max-width: 767px){#s-3d4142bb-1bed-4bb4-897c-1ddcee648227 {
  display: none;
}
#s-3d4142bb-1bed-4bb4-897c-1ddcee648227, #wrap-s-3d4142bb-1bed-4bb4-897c-1ddcee648227 { display: none !important; }}
#s-3d4142bb-1bed-4bb4-897c-1ddcee648227 {
  background-image: url(https://i.shgcdn.com/cfa71c95-9e48-419e-aa78-2fe5fecf89e4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3d4142bb-1bed-4bb4-897c-1ddcee648227 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-3d4142bb-1bed-4bb4-897c-1ddcee648227 {
  cursor: pointer;
}#s-3d4142bb-1bed-4bb4-897c-1ddcee648227.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a020952-60db-4f35-af61-e914a3c18e13 {
  background-attachment: scroll;
}
@media (min-width: 1200px){#s-7a020952-60db-4f35-af61-e914a3c18e13 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a020952-60db-4f35-af61-e914a3c18e13 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a020952-60db-4f35-af61-e914a3c18e13 {
  
}
}@media (max-width: 767px){#s-7a020952-60db-4f35-af61-e914a3c18e13 {
  
}
}







#s-7a020952-60db-4f35-af61-e914a3c18e13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a020952-60db-4f35-af61-e914a3c18e13.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-21913f15-f3e0-4cd6-b2ee-1ce99fe61e56 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-21913f15-f3e0-4cd6-b2ee-1ce99fe61e56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21913f15-f3e0-4cd6-b2ee-1ce99fe61e56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25b85380-5feb-4eec-9fbd-98d384e5644b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 680px;
background-position: right center;
}
@media (min-width: 1200px){#s-25b85380-5feb-4eec-9fbd-98d384e5644b {
  display: none;
}
#s-25b85380-5feb-4eec-9fbd-98d384e5644b, #wrap-s-25b85380-5feb-4eec-9fbd-98d384e5644b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25b85380-5feb-4eec-9fbd-98d384e5644b {
  display: none;
}
#s-25b85380-5feb-4eec-9fbd-98d384e5644b, #wrap-s-25b85380-5feb-4eec-9fbd-98d384e5644b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25b85380-5feb-4eec-9fbd-98d384e5644b {
  display: none;
}
#s-25b85380-5feb-4eec-9fbd-98d384e5644b, #wrap-s-25b85380-5feb-4eec-9fbd-98d384e5644b { display: none !important; }}
#s-25b85380-5feb-4eec-9fbd-98d384e5644b {
  background-image: url(https://i.shgcdn.com/37a870de-bfbd-45db-abab-f60fed87e368/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-25b85380-5feb-4eec-9fbd-98d384e5644b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25b85380-5feb-4eec-9fbd-98d384e5644b.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-751d8f2e-461c-4c63-aa51-010ee8322b56 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
padding-right: 25px;
max-width: 380px;
text-align: center;
}

#s-751d8f2e-461c-4c63-aa51-010ee8322b56 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: center;
}



#s-5e8ae47f-817a-4601-849d-24ea0cfec30c {
  margin-top: -160px;
min-height: 100px;
}
@media (min-width: 1200px){#s-5e8ae47f-817a-4601-849d-24ea0cfec30c {
  display: none;
}
#s-5e8ae47f-817a-4601-849d-24ea0cfec30c, #wrap-s-5e8ae47f-817a-4601-849d-24ea0cfec30c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e8ae47f-817a-4601-849d-24ea0cfec30c {
  display: none;
}
#s-5e8ae47f-817a-4601-849d-24ea0cfec30c, #wrap-s-5e8ae47f-817a-4601-849d-24ea0cfec30c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5e8ae47f-817a-4601-849d-24ea0cfec30c {
  display: none;
}
#s-5e8ae47f-817a-4601-849d-24ea0cfec30c, #wrap-s-5e8ae47f-817a-4601-849d-24ea0cfec30c { display: none !important; }}







#s-5e8ae47f-817a-4601-849d-24ea0cfec30c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e8ae47f-817a-4601-849d-24ea0cfec30c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-351543b0-df0b-4f2e-b6c7-2aa423c6024e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
min-height: 50px;
max-width: 380px;
}








#s-351543b0-df0b-4f2e-b6c7-2aa423c6024e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-351543b0-df0b-4f2e-b6c7-2aa423c6024e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-735ecb25-532b-4455-9bce-28c3cac9eb8f {
  margin-bottom: 20px;
}

.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-74cfb3e6-3188-4696-a0db-899fb287954f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 32px;
padding-bottom: 18px;
padding-right: 32px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(223, 17, 17, 1);
}
#s-74cfb3e6-3188-4696-a0db-899fb287954f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-74cfb3e6-3188-4696-a0db-899fb287954f:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}

  #s-74cfb3e6-3188-4696-a0db-899fb287954f-root {
    text-align: center;
  }


#s-74cfb3e6-3188-4696-a0db-899fb287954f.shg-btn {
  color: rgba(223, 17, 17, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-74cfb3e6-3188-4696-a0db-899fb287954f-root {
    text-align: center;
  }


#s-74cfb3e6-3188-4696-a0db-899fb287954f.shg-btn {
  color: rgba(223, 17, 17, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-74cfb3e6-3188-4696-a0db-899fb287954f-root {
    text-align: center;
  }


#s-74cfb3e6-3188-4696-a0db-899fb287954f.shg-btn {
  color: rgba(223, 17, 17, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-74cfb3e6-3188-4696-a0db-899fb287954f-root {
    text-align: center;
  }


#s-74cfb3e6-3188-4696-a0db-899fb287954f.shg-btn {
  color: rgba(223, 17, 17, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-74cfb3e6-3188-4696-a0db-899fb287954f-root {
    text-align: center;
  }


#s-74cfb3e6-3188-4696-a0db-899fb287954f.shg-btn {
  color: rgba(223, 17, 17, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.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-ca854230-8650-48ee-be4c-7e1946b86240 {
  min-height: 420px;
text-align: center;
}
@media (max-width: 767px){#s-ca854230-8650-48ee-be4c-7e1946b86240 {
  display: none;
}
#s-ca854230-8650-48ee-be4c-7e1946b86240, #wrap-s-ca854230-8650-48ee-be4c-7e1946b86240 { display: none !important; }}







#s-ca854230-8650-48ee-be4c-7e1946b86240 .shogun-image-content {
  
    align-items: center;
  
}

#s-32ff1a32-007f-4f6a-a10e-5601e3d38463 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1330px;
}








#s-32ff1a32-007f-4f6a-a10e-5601e3d38463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32ff1a32-007f-4f6a-a10e-5601e3d38463.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-b2a4bcf5-a1fe-4833-b3fc-c4dfd65441c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2a4bcf5-a1fe-4833-b3fc-c4dfd65441c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b2a4bcf5-a1fe-4833-b3fc-c4dfd65441c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2a4bcf5-a1fe-4833-b3fc-c4dfd65441c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-e9f06cfe-04af-4fd1-89fa-1f26ae8e2e23 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 360px;
}








#s-e9f06cfe-04af-4fd1-89fa-1f26ae8e2e23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9f06cfe-04af-4fd1-89fa-1f26ae8e2e23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc93592b-7624-40f9-b278-3d8c0bd3a389 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-cc93592b-7624-40f9-b278-3d8c0bd3a389 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-2aa9122c-075d-48a8-974b-9c0f71909537 {
  margin-bottom: 20px;
}

#s-a1a7979e-6c86-4113-aa6f-a2897bd28b88 {
  margin-top: 20px;
padding-top: 18px;
padding-left: 32px;
padding-bottom: 18px;
padding-right: 32px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(223, 17, 17, 1);
}
#s-a1a7979e-6c86-4113-aa6f-a2897bd28b88:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a1a7979e-6c86-4113-aa6f-a2897bd28b88:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a1a7979e-6c86-4113-aa6f-a2897bd28b88 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}

  #s-a1a7979e-6c86-4113-aa6f-a2897bd28b88-root {
    text-align: left;
  }


#s-a1a7979e-6c86-4113-aa6f-a2897bd28b88.shg-btn {
  color: rgba(223, 17, 17, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1a7979e-6c86-4113-aa6f-a2897bd28b88-root {
    text-align: left;
  }


#s-a1a7979e-6c86-4113-aa6f-a2897bd28b88.shg-btn {
  color: rgba(223, 17, 17, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1a7979e-6c86-4113-aa6f-a2897bd28b88-root {
    text-align: left;
  }


#s-a1a7979e-6c86-4113-aa6f-a2897bd28b88.shg-btn {
  color: rgba(223, 17, 17, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1a7979e-6c86-4113-aa6f-a2897bd28b88-root {
    text-align: left;
  }


#s-a1a7979e-6c86-4113-aa6f-a2897bd28b88.shg-btn {
  color: rgba(223, 17, 17, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1a7979e-6c86-4113-aa6f-a2897bd28b88-root {
    text-align: left;
  }


#s-a1a7979e-6c86-4113-aa6f-a2897bd28b88.shg-btn {
  color: rgba(223, 17, 17, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-47e23fad-bc2c-438f-aefe-d5856c03d523 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 700px;
background-position: center center;
}
@media (min-width: 1200px){#s-47e23fad-bc2c-438f-aefe-d5856c03d523 {
  display: none;
}
#s-47e23fad-bc2c-438f-aefe-d5856c03d523, #wrap-s-47e23fad-bc2c-438f-aefe-d5856c03d523 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47e23fad-bc2c-438f-aefe-d5856c03d523 {
  display: none;
}
#s-47e23fad-bc2c-438f-aefe-d5856c03d523, #wrap-s-47e23fad-bc2c-438f-aefe-d5856c03d523 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47e23fad-bc2c-438f-aefe-d5856c03d523 {
  display: none;
}
#s-47e23fad-bc2c-438f-aefe-d5856c03d523, #wrap-s-47e23fad-bc2c-438f-aefe-d5856c03d523 { display: none !important; }}@media (max-width: 767px){#s-47e23fad-bc2c-438f-aefe-d5856c03d523 {
  min-height: 600px;
display: none;
}
#s-47e23fad-bc2c-438f-aefe-d5856c03d523, #wrap-s-47e23fad-bc2c-438f-aefe-d5856c03d523 { display: none !important; }}
#s-47e23fad-bc2c-438f-aefe-d5856c03d523 {
  background-image: url(https://i.shgcdn.com/b1245e18-1639-42f4-8319-779eb02f689e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-47e23fad-bc2c-438f-aefe-d5856c03d523 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-47e23fad-bc2c-438f-aefe-d5856c03d523 {
  cursor: pointer;
}#s-47e23fad-bc2c-438f-aefe-d5856c03d523.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-994c42c0-ddd5-483b-b9f0-74acaad295a6 {
  
}

@media (min-width: 0px) {
[id="s-994c42c0-ddd5-483b-b9f0-74acaad295a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-994c42c0-ddd5-483b-b9f0-74acaad295a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-994c42c0-ddd5-483b-b9f0-74acaad295a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-994c42c0-ddd5-483b-b9f0-74acaad295a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-994c42c0-ddd5-483b-b9f0-74acaad295a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-994c42c0-ddd5-483b-b9f0-74acaad295a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-994c42c0-ddd5-483b-b9f0-74acaad295a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-994c42c0-ddd5-483b-b9f0-74acaad295a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-994c42c0-ddd5-483b-b9f0-74acaad295a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-994c42c0-ddd5-483b-b9f0-74acaad295a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-91ce44a6-e5f8-4246-adae-69f4b5913ae7 {
  padding-left: 20px;
}

#s-dec19682-f4dc-4044-8a7f-fdab3116259f {
  margin-top: 15px;
margin-bottom: 15px;
padding-left: 20px;
}

#s-218bdcc9-721a-465a-ac26-2b11dd173bf9 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
letter-spacing: 3px;
}
#s-218bdcc9-721a-465a-ac26-2b11dd173bf9:hover {background-color: rgba(0, 143, 255, 1) !important;
text-decoration: none !important;}#s-218bdcc9-721a-465a-ac26-2b11dd173bf9:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}

  #s-218bdcc9-721a-465a-ac26-2b11dd173bf9-root {
    text-align: left;
  }


#s-218bdcc9-721a-465a-ac26-2b11dd173bf9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-218bdcc9-721a-465a-ac26-2b11dd173bf9-root {
    text-align: left;
  }


#s-218bdcc9-721a-465a-ac26-2b11dd173bf9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-218bdcc9-721a-465a-ac26-2b11dd173bf9-root {
    text-align: left;
  }


#s-218bdcc9-721a-465a-ac26-2b11dd173bf9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-218bdcc9-721a-465a-ac26-2b11dd173bf9-root {
    text-align: left;
  }


#s-218bdcc9-721a-465a-ac26-2b11dd173bf9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-218bdcc9-721a-465a-ac26-2b11dd173bf9-root {
    text-align: left;
  }


#s-218bdcc9-721a-465a-ac26-2b11dd173bf9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-731f92af-afa3-457e-83e9-518104ab9fd5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50em;
background-position: center center;
}
@media (min-width: 1200px){#s-731f92af-afa3-457e-83e9-518104ab9fd5 {
  display: none;
}
#s-731f92af-afa3-457e-83e9-518104ab9fd5, #wrap-s-731f92af-afa3-457e-83e9-518104ab9fd5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-731f92af-afa3-457e-83e9-518104ab9fd5 {
  display: none;
}
#s-731f92af-afa3-457e-83e9-518104ab9fd5, #wrap-s-731f92af-afa3-457e-83e9-518104ab9fd5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-731f92af-afa3-457e-83e9-518104ab9fd5 {
  display: none;
}
#s-731f92af-afa3-457e-83e9-518104ab9fd5, #wrap-s-731f92af-afa3-457e-83e9-518104ab9fd5 { display: none !important; }}@media (max-width: 767px){#s-731f92af-afa3-457e-83e9-518104ab9fd5 {
  display: none;
}
#s-731f92af-afa3-457e-83e9-518104ab9fd5, #wrap-s-731f92af-afa3-457e-83e9-518104ab9fd5 { display: none !important; }}
#s-731f92af-afa3-457e-83e9-518104ab9fd5 {
  background-image: url(https://i.shgcdn.com/1f95ff80-c77f-4d96-8389-722cbda4e3be/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-731f92af-afa3-457e-83e9-518104ab9fd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-731f92af-afa3-457e-83e9-518104ab9fd5 {
  cursor: pointer;
}#s-731f92af-afa3-457e-83e9-518104ab9fd5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-67ad6905-7cf7-423b-a0c7-fcb871b951f9 {
  text-align: center;
}
@media (min-width: 1200px){#s-67ad6905-7cf7-423b-a0c7-fcb871b951f9 {
  display: none;
}
#s-67ad6905-7cf7-423b-a0c7-fcb871b951f9, #wrap-s-67ad6905-7cf7-423b-a0c7-fcb871b951f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67ad6905-7cf7-423b-a0c7-fcb871b951f9 {
  display: none;
}
#s-67ad6905-7cf7-423b-a0c7-fcb871b951f9, #wrap-s-67ad6905-7cf7-423b-a0c7-fcb871b951f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67ad6905-7cf7-423b-a0c7-fcb871b951f9 {
  display: none;
}
#s-67ad6905-7cf7-423b-a0c7-fcb871b951f9, #wrap-s-67ad6905-7cf7-423b-a0c7-fcb871b951f9 { display: none !important; }}@media (max-width: 767px){#s-67ad6905-7cf7-423b-a0c7-fcb871b951f9 {
  display: none;
}
#s-67ad6905-7cf7-423b-a0c7-fcb871b951f9, #wrap-s-67ad6905-7cf7-423b-a0c7-fcb871b951f9 { display: none !important; }}






  #s-67ad6905-7cf7-423b-a0c7-fcb871b951f9 img.shogun-image {
    

    
    
    
  }


#s-67ad6905-7cf7-423b-a0c7-fcb871b951f9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7b19b1df-65b0-4c42-b4a4-6806a96c4e58 {
  margin-top: 60px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b19b1df-65b0-4c42-b4a4-6806a96c4e58 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-7b19b1df-65b0-4c42-b4a4-6806a96c4e58 {
  margin-left: 15px;
margin-right: 15px;
}
}
#s-7b19b1df-65b0-4c42-b4a4-6806a96c4e58 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}



#s-7b63885e-9ae0-4923-be16-80cfb09a08aa {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
text-decoration: none;
letter-spacing: 3px;
}
#s-7b63885e-9ae0-4923-be16-80cfb09a08aa:hover {background-color: rgba(0, 143, 255, 1) !important;
text-decoration: none !important;}#s-7b63885e-9ae0-4923-be16-80cfb09a08aa:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}

  #s-7b63885e-9ae0-4923-be16-80cfb09a08aa-root {
    text-align: center;
  }


#s-7b63885e-9ae0-4923-be16-80cfb09a08aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b63885e-9ae0-4923-be16-80cfb09a08aa-root {
    text-align: center;
  }


#s-7b63885e-9ae0-4923-be16-80cfb09a08aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b63885e-9ae0-4923-be16-80cfb09a08aa-root {
    text-align: center;
  }


#s-7b63885e-9ae0-4923-be16-80cfb09a08aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b63885e-9ae0-4923-be16-80cfb09a08aa-root {
    text-align: center;
  }


#s-7b63885e-9ae0-4923-be16-80cfb09a08aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b63885e-9ae0-4923-be16-80cfb09a08aa-root {
    text-align: center;
  }


#s-7b63885e-9ae0-4923-be16-80cfb09a08aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 430px;
background-position: center center;
}
@media (min-width: 1200px){#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a {
  display: none;
}
#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a, #wrap-s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a {
  display: none;
}
#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a, #wrap-s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a {
  display: none;
}
#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a, #wrap-s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a { display: none !important; }}@media (max-width: 767px){#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a {
  display: none;
}
#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a, #wrap-s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a { display: none !important; }}
#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a {
  background-image: url(https://i.shgcdn.com/cd00b345-c034-46a8-9064-0a2e1f0aae9b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a {
  cursor: pointer;
}#s-c6386688-0b75-49b3-ab6c-bfd7f68e9a5a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2b21a3a8-2860-4c96-99dc-602f93c8911f {
  margin-top: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-2b21a3a8-2860-4c96-99dc-602f93c8911f {
  display: none;
}
#s-2b21a3a8-2860-4c96-99dc-602f93c8911f, #wrap-s-2b21a3a8-2860-4c96-99dc-602f93c8911f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2b21a3a8-2860-4c96-99dc-602f93c8911f {
  display: none;
}
#s-2b21a3a8-2860-4c96-99dc-602f93c8911f, #wrap-s-2b21a3a8-2860-4c96-99dc-602f93c8911f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2b21a3a8-2860-4c96-99dc-602f93c8911f {
  display: none;
}
#s-2b21a3a8-2860-4c96-99dc-602f93c8911f, #wrap-s-2b21a3a8-2860-4c96-99dc-602f93c8911f { display: none !important; }}@media (max-width: 767px){#s-2b21a3a8-2860-4c96-99dc-602f93c8911f {
  display: none;
}
#s-2b21a3a8-2860-4c96-99dc-602f93c8911f, #wrap-s-2b21a3a8-2860-4c96-99dc-602f93c8911f { display: none !important; }}






  #s-2b21a3a8-2860-4c96-99dc-602f93c8911f img.shogun-image {
    

    
    
    
  }


#s-2b21a3a8-2860-4c96-99dc-602f93c8911f .shogun-image-content {
  
    align-items: center;
  
}

#s-32acd22e-9285-4da4-9837-b5ece794eee1 {
  text-align: center;
}
@media (min-width: 1200px){#s-32acd22e-9285-4da4-9837-b5ece794eee1 {
  display: none;
}
#s-32acd22e-9285-4da4-9837-b5ece794eee1, #wrap-s-32acd22e-9285-4da4-9837-b5ece794eee1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32acd22e-9285-4da4-9837-b5ece794eee1 {
  display: none;
}
#s-32acd22e-9285-4da4-9837-b5ece794eee1, #wrap-s-32acd22e-9285-4da4-9837-b5ece794eee1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32acd22e-9285-4da4-9837-b5ece794eee1 {
  display: none;
}
#s-32acd22e-9285-4da4-9837-b5ece794eee1, #wrap-s-32acd22e-9285-4da4-9837-b5ece794eee1 { display: none !important; }}@media (max-width: 767px){#s-32acd22e-9285-4da4-9837-b5ece794eee1 {
  display: none;
}
#s-32acd22e-9285-4da4-9837-b5ece794eee1, #wrap-s-32acd22e-9285-4da4-9837-b5ece794eee1 { display: none !important; }}







#s-32acd22e-9285-4da4-9837-b5ece794eee1 .shogun-image-content {
  
    align-items: center;
  
}

#s-293ca86b-cc3c-4c3d-84c7-d6458e61571d {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-293ca86b-cc3c-4c3d-84c7-d6458e61571d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-293ca86b-cc3c-4c3d-84c7-d6458e61571d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7cd18b3e-0a5a-4040-a446-7ef43fd52761 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7cd18b3e-0a5a-4040-a446-7ef43fd52761 {
  display: none;
}
#s-7cd18b3e-0a5a-4040-a446-7ef43fd52761, #wrap-s-7cd18b3e-0a5a-4040-a446-7ef43fd52761 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7cd18b3e-0a5a-4040-a446-7ef43fd52761 {
  display: none;
}
#s-7cd18b3e-0a5a-4040-a446-7ef43fd52761, #wrap-s-7cd18b3e-0a5a-4040-a446-7ef43fd52761 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7cd18b3e-0a5a-4040-a446-7ef43fd52761 {
  display: none;
}
#s-7cd18b3e-0a5a-4040-a446-7ef43fd52761, #wrap-s-7cd18b3e-0a5a-4040-a446-7ef43fd52761 { display: none !important; }}@media (max-width: 767px){#s-7cd18b3e-0a5a-4040-a446-7ef43fd52761 {
  display: none;
}
#s-7cd18b3e-0a5a-4040-a446-7ef43fd52761, #wrap-s-7cd18b3e-0a5a-4040-a446-7ef43fd52761 { display: none !important; }}







#s-7cd18b3e-0a5a-4040-a446-7ef43fd52761 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cd18b3e-0a5a-4040-a446-7ef43fd52761.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33b38900-7cd6-445a-9992-b04b9539d04c {
  margin-left: 50px;
margin-right: 50px;
padding-top: 50px;
padding-bottom: 25px;
text-align: center;
}

#s-33b38900-7cd6-445a-9992-b04b9539d04c .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}



#s-58c214f8-9d15-46c3-88a5-23eb90cc7c7c {
  margin-left: auto;
margin-right: auto;
padding-bottom: 30px;
max-width: 798px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-58c214f8-9d15-46c3-88a5-23eb90cc7c7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58c214f8-9d15-46c3-88a5-23eb90cc7c7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-58c214f8-9d15-46c3-88a5-23eb90cc7c7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-58c214f8-9d15-46c3-88a5-23eb90cc7c7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-8ec1ffa6-95f1-497e-a98c-238deea583a3 {
  box-shadow:3px 3px 7px 1px rgba(171, 171, 171, 1);
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}








#s-8ec1ffa6-95f1-497e-a98c-238deea583a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ec1ffa6-95f1-497e-a98c-238deea583a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3f101dd6-14d2-4b49-b4b3-ffee2ef46626 {
  margin-top: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-3f101dd6-14d2-4b49-b4b3-ffee2ef46626 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9ab58846-99b6-415e-aa12-46cb7daee9d2 {
  padding-left: 10px;
padding-bottom: 25px;
padding-right: 10px;
text-align: center;
}

#s-9ab58846-99b6-415e-aa12-46cb7daee9d2 .shogun-heading-component h1 {
  color: rgba(30, 30, 30, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-9c79925a-e9ca-47a4-aa02-d0f53feba6ef {
  padding-left: 10px;
padding-right: 10px;
max-width: 757px;
aspect-ratio: 757/584;
text-align: center;
}





  #s-9c79925a-e9ca-47a4-aa02-d0f53feba6ef img.shogun-image,
  #s-9c79925a-e9ca-47a4-aa02-d0f53feba6ef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9c79925a-e9ca-47a4-aa02-d0f53feba6ef {
    width: 100%;
    height: auto;
  }



  #s-9c79925a-e9ca-47a4-aa02-d0f53feba6ef img.shogun-image {
    

    
    
    
  }


#s-9c79925a-e9ca-47a4-aa02-d0f53feba6ef .shogun-image-content {
  
    align-items: center;
  
}

#s-f9a758b3-4958-4749-a467-198920717b92 {
  margin-left: 175px;
margin-right: 175px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f9a758b3-4958-4749-a467-198920717b92 {
  display: none;
}
#s-f9a758b3-4958-4749-a467-198920717b92, #wrap-s-f9a758b3-4958-4749-a467-198920717b92 { display: none !important; }}@media (max-width: 767px){#s-f9a758b3-4958-4749-a467-198920717b92 {
  display: none;
}
#s-f9a758b3-4958-4749-a467-198920717b92, #wrap-s-f9a758b3-4958-4749-a467-198920717b92 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f9a758b3-4958-4749-a467-198920717b92"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-f9a758b3-4958-4749-a467-198920717b92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-f9a758b3-4958-4749-a467-198920717b92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-f9a758b3-4958-4749-a467-198920717b92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-bfe8d89b-7fbf-4bd1-bbc9-6bbeb63d910b {
  text-align: center;
}







  #s-bfe8d89b-7fbf-4bd1-bbc9-6bbeb63d910b img.shogun-image {
    

    
    
    
  }


#s-bfe8d89b-7fbf-4bd1-bbc9-6bbeb63d910b .shogun-image-content {
  
    align-items: center;
  
}

#s-4672d144-18e8-4225-bd5d-54a72163dbe4 {
  text-align: center;
}







  #s-4672d144-18e8-4225-bd5d-54a72163dbe4 img.shogun-image {
    

    
    
    
  }


#s-4672d144-18e8-4225-bd5d-54a72163dbe4 .shogun-image-content {
  
    align-items: center;
  
}

#s-06268fdc-fba1-4596-be7a-e11d2cd714d0 {
  text-align: center;
}







  #s-06268fdc-fba1-4596-be7a-e11d2cd714d0 img.shogun-image {
    

    
    
    
  }


#s-06268fdc-fba1-4596-be7a-e11d2cd714d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-560309b9-f68d-4bd3-a835-0c07bee1695a {
  text-align: center;
}







  #s-560309b9-f68d-4bd3-a835-0c07bee1695a img.shogun-image {
    

    
    
    
  }


#s-560309b9-f68d-4bd3-a835-0c07bee1695a .shogun-image-content {
  
    align-items: center;
  
}

#s-b71c77ea-4dde-4e2d-9491-0aa325491f5a {
  min-height: 180px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b71c77ea-4dde-4e2d-9491-0aa325491f5a {
  margin-top: 20px;
min-height: 240px;
}
}







#s-b71c77ea-4dde-4e2d-9491-0aa325491f5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b71c77ea-4dde-4e2d-9491-0aa325491f5a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-17ff75ae-22eb-4516-843c-0d9538f45241 {
  margin-left: 5px;
margin-right: 5px;
}
@media (max-width: 767px){#s-17ff75ae-22eb-4516-843c-0d9538f45241 {
  padding-top: 15px;
}
}
#s-cb4dc92b-c568-49bc-ae6e-0a75142a55c8 {
  margin-left: 5px;
margin-right: 5px;
}

#s-1f6e2c43-c45b-4d20-9ecd-8fde37a4ec92 {
  margin-left: 5px;
margin-right: 5px;
}

#s-3b828f88-cc01-4ebc-835f-8c318408c795 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #2C2A34;
text-align: center;
background-color: rgba(0, 143, 255, 0);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(15, 15, 15, 1);
letter-spacing: 3px;
}
#s-3b828f88-cc01-4ebc-835f-8c318408c795:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 143, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3b828f88-cc01-4ebc-835f-8c318408c795:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}

  #s-3b828f88-cc01-4ebc-835f-8c318408c795-root {
    text-align: center;
  }


#s-3b828f88-cc01-4ebc-835f-8c318408c795.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3b828f88-cc01-4ebc-835f-8c318408c795-root {
    text-align: center;
  }


#s-3b828f88-cc01-4ebc-835f-8c318408c795.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b828f88-cc01-4ebc-835f-8c318408c795-root {
    text-align: center;
  }


#s-3b828f88-cc01-4ebc-835f-8c318408c795.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b828f88-cc01-4ebc-835f-8c318408c795-root {
    text-align: center;
  }


#s-3b828f88-cc01-4ebc-835f-8c318408c795.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3b828f88-cc01-4ebc-835f-8c318408c795-root {
    text-align: center;
  }


#s-3b828f88-cc01-4ebc-835f-8c318408c795.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-a52345cf-1bf4-4240-a140-d75d2940e3c6 hr {
  border-top: 10px solid rgba(221, 221, 221, 0);
}

#s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8 {
  padding-bottom: 30px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8 {
  display: none;
}
#s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8, #wrap-s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8 {
  display: none;
}
#s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8, #wrap-s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8 {
  display: none;
}
#s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8, #wrap-s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8 { display: none !important; }}@media (max-width: 767px){#s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8 {
  display: none;
}
#s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8, #wrap-s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9cdbc6e-0e55-4f8f-b044-4c6c683d15f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-db80478f-a991-4677-8530-b7ca75030607 {
  box-shadow:3px 3px 7px 1px rgba(171, 171, 171, 1);
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}








#s-db80478f-a991-4677-8530-b7ca75030607 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db80478f-a991-4677-8530-b7ca75030607.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1392c427-b48b-43b0-b501-c7e3525c53ca {
  margin-top: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-1392c427-b48b-43b0-b501-c7e3525c53ca .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fd90b7a7-8591-43ad-8d9a-1c7aff326757 {
  padding-left: 10px;
padding-bottom: 25px;
padding-right: 10px;
text-align: center;
}

#s-fd90b7a7-8591-43ad-8d9a-1c7aff326757 .shogun-heading-component h1 {
  color: rgba(30, 30, 30, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-223adb68-1f03-455a-aa68-cf6d933f124c {
  padding-left: 10px;
padding-right: 10px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-223adb68-1f03-455a-aa68-cf6d933f124c img.shogun-image,
  #s-223adb68-1f03-455a-aa68-cf6d933f124c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-223adb68-1f03-455a-aa68-cf6d933f124c {
    width: 100%;
    height: auto;
  }



  #s-223adb68-1f03-455a-aa68-cf6d933f124c img.shogun-image {
    

    
    
    
  }


#s-223adb68-1f03-455a-aa68-cf6d933f124c .shogun-image-content {
  
    align-items: center;
  
}

#s-0e9b8c9f-435a-420f-9609-575ace0da99a {
  margin-left: 175px;
margin-right: 175px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e9b8c9f-435a-420f-9609-575ace0da99a {
  display: none;
}
#s-0e9b8c9f-435a-420f-9609-575ace0da99a, #wrap-s-0e9b8c9f-435a-420f-9609-575ace0da99a { display: none !important; }}@media (max-width: 767px){#s-0e9b8c9f-435a-420f-9609-575ace0da99a {
  display: none;
}
#s-0e9b8c9f-435a-420f-9609-575ace0da99a, #wrap-s-0e9b8c9f-435a-420f-9609-575ace0da99a { display: none !important; }}
@media (min-width: 0px) {
[id="s-0e9b8c9f-435a-420f-9609-575ace0da99a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-0e9b8c9f-435a-420f-9609-575ace0da99a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-0e9b8c9f-435a-420f-9609-575ace0da99a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-0e9b8c9f-435a-420f-9609-575ace0da99a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-1f230aec-cd69-4834-97e9-5d04ae39b622 {
  text-align: center;
}







  #s-1f230aec-cd69-4834-97e9-5d04ae39b622 img.shogun-image {
    

    
    
    
  }


#s-1f230aec-cd69-4834-97e9-5d04ae39b622 .shogun-image-content {
  
    align-items: center;
  
}

#s-88918ebf-a320-460c-b15b-79a186040742 {
  text-align: center;
}







  #s-88918ebf-a320-460c-b15b-79a186040742 img.shogun-image {
    

    
    
    
  }


#s-88918ebf-a320-460c-b15b-79a186040742 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ec256fa-14a0-447e-9c25-2568e6632ee2 {
  text-align: center;
}







  #s-6ec256fa-14a0-447e-9c25-2568e6632ee2 img.shogun-image {
    

    
    
    
  }


#s-6ec256fa-14a0-447e-9c25-2568e6632ee2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7d4f9f9-1f4d-4c52-b01c-c57ea171b857 {
  text-align: center;
}







  #s-f7d4f9f9-1f4d-4c52-b01c-c57ea171b857 img.shogun-image {
    

    
    
    
  }


#s-f7d4f9f9-1f4d-4c52-b01c-c57ea171b857 .shogun-image-content {
  
    align-items: center;
  
}

#s-1604efe0-f5f0-4efa-aa1d-912e401f6949 {
  min-height: 180px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1604efe0-f5f0-4efa-aa1d-912e401f6949 {
  margin-top: 20px;
min-height: 240px;
}
}







#s-1604efe0-f5f0-4efa-aa1d-912e401f6949 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1604efe0-f5f0-4efa-aa1d-912e401f6949.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a9994eaf-c1ba-4e6e-b9fc-3a5a538ce6cf {
  margin-left: 5px;
margin-right: 5px;
}
@media (max-width: 767px){#s-a9994eaf-c1ba-4e6e-b9fc-3a5a538ce6cf {
  padding-top: 15px;
}
}
#s-1dca3f6a-7023-473d-9830-196c91e9f90a {
  margin-left: 5px;
margin-right: 5px;
}

#s-0fd45678-5978-4566-bb86-1eb338ded0ae {
  margin-left: 5px;
margin-right: 5px;
}

#s-bb8a408b-f731-48ad-abca-4369d626db8e {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #2C2A34;
text-align: center;
background-color: rgba(0, 143, 255, 0);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(15, 15, 15, 1);
letter-spacing: 3px;
}
#s-bb8a408b-f731-48ad-abca-4369d626db8e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 143, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bb8a408b-f731-48ad-abca-4369d626db8e:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}

  #s-bb8a408b-f731-48ad-abca-4369d626db8e-root {
    text-align: center;
  }


#s-bb8a408b-f731-48ad-abca-4369d626db8e.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bb8a408b-f731-48ad-abca-4369d626db8e-root {
    text-align: center;
  }


#s-bb8a408b-f731-48ad-abca-4369d626db8e.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bb8a408b-f731-48ad-abca-4369d626db8e-root {
    text-align: center;
  }


#s-bb8a408b-f731-48ad-abca-4369d626db8e.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bb8a408b-f731-48ad-abca-4369d626db8e-root {
    text-align: center;
  }


#s-bb8a408b-f731-48ad-abca-4369d626db8e.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bb8a408b-f731-48ad-abca-4369d626db8e-root {
    text-align: center;
  }


#s-bb8a408b-f731-48ad-abca-4369d626db8e.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-ae002a05-5471-410d-91eb-9bc0946aa946 hr {
  border-top: 10px solid rgba(221, 221, 221, 0);
}

#s-4b99de69-0a03-47ac-bf26-82ae09259465 {
  box-shadow:3px 3px 7px 1px rgba(171, 171, 171, 1);
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}








#s-4b99de69-0a03-47ac-bf26-82ae09259465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b99de69-0a03-47ac-bf26-82ae09259465.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdcc4f0c-d3c9-4395-9f63-e3940b5dfa46 {
  margin-top: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-cdcc4f0c-d3c9-4395-9f63-e3940b5dfa46 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-6758bad4-64d9-4475-a1aa-9f1e5555fa9d {
  padding-left: 10px;
padding-bottom: 25px;
padding-right: 10px;
text-align: center;
}

#s-6758bad4-64d9-4475-a1aa-9f1e5555fa9d .shogun-heading-component h1 {
  color: rgba(30, 30, 30, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-c3a8e991-cea1-4697-b349-21c4747d11fb {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-c3a8e991-cea1-4697-b349-21c4747d11fb img.shogun-image {
    

    
    
    
  }


#s-c3a8e991-cea1-4697-b349-21c4747d11fb .shogun-image-content {
  
    align-items: center;
  
}

#s-15d629d4-eb38-4185-be1e-d391a7756fe7 {
  margin-left: 175px;
margin-right: 175px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-15d629d4-eb38-4185-be1e-d391a7756fe7 {
  display: none;
}
#s-15d629d4-eb38-4185-be1e-d391a7756fe7, #wrap-s-15d629d4-eb38-4185-be1e-d391a7756fe7 { display: none !important; }}@media (max-width: 767px){#s-15d629d4-eb38-4185-be1e-d391a7756fe7 {
  display: none;
}
#s-15d629d4-eb38-4185-be1e-d391a7756fe7, #wrap-s-15d629d4-eb38-4185-be1e-d391a7756fe7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-15d629d4-eb38-4185-be1e-d391a7756fe7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-15d629d4-eb38-4185-be1e-d391a7756fe7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-15d629d4-eb38-4185-be1e-d391a7756fe7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-15d629d4-eb38-4185-be1e-d391a7756fe7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-89ae2fc8-949c-45e0-a921-d1b98a6cb4ab {
  text-align: center;
}







  #s-89ae2fc8-949c-45e0-a921-d1b98a6cb4ab img.shogun-image {
    

    
    
    
  }


#s-89ae2fc8-949c-45e0-a921-d1b98a6cb4ab .shogun-image-content {
  
    align-items: center;
  
}

#s-aaaf1d8f-5edf-49b8-a12a-8bb52aa41724 {
  text-align: center;
}







  #s-aaaf1d8f-5edf-49b8-a12a-8bb52aa41724 img.shogun-image {
    

    
    
    
  }


#s-aaaf1d8f-5edf-49b8-a12a-8bb52aa41724 .shogun-image-content {
  
    align-items: center;
  
}

#s-a148affa-ab7c-4bef-bd72-03da963d96cf {
  text-align: center;
}







  #s-a148affa-ab7c-4bef-bd72-03da963d96cf img.shogun-image {
    

    
    
    
  }


#s-a148affa-ab7c-4bef-bd72-03da963d96cf .shogun-image-content {
  
    align-items: center;
  
}

#s-f9389ab9-1f19-4c39-9f21-41f8cdf80c2c {
  text-align: center;
}







  #s-f9389ab9-1f19-4c39-9f21-41f8cdf80c2c img.shogun-image {
    

    
    
    
  }


#s-f9389ab9-1f19-4c39-9f21-41f8cdf80c2c .shogun-image-content {
  
    align-items: center;
  
}

#s-58b915f4-555f-44b6-8c77-1cacdfac3de0 {
  min-height: 180px;
}
@media (min-width: 768px) and (max-width: 991px){#s-58b915f4-555f-44b6-8c77-1cacdfac3de0 {
  margin-top: 20px;
min-height: 240px;
}
}







#s-58b915f4-555f-44b6-8c77-1cacdfac3de0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58b915f4-555f-44b6-8c77-1cacdfac3de0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8b6009e0-5828-42c5-94ff-3ea1f3736d02 {
  margin-left: 5px;
margin-right: 5px;
}

#s-98a528d3-26d1-495e-aa46-aa2375800a78 {
  margin-left: 5px;
margin-right: 5px;
}

#s-80ad1428-2a2c-4e75-820b-882704a48b0a {
  margin-left: 5px;
margin-right: 5px;
}

#s-36ed86b3-3971-4049-a5be-71d06f1157c6 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-36ed86b3-3971-4049-a5be-71d06f1157c6 img.shogun-image {
    

    
    
    
  }


#s-36ed86b3-3971-4049-a5be-71d06f1157c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6591465-bd61-4c83-96f1-ff672d9fcb14 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #2C2A34;
text-align: center;
background-color: rgba(0, 143, 255, 0);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(15, 15, 15, 1);
letter-spacing: 3px;
}
#s-d6591465-bd61-4c83-96f1-ff672d9fcb14:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 143, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d6591465-bd61-4c83-96f1-ff672d9fcb14:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}

  #s-d6591465-bd61-4c83-96f1-ff672d9fcb14-root {
    text-align: center;
  }


#s-d6591465-bd61-4c83-96f1-ff672d9fcb14.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6591465-bd61-4c83-96f1-ff672d9fcb14-root {
    text-align: center;
  }


#s-d6591465-bd61-4c83-96f1-ff672d9fcb14.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6591465-bd61-4c83-96f1-ff672d9fcb14-root {
    text-align: center;
  }


#s-d6591465-bd61-4c83-96f1-ff672d9fcb14.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6591465-bd61-4c83-96f1-ff672d9fcb14-root {
    text-align: center;
  }


#s-d6591465-bd61-4c83-96f1-ff672d9fcb14.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6591465-bd61-4c83-96f1-ff672d9fcb14-root {
    text-align: center;
  }


#s-d6591465-bd61-4c83-96f1-ff672d9fcb14.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-173d4610-418f-4339-9a1f-4ac78a6a635b hr {
  border-top: 10px solid rgba(221, 221, 221, 0);
}

#s-67c4c3f3-fcde-412b-b1f7-0b2180f3a6c2 {
  box-shadow:3px 3px 7px 1px rgba(171, 171, 171, 1);
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}








#s-67c4c3f3-fcde-412b-b1f7-0b2180f3a6c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67c4c3f3-fcde-412b-b1f7-0b2180f3a6c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e82cd2a-ddfd-47b1-afb3-4d4a7d8a5b8e {
  margin-top: 20px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}

#s-2e82cd2a-ddfd-47b1-afb3-4d4a7d8a5b8e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5926d576-5ad5-40ba-ae91-47a9212f4477 {
  padding-left: 10px;
padding-bottom: 25px;
padding-right: 10px;
text-align: center;
}

#s-5926d576-5ad5-40ba-ae91-47a9212f4477 .shogun-heading-component h1 {
  color: rgba(30, 30, 30, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-5a6115c8-c3dd-4c66-8341-eefe67bca3da {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}







  #s-5a6115c8-c3dd-4c66-8341-eefe67bca3da img.shogun-image {
    

    
    
    
  }


#s-5a6115c8-c3dd-4c66-8341-eefe67bca3da .shogun-image-content {
  
    align-items: center;
  
}

#s-a3aa1114-05e4-4382-9624-221a7cc69e6f {
  margin-left: 175px;
margin-right: 175px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3aa1114-05e4-4382-9624-221a7cc69e6f {
  display: none;
}
#s-a3aa1114-05e4-4382-9624-221a7cc69e6f, #wrap-s-a3aa1114-05e4-4382-9624-221a7cc69e6f { display: none !important; }}@media (max-width: 767px){#s-a3aa1114-05e4-4382-9624-221a7cc69e6f {
  display: none;
}
#s-a3aa1114-05e4-4382-9624-221a7cc69e6f, #wrap-s-a3aa1114-05e4-4382-9624-221a7cc69e6f { display: none !important; }}
@media (min-width: 0px) {
[id="s-a3aa1114-05e4-4382-9624-221a7cc69e6f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-a3aa1114-05e4-4382-9624-221a7cc69e6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-a3aa1114-05e4-4382-9624-221a7cc69e6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-a3aa1114-05e4-4382-9624-221a7cc69e6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-0c41972c-0310-4334-abcf-3d966afd2368 {
  text-align: center;
}







  #s-0c41972c-0310-4334-abcf-3d966afd2368 img.shogun-image {
    

    
    
    
  }


#s-0c41972c-0310-4334-abcf-3d966afd2368 .shogun-image-content {
  
    align-items: center;
  
}

#s-4aa75141-63b4-4a92-9cb8-febf429b7376 {
  text-align: center;
}







  #s-4aa75141-63b4-4a92-9cb8-febf429b7376 img.shogun-image {
    

    
    
    
  }


#s-4aa75141-63b4-4a92-9cb8-febf429b7376 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed7551fc-329b-41a4-b757-7b0453865dca {
  text-align: center;
}







  #s-ed7551fc-329b-41a4-b757-7b0453865dca img.shogun-image {
    

    
    
    
  }


#s-ed7551fc-329b-41a4-b757-7b0453865dca .shogun-image-content {
  
    align-items: center;
  
}

#s-ed8d73bd-3388-4471-a0fd-f3e252fac233 {
  text-align: center;
}







  #s-ed8d73bd-3388-4471-a0fd-f3e252fac233 img.shogun-image {
    

    
    
    
  }


#s-ed8d73bd-3388-4471-a0fd-f3e252fac233 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d91c60e-e32c-4ad6-a36e-05b3ce5392b4 {
  min-height: 180px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d91c60e-e32c-4ad6-a36e-05b3ce5392b4 {
  margin-top: 20px;
min-height: 240px;
}
}







#s-4d91c60e-e32c-4ad6-a36e-05b3ce5392b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d91c60e-e32c-4ad6-a36e-05b3ce5392b4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e1d716e3-ae83-4550-ae69-86f01bd4ab4d {
  margin-left: 5px;
margin-right: 5px;
}
@media (max-width: 767px){#s-e1d716e3-ae83-4550-ae69-86f01bd4ab4d {
  padding-top: 20px;
}
}
#s-697331f8-b72d-4fd4-b49f-837b2faa162d {
  margin-left: 5px;
margin-right: 5px;
}

#s-cec9bdd6-b866-4c86-b914-ff48ac0b8443 {
  margin-left: 5px;
margin-right: 5px;
}

#s-5b20520e-d191-450e-8643-59590bad0232 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #2C2A34;
text-align: center;
background-color: rgba(0, 143, 255, 0);
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(15, 15, 15, 1);
letter-spacing: 3px;
}
#s-5b20520e-d191-450e-8643-59590bad0232:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(0, 143, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5b20520e-d191-450e-8643-59590bad0232:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}

  #s-5b20520e-d191-450e-8643-59590bad0232-root {
    text-align: center;
  }


#s-5b20520e-d191-450e-8643-59590bad0232.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b20520e-d191-450e-8643-59590bad0232-root {
    text-align: center;
  }


#s-5b20520e-d191-450e-8643-59590bad0232.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b20520e-d191-450e-8643-59590bad0232-root {
    text-align: center;
  }


#s-5b20520e-d191-450e-8643-59590bad0232.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b20520e-d191-450e-8643-59590bad0232-root {
    text-align: center;
  }


#s-5b20520e-d191-450e-8643-59590bad0232.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b20520e-d191-450e-8643-59590bad0232-root {
    text-align: center;
  }


#s-5b20520e-d191-450e-8643-59590bad0232.shg-btn {
  color: rgba(15, 15, 15, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-5a5624a6-113d-4bf7-8da6-319f7f901832 hr {
  border-top: 2px solid rgba(203, 203, 203, 1);
}

#s-2fafd6e2-1352-48fe-81fe-89f5bb8d72c0 {
  border-style: solid;
margin-top: 15px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2fafd6e2-1352-48fe-81fe-89f5bb8d72c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2fafd6e2-1352-48fe-81fe-89f5bb8d72c0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2fafd6e2-1352-48fe-81fe-89f5bb8d72c0 {
  
}
}@media (max-width: 767px){#s-2fafd6e2-1352-48fe-81fe-89f5bb8d72c0 {
  
}
}







#s-2fafd6e2-1352-48fe-81fe-89f5bb8d72c0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-2fafd6e2-1352-48fe-81fe-89f5bb8d72c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c954d00-87e2-4ea6-b3e1-ad6a87e3cdf1 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-1c954d00-87e2-4ea6-b3e1-ad6a87e3cdf1 hr {
  border-top: 0px solid rgba(221, 221, 221, 0);
}

#s-30bb635e-c047-4ba4-83e3-f676b6c800fe {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-30bb635e-c047-4ba4-83e3-f676b6c800fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30bb635e-c047-4ba4-83e3-f676b6c800fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-30bb635e-c047-4ba4-83e3-f676b6c800fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-30bb635e-c047-4ba4-83e3-f676b6c800fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-30bb635e-c047-4ba4-83e3-f676b6c800fe"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ad2b3714-1de2-4b61-b757-7e3925c960e4 {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-left: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad2b3714-1de2-4b61-b757-7e3925c960e4 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-ad2b3714-1de2-4b61-b757-7e3925c960e4 {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
}







#s-ad2b3714-1de2-4b61-b757-7e3925c960e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad2b3714-1de2-4b61-b757-7e3925c960e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8031afcd-fe05-4a77-9be6-e5aca597c179 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-8031afcd-fe05-4a77-9be6-e5aca597c179 hr {
  border-top: 0px solid rgba(221, 221, 221, 0);
}

#s-a3f75851-1037-46ef-9675-1478e7e966d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3f75851-1037-46ef-9675-1478e7e966d8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-9b60b0ec-470c-45b7-b044-82828cc40052 {
  margin-left: 50px;
margin-right: 50px;
}

#s-9b60b0ec-470c-45b7-b044-82828cc40052 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4382c512-6f74-4321-8fa6-2417d0d5ac65 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-4382c512-6f74-4321-8fa6-2417d0d5ac65 hr {
  border-top: 0px solid rgba(221, 221, 221, 0);
}

#s-6cec8fd8-5961-4059-b10b-095abf8b84e6 {
  background-repeat: no-repeat;
background-size: cover;
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: 500px;
background-position: center top;
}








#s-6cec8fd8-5961-4059-b10b-095abf8b84e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cec8fd8-5961-4059-b10b-095abf8b84e6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a86200f3-7ce7-4f34-83eb-48fc48da8651 hr {
  border-top: 30px solid rgba(221, 221, 221, 0);
}

#s-ee5945db-dd91-49b7-aaa8-ffe28b0905f8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ee5945db-dd91-49b7-aaa8-ffe28b0905f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee5945db-dd91-49b7-aaa8-ffe28b0905f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee5945db-dd91-49b7-aaa8-ffe28b0905f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee5945db-dd91-49b7-aaa8-ffe28b0905f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1dd4c04f-b4f1-476e-9e46-2e019216616c {
  background-repeat: no-repeat;
background-size: cover;
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: 500px;
background-position: center center;
}








#s-1dd4c04f-b4f1-476e-9e46-2e019216616c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dd4c04f-b4f1-476e-9e46-2e019216616c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8df55ed0-83b8-4e5c-9d8e-2b9f89f4547f {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-left: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8df55ed0-83b8-4e5c-9d8e-2b9f89f4547f {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-8df55ed0-83b8-4e5c-9d8e-2b9f89f4547f {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
}







#s-8df55ed0-83b8-4e5c-9d8e-2b9f89f4547f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8df55ed0-83b8-4e5c-9d8e-2b9f89f4547f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf94cb7e-0076-4845-9fc3-0a6f3bdb9624 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-bf94cb7e-0076-4845-9fc3-0a6f3bdb9624 hr {
  border-top: 0px solid rgba(221, 221, 221, 0);
}

#s-626860d2-f9c4-4e98-b01d-ac236c1ace36 {
  padding-bottom: 10px;
text-align: center;
}

#s-626860d2-f9c4-4e98-b01d-ac236c1ace36 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-54d9b908-18f3-4ef7-9101-416a786baf4f {
  margin-left: 50px;
margin-right: 50px;
}

#s-54d9b908-18f3-4ef7-9101-416a786baf4f hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d8ad8969-9929-4aab-89af-e64f1f0fe0b8 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-d8ad8969-9929-4aab-89af-e64f1f0fe0b8 {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-d8ad8969-9929-4aab-89af-e64f1f0fe0b8 hr {
  border-top: 0px solid rgba(221, 221, 221, 0);
}

#s-eb9e3fd5-947e-4dae-b8b9-9d891f2fdd83 hr {
  border-top: 30px solid rgba(221, 221, 221, 0);
}

#s-abc6a402-7589-4ef0-8adf-280068be1f23 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-abc6a402-7589-4ef0-8adf-280068be1f23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abc6a402-7589-4ef0-8adf-280068be1f23"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-abc6a402-7589-4ef0-8adf-280068be1f23"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-abc6a402-7589-4ef0-8adf-280068be1f23"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-abc6a402-7589-4ef0-8adf-280068be1f23"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b71f5978-45c5-4883-b88c-a06f88c6563b {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-left: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b71f5978-45c5-4883-b88c-a06f88c6563b {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-b71f5978-45c5-4883-b88c-a06f88c6563b {
  padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
}







#s-b71f5978-45c5-4883-b88c-a06f88c6563b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b71f5978-45c5-4883-b88c-a06f88c6563b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a8d29fe-96b2-42a9-a2b7-d622e2ef1880 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-3a8d29fe-96b2-42a9-a2b7-d622e2ef1880 {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-3a8d29fe-96b2-42a9-a2b7-d622e2ef1880 hr {
  border-top: 0px solid rgba(221, 221, 221, 0);
}

#s-8e7d53c6-6cf6-49ff-84f1-93cc7b4dde87 {
  padding-bottom: 10px;
text-align: center;
}

#s-8e7d53c6-6cf6-49ff-84f1-93cc7b4dde87 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-c1ce6ffd-03bd-451b-b47c-56ac98449952 {
  margin-left: 50px;
margin-right: 50px;
}

#s-c1ce6ffd-03bd-451b-b47c-56ac98449952 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e3719c23-d418-4b26-ab51-9e6e7605e798 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (max-width: 767px){#s-e3719c23-d418-4b26-ab51-9e6e7605e798 {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-e3719c23-d418-4b26-ab51-9e6e7605e798 hr {
  border-top: 0px solid rgba(221, 221, 221, 0);
}

#s-73c9dd58-df77-4bc4-ad6f-681eefa772b5 {
  background-repeat: no-repeat;
background-size: cover;
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: 500px;
background-position: center top;
}








#s-73c9dd58-df77-4bc4-ad6f-681eefa772b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73c9dd58-df77-4bc4-ad6f-681eefa772b5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2116e302-bd39-429e-8c7a-4016984ab014 hr {
  border-top: 30px solid rgba(221, 221, 221, 0);
}

#s-e42656e1-ea28-4197-aaec-c87cbf657aff {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e42656e1-ea28-4197-aaec-c87cbf657aff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e42656e1-ea28-4197-aaec-c87cbf657aff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e42656e1-ea28-4197-aaec-c87cbf657aff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e42656e1-ea28-4197-aaec-c87cbf657aff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8b44a1f7-8708-4df1-9b98-fe6096989b53 {
  background-repeat: no-repeat;
background-size: cover;
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: 500px;
background-position: center center;
}








#s-8b44a1f7-8708-4df1-9b98-fe6096989b53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b44a1f7-8708-4df1-9b98-fe6096989b53.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6b923636-28d7-470a-9946-dd087f423bed {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 50px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b923636-28d7-470a-9946-dd087f423bed {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-6b923636-28d7-470a-9946-dd087f423bed {
  padding-left: 35px;
padding-right: 35px;
min-height: 50px;
}
}







#s-6b923636-28d7-470a-9946-dd087f423bed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b923636-28d7-470a-9946-dd087f423bed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25773b2d-de4b-43d0-83ce-f13c8db9e134 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-25773b2d-de4b-43d0-83ce-f13c8db9e134 hr {
  border-top: 0px solid rgba(221, 221, 221, 0);
}

#s-20b312d8-1c6d-48e8-8f84-ec377eb29475 {
  padding-bottom: 10px;
text-align: center;
}

#s-20b312d8-1c6d-48e8-8f84-ec377eb29475 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-3107ee7a-2883-4ba9-8b9d-30ae7d3b408b {
  margin-left: 50px;
margin-right: 50px;
}

#s-3107ee7a-2883-4ba9-8b9d-30ae7d3b408b hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b93cdaf7-7629-48b7-a01e-49543d66f98a {
  margin-top: 40px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
text-align: center;
background-color: rgba(0, 143, 255, 1);
text-decoration: none;
}
#s-b93cdaf7-7629-48b7-a01e-49543d66f98a:hover {background-color: rgba(0, 143, 255, 1) !important;
text-decoration: none !important;}#s-b93cdaf7-7629-48b7-a01e-49543d66f98a:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}

  #s-b93cdaf7-7629-48b7-a01e-49543d66f98a-root {
    text-align: center;
  }


#s-b93cdaf7-7629-48b7-a01e-49543d66f98a.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b93cdaf7-7629-48b7-a01e-49543d66f98a-root {
    text-align: center;
  }


#s-b93cdaf7-7629-48b7-a01e-49543d66f98a.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b93cdaf7-7629-48b7-a01e-49543d66f98a-root {
    text-align: center;
  }


#s-b93cdaf7-7629-48b7-a01e-49543d66f98a.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b93cdaf7-7629-48b7-a01e-49543d66f98a-root {
    text-align: center;
  }


#s-b93cdaf7-7629-48b7-a01e-49543d66f98a.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b93cdaf7-7629-48b7-a01e-49543d66f98a-root {
    text-align: center;
  }


#s-b93cdaf7-7629-48b7-a01e-49543d66f98a.shg-btn {
  color: #ffffff;
  
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-83c7eeba-fee5-40f6-9b97-894130824e29 {
  margin-left: 50px;
margin-right: 50px;
}

#s-83c7eeba-fee5-40f6-9b97-894130824e29 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ee4964f5-c8dc-4b2b-a7f6-19084d27a805 {
  border-style: solid;
padding-left: 10px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-ee4964f5-c8dc-4b2b-a7f6-19084d27a805 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ee4964f5-c8dc-4b2b-a7f6-19084d27a805 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ee4964f5-c8dc-4b2b-a7f6-19084d27a805 {
  
}
}@media (max-width: 767px){#s-ee4964f5-c8dc-4b2b-a7f6-19084d27a805 {
  
}
}







#s-ee4964f5-c8dc-4b2b-a7f6-19084d27a805 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee4964f5-c8dc-4b2b-a7f6-19084d27a805.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-680ab35a-ac63-4e14-90e6-9da353822792 {
  padding-top: 50px;
padding-bottom: 30px;
text-align: center;
}

#s-680ab35a-ac63-4e14-90e6-9da353822792 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 4px;
  
}



#s-4f716823-9453-48c8-ae5f-a48b8ced37d4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4f716823-9453-48c8-ae5f-a48b8ced37d4 {
  display: none;
}
#s-4f716823-9453-48c8-ae5f-a48b8ced37d4, #wrap-s-4f716823-9453-48c8-ae5f-a48b8ced37d4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f716823-9453-48c8-ae5f-a48b8ced37d4 {
  display: none;
}
#s-4f716823-9453-48c8-ae5f-a48b8ced37d4, #wrap-s-4f716823-9453-48c8-ae5f-a48b8ced37d4 { display: none !important; }}







#s-4f716823-9453-48c8-ae5f-a48b8ced37d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f716823-9453-48c8-ae5f-a48b8ced37d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad60ec6a-7718-40db-8dea-9641d999fb96 {
  min-height: 50px;
}








#s-ad60ec6a-7718-40db-8dea-9641d999fb96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad60ec6a-7718-40db-8dea-9641d999fb96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da7137fd-1a28-4cb6-9727-1b77462f52f9 {
  padding-left: 10px;
padding-right: 10px;
}

#s-81bce4e2-7651-4fa5-bb6c-eeed8a564977 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-81bce4e2-7651-4fa5-bb6c-eeed8a564977 img.shogun-image {
    

    
    
    
  }


#s-81bce4e2-7651-4fa5-bb6c-eeed8a564977 .shogun-image-content {
  
    align-items: center;
  
}

#s-25ac93d9-6bc2-4301-8d5b-8be8ab112ba1 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-25ac93d9-6bc2-4301-8d5b-8be8ab112ba1 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-6820e52b-eef1-429b-b119-15fd28891ca5 {
  padding-left: 10px;
padding-right: 10px;
}

#s-f0a642a6-d132-4fb4-9233-6a9f586519a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-f0a642a6-d132-4fb4-9233-6a9f586519a2 img.shogun-image {
    

    
    
    
  }


#s-f0a642a6-d132-4fb4-9233-6a9f586519a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f235cca3-6284-4aca-89b0-6a482669d9fb {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-f235cca3-6284-4aca-89b0-6a482669d9fb hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-e8628c8a-b048-4197-93e8-fe4f9d671a04 {
  padding-left: 10px;
padding-right: 10px;
}

#s-c1deb4fe-c8e1-421a-9a9c-e1fde0d356b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-c1deb4fe-c8e1-421a-9a9c-e1fde0d356b9 img.shogun-image {
    

    
    
    
  }


#s-c1deb4fe-c8e1-421a-9a9c-e1fde0d356b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f813a1d-f8e9-4a58-9774-26bb0fae01a6 {
  padding-top: 25px;
padding-bottom: 25px;
}

#s-3f813a1d-f8e9-4a58-9774-26bb0fae01a6 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-57d6bee0-357a-4b93-a933-10efef3d9b3a {
  padding-left: 10px;
padding-right: 10px;
}

#s-98237940-fad1-490e-beee-61c4cfc42887 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-98237940-fad1-490e-beee-61c4cfc42887 img.shogun-image {
    

    
    
    
  }


#s-98237940-fad1-490e-beee-61c4cfc42887 .shogun-image-content {
  
    align-items: center;
  
}

#s-d49a21c6-90fa-4f93-b0ec-25660bdd4279 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d49a21c6-90fa-4f93-b0ec-25660bdd4279 {
  display: none;
}
#s-d49a21c6-90fa-4f93-b0ec-25660bdd4279, #wrap-s-d49a21c6-90fa-4f93-b0ec-25660bdd4279 { display: none !important; }}@media (max-width: 767px){#s-d49a21c6-90fa-4f93-b0ec-25660bdd4279 {
  display: none;
}
#s-d49a21c6-90fa-4f93-b0ec-25660bdd4279, #wrap-s-d49a21c6-90fa-4f93-b0ec-25660bdd4279 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d49a21c6-90fa-4f93-b0ec-25660bdd4279"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d49a21c6-90fa-4f93-b0ec-25660bdd4279"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d49a21c6-90fa-4f93-b0ec-25660bdd4279"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d49a21c6-90fa-4f93-b0ec-25660bdd4279"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ed0ae099-f36c-4475-b4db-77f0923c8f87 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 10px;
padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed0ae099-f36c-4475-b4db-77f0923c8f87 {
  display: none;
}
#s-ed0ae099-f36c-4475-b4db-77f0923c8f87, #wrap-s-ed0ae099-f36c-4475-b4db-77f0923c8f87 { display: none !important; }}@media (max-width: 767px){#s-ed0ae099-f36c-4475-b4db-77f0923c8f87 {
  display: none;
}
#s-ed0ae099-f36c-4475-b4db-77f0923c8f87, #wrap-s-ed0ae099-f36c-4475-b4db-77f0923c8f87 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ed0ae099-f36c-4475-b4db-77f0923c8f87"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ed0ae099-f36c-4475-b4db-77f0923c8f87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ed0ae099-f36c-4475-b4db-77f0923c8f87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ed0ae099-f36c-4475-b4db-77f0923c8f87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c260aea6-e045-4ae8-9fe8-8bc338a46bad {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}







  #s-c260aea6-e045-4ae8-9fe8-8bc338a46bad img.shogun-image {
    

    
    
    
  }


#s-c260aea6-e045-4ae8-9fe8-8bc338a46bad .shogun-image-content {
  
    align-items: center;
  
}

#s-27645da2-7a5e-4406-b430-ad28707ba3e3 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}







  #s-27645da2-7a5e-4406-b430-ad28707ba3e3 img.shogun-image {
    

    
    
    
  }


#s-27645da2-7a5e-4406-b430-ad28707ba3e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a83af4c-c48d-42cc-be46-c5b69e9b6ee7 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}







  #s-3a83af4c-c48d-42cc-be46-c5b69e9b6ee7 img.shogun-image {
    

    
    
    
  }


#s-3a83af4c-c48d-42cc-be46-c5b69e9b6ee7 .shogun-image-content {
  
    align-items: center;
  
}

#s-184ddd05-8795-4010-bf90-59649e6fd817 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}







  #s-184ddd05-8795-4010-bf90-59649e6fd817 img.shogun-image {
    

    
    
    
  }


#s-184ddd05-8795-4010-bf90-59649e6fd817 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f0c058e-c668-44f6-8422-9cffa2a4f43c {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-9f0c058e-c668-44f6-8422-9cffa2a4f43c hr {
  border-top: 0px solid rgba(221, 221, 221, 0);
}

#s-532a148d-6767-44a6-94fc-324619d1234d {
  margin-bottom: 40px;
padding-top: 50px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-532a148d-6767-44a6-94fc-324619d1234d {
  display: none;
}
#s-532a148d-6767-44a6-94fc-324619d1234d, #wrap-s-532a148d-6767-44a6-94fc-324619d1234d { display: none !important; }}@media (max-width: 767px){#s-532a148d-6767-44a6-94fc-324619d1234d {
  display: none;
}
#s-532a148d-6767-44a6-94fc-324619d1234d, #wrap-s-532a148d-6767-44a6-94fc-324619d1234d { display: none !important; }}
#s-532a148d-6767-44a6-94fc-324619d1234d .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 4px;
  
}



#s-b534f8be-ea01-4405-9270-63181a6a8165 {
  margin-bottom: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b534f8be-ea01-4405-9270-63181a6a8165 {
  display: none;
}
#s-b534f8be-ea01-4405-9270-63181a6a8165, #wrap-s-b534f8be-ea01-4405-9270-63181a6a8165 { display: none !important; }}@media (max-width: 767px){#s-b534f8be-ea01-4405-9270-63181a6a8165 {
  display: none;
}
#s-b534f8be-ea01-4405-9270-63181a6a8165, #wrap-s-b534f8be-ea01-4405-9270-63181a6a8165 { display: none !important; }}







#s-b534f8be-ea01-4405-9270-63181a6a8165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b534f8be-ea01-4405-9270-63181a6a8165.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45b100be-27ad-4949-8c2b-9dab69a382a6 {
  padding-left: 30px;
padding-right: 30px;
}

@media (min-width: 0px) {
[id="s-45b100be-27ad-4949-8c2b-9dab69a382a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-45b100be-27ad-4949-8c2b-9dab69a382a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-45b100be-27ad-4949-8c2b-9dab69a382a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-45b100be-27ad-4949-8c2b-9dab69a382a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-f5a4d5cb-21be-4e10-a6e9-148e818cb9bb {
  min-height: 50px;
}








#s-f5a4d5cb-21be-4e10-a6e9-148e818cb9bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5a4d5cb-21be-4e10-a6e9-148e818cb9bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-081e8a5c-84c3-4541-b744-c3323901a550 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-081e8a5c-84c3-4541-b744-c3323901a550 img.shogun-image {
    

    
    
    
  }


#s-081e8a5c-84c3-4541-b744-c3323901a550 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb245617-ed5f-4f79-bd11-92707cc8c4f0 {
  margin-top: 20px;
text-align: center;
}







  #s-bb245617-ed5f-4f79-bd11-92707cc8c4f0 img.shogun-image {
    

    
    
    
  }


#s-bb245617-ed5f-4f79-bd11-92707cc8c4f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8a5a210-dcbe-4b8c-b831-ae3e1520c2fa {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-10c75f79-0d55-44de-a1cb-aeced887f06f {
  min-height: 50px;
}








#s-10c75f79-0d55-44de-a1cb-aeced887f06f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10c75f79-0d55-44de-a1cb-aeced887f06f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-415ee6f0-75b1-419c-be21-d50203da7613 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-415ee6f0-75b1-419c-be21-d50203da7613 img.shogun-image {
    

    
    
    
  }


#s-415ee6f0-75b1-419c-be21-d50203da7613 .shogun-image-content {
  
    align-items: center;
  
}

#s-36ae17fe-6664-4879-9c90-d04afcf61a94 {
  margin-top: 20px;
text-align: center;
}







  #s-36ae17fe-6664-4879-9c90-d04afcf61a94 img.shogun-image {
    

    
    
    
  }


#s-36ae17fe-6664-4879-9c90-d04afcf61a94 .shogun-image-content {
  
    align-items: center;
  
}

#s-481c0b1f-7227-4e04-83f5-cb54ee75d5ae {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-dc907c81-efaa-40fc-926f-178d4d6b06c5 {
  min-height: 50px;
}








#s-dc907c81-efaa-40fc-926f-178d4d6b06c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc907c81-efaa-40fc-926f-178d4d6b06c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2617ad60-b117-4698-b422-1c0362a5646f {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-2617ad60-b117-4698-b422-1c0362a5646f img.shogun-image {
    

    
    
    
  }


#s-2617ad60-b117-4698-b422-1c0362a5646f .shogun-image-content {
  
    align-items: center;
  
}

#s-cb17a592-e389-48fc-9423-e8dc664eca5a {
  margin-top: 20px;
text-align: center;
}







  #s-cb17a592-e389-48fc-9423-e8dc664eca5a img.shogun-image {
    

    
    
    
  }


#s-cb17a592-e389-48fc-9423-e8dc664eca5a .shogun-image-content {
  
    align-items: center;
  
}

#s-9f90fae8-c986-4476-873e-a1c0754fb3a9 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-5072a457-33f9-4fcb-996d-1c644a3ad614 {
  min-height: 50px;
}








#s-5072a457-33f9-4fcb-996d-1c644a3ad614 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5072a457-33f9-4fcb-996d-1c644a3ad614.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cfe4c08-4765-44aa-9f58-4d931907e558 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-4cfe4c08-4765-44aa-9f58-4d931907e558 img.shogun-image {
    

    
    
    
  }


#s-4cfe4c08-4765-44aa-9f58-4d931907e558 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa69b2f5-f7ca-4f72-b6ca-f0345d37d5ae {
  margin-top: 20px;
text-align: center;
}







  #s-aa69b2f5-f7ca-4f72-b6ca-f0345d37d5ae img.shogun-image {
    

    
    
    
  }


#s-aa69b2f5-f7ca-4f72-b6ca-f0345d37d5ae .shogun-image-content {
  
    align-items: center;
  
}

#s-de766032-95e1-472f-81f9-51ec8eae7a6a {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-e501cbe6-cd1e-4e62-b074-5f3a8d2e4015 {
  padding-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e501cbe6-cd1e-4e62-b074-5f3a8d2e4015 {
  display: none;
}
#s-e501cbe6-cd1e-4e62-b074-5f3a8d2e4015, #wrap-s-e501cbe6-cd1e-4e62-b074-5f3a8d2e4015 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e501cbe6-cd1e-4e62-b074-5f3a8d2e4015 {
  display: none;
}
#s-e501cbe6-cd1e-4e62-b074-5f3a8d2e4015, #wrap-s-e501cbe6-cd1e-4e62-b074-5f3a8d2e4015 { display: none !important; }}







#s-e501cbe6-cd1e-4e62-b074-5f3a8d2e4015 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e501cbe6-cd1e-4e62-b074-5f3a8d2e4015.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82a8ccb8-d2ed-4bc1-9d04-f43accdf65d5 {
  padding-top: 50px;
padding-bottom: 30px;
text-align: center;
}

#s-82a8ccb8-d2ed-4bc1-9d04-f43accdf65d5 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 4px;
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-e1d7f7aa-42f4-49cf-a605-49dadd436599 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e1d7f7aa-42f4-49cf-a605-49dadd436599 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e1d7f7aa-42f4-49cf-a605-49dadd436599 .shg-sld-nav-button.shg-sld-left,
#s-e1d7f7aa-42f4-49cf-a605-49dadd436599 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-649dc025-f663-4d61-827f-e7dfee7e25ec {
  min-height: 50px;
}








#s-649dc025-f663-4d61-827f-e7dfee7e25ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-649dc025-f663-4d61-827f-e7dfee7e25ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a527ade6-1a3b-4b13-aadc-19993757d030 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-a527ade6-1a3b-4b13-aadc-19993757d030 img.shogun-image {
    

    
    
    
  }


#s-a527ade6-1a3b-4b13-aadc-19993757d030 .shogun-image-content {
  
    align-items: center;
  
}

#s-c196ef2e-dabe-4a5f-a466-e405e075a497 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-c196ef2e-dabe-4a5f-a466-e405e075a497 img.shogun-image {
    

    
    
    
  }


#s-c196ef2e-dabe-4a5f-a466-e405e075a497 .shogun-image-content {
  
    align-items: center;
  
}

#s-c26797b4-13a8-403d-9f53-4a38d0b34ef3 {
  margin-bottom: 20px;
}

#s-aeb939e5-a17a-4d47-909e-f859c31c940d {
  min-height: 50px;
}








#s-aeb939e5-a17a-4d47-909e-f859c31c940d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeb939e5-a17a-4d47-909e-f859c31c940d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a82e95c5-4b9d-4ed2-a0a4-998aa9a933ea {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-a82e95c5-4b9d-4ed2-a0a4-998aa9a933ea img.shogun-image {
    

    
    
    
  }


#s-a82e95c5-4b9d-4ed2-a0a4-998aa9a933ea .shogun-image-content {
  
    align-items: center;
  
}

#s-5472938c-a541-43d0-8611-bf1f10c4f554 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-5472938c-a541-43d0-8611-bf1f10c4f554 img.shogun-image {
    

    
    
    
  }


#s-5472938c-a541-43d0-8611-bf1f10c4f554 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa3c6cc1-edb2-4612-85fd-dee2e01fcd8b {
  margin-bottom: 20px;
}

#s-86ea5223-20a8-495d-a8b6-3b9bbc7053a0 {
  min-height: 50px;
}








#s-86ea5223-20a8-495d-a8b6-3b9bbc7053a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86ea5223-20a8-495d-a8b6-3b9bbc7053a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf00590a-8bdd-4f8b-b0ef-3beb5cd38590 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-cf00590a-8bdd-4f8b-b0ef-3beb5cd38590 img.shogun-image {
    

    
    
    
  }


#s-cf00590a-8bdd-4f8b-b0ef-3beb5cd38590 .shogun-image-content {
  
    align-items: center;
  
}

#s-392c951a-8075-4cf0-aadb-995dfb8183e4 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-392c951a-8075-4cf0-aadb-995dfb8183e4 img.shogun-image {
    

    
    
    
  }


#s-392c951a-8075-4cf0-aadb-995dfb8183e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf38165e-650d-41cf-b133-8fb5883ccee9 {
  margin-bottom: 20px;
}

#s-bd3d7217-93b5-4fb0-97e3-bc34d8a40fee {
  min-height: 50px;
}








#s-bd3d7217-93b5-4fb0-97e3-bc34d8a40fee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd3d7217-93b5-4fb0-97e3-bc34d8a40fee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ff8e70b-e333-4cea-963f-4191484a7683 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-8ff8e70b-e333-4cea-963f-4191484a7683 img.shogun-image {
    

    
    
    
  }


#s-8ff8e70b-e333-4cea-963f-4191484a7683 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d7236a5-6c67-4807-9e45-af9d0c3de5f1 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  #s-8d7236a5-6c67-4807-9e45-af9d0c3de5f1 img.shogun-image {
    

    
    
    
  }


#s-8d7236a5-6c67-4807-9e45-af9d0c3de5f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-64ebc568-67f5-49a0-b983-f33052f8f6b4 {
  margin-bottom: 20px;
}

#s-8009f13f-dfe6-4bb2-ba24-3fa543ea8d8b {
  min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}








#s-8009f13f-dfe6-4bb2-ba24-3fa543ea8d8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8009f13f-dfe6-4bb2-ba24-3fa543ea8d8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a8fb284-8e43-4f12-92a6-0f2451576823 {
  padding-top: 50px;
padding-bottom: 5px;
text-align: center;
}

#s-8a8fb284-8e43-4f12-92a6-0f2451576823 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 4px;
  
}



#s-b94f71c6-c5ab-44d9-bad8-082bf3391490 {
  text-align: center;
}







  #s-b94f71c6-c5ab-44d9-bad8-082bf3391490 img.shogun-image {
    

    
    
    
  }


#s-b94f71c6-c5ab-44d9-bad8-082bf3391490 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5ea2693-18f1-4a36-bc08-c8fa5814bed1 {
  padding-top: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d5ea2693-18f1-4a36-bc08-c8fa5814bed1 {
  
}
}@media (max-width: 767px){#s-d5ea2693-18f1-4a36-bc08-c8fa5814bed1 {
  
}
}
@media (min-width: 0px) {
[id="s-d5ea2693-18f1-4a36-bc08-c8fa5814bed1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-d5ea2693-18f1-4a36-bc08-c8fa5814bed1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-d5ea2693-18f1-4a36-bc08-c8fa5814bed1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-d5ea2693-18f1-4a36-bc08-c8fa5814bed1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-3eecc0d9-31df-4cc4-8f92-3a5697099765 {
  text-align: center;
}







  #s-3eecc0d9-31df-4cc4-8f92-3a5697099765 img.shogun-image {
    

    
    
    
  }


#s-3eecc0d9-31df-4cc4-8f92-3a5697099765 .shogun-image-content {
  
    align-items: center;
  
}

#s-3dd456e2-96c4-4ee1-9065-3fcedaaaab39 {
  text-align: center;
}







  #s-3dd456e2-96c4-4ee1-9065-3fcedaaaab39 img.shogun-image {
    

    
    
    
  }


#s-3dd456e2-96c4-4ee1-9065-3fcedaaaab39 .shogun-image-content {
  
    align-items: center;
  
}

#s-b99aab7e-0b0e-4096-88f5-baaade4c8690 {
  text-align: center;
}







  #s-b99aab7e-0b0e-4096-88f5-baaade4c8690 img.shogun-image {
    

    
    
    
  }


#s-b99aab7e-0b0e-4096-88f5-baaade4c8690 .shogun-image-content {
  
    align-items: center;
  
}

#s-4136f949-ea84-4c8e-91fc-0d40d5ec3c6c {
  text-align: center;
}







  #s-4136f949-ea84-4c8e-91fc-0d40d5ec3c6c img.shogun-image {
    

    
    
    
  }


#s-4136f949-ea84-4c8e-91fc-0d40d5ec3c6c .shogun-image-content {
  
    align-items: center;
  
}

#s-26fbf644-a7ad-4b40-9dda-1e4e761bbd37 {
  padding-top: 5px;
padding-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26fbf644-a7ad-4b40-9dda-1e4e761bbd37 {
  
}
}@media (max-width: 767px){#s-26fbf644-a7ad-4b40-9dda-1e4e761bbd37 {
  
}
}
@media (min-width: 0px) {
[id="s-26fbf644-a7ad-4b40-9dda-1e4e761bbd37"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-26fbf644-a7ad-4b40-9dda-1e4e761bbd37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-26fbf644-a7ad-4b40-9dda-1e4e761bbd37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-26fbf644-a7ad-4b40-9dda-1e4e761bbd37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-9338ec1f-6068-4e1e-9af6-d289f9fcac2c {
  text-align: center;
}







  #s-9338ec1f-6068-4e1e-9af6-d289f9fcac2c img.shogun-image {
    

    
    
    
  }


#s-9338ec1f-6068-4e1e-9af6-d289f9fcac2c .shogun-image-content {
  
    align-items: center;
  
}

#s-c7dd8060-a97b-42fb-ab8a-c247d347dc1a {
  text-align: left;
}







  #s-c7dd8060-a97b-42fb-ab8a-c247d347dc1a img.shogun-image {
    

    
    
    
  }


#s-c7dd8060-a97b-42fb-ab8a-c247d347dc1a .shogun-image-content {
  
    align-items: center;
  
}

#s-3fdc26a0-75b1-417c-8dc6-aa8250a05c94 {
  text-align: center;
}







  #s-3fdc26a0-75b1-417c-8dc6-aa8250a05c94 img.shogun-image {
    

    
    
    
  }


#s-3fdc26a0-75b1-417c-8dc6-aa8250a05c94 .shogun-image-content {
  
    align-items: center;
  
}

#s-27719fce-20ba-427d-96ce-ea6840e5ebb3 {
  text-align: center;
}







  #s-27719fce-20ba-427d-96ce-ea6840e5ebb3 img.shogun-image {
    

    
    
    
  }


#s-27719fce-20ba-427d-96ce-ea6840e5ebb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-87cfa56b-633b-4fd4-a5ed-0dfa0d2762c8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
padding-left: 40px;
padding-right: 40px;
min-height: 350px;
background-position: center center;
}








#s-87cfa56b-633b-4fd4-a5ed-0dfa0d2762c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87cfa56b-633b-4fd4-a5ed-0dfa0d2762c8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2845a26e-ec75-44c9-84d9-f06d3dadf906 {
  margin-top: 54px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2845a26e-ec75-44c9-84d9-f06d3dadf906 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  
  
}



#s-c748e673-ea76-4b17-b97c-d68657cc7b44 {
  box-shadow:    #515151;
margin-top: 0px;
margin-bottom: 0em;
}

#s-42e5d1f0-a158-4c61-8676-8a8956f76e1d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
text-align: center;
background-color: rgba(0, 143, 255, 1);
text-decoration: none;
}
#s-42e5d1f0-a158-4c61-8676-8a8956f76e1d:hover {background-color: rgba(0, 143, 255, 1) !important;
text-decoration: none !important;}#s-42e5d1f0-a158-4c61-8676-8a8956f76e1d:active {background-color: rgba(79, 178, 255, 1) !important;
text-decoration: none !important;}

  #s-42e5d1f0-a158-4c61-8676-8a8956f76e1d-root {
    text-align: center;
  }


#s-42e5d1f0-a158-4c61-8676-8a8956f76e1d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-42e5d1f0-a158-4c61-8676-8a8956f76e1d-root {
    text-align: center;
  }


#s-42e5d1f0-a158-4c61-8676-8a8956f76e1d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42e5d1f0-a158-4c61-8676-8a8956f76e1d-root {
    text-align: center;
  }


#s-42e5d1f0-a158-4c61-8676-8a8956f76e1d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42e5d1f0-a158-4c61-8676-8a8956f76e1d-root {
    text-align: center;
  }


#s-42e5d1f0-a158-4c61-8676-8a8956f76e1d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-42e5d1f0-a158-4c61-8676-8a8956f76e1d-root {
    text-align: center;
  }


#s-42e5d1f0-a158-4c61-8676-8a8956f76e1d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
/*
  $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}