.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-c64b9109-f952-417a-acf3-c15bc45d9365 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-c64b9109-f952-417a-acf3-c15bc45d9365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c64b9109-f952-417a-acf3-c15bc45d9365.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1e4d3ec-939b-47ec-aed9-31ba3f5a2e8f {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-f1e4d3ec-939b-47ec-aed9-31ba3f5a2e8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1e4d3ec-939b-47ec-aed9-31ba3f5a2e8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f1762ad-5e44-4e55-8af3-308d9dccea60 {
  background-repeat: no-repeat;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6f1762ad-5e44-4e55-8af3-308d9dccea60 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f1762ad-5e44-4e55-8af3-308d9dccea60 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f1762ad-5e44-4e55-8af3-308d9dccea60 {
  
}
}@media (max-width: 767px){#s-6f1762ad-5e44-4e55-8af3-308d9dccea60 {
  
}
}
#s-6f1762ad-5e44-4e55-8af3-308d9dccea60 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDVlYzZjYjQtOWNiNi00M2MyLWEzOTUtMGYxOWZjNmZmNjQ1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjU0MCIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC41NDMiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2Q1ZWM2Y2I0LTljYjYtNDNjMi1hMzk1LTBmMTlmYzZmZjY0NSkiLz48L3N2Zz4=);
}








#s-6f1762ad-5e44-4e55-8af3-308d9dccea60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f1762ad-5e44-4e55-8af3-308d9dccea60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a297cc76-c845-4e67-941d-9e0e3e805d65 {
  background-size: cover;
margin-top: 0%;
padding-left: 10%;
padding-right: 10%;
min-height: 500px;
background-attachment: scroll;
background-position: center center;
}
@media (min-width: 1200px){#s-a297cc76-c845-4e67-941d-9e0e3e805d65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a297cc76-c845-4e67-941d-9e0e3e805d65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a297cc76-c845-4e67-941d-9e0e3e805d65 {
  display: none;
}
#s-a297cc76-c845-4e67-941d-9e0e3e805d65, #wrap-s-a297cc76-c845-4e67-941d-9e0e3e805d65 { display: none !important; }}@media (max-width: 767px){#s-a297cc76-c845-4e67-941d-9e0e3e805d65 {
  display: none;
}
#s-a297cc76-c845-4e67-941d-9e0e3e805d65, #wrap-s-a297cc76-c845-4e67-941d-9e0e3e805d65 { display: none !important; }}







#s-a297cc76-c845-4e67-941d-9e0e3e805d65 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-a297cc76-c845-4e67-941d-9e0e3e805d65.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;
}

#s-e6ba3d0c-dc10-4d08-9316-7272eef2ded3 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0%;
padding-bottom: 5%;
}
@media (min-width: 1200px){#s-e6ba3d0c-dc10-4d08-9316-7272eef2ded3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6ba3d0c-dc10-4d08-9316-7272eef2ded3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6ba3d0c-dc10-4d08-9316-7272eef2ded3 {
  
}
}@media (max-width: 767px){#s-e6ba3d0c-dc10-4d08-9316-7272eef2ded3 {
  
}
}
@media (min-width: 0px) {
[id="s-e6ba3d0c-dc10-4d08-9316-7272eef2ded3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6ba3d0c-dc10-4d08-9316-7272eef2ded3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e6ba3d0c-dc10-4d08-9316-7272eef2ded3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e6ba3d0c-dc10-4d08-9316-7272eef2ded3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e6ba3d0c-dc10-4d08-9316-7272eef2ded3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6ba3d0c-dc10-4d08-9316-7272eef2ded3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-e6ba3d0c-dc10-4d08-9316-7272eef2ded3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

#s-d92e09c2-a807-4310-9f29-4b3529e749d2 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}

#s-d92e09c2-a807-4310-9f29-4b3529e749d2 {
  background-image: url();
}








#s-d92e09c2-a807-4310-9f29-4b3529e749d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d92e09c2-a807-4310-9f29-4b3529e749d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b144f0a0-d5e5-4676-8d5a-28381c26a1b8 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 0);
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b144f0a0-d5e5-4676-8d5a-28381c26a1b8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 6px;
  text-align: left;
}



#s-a7ee436f-b409-4ab0-88a7-69ad4ac6aae5 {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
padding-right: 200px;
text-align: left;
}

#s-a7ee436f-b409-4ab0-88a7-69ad4ac6aae5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



.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-32326400-48be-43aa-a7ab-51182aa37df2 {
  border-style: solid;
margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: left;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
line-height: 1.25em;
letter-spacing: 2px;
}
#s-32326400-48be-43aa-a7ab-51182aa37df2:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(219, 90, 66, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-32326400-48be-43aa-a7ab-51182aa37df2:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-32326400-48be-43aa-a7ab-51182aa37df2-root {
    text-align: left;
  }


#s-32326400-48be-43aa-a7ab-51182aa37df2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-32326400-48be-43aa-a7ab-51182aa37df2-root {
    text-align: left;
  }


#s-32326400-48be-43aa-a7ab-51182aa37df2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-32326400-48be-43aa-a7ab-51182aa37df2-root {
    text-align: left;
  }


#s-32326400-48be-43aa-a7ab-51182aa37df2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-32326400-48be-43aa-a7ab-51182aa37df2-root {
    text-align: left;
  }


#s-32326400-48be-43aa-a7ab-51182aa37df2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-32326400-48be-43aa-a7ab-51182aa37df2-root {
    text-align: left;
  }


#s-32326400-48be-43aa-a7ab-51182aa37df2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c {
  background-size: cover;
padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c {
  display: none;
}
#s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c, #wrap-s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c {
  display: none;
}
#s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c, #wrap-s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c {
  
}
}@media (max-width: 767px){#s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c {
  display: none;
}
#s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c, #wrap-s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c { display: none !important; }}







#s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-cc2fe231-748d-41b5-82dc-e67a1d33cc5c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d560b93e-9411-43d4-8f21-27a044641e6a {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d560b93e-9411-43d4-8f21-27a044641e6a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  
  letter-spacing: 4px;
  text-align: center;
}



#s-fc7de13c-ab02-40e0-94b9-e5124b3d59ac {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-fc7de13c-ab02-40e0-94b9-e5124b3d59ac .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  text-align: center;
}



#s-ed6742d6-f7c0-49d3-ae3f-8efcf9b79327 {
  min-height: 50px;
}








#s-ed6742d6-f7c0-49d3-ae3f-8efcf9b79327 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed6742d6-f7c0-49d3-ae3f-8efcf9b79327.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f820329-3581-4205-b90a-810d90a8b597 {
  min-height: 50px;
}








#s-1f820329-3581-4205-b90a-810d90a8b597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f820329-3581-4205-b90a-810d90a8b597.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cece1915-2969-4ae8-bbff-df4bcf876410 {
  min-height: 50px;
}








#s-cece1915-2969-4ae8-bbff-df4bcf876410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cece1915-2969-4ae8-bbff-df4bcf876410.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99b7464f-081a-47a2-a610-bc8001869088 {
  min-height: 50px;
}








#s-99b7464f-081a-47a2-a610-bc8001869088 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99b7464f-081a-47a2-a610-bc8001869088.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5eb583da-0de2-41fc-a913-9e0e573ba572 {
  border-style: solid;
margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
line-height: 1.25em;
letter-spacing: 2px;
}
#s-5eb583da-0de2-41fc-a913-9e0e573ba572:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(219, 90, 66, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5eb583da-0de2-41fc-a913-9e0e573ba572:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-5eb583da-0de2-41fc-a913-9e0e573ba572-root {
    text-align: center;
  }


#s-5eb583da-0de2-41fc-a913-9e0e573ba572.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5eb583da-0de2-41fc-a913-9e0e573ba572-root {
    text-align: center;
  }


#s-5eb583da-0de2-41fc-a913-9e0e573ba572.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5eb583da-0de2-41fc-a913-9e0e573ba572-root {
    text-align: center;
  }


#s-5eb583da-0de2-41fc-a913-9e0e573ba572.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5eb583da-0de2-41fc-a913-9e0e573ba572-root {
    text-align: center;
  }


#s-5eb583da-0de2-41fc-a913-9e0e573ba572.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5eb583da-0de2-41fc-a913-9e0e573ba572-root {
    text-align: center;
  }


#s-5eb583da-0de2-41fc-a913-9e0e573ba572.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-dc26a9ac-c284-406d-904f-f6ac31820fdc {
  background-size: cover;
padding-top: 7%;
padding-left: 5%;
padding-right: 5%;
min-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-dc26a9ac-c284-406d-904f-f6ac31820fdc {
  display: none;
}
#s-dc26a9ac-c284-406d-904f-f6ac31820fdc, #wrap-s-dc26a9ac-c284-406d-904f-f6ac31820fdc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc26a9ac-c284-406d-904f-f6ac31820fdc {
  display: none;
}
#s-dc26a9ac-c284-406d-904f-f6ac31820fdc, #wrap-s-dc26a9ac-c284-406d-904f-f6ac31820fdc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dc26a9ac-c284-406d-904f-f6ac31820fdc {
  display: none;
}
#s-dc26a9ac-c284-406d-904f-f6ac31820fdc, #wrap-s-dc26a9ac-c284-406d-904f-f6ac31820fdc { display: none !important; }}







#s-dc26a9ac-c284-406d-904f-f6ac31820fdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.2;
}#s-dc26a9ac-c284-406d-904f-f6ac31820fdc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3df181f2-b8cc-47a3-b91b-ddbc3154f742 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3df181f2-b8cc-47a3-b91b-ddbc3154f742 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.2em;
  letter-spacing: 4px;
  text-align: center;
}



#s-2e009583-3535-45f7-b643-01bd95cf0abc {
  padding-top: 5px;
padding-left: 0px;
padding-bottom: 1%;
text-align: center;
}

#s-2e009583-3535-45f7-b643-01bd95cf0abc .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.2em;
  
  text-align: center;
}



#s-8e364fe5-c71c-4adc-8771-bfdab69b07a7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8e364fe5-c71c-4adc-8771-bfdab69b07a7 {
  display: none;
}
#s-8e364fe5-c71c-4adc-8771-bfdab69b07a7, #wrap-s-8e364fe5-c71c-4adc-8771-bfdab69b07a7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e364fe5-c71c-4adc-8771-bfdab69b07a7 {
  display: none;
}
#s-8e364fe5-c71c-4adc-8771-bfdab69b07a7, #wrap-s-8e364fe5-c71c-4adc-8771-bfdab69b07a7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e364fe5-c71c-4adc-8771-bfdab69b07a7 {
  display: none;
}
#s-8e364fe5-c71c-4adc-8771-bfdab69b07a7, #wrap-s-8e364fe5-c71c-4adc-8771-bfdab69b07a7 { display: none !important; }}







#s-8e364fe5-c71c-4adc-8771-bfdab69b07a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e364fe5-c71c-4adc-8771-bfdab69b07a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27aa6471-891a-4230-b0aa-6b5ccdc9be28 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-27aa6471-891a-4230-b0aa-6b5ccdc9be28 {
  display: none;
}
#s-27aa6471-891a-4230-b0aa-6b5ccdc9be28, #wrap-s-27aa6471-891a-4230-b0aa-6b5ccdc9be28 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27aa6471-891a-4230-b0aa-6b5ccdc9be28 {
  display: none;
}
#s-27aa6471-891a-4230-b0aa-6b5ccdc9be28, #wrap-s-27aa6471-891a-4230-b0aa-6b5ccdc9be28 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27aa6471-891a-4230-b0aa-6b5ccdc9be28 {
  display: none;
}
#s-27aa6471-891a-4230-b0aa-6b5ccdc9be28, #wrap-s-27aa6471-891a-4230-b0aa-6b5ccdc9be28 { display: none !important; }}







#s-27aa6471-891a-4230-b0aa-6b5ccdc9be28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27aa6471-891a-4230-b0aa-6b5ccdc9be28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55dd3bc0-e208-42c4-b675-d2fc58540634 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-55dd3bc0-e208-42c4-b675-d2fc58540634 {
  display: none;
}
#s-55dd3bc0-e208-42c4-b675-d2fc58540634, #wrap-s-55dd3bc0-e208-42c4-b675-d2fc58540634 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55dd3bc0-e208-42c4-b675-d2fc58540634 {
  display: none;
}
#s-55dd3bc0-e208-42c4-b675-d2fc58540634, #wrap-s-55dd3bc0-e208-42c4-b675-d2fc58540634 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55dd3bc0-e208-42c4-b675-d2fc58540634 {
  display: none;
}
#s-55dd3bc0-e208-42c4-b675-d2fc58540634, #wrap-s-55dd3bc0-e208-42c4-b675-d2fc58540634 { display: none !important; }}







#s-55dd3bc0-e208-42c4-b675-d2fc58540634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55dd3bc0-e208-42c4-b675-d2fc58540634.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a0df68f-6500-4c32-9ae1-e49d98db3236 {
  border-style: solid;
margin-top: 0%;
margin-left: 0px;
margin-bottom: 3%;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
line-height: 1.25em;
letter-spacing: 2px;
}
#s-3a0df68f-6500-4c32-9ae1-e49d98db3236:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3a0df68f-6500-4c32-9ae1-e49d98db3236:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3a0df68f-6500-4c32-9ae1-e49d98db3236 {
  display: none;
}
#s-3a0df68f-6500-4c32-9ae1-e49d98db3236, #wrap-s-3a0df68f-6500-4c32-9ae1-e49d98db3236 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a0df68f-6500-4c32-9ae1-e49d98db3236 {
  display: none;
}
#s-3a0df68f-6500-4c32-9ae1-e49d98db3236, #wrap-s-3a0df68f-6500-4c32-9ae1-e49d98db3236 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a0df68f-6500-4c32-9ae1-e49d98db3236 {
  display: none;
}
#s-3a0df68f-6500-4c32-9ae1-e49d98db3236, #wrap-s-3a0df68f-6500-4c32-9ae1-e49d98db3236 { display: none !important; }}@media (max-width: 767px){#s-3a0df68f-6500-4c32-9ae1-e49d98db3236 {
  
}
}

  #s-3a0df68f-6500-4c32-9ae1-e49d98db3236-root {
    text-align: center;
  }


#s-3a0df68f-6500-4c32-9ae1-e49d98db3236.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3a0df68f-6500-4c32-9ae1-e49d98db3236-root {
    text-align: center;
  }


#s-3a0df68f-6500-4c32-9ae1-e49d98db3236.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3a0df68f-6500-4c32-9ae1-e49d98db3236-root {
    text-align: center;
  }


#s-3a0df68f-6500-4c32-9ae1-e49d98db3236.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3a0df68f-6500-4c32-9ae1-e49d98db3236-root {
    text-align: center;
  }


#s-3a0df68f-6500-4c32-9ae1-e49d98db3236.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3a0df68f-6500-4c32-9ae1-e49d98db3236-root {
    text-align: center;
  }


#s-3a0df68f-6500-4c32-9ae1-e49d98db3236.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-2691ecb6-19c3-486c-ac93-e237b3b1d376 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2691ecb6-19c3-486c-ac93-e237b3b1d376 {
  display: none;
}
#s-2691ecb6-19c3-486c-ac93-e237b3b1d376, #wrap-s-2691ecb6-19c3-486c-ac93-e237b3b1d376 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2691ecb6-19c3-486c-ac93-e237b3b1d376 {
  display: none;
}
#s-2691ecb6-19c3-486c-ac93-e237b3b1d376, #wrap-s-2691ecb6-19c3-486c-ac93-e237b3b1d376 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2691ecb6-19c3-486c-ac93-e237b3b1d376 {
  display: none;
}
#s-2691ecb6-19c3-486c-ac93-e237b3b1d376, #wrap-s-2691ecb6-19c3-486c-ac93-e237b3b1d376 { display: none !important; }}







#s-2691ecb6-19c3-486c-ac93-e237b3b1d376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2691ecb6-19c3-486c-ac93-e237b3b1d376.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-b15465d6-857b-4e8d-96af-c816136fbe44 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0%;
max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b15465d6-857b-4e8d-96af-c816136fbe44 {
  display: none;
}
#s-b15465d6-857b-4e8d-96af-c816136fbe44, #wrap-s-b15465d6-857b-4e8d-96af-c816136fbe44 { display: none !important; }}@media (max-width: 767px){#s-b15465d6-857b-4e8d-96af-c816136fbe44 {
  display: none;
}
#s-b15465d6-857b-4e8d-96af-c816136fbe44, #wrap-s-b15465d6-857b-4e8d-96af-c816136fbe44 { display: none !important; }}
#s-b15465d6-857b-4e8d-96af-c816136fbe44 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b15465d6-857b-4e8d-96af-c816136fbe44 .shg-sld-nav-button.shg-sld-left,
#s-b15465d6-857b-4e8d-96af-c816136fbe44 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-b7400aee-44c8-421a-aa4d-d86a2e2c435b {
  text-align: center;
}







  #s-b7400aee-44c8-421a-aa4d-d86a2e2c435b img.shogun-image {
    

    
    
    
  }


#s-b7400aee-44c8-421a-aa4d-d86a2e2c435b .shogun-image-content {
  
    align-items: center;
  
}

#s-d7fd0afb-eb46-4535-b2c4-29537595ad7b {
  text-align: center;
}







  #s-d7fd0afb-eb46-4535-b2c4-29537595ad7b img.shogun-image {
    

    
    
    
  }


#s-d7fd0afb-eb46-4535-b2c4-29537595ad7b .shogun-image-content {
  
    align-items: center;
  
}

#s-c9e23183-f374-48b3-aaee-d9648f9b3964 {
  text-align: center;
}







  #s-c9e23183-f374-48b3-aaee-d9648f9b3964 img.shogun-image {
    

    
    
    
  }


#s-c9e23183-f374-48b3-aaee-d9648f9b3964 .shogun-image-content {
  
    align-items: center;
  
}

#s-5450d09d-b56a-4c36-ba65-49469b6f601a {
  text-align: center;
}







  #s-5450d09d-b56a-4c36-ba65-49469b6f601a img.shogun-image {
    

    
    
    
  }


#s-5450d09d-b56a-4c36-ba65-49469b6f601a .shogun-image-content {
  
    align-items: center;
  
}

#s-dc5c99d1-0fce-4dc3-ae9e-3ba60ae3fb05 {
  text-align: center;
}







  #s-dc5c99d1-0fce-4dc3-ae9e-3ba60ae3fb05 img.shogun-image {
    

    
    
    
  }


#s-dc5c99d1-0fce-4dc3-ae9e-3ba60ae3fb05 .shogun-image-content {
  
    align-items: center;
  
}

#s-794034f5-09fc-485f-ac03-7509fb4ef67f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0%;
max-width: 100%;
}
@media (min-width: 1200px){#s-794034f5-09fc-485f-ac03-7509fb4ef67f {
  display: none;
}
#s-794034f5-09fc-485f-ac03-7509fb4ef67f, #wrap-s-794034f5-09fc-485f-ac03-7509fb4ef67f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-794034f5-09fc-485f-ac03-7509fb4ef67f {
  display: none;
}
#s-794034f5-09fc-485f-ac03-7509fb4ef67f, #wrap-s-794034f5-09fc-485f-ac03-7509fb4ef67f { display: none !important; }}@media (max-width: 767px){#s-794034f5-09fc-485f-ac03-7509fb4ef67f {
  display: none;
}
#s-794034f5-09fc-485f-ac03-7509fb4ef67f, #wrap-s-794034f5-09fc-485f-ac03-7509fb4ef67f { display: none !important; }}
#s-794034f5-09fc-485f-ac03-7509fb4ef67f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-794034f5-09fc-485f-ac03-7509fb4ef67f .shg-sld-nav-button.shg-sld-left,
#s-794034f5-09fc-485f-ac03-7509fb4ef67f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1970c199-7aee-4645-a465-a9a7e6dbf6f8 {
  text-align: center;
}







  #s-1970c199-7aee-4645-a465-a9a7e6dbf6f8 img.shogun-image {
    

    
    
    
  }


#s-1970c199-7aee-4645-a465-a9a7e6dbf6f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd176e38-dcce-40fa-a3fe-771ade25b49c {
  text-align: center;
}







  #s-fd176e38-dcce-40fa-a3fe-771ade25b49c img.shogun-image {
    

    
    
    
  }


#s-fd176e38-dcce-40fa-a3fe-771ade25b49c .shogun-image-content {
  
    align-items: center;
  
}

#s-5c3b3e6c-106e-4b6d-9c00-712664397fe9 {
  text-align: center;
}







  #s-5c3b3e6c-106e-4b6d-9c00-712664397fe9 img.shogun-image {
    

    
    
    
  }


#s-5c3b3e6c-106e-4b6d-9c00-712664397fe9 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b3e4eb5-6e18-4b62-b69f-4b3ac7b681f2 {
  text-align: center;
}







  #s-7b3e4eb5-6e18-4b62-b69f-4b3ac7b681f2 img.shogun-image {
    

    
    
    
  }


#s-7b3e4eb5-6e18-4b62-b69f-4b3ac7b681f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dcab99c-f0cd-4fdd-89f0-9993bb75782d {
  text-align: center;
}







  #s-2dcab99c-f0cd-4fdd-89f0-9993bb75782d img.shogun-image {
    

    
    
    
  }


#s-2dcab99c-f0cd-4fdd-89f0-9993bb75782d .shogun-image-content {
  
    align-items: center;
  
}

#s-3335927c-e5ea-487e-8bd1-add4a2af519f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 0%;
max-width: 100%;
}
@media (min-width: 1200px){#s-3335927c-e5ea-487e-8bd1-add4a2af519f {
  display: none;
}
#s-3335927c-e5ea-487e-8bd1-add4a2af519f, #wrap-s-3335927c-e5ea-487e-8bd1-add4a2af519f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3335927c-e5ea-487e-8bd1-add4a2af519f {
  display: none;
}
#s-3335927c-e5ea-487e-8bd1-add4a2af519f, #wrap-s-3335927c-e5ea-487e-8bd1-add4a2af519f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3335927c-e5ea-487e-8bd1-add4a2af519f {
  display: none;
}
#s-3335927c-e5ea-487e-8bd1-add4a2af519f, #wrap-s-3335927c-e5ea-487e-8bd1-add4a2af519f { display: none !important; }}
#s-3335927c-e5ea-487e-8bd1-add4a2af519f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3335927c-e5ea-487e-8bd1-add4a2af519f .shg-sld-nav-button.shg-sld-left,
#s-3335927c-e5ea-487e-8bd1-add4a2af519f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b2fd34e6-17ce-4f17-a75d-b2e3ff919a91 {
  text-align: center;
}







  #s-b2fd34e6-17ce-4f17-a75d-b2e3ff919a91 img.shogun-image {
    

    
    
    
  }


#s-b2fd34e6-17ce-4f17-a75d-b2e3ff919a91 .shogun-image-content {
  
    align-items: center;
  
}

#s-7701fc92-ba21-48bb-8b51-3167ee27b035 {
  text-align: center;
}







  #s-7701fc92-ba21-48bb-8b51-3167ee27b035 img.shogun-image {
    

    
    
    
  }


#s-7701fc92-ba21-48bb-8b51-3167ee27b035 .shogun-image-content {
  
    align-items: center;
  
}

#s-b713b2a2-d5fe-4bc8-bd6b-a0810d879de6 {
  text-align: center;
}







  #s-b713b2a2-d5fe-4bc8-bd6b-a0810d879de6 img.shogun-image {
    

    
    
    
  }


#s-b713b2a2-d5fe-4bc8-bd6b-a0810d879de6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7b1afdf-ee7c-4a27-afdf-ec9330a75a7b {
  text-align: center;
}







  #s-b7b1afdf-ee7c-4a27-afdf-ec9330a75a7b img.shogun-image {
    

    
    
    
  }


#s-b7b1afdf-ee7c-4a27-afdf-ec9330a75a7b .shogun-image-content {
  
    align-items: center;
  
}

#s-bcabcc6c-2471-4813-ac88-ce631fee7449 {
  text-align: center;
}







  #s-bcabcc6c-2471-4813-ac88-ce631fee7449 img.shogun-image {
    

    
    
    
  }


#s-bcabcc6c-2471-4813-ac88-ce631fee7449 .shogun-image-content {
  
    align-items: center;
  
}

#s-11887fec-eee9-4859-aaef-603f55e6e76c {
  margin-top: 1%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-11887fec-eee9-4859-aaef-603f55e6e76c .shogun-heading-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



#s-86bb56cb-4ae7-4c55-8c89-6e2275979ada {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-86bb56cb-4ae7-4c55-8c89-6e2275979ada"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-86bb56cb-4ae7-4c55-8c89-6e2275979ada"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-86bb56cb-4ae7-4c55-8c89-6e2275979ada"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-86bb56cb-4ae7-4c55-8c89-6e2275979ada"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-22b6ab96-6e2b-46ea-bb6f-b4fc03ffddd1 {
  text-align: center;
}







  #s-22b6ab96-6e2b-46ea-bb6f-b4fc03ffddd1 img.shogun-image {
    

    
    
    
  }


#s-22b6ab96-6e2b-46ea-bb6f-b4fc03ffddd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b510b4fd-b934-4bb7-9d02-e5df54c1dbb1 {
  text-align: center;
}







  #s-b510b4fd-b934-4bb7-9d02-e5df54c1dbb1 img.shogun-image {
    

    
    
    
  }


#s-b510b4fd-b934-4bb7-9d02-e5df54c1dbb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2feb34c-8a06-4e39-8aac-80e48a1090a9 {
  text-align: center;
}







  #s-f2feb34c-8a06-4e39-8aac-80e48a1090a9 img.shogun-image {
    

    
    
    
  }


#s-f2feb34c-8a06-4e39-8aac-80e48a1090a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a6411dc-ce4c-4926-abf1-3408db95ec51 {
  text-align: center;
}







  #s-6a6411dc-ce4c-4926-abf1-3408db95ec51 img.shogun-image {
    

    
    
    
  }


#s-6a6411dc-ce4c-4926-abf1-3408db95ec51 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8932a80-e2bc-41d5-bcd5-c6c1931c1154 {
  text-align: center;
}







  #s-b8932a80-e2bc-41d5-bcd5-c6c1931c1154 img.shogun-image {
    

    
    
    
  }


#s-b8932a80-e2bc-41d5-bcd5-c6c1931c1154 .shogun-image-content {
  
    align-items: center;
  
}

#s-26abb26e-b617-4625-a010-0585740162ca {
  text-align: center;
}







  #s-26abb26e-b617-4625-a010-0585740162ca img.shogun-image {
    

    
    
    
  }


#s-26abb26e-b617-4625-a010-0585740162ca .shogun-image-content {
  
    align-items: center;
  
}

#s-08d3b2f8-01d6-41c8-9e32-6326e561fe52 {
  background-attachment: fixed;
margin-top: 2px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-08d3b2f8-01d6-41c8-9e32-6326e561fe52 {
  display: none;
}
#s-08d3b2f8-01d6-41c8-9e32-6326e561fe52, #wrap-s-08d3b2f8-01d6-41c8-9e32-6326e561fe52 { display: none !important; }}@media (max-width: 767px){#s-08d3b2f8-01d6-41c8-9e32-6326e561fe52 {
  display: none;
}
#s-08d3b2f8-01d6-41c8-9e32-6326e561fe52, #wrap-s-08d3b2f8-01d6-41c8-9e32-6326e561fe52 { display: none !important; }}







#s-08d3b2f8-01d6-41c8-9e32-6326e561fe52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08d3b2f8-01d6-41c8-9e32-6326e561fe52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f {
  padding-bottom: 1%;
}
@media (min-width: 1200px){#s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f {
  display: none;
}
#s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f, #wrap-s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f { display: none !important; }}@media (max-width: 767px){#s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f {
  display: none;
}
#s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f, #wrap-s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f { display: none !important; }}
@media (min-width: 0px) {
[id="s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c9dd7bd-0c10-4997-ba3f-4ae9d23c169f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-29c5d5e9-59ed-4b08-8115-415190c5f134 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29c5d5e9-59ed-4b08-8115-415190c5f134 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8a3de55b-ba27-485a-8bd0-dd8f5b465e55 {
  margin-left: 1%;
margin-right: 1%;
}

#s-5e651c18-a818-4437-9b3b-183519c35743 {
  margin-top: 2%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-5e651c18-a818-4437-9b3b-183519c35743 {
  display: none;
}
#s-5e651c18-a818-4437-9b3b-183519c35743, #wrap-s-5e651c18-a818-4437-9b3b-183519c35743 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5e651c18-a818-4437-9b3b-183519c35743 {
  display: none;
}
#s-5e651c18-a818-4437-9b3b-183519c35743, #wrap-s-5e651c18-a818-4437-9b3b-183519c35743 { display: none !important; }}
#s-8612f80f-81ae-4793-b125-8fc9f0eb1ac4 {
  margin-top: 2%;
margin-bottom: 0%;
margin-right: 19%;
}

#s-7a639df7-55c3-489c-8159-5dd207bc4046 {
  border-style: solid;
margin-top: 1%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: left;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
line-height: 1.25em;
letter-spacing: 2px;
}
#s-7a639df7-55c3-489c-8159-5dd207bc4046:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(219, 90, 66, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a639df7-55c3-489c-8159-5dd207bc4046:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7a639df7-55c3-489c-8159-5dd207bc4046 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a639df7-55c3-489c-8159-5dd207bc4046 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a639df7-55c3-489c-8159-5dd207bc4046 {
  
}
}@media (max-width: 767px){#s-7a639df7-55c3-489c-8159-5dd207bc4046 {
  
}
}

  #s-7a639df7-55c3-489c-8159-5dd207bc4046-root {
    text-align: left;
  }


#s-7a639df7-55c3-489c-8159-5dd207bc4046.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a639df7-55c3-489c-8159-5dd207bc4046-root {
    text-align: left;
  }


#s-7a639df7-55c3-489c-8159-5dd207bc4046.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a639df7-55c3-489c-8159-5dd207bc4046-root {
    text-align: left;
  }


#s-7a639df7-55c3-489c-8159-5dd207bc4046.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a639df7-55c3-489c-8159-5dd207bc4046-root {
    text-align: left;
  }


#s-7a639df7-55c3-489c-8159-5dd207bc4046.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a639df7-55c3-489c-8159-5dd207bc4046-root {
    text-align: left;
  }


#s-7a639df7-55c3-489c-8159-5dd207bc4046.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-5bcb3088-9d6b-4ea5-910e-9ef92b89c262 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-5bcb3088-9d6b-4ea5-910e-9ef92b89c262 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5bcb3088-9d6b-4ea5-910e-9ef92b89c262 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5bcb3088-9d6b-4ea5-910e-9ef92b89c262 {
  
}
}@media (max-width: 767px){#s-5bcb3088-9d6b-4ea5-910e-9ef92b89c262 {
  
}
}
#s-5bcb3088-9d6b-4ea5-910e-9ef92b89c262 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 50.0%;
  padding-right: 20px;
  padding-bottom: 20px;
}

#s-5bcb3088-9d6b-4ea5-910e-9ef92b89c262 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-5bcb3088-9d6b-4ea5-910e-9ef92b89c262 .shg-gallery-thumb-list-margin {
  margin-right: -20px;
}

#s-5bcb3088-9d6b-4ea5-910e-9ef92b89c262 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-5bcb3088-9d6b-4ea5-910e-9ef92b89c262 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-5bcb3088-9d6b-4ea5-910e-9ef92b89c262 .shg-gallery-dot {
  background-color: #FFF;
}

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

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

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

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

#s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6 {
  padding-bottom: 1%;
}
@media (min-width: 1200px){#s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6 {
  display: none;
}
#s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6, #wrap-s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6 {
  display: none;
}
#s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6, #wrap-s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6 {
  
}
}@media (max-width: 767px){#s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6 {
  
}
}
@media (min-width: 0px) {
[id="s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-60f5a401-0792-4a8b-8808-4b0cdd4f0fb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-4d7799ad-38c0-4448-9eff-6cedbe032bb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d7799ad-38c0-4448-9eff-6cedbe032bb4 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  
}



#s-dd254733-a1cf-472c-a273-ec1c9e1eeae4 {
  margin-left: 5%;
margin-right: 5%;
}

#s-7f8b1080-ec10-422a-b586-7f522e2dcc56 {
  margin-top: 2%;
margin-bottom: 0%;
}

#s-5beebf3b-0084-478e-877c-d93e97cfc49e {
  border-style: solid;
margin-top: 1%;
margin-left: 0px;
margin-bottom: 1%;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
line-height: 1.25em;
letter-spacing: 2px;
}
#s-5beebf3b-0084-478e-877c-d93e97cfc49e:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(219, 90, 66, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5beebf3b-0084-478e-877c-d93e97cfc49e:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5beebf3b-0084-478e-877c-d93e97cfc49e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5beebf3b-0084-478e-877c-d93e97cfc49e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5beebf3b-0084-478e-877c-d93e97cfc49e {
  
}
}@media (max-width: 767px){#s-5beebf3b-0084-478e-877c-d93e97cfc49e {
  
}
}

  #s-5beebf3b-0084-478e-877c-d93e97cfc49e-root {
    text-align: center;
  }


#s-5beebf3b-0084-478e-877c-d93e97cfc49e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5beebf3b-0084-478e-877c-d93e97cfc49e-root {
    text-align: center;
  }


#s-5beebf3b-0084-478e-877c-d93e97cfc49e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5beebf3b-0084-478e-877c-d93e97cfc49e-root {
    text-align: center;
  }


#s-5beebf3b-0084-478e-877c-d93e97cfc49e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5beebf3b-0084-478e-877c-d93e97cfc49e-root {
    text-align: center;
  }


#s-5beebf3b-0084-478e-877c-d93e97cfc49e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5beebf3b-0084-478e-877c-d93e97cfc49e-root {
    text-align: center;
  }


#s-5beebf3b-0084-478e-877c-d93e97cfc49e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-104481fd-dcd0-4a68-83cb-7058b46e7c65 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-104481fd-dcd0-4a68-83cb-7058b46e7c65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-104481fd-dcd0-4a68-83cb-7058b46e7c65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-104481fd-dcd0-4a68-83cb-7058b46e7c65 {
  
}
}@media (max-width: 767px){#s-104481fd-dcd0-4a68-83cb-7058b46e7c65 {
  
}
}
#s-104481fd-dcd0-4a68-83cb-7058b46e7c65 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 50.0%;
  padding-right: 20px;
  padding-bottom: 20px;
}

#s-104481fd-dcd0-4a68-83cb-7058b46e7c65 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-104481fd-dcd0-4a68-83cb-7058b46e7c65 .shg-gallery-thumb-list-margin {
  margin-right: -20px;
}

#s-104481fd-dcd0-4a68-83cb-7058b46e7c65 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-104481fd-dcd0-4a68-83cb-7058b46e7c65 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-104481fd-dcd0-4a68-83cb-7058b46e7c65 .shg-gallery-dot {
  background-color: #FFF;
}

#s-82d932fc-92ea-4cfc-841a-ac6f702794f9 {
  padding-bottom: 1%;
}
@media (min-width: 1200px){#s-82d932fc-92ea-4cfc-841a-ac6f702794f9 {
  display: none;
}
#s-82d932fc-92ea-4cfc-841a-ac6f702794f9, #wrap-s-82d932fc-92ea-4cfc-841a-ac6f702794f9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82d932fc-92ea-4cfc-841a-ac6f702794f9 {
  display: none;
}
#s-82d932fc-92ea-4cfc-841a-ac6f702794f9, #wrap-s-82d932fc-92ea-4cfc-841a-ac6f702794f9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-82d932fc-92ea-4cfc-841a-ac6f702794f9 {
  
}
}@media (max-width: 767px){#s-82d932fc-92ea-4cfc-841a-ac6f702794f9 {
  
}
}
@media (min-width: 0px) {
[id="s-82d932fc-92ea-4cfc-841a-ac6f702794f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82d932fc-92ea-4cfc-841a-ac6f702794f9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-82d932fc-92ea-4cfc-841a-ac6f702794f9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-82d932fc-92ea-4cfc-841a-ac6f702794f9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-ad2e7c6f-ee8f-4a72-9400-3461de022b23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad2e7c6f-ee8f-4a72-9400-3461de022b23 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  
}



#s-c7e93e2a-c16d-42ff-b8ce-b1c5f25cb4d3 {
  margin-left: 5%;
margin-right: 5%;
}

#s-78406324-6a41-42e9-bff2-d4bf1e64144f {
  margin-top: 2%;
margin-bottom: 0%;
}

#s-2d82a9dc-fc39-4256-ba5a-cfc25416df55 {
  border-style: solid;
margin-top: 1%;
margin-left: 0px;
margin-bottom: 1%;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
line-height: 1.25em;
letter-spacing: 2px;
}
#s-2d82a9dc-fc39-4256-ba5a-cfc25416df55:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(219, 90, 66, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d82a9dc-fc39-4256-ba5a-cfc25416df55:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2d82a9dc-fc39-4256-ba5a-cfc25416df55 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d82a9dc-fc39-4256-ba5a-cfc25416df55 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d82a9dc-fc39-4256-ba5a-cfc25416df55 {
  
}
}@media (max-width: 767px){#s-2d82a9dc-fc39-4256-ba5a-cfc25416df55 {
  
}
}

  #s-2d82a9dc-fc39-4256-ba5a-cfc25416df55-root {
    text-align: center;
  }


#s-2d82a9dc-fc39-4256-ba5a-cfc25416df55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d82a9dc-fc39-4256-ba5a-cfc25416df55-root {
    text-align: center;
  }


#s-2d82a9dc-fc39-4256-ba5a-cfc25416df55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d82a9dc-fc39-4256-ba5a-cfc25416df55-root {
    text-align: center;
  }


#s-2d82a9dc-fc39-4256-ba5a-cfc25416df55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d82a9dc-fc39-4256-ba5a-cfc25416df55-root {
    text-align: center;
  }


#s-2d82a9dc-fc39-4256-ba5a-cfc25416df55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d82a9dc-fc39-4256-ba5a-cfc25416df55-root {
    text-align: center;
  }


#s-2d82a9dc-fc39-4256-ba5a-cfc25416df55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-47a20e09-d3ab-4238-9995-93d1226af13c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-47a20e09-d3ab-4238-9995-93d1226af13c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47a20e09-d3ab-4238-9995-93d1226af13c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-47a20e09-d3ab-4238-9995-93d1226af13c {
  
}
}@media (max-width: 767px){#s-47a20e09-d3ab-4238-9995-93d1226af13c {
  
}
}
#s-47a20e09-d3ab-4238-9995-93d1226af13c .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 50.0%;
  padding-right: 20px;
  padding-bottom: 20px;
}

#s-47a20e09-d3ab-4238-9995-93d1226af13c .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-47a20e09-d3ab-4238-9995-93d1226af13c .shg-gallery-thumb-list-margin {
  margin-right: -20px;
}

#s-47a20e09-d3ab-4238-9995-93d1226af13c .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-47a20e09-d3ab-4238-9995-93d1226af13c .shg-gallery-scroll-button {
  color: #FFF;
}

#s-47a20e09-d3ab-4238-9995-93d1226af13c .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 1200px){#s-eeec338a-63c0-4224-b990-1bf39f7f347b {
  display: none;
}
#s-eeec338a-63c0-4224-b990-1bf39f7f347b, #wrap-s-eeec338a-63c0-4224-b990-1bf39f7f347b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eeec338a-63c0-4224-b990-1bf39f7f347b {
  display: none;
}
#s-eeec338a-63c0-4224-b990-1bf39f7f347b, #wrap-s-eeec338a-63c0-4224-b990-1bf39f7f347b { display: none !important; }}
#s-cf6d9ecc-c652-4c43-b0cb-7e25a7493254 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-cf6d9ecc-c652-4c43-b0cb-7e25a7493254 {
  display: none;
}
#s-cf6d9ecc-c652-4c43-b0cb-7e25a7493254, #wrap-s-cf6d9ecc-c652-4c43-b0cb-7e25a7493254 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf6d9ecc-c652-4c43-b0cb-7e25a7493254 {
  display: none;
}
#s-cf6d9ecc-c652-4c43-b0cb-7e25a7493254, #wrap-s-cf6d9ecc-c652-4c43-b0cb-7e25a7493254 { display: none !important; }}
#s-cf6d9ecc-c652-4c43-b0cb-7e25a7493254 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  letter-spacing: -0.5px;
  text-align: left;
}



#s-95b241ac-feae-4306-b0f5-53716461da46 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-95b241ac-feae-4306-b0f5-53716461da46 {
  display: none;
}
#s-95b241ac-feae-4306-b0f5-53716461da46, #wrap-s-95b241ac-feae-4306-b0f5-53716461da46 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95b241ac-feae-4306-b0f5-53716461da46 {
  display: none;
}
#s-95b241ac-feae-4306-b0f5-53716461da46, #wrap-s-95b241ac-feae-4306-b0f5-53716461da46 { display: none !important; }}
#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76 {
  border-style: solid;
margin-top: 1%;
margin-left: 0px;
margin-bottom: 1%;
margin-right: 0px;
padding-top: 1%;
padding-left: 30px;
padding-bottom: 1%;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
line-height: 1.25em;
letter-spacing: 2px;
}
#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(219, 90, 66, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76 {
  display: none;
}
#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76, #wrap-s-a97b3e96-0f02-4d5c-a245-7c59d006aa76 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76 {
  display: none;
}
#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76, #wrap-s-a97b3e96-0f02-4d5c-a245-7c59d006aa76 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76 {
  
}
}@media (max-width: 767px){#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76 {
  
}
}

  #s-a97b3e96-0f02-4d5c-a245-7c59d006aa76-root {
    text-align: center;
  }


#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a97b3e96-0f02-4d5c-a245-7c59d006aa76-root {
    text-align: center;
  }


#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a97b3e96-0f02-4d5c-a245-7c59d006aa76-root {
    text-align: center;
  }


#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a97b3e96-0f02-4d5c-a245-7c59d006aa76-root {
    text-align: center;
  }


#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a97b3e96-0f02-4d5c-a245-7c59d006aa76-root {
    text-align: center;
  }


#s-a97b3e96-0f02-4d5c-a245-7c59d006aa76.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a107d344-7ed0-4047-abd7-72c7947f7139 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a107d344-7ed0-4047-abd7-72c7947f7139 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-dde43ee4-0887-41fc-ab2a-168f33f00afa {
  margin-left: 0%;
margin-right: 0%;
padding-top: 1%;
padding-left: 13%;
padding-bottom: 1%;
padding-right: 13%;
background-color: rgba(255, 255, 255, 1);
}








#s-dde43ee4-0887-41fc-ab2a-168f33f00afa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dde43ee4-0887-41fc-ab2a-168f33f00afa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-61f58fed-dda3-4273-8d58-fb97bf0343f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-61f58fed-dda3-4273-8d58-fb97bf0343f4 {
  display: none;
}
#s-61f58fed-dda3-4273-8d58-fb97bf0343f4, #wrap-s-61f58fed-dda3-4273-8d58-fb97bf0343f4 { display: none !important; }}@media (max-width: 767px){#s-61f58fed-dda3-4273-8d58-fb97bf0343f4 {
  display: none;
}
#s-61f58fed-dda3-4273-8d58-fb97bf0343f4, #wrap-s-61f58fed-dda3-4273-8d58-fb97bf0343f4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-61f58fed-dda3-4273-8d58-fb97bf0343f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5em);
}

}

@media (min-width: 768px) {
[id="s-61f58fed-dda3-4273-8d58-fb97bf0343f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75em);
}

}

@media (min-width: 992px) {
[id="s-61f58fed-dda3-4273-8d58-fb97bf0343f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75em);
}

}

@media (min-width: 1200px) {
[id="s-61f58fed-dda3-4273-8d58-fb97bf0343f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75em);
}

}

#s-ceb6c0f9-4a97-415b-85b2-290db12f8617 {
  padding-top: 1%;
padding-bottom: 1%;
max-width: 100%;
text-align: center;
}







  #s-ceb6c0f9-4a97-415b-85b2-290db12f8617 img.shogun-image {
    

    
    
    
  }


#s-ceb6c0f9-4a97-415b-85b2-290db12f8617 .shogun-image-content {
  
    align-items: center;
  
}

#s-f158fa5c-b135-4cc1-a683-89e9c90a81f0 {
  margin-top: 6%;
margin-bottom: 0px;
}

#s-31c35800-ce1f-481d-8e2a-0263d830ee1e {
  margin-top: -12%;
margin-left: 2%;
margin-bottom: -12%;
margin-right: 2%;
max-width: 350px;
}

#s-a6429840-37b8-4ade-b25c-e241a6bbf741 {
  max-width: 100%;
text-align: center;
}







  #s-a6429840-37b8-4ade-b25c-e241a6bbf741 img.shogun-image {
    

    
    
    
  }


#s-a6429840-37b8-4ade-b25c-e241a6bbf741 .shogun-image-content {
  
    align-items: center;
  
}

#s-f291d106-5449-4ec5-b95f-f9032c1db6b3 {
  margin-top: 6%;
}

#s-c8d8b06a-4543-44ca-af55-925f58cabdeb {
  margin-top: -12%;
margin-left: 2%;
margin-bottom: -12%;
margin-right: 2%;
max-width: 350px;
}

#s-31b70796-dd3c-4030-aa1a-c395766acc1b {
  max-width: 100%;
text-align: center;
}







  #s-31b70796-dd3c-4030-aa1a-c395766acc1b img.shogun-image {
    

    
    
    
  }


#s-31b70796-dd3c-4030-aa1a-c395766acc1b .shogun-image-content {
  
    align-items: center;
  
}

#s-76d84d1c-0006-41d0-b02d-5c66ba089138 {
  margin-top: 6%;
}

#s-373c9552-9596-4413-93db-41eac5672f05 {
  margin-top: -12%;
margin-left: 2%;
margin-bottom: -12%;
margin-right: 2%;
max-width: 350px;
}

#s-93a4d0d2-9e37-4c79-bf39-c7df87ac9b62 {
  max-width: 100%;
text-align: center;
}







  #s-93a4d0d2-9e37-4c79-bf39-c7df87ac9b62 img.shogun-image {
    

    
    
    
  }


#s-93a4d0d2-9e37-4c79-bf39-c7df87ac9b62 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5674bf0-256b-40a7-a96d-3ca019b5cef9 {
  margin-top: 6%;
}

#s-6c35da2e-b86b-45c4-8d0e-7bea8fee7db7 {
  margin-top: -11%;
margin-left: 2%;
margin-bottom: -11%;
margin-right: 2%;
max-width: 350px;
}

#s-6b75882c-5038-4b47-86fb-c81ce0bdfbc8 {
  padding-bottom: 1%;
}
@media (min-width: 1200px){#s-6b75882c-5038-4b47-86fb-c81ce0bdfbc8 {
  display: none;
}
#s-6b75882c-5038-4b47-86fb-c81ce0bdfbc8, #wrap-s-6b75882c-5038-4b47-86fb-c81ce0bdfbc8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b75882c-5038-4b47-86fb-c81ce0bdfbc8 {
  display: none;
}
#s-6b75882c-5038-4b47-86fb-c81ce0bdfbc8, #wrap-s-6b75882c-5038-4b47-86fb-c81ce0bdfbc8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6b75882c-5038-4b47-86fb-c81ce0bdfbc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b75882c-5038-4b47-86fb-c81ce0bdfbc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b75882c-5038-4b47-86fb-c81ce0bdfbc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b75882c-5038-4b47-86fb-c81ce0bdfbc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4f1aa684-d0a1-4c6f-98ce-7dac663fc7c5 {
  min-height: 50px;
}








#s-4f1aa684-d0a1-4c6f-98ce-7dac663fc7c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f1aa684-d0a1-4c6f-98ce-7dac663fc7c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d6db28c-9934-4de2-8e6f-393c20da0899 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-1d6db28c-9934-4de2-8e6f-393c20da0899 img.shogun-image {
    

    
    
    
  }


#s-1d6db28c-9934-4de2-8e6f-393c20da0899 .shogun-image-content {
  
    align-items: center;
  
}

#s-586d5465-af92-42b8-a910-0c166bec7a0c {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-a7c51a6a-cd04-4e23-96a2-5d06076b9e12 {
  padding-left: 40px;
padding-right: 40px;
}

#s-fee6a43a-9d82-4b73-bee0-1e7dc90fee71 {
  min-height: 50px;
}








#s-fee6a43a-9d82-4b73-bee0-1e7dc90fee71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fee6a43a-9d82-4b73-bee0-1e7dc90fee71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-924a22fd-dc35-4499-b0a5-49c76c201059 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-924a22fd-dc35-4499-b0a5-49c76c201059 img.shogun-image {
    

    
    
    
  }


#s-924a22fd-dc35-4499-b0a5-49c76c201059 .shogun-image-content {
  
    align-items: center;
  
}

#s-563b25a1-9dda-45d1-b27d-00b761fcea18 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-74523a7d-8e8f-4334-99c5-ed2f748c4bc5 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 1200px){#s-ab1283f3-ed2c-46ec-ace5-aa2df6c28220 {
  display: none;
}
#s-ab1283f3-ed2c-46ec-ace5-aa2df6c28220, #wrap-s-ab1283f3-ed2c-46ec-ace5-aa2df6c28220 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab1283f3-ed2c-46ec-ace5-aa2df6c28220 {
  display: none;
}
#s-ab1283f3-ed2c-46ec-ace5-aa2df6c28220, #wrap-s-ab1283f3-ed2c-46ec-ace5-aa2df6c28220 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ab1283f3-ed2c-46ec-ace5-aa2df6c28220"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab1283f3-ed2c-46ec-ace5-aa2df6c28220"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab1283f3-ed2c-46ec-ace5-aa2df6c28220"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab1283f3-ed2c-46ec-ace5-aa2df6c28220"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-38b8953f-0c3b-44a4-aa2f-7fcb833aa682 {
  min-height: 50px;
}








#s-38b8953f-0c3b-44a4-aa2f-7fcb833aa682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38b8953f-0c3b-44a4-aa2f-7fcb833aa682.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcc64683-5822-46b2-a0aa-c5a7f6c952d8 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-bcc64683-5822-46b2-a0aa-c5a7f6c952d8 img.shogun-image {
    

    
    
    
  }


#s-bcc64683-5822-46b2-a0aa-c5a7f6c952d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd65e293-e6b9-42eb-a618-52cae5216740 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-d0ffc0da-691b-4e7e-af52-5921868b03ee {
  margin-left: 40px;
margin-right: 40px;
}

#s-e7692473-f704-4c9b-a421-d01bd2849966 {
  min-height: 50px;
}








#s-e7692473-f704-4c9b-a421-d01bd2849966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7692473-f704-4c9b-a421-d01bd2849966.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd1cd102-a008-480c-b126-ac9bbfba842b {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-cd1cd102-a008-480c-b126-ac9bbfba842b img.shogun-image {
    

    
    
    
  }


#s-cd1cd102-a008-480c-b126-ac9bbfba842b .shogun-image-content {
  
    align-items: center;
  
}

#s-7cd12c0c-f25c-4ccb-ad98-94bbe805d9b7 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-62870742-d702-4c1d-af1b-7c2b4be84e93 {
  margin-left: 40px;
margin-right: 40px;
}

#s-ab1e3aa5-7b76-4a9b-b05e-74da10608414 {
  border-style: solid;
margin-top: 3%;
margin-left: 0px;
margin-bottom: 3%;
margin-right: 0px;
padding-top: 1%;
padding-left: 30px;
padding-bottom: 1%;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
line-height: 1.25em;
letter-spacing: 2px;
}
#s-ab1e3aa5-7b76-4a9b-b05e-74da10608414:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(219, 90, 66, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ab1e3aa5-7b76-4a9b-b05e-74da10608414:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ab1e3aa5-7b76-4a9b-b05e-74da10608414 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab1e3aa5-7b76-4a9b-b05e-74da10608414 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab1e3aa5-7b76-4a9b-b05e-74da10608414 {
  
}
}@media (max-width: 767px){#s-ab1e3aa5-7b76-4a9b-b05e-74da10608414 {
  
}
}

  #s-ab1e3aa5-7b76-4a9b-b05e-74da10608414-root {
    text-align: center;
  }


#s-ab1e3aa5-7b76-4a9b-b05e-74da10608414.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ab1e3aa5-7b76-4a9b-b05e-74da10608414-root {
    text-align: center;
  }


#s-ab1e3aa5-7b76-4a9b-b05e-74da10608414.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab1e3aa5-7b76-4a9b-b05e-74da10608414-root {
    text-align: center;
  }


#s-ab1e3aa5-7b76-4a9b-b05e-74da10608414.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab1e3aa5-7b76-4a9b-b05e-74da10608414-root {
    text-align: center;
  }


#s-ab1e3aa5-7b76-4a9b-b05e-74da10608414.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ab1e3aa5-7b76-4a9b-b05e-74da10608414-root {
    text-align: center;
  }


#s-ab1e3aa5-7b76-4a9b-b05e-74da10608414.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-879d3f97-6c9a-4f39-bdf6-cbdddfc5b6ff {
  min-height: 50px;
}








#s-879d3f97-6c9a-4f39-bdf6-cbdddfc5b6ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-879d3f97-6c9a-4f39-bdf6-cbdddfc5b6ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ff57029-8f3e-4b0c-be72-b8e553b17e7b {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(232, 230, 229, 1);
border-style: solid;
min-height: 0px;
max-width: 100%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-9ff57029-8f3e-4b0c-be72-b8e553b17e7b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ff57029-8f3e-4b0c-be72-b8e553b17e7b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ff57029-8f3e-4b0c-be72-b8e553b17e7b {
  
}
}@media (max-width: 767px){#s-9ff57029-8f3e-4b0c-be72-b8e553b17e7b {
  
}
}







#s-9ff57029-8f3e-4b0c-be72-b8e553b17e7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ff57029-8f3e-4b0c-be72-b8e553b17e7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46c0ed0f-4674-48a9-bce5-c321bdef7a27 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1000px;
}

#s-634c9d49-8598-4db4-a472-16254b38e22c {
  border-style: solid;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 1%;
padding-bottom: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
max-width: 1000px;
}
@media (min-width: 1200px){#s-634c9d49-8598-4db4-a472-16254b38e22c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-634c9d49-8598-4db4-a472-16254b38e22c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-634c9d49-8598-4db4-a472-16254b38e22c {
  
}
}@media (max-width: 767px){#s-634c9d49-8598-4db4-a472-16254b38e22c {
  
}
}
@media (min-width: 0px) {
[id="s-634c9d49-8598-4db4-a472-16254b38e22c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-634c9d49-8598-4db4-a472-16254b38e22c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-634c9d49-8598-4db4-a472-16254b38e22c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-634c9d49-8598-4db4-a472-16254b38e22c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-4bbe6345-328b-4941-8bd8-95482025c525 .shogun-icon-wrapper {
  text-align: center;
}


#s-4bbe6345-328b-4941-8bd8-95482025c525 .shogun-icon-wrapper > .shogun-icon {

  font-size: 55px !important;
  color: rgba(0, 159, 224, 1);
}

#s-605e0421-d9a2-4627-a907-19ec4ed36edd {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-605e0421-d9a2-4627-a907-19ec4ed36edd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-605e0421-d9a2-4627-a907-19ec4ed36edd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-605e0421-d9a2-4627-a907-19ec4ed36edd {
  
}
}@media (max-width: 767px){#s-605e0421-d9a2-4627-a907-19ec4ed36edd {
  
}
}
#s-605e0421-d9a2-4627-a907-19ec4ed36edd .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-fdb6aa48-3e7a-49a3-8bd8-998edbb1851d .shogun-icon-wrapper {
  text-align: center;
}


#s-fdb6aa48-3e7a-49a3-8bd8-998edbb1851d .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(0, 159, 224, 1);
}

#s-9968f16b-066a-4207-a523-dc9d4b6aca8b {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9968f16b-066a-4207-a523-dc9d4b6aca8b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9968f16b-066a-4207-a523-dc9d4b6aca8b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9968f16b-066a-4207-a523-dc9d4b6aca8b {
  
}
}@media (max-width: 767px){#s-9968f16b-066a-4207-a523-dc9d4b6aca8b {
  
}
}
#s-9968f16b-066a-4207-a523-dc9d4b6aca8b .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e1650181-fab2-43fe-bc19-f4fccf45a89a .shogun-icon-wrapper {
  text-align: center;
}


#s-e1650181-fab2-43fe-bc19-f4fccf45a89a .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(0, 159, 224, 1);
}

#s-58172513-92cb-4cef-8aeb-f40801cdcb25 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-58172513-92cb-4cef-8aeb-f40801cdcb25 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58172513-92cb-4cef-8aeb-f40801cdcb25 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-58172513-92cb-4cef-8aeb-f40801cdcb25 {
  
}
}@media (max-width: 767px){#s-58172513-92cb-4cef-8aeb-f40801cdcb25 {
  
}
}
#s-58172513-92cb-4cef-8aeb-f40801cdcb25 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-dfd88686-fc32-45c0-a0da-2fd93b28b063 .shogun-icon-wrapper {
  text-align: center;
}


#s-dfd88686-fc32-45c0-a0da-2fd93b28b063 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(0, 159, 224, 1);
}

#s-0dc99619-ed52-487e-9085-12269cdfbde0 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0dc99619-ed52-487e-9085-12269cdfbde0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0dc99619-ed52-487e-9085-12269cdfbde0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0dc99619-ed52-487e-9085-12269cdfbde0 {
  
}
}@media (max-width: 767px){#s-0dc99619-ed52-487e-9085-12269cdfbde0 {
  
}
}
#s-0dc99619-ed52-487e-9085-12269cdfbde0 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-3171b5d3-6b76-456b-9478-3ba5d1252e7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3171b5d3-6b76-456b-9478-3ba5d1252e7a .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-fd3d6cb6-d9a2-4079-8c8e-9a549bea18cd {
  margin-left: 14%;
margin-right: 14%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd3d6cb6-d9a2-4079-8c8e-9a549bea18cd {
  display: none;
}
#s-fd3d6cb6-d9a2-4079-8c8e-9a549bea18cd, #wrap-s-fd3d6cb6-d9a2-4079-8c8e-9a549bea18cd { display: none !important; }}@media (max-width: 767px){#s-fd3d6cb6-d9a2-4079-8c8e-9a549bea18cd {
  display: none;
}
#s-fd3d6cb6-d9a2-4079-8c8e-9a549bea18cd, #wrap-s-fd3d6cb6-d9a2-4079-8c8e-9a549bea18cd { display: none !important; }}
@media (min-width: 0px) {
[id="s-fd3d6cb6-d9a2-4079-8c8e-9a549bea18cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd3d6cb6-d9a2-4079-8c8e-9a549bea18cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd3d6cb6-d9a2-4079-8c8e-9a549bea18cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd3d6cb6-d9a2-4079-8c8e-9a549bea18cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7fb2246a-5252-4012-b617-7159c5a327d2 {
  text-align: center;
}







  #s-7fb2246a-5252-4012-b617-7159c5a327d2 img.shogun-image {
    

    
    
    
  }


#s-7fb2246a-5252-4012-b617-7159c5a327d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b70fd0d1-7a76-4d41-a065-0902e446dd2e {
  text-align: center;
}







  #s-b70fd0d1-7a76-4d41-a065-0902e446dd2e img.shogun-image {
    

    
    
    
  }


#s-b70fd0d1-7a76-4d41-a065-0902e446dd2e .shogun-image-content {
  
    align-items: center;
  
}

#s-cd0beaff-0a16-4468-83f4-ba9e67612dca {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-cd0beaff-0a16-4468-83f4-ba9e67612dca {
  display: none;
}
#s-cd0beaff-0a16-4468-83f4-ba9e67612dca, #wrap-s-cd0beaff-0a16-4468-83f4-ba9e67612dca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd0beaff-0a16-4468-83f4-ba9e67612dca {
  display: none;
}
#s-cd0beaff-0a16-4468-83f4-ba9e67612dca, #wrap-s-cd0beaff-0a16-4468-83f4-ba9e67612dca { display: none !important; }}
@media (min-width: 0px) {
[id="s-cd0beaff-0a16-4468-83f4-ba9e67612dca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd0beaff-0a16-4468-83f4-ba9e67612dca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd0beaff-0a16-4468-83f4-ba9e67612dca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd0beaff-0a16-4468-83f4-ba9e67612dca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e2ece07b-d598-4a0e-bf65-1fcac325d8d0 {
  text-align: center;
}







  #s-e2ece07b-d598-4a0e-bf65-1fcac325d8d0 img.shogun-image {
    

    
    
    
  }


#s-e2ece07b-d598-4a0e-bf65-1fcac325d8d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-574bff51-d456-4e17-b64d-f20ac20733a8 {
  text-align: center;
}







  #s-574bff51-d456-4e17-b64d-f20ac20733a8 img.shogun-image {
    

    
    
    
  }


#s-574bff51-d456-4e17-b64d-f20ac20733a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca0c8240-ff68-4c1c-acad-4cbe37f60501 {
  border-style: solid;
margin-top: 1%;
margin-left: 0px;
margin-bottom: 1%;
margin-right: 0px;
padding-top: 1%;
padding-left: 30px;
padding-bottom: 1%;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
line-height: 1.25em;
letter-spacing: 2px;
}
#s-ca0c8240-ff68-4c1c-acad-4cbe37f60501:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(219, 90, 66, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ca0c8240-ff68-4c1c-acad-4cbe37f60501:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ca0c8240-ff68-4c1c-acad-4cbe37f60501 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca0c8240-ff68-4c1c-acad-4cbe37f60501 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca0c8240-ff68-4c1c-acad-4cbe37f60501 {
  
}
}@media (max-width: 767px){#s-ca0c8240-ff68-4c1c-acad-4cbe37f60501 {
  
}
}

  #s-ca0c8240-ff68-4c1c-acad-4cbe37f60501-root {
    text-align: center;
  }


#s-ca0c8240-ff68-4c1c-acad-4cbe37f60501.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca0c8240-ff68-4c1c-acad-4cbe37f60501-root {
    text-align: center;
  }


#s-ca0c8240-ff68-4c1c-acad-4cbe37f60501.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca0c8240-ff68-4c1c-acad-4cbe37f60501-root {
    text-align: center;
  }


#s-ca0c8240-ff68-4c1c-acad-4cbe37f60501.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca0c8240-ff68-4c1c-acad-4cbe37f60501-root {
    text-align: center;
  }


#s-ca0c8240-ff68-4c1c-acad-4cbe37f60501.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca0c8240-ff68-4c1c-acad-4cbe37f60501-root {
    text-align: center;
  }


#s-ca0c8240-ff68-4c1c-acad-4cbe37f60501.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-e2f5bf5d-cf87-4efa-867b-b610481514d3 hr {
  border-top: 2px solid #ddd;
}

#s-3f4531b2-1199-494e-8cbc-4dbb8db6e4ce {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3f4531b2-1199-494e-8cbc-4dbb8db6e4ce {
  display: none;
}
#s-3f4531b2-1199-494e-8cbc-4dbb8db6e4ce, #wrap-s-3f4531b2-1199-494e-8cbc-4dbb8db6e4ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f4531b2-1199-494e-8cbc-4dbb8db6e4ce {
  display: none;
}
#s-3f4531b2-1199-494e-8cbc-4dbb8db6e4ce, #wrap-s-3f4531b2-1199-494e-8cbc-4dbb8db6e4ce { display: none !important; }}







#s-3f4531b2-1199-494e-8cbc-4dbb8db6e4ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f4531b2-1199-494e-8cbc-4dbb8db6e4ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f558aea9-5154-4d52-9c79-35071d27e3fc {
  margin-bottom: 0px;
padding-top: 2%;
padding-left: 15%;
padding-bottom: 2%;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(232, 230, 229, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f558aea9-5154-4d52-9c79-35071d27e3fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f558aea9-5154-4d52-9c79-35071d27e3fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f558aea9-5154-4d52-9c79-35071d27e3fc {
  display: none;
}
#s-f558aea9-5154-4d52-9c79-35071d27e3fc, #wrap-s-f558aea9-5154-4d52-9c79-35071d27e3fc { display: none !important; }}@media (max-width: 767px){#s-f558aea9-5154-4d52-9c79-35071d27e3fc {
  display: none;
}
#s-f558aea9-5154-4d52-9c79-35071d27e3fc, #wrap-s-f558aea9-5154-4d52-9c79-35071d27e3fc { display: none !important; }}







#s-f558aea9-5154-4d52-9c79-35071d27e3fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f558aea9-5154-4d52-9c79-35071d27e3fc.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a33cfc2a-69fb-4fb6-bff7-db02b91ddea2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a33cfc2a-69fb-4fb6-bff7-db02b91ddea2 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  
  
}



#s-895255c5-153f-4ce5-abbb-08c60bb0aa4a {
  margin-left: 16%;
margin-right: 16%;
}

#s-b78ebd2b-e55a-41f1-8b24-f105be4e01ad {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 0%;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-b78ebd2b-e55a-41f1-8b24-f105be4e01ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b78ebd2b-e55a-41f1-8b24-f105be4e01ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0em);
}

}

@media (min-width: 992px) {
[id="s-b78ebd2b-e55a-41f1-8b24-f105be4e01ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0em);
}

}

@media (min-width: 1200px) {
[id="s-b78ebd2b-e55a-41f1-8b24-f105be4e01ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0em);
}

}

#s-0ae8d628-acf9-4d58-935a-0fe4f0a4f534 {
  min-height: 50px;
background-color: rgba(199, 46, 46, 0);
}








#s-0ae8d628-acf9-4d58-935a-0fe4f0a4f534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ae8d628-acf9-4d58-935a-0fe4f0a4f534.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91ef4126-17da-4140-9400-3f3f608a7458 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-91ef4126-17da-4140-9400-3f3f608a7458 img.shogun-image {
    

    
    
    
  }


#s-91ef4126-17da-4140-9400-3f3f608a7458 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fa2db98-b704-4bb4-92da-403b99b030ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fa2db98-b704-4bb4-92da-403b99b030ff .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-c4c8cc2f-daac-4554-895f-5e68ac3a797c {
  min-height: 50px;
background-color: rgba(218, 48, 48, 0);
}








#s-c4c8cc2f-daac-4554-895f-5e68ac3a797c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4c8cc2f-daac-4554-895f-5e68ac3a797c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a58913f-d850-4526-a000-1b8c515f2a88 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-9a58913f-d850-4526-a000-1b8c515f2a88 img.shogun-image {
    

    
    
    
  }


#s-9a58913f-d850-4526-a000-1b8c515f2a88 .shogun-image-content {
  
    align-items: center;
  
}

#s-600a4b9c-8bbf-4fff-a72a-a7bcda778c16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-600a4b9c-8bbf-4fff-a72a-a7bcda778c16 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-414d7edd-84d0-471d-b57a-baa803a3bf00 {
  min-height: 50px;
background-color: rgba(128, 18, 18, 0);
}








#s-414d7edd-84d0-471d-b57a-baa803a3bf00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-414d7edd-84d0-471d-b57a-baa803a3bf00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4976aff-022d-4f96-9e00-a7f50bcf54bd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-f4976aff-022d-4f96-9e00-a7f50bcf54bd img.shogun-image {
    

    
    
    
  }


#s-f4976aff-022d-4f96-9e00-a7f50bcf54bd .shogun-image-content {
  
    align-items: center;
  
}

#s-5c88aca9-e99b-4f16-b68d-34a7e94e4558 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c88aca9-e99b-4f16-b68d-34a7e94e4558 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-153e640c-f217-4606-a223-2400e1fad71e {
  border-style: solid;
margin-top: 25px;
margin-left: 40px;
margin-bottom: 25px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-153e640c-f217-4606-a223-2400e1fad71e {
  display: none;
}
#s-153e640c-f217-4606-a223-2400e1fad71e, #wrap-s-153e640c-f217-4606-a223-2400e1fad71e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-153e640c-f217-4606-a223-2400e1fad71e {
  display: none;
}
#s-153e640c-f217-4606-a223-2400e1fad71e, #wrap-s-153e640c-f217-4606-a223-2400e1fad71e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-153e640c-f217-4606-a223-2400e1fad71e {
  
}
}@media (max-width: 767px){#s-153e640c-f217-4606-a223-2400e1fad71e {
  
}
}
@media (min-width: 0px) {
[id="s-153e640c-f217-4606-a223-2400e1fad71e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-153e640c-f217-4606-a223-2400e1fad71e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334em);
}

}

@media (min-width: 992px) {
[id="s-153e640c-f217-4606-a223-2400e1fad71e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334em);
}

}

@media (min-width: 1200px) {
[id="s-153e640c-f217-4606-a223-2400e1fad71e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334em);
}

}

#s-f4653b5f-5467-4d33-8100-0c9541a70cba {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-f4653b5f-5467-4d33-8100-0c9541a70cba img.shogun-image {
    

    
    
    
  }


#s-f4653b5f-5467-4d33-8100-0c9541a70cba .shogun-image-content {
  
    align-items: center;
  
}

#s-511b75f0-a3a2-4c6e-97b5-0eee1da1fe6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-511b75f0-a3a2-4c6e-97b5-0eee1da1fe6d .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-4d3250bf-99c9-4e63-bd84-fa56cf93b70d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-4d3250bf-99c9-4e63-bd84-fa56cf93b70d img.shogun-image {
    

    
    
    
  }


#s-4d3250bf-99c9-4e63-bd84-fa56cf93b70d .shogun-image-content {
  
    align-items: center;
  
}

#s-7f041c84-8b4d-4278-bd20-1b035d4badd3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f041c84-8b4d-4278-bd20-1b035d4badd3 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-45910ba0-3d24-4089-a81b-329885fe6a2b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 5%;
max-width: 100%;
text-align: center;
}







  #s-45910ba0-3d24-4089-a81b-329885fe6a2b img.shogun-image {
    

    
    
    
  }


#s-45910ba0-3d24-4089-a81b-329885fe6a2b .shogun-image-content {
  
    align-items: center;
  
}

#s-7a78cb04-502c-488f-ab28-4ea558b1536d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a78cb04-502c-488f-ab28-4ea558b1536d .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-fb282924-ed69-4938-837f-be849edbb2db {
  margin-bottom: 0px;
padding-top: 2%;
padding-left: 9%;
padding-bottom: 2%;
padding-right: 9%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(232, 230, 229, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fb282924-ed69-4938-837f-be849edbb2db {
  display: none;
}
#s-fb282924-ed69-4938-837f-be849edbb2db, #wrap-s-fb282924-ed69-4938-837f-be849edbb2db { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fb282924-ed69-4938-837f-be849edbb2db {
  display: none;
}
#s-fb282924-ed69-4938-837f-be849edbb2db, #wrap-s-fb282924-ed69-4938-837f-be849edbb2db { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fb282924-ed69-4938-837f-be849edbb2db {
  
}
}@media (max-width: 767px){#s-fb282924-ed69-4938-837f-be849edbb2db {
  
}
}







#s-fb282924-ed69-4938-837f-be849edbb2db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb282924-ed69-4938-837f-be849edbb2db.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-da948bbc-c777-4f6b-b4f9-8eea0f7e7ecd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da948bbc-c777-4f6b-b4f9-8eea0f7e7ecd .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.25em;
  
  
}



#s-c379b831-77e9-411b-b999-51aa216ebaba {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c379b831-77e9-411b-b999-51aa216ebaba {
  display: none;
}
#s-c379b831-77e9-411b-b999-51aa216ebaba, #wrap-s-c379b831-77e9-411b-b999-51aa216ebaba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c379b831-77e9-411b-b999-51aa216ebaba {
  display: none;
}
#s-c379b831-77e9-411b-b999-51aa216ebaba, #wrap-s-c379b831-77e9-411b-b999-51aa216ebaba { display: none !important; }}







#s-c379b831-77e9-411b-b999-51aa216ebaba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c379b831-77e9-411b-b999-51aa216ebaba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-8fc806c5-07ef-4d4c-99b8-ec6e4ef82e2d {
  display: none;
}
#s-8fc806c5-07ef-4d4c-99b8-ec6e4ef82e2d, #wrap-s-8fc806c5-07ef-4d4c-99b8-ec6e4ef82e2d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fc806c5-07ef-4d4c-99b8-ec6e4ef82e2d {
  display: none;
}
#s-8fc806c5-07ef-4d4c-99b8-ec6e4ef82e2d, #wrap-s-8fc806c5-07ef-4d4c-99b8-ec6e4ef82e2d { display: none !important; }}
@media (min-width: 0px) {
[id="s-8fc806c5-07ef-4d4c-99b8-ec6e4ef82e2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fc806c5-07ef-4d4c-99b8-ec6e4ef82e2d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335em);
}

}

@media (min-width: 992px) {
[id="s-8fc806c5-07ef-4d4c-99b8-ec6e4ef82e2d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335em);
}

}

@media (min-width: 1200px) {
[id="s-8fc806c5-07ef-4d4c-99b8-ec6e4ef82e2d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335em);
}

}

#s-58ee7860-b9c1-4c8f-b281-61b8a2784896 {
  min-height: 50px;
background-color: rgba(199, 46, 46, 0);
}








#s-58ee7860-b9c1-4c8f-b281-61b8a2784896 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58ee7860-b9c1-4c8f-b281-61b8a2784896.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dd25b9d-d25d-4ca2-a5b1-3f967862135a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
text-align: center;
}







  #s-1dd25b9d-d25d-4ca2-a5b1-3f967862135a img.shogun-image {
    

    
    
    
  }


#s-1dd25b9d-d25d-4ca2-a5b1-3f967862135a .shogun-image-content {
  
    align-items: center;
  
}

#s-7e268221-e28f-433d-ad0b-cac7feef5ea3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e268221-e28f-433d-ad0b-cac7feef5ea3 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-ded212b7-ed3e-418d-8687-b6e5040d5000 {
  min-height: 50px;
background-color: rgba(218, 48, 48, 0);
}








#s-ded212b7-ed3e-418d-8687-b6e5040d5000 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ded212b7-ed3e-418d-8687-b6e5040d5000.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b648d4fa-ba76-4236-a5e4-2968c0623307 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
max-width: 100%;
text-align: center;
}







  #s-b648d4fa-ba76-4236-a5e4-2968c0623307 img.shogun-image {
    

    
    
    
  }


#s-b648d4fa-ba76-4236-a5e4-2968c0623307 .shogun-image-content {
  
    align-items: center;
  
}

#s-63dd104f-5d18-4355-b631-f51d8b84989e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63dd104f-5d18-4355-b631-f51d8b84989e .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-b4be2e91-7c52-4489-a3a8-f109cf46aafd {
  min-height: 50px;
background-color: rgba(128, 18, 18, 0);
}








#s-b4be2e91-7c52-4489-a3a8-f109cf46aafd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4be2e91-7c52-4489-a3a8-f109cf46aafd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a45605bb-fd22-4e1c-8314-94336a5e83be {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
max-width: 100%;
text-align: center;
}







  #s-a45605bb-fd22-4e1c-8314-94336a5e83be img.shogun-image {
    

    
    
    
  }


#s-a45605bb-fd22-4e1c-8314-94336a5e83be .shogun-image-content {
  
    align-items: center;
  
}

#s-545bc4c8-feb6-4c3e-aa7b-ca846ba74899 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-545bc4c8-feb6-4c3e-aa7b-ca846ba74899 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



#s-241ff2b8-b498-4205-b9dc-5c3468c2a076 {
  background-color: rgba(245, 245, 245, 1);
}

#s-d52f893d-9306-4b7f-ac45-f437d4171bd6 {
  border-style: solid;
margin-top: 1%;
margin-left: 0px;
margin-bottom: 1%;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(219, 90, 66, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
line-height: 1.25em;
letter-spacing: 2px;
}
#s-d52f893d-9306-4b7f-ac45-f437d4171bd6:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(219, 90, 66, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(219, 90, 66, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d52f893d-9306-4b7f-ac45-f437d4171bd6:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d52f893d-9306-4b7f-ac45-f437d4171bd6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d52f893d-9306-4b7f-ac45-f437d4171bd6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d52f893d-9306-4b7f-ac45-f437d4171bd6 {
  
}
}@media (max-width: 767px){#s-d52f893d-9306-4b7f-ac45-f437d4171bd6 {
  
}
}

  #s-d52f893d-9306-4b7f-ac45-f437d4171bd6-root {
    text-align: center;
  }


#s-d52f893d-9306-4b7f-ac45-f437d4171bd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d52f893d-9306-4b7f-ac45-f437d4171bd6-root {
    text-align: center;
  }


#s-d52f893d-9306-4b7f-ac45-f437d4171bd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d52f893d-9306-4b7f-ac45-f437d4171bd6-root {
    text-align: center;
  }


#s-d52f893d-9306-4b7f-ac45-f437d4171bd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d52f893d-9306-4b7f-ac45-f437d4171bd6-root {
    text-align: center;
  }


#s-d52f893d-9306-4b7f-ac45-f437d4171bd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d52f893d-9306-4b7f-ac45-f437d4171bd6-root {
    text-align: center;
  }


#s-d52f893d-9306-4b7f-ac45-f437d4171bd6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 21px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-6ed0ccec-0938-4cc2-bbf9-ea444466c879 {
  min-height: 50px;
}








#s-6ed0ccec-0938-4cc2-bbf9-ea444466c879 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ed0ccec-0938-4cc2-bbf9-ea444466c879.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b15b8967-2733-430a-81bc-327d9aa1335e {
  padding-top: 2%;
padding-bottom: 3%;
min-height: 50px;
background-color: rgba(241, 241, 241, 1);
}
@media (min-width: 1200px){#s-b15b8967-2733-430a-81bc-327d9aa1335e {
  display: none;
}
#s-b15b8967-2733-430a-81bc-327d9aa1335e, #wrap-s-b15b8967-2733-430a-81bc-327d9aa1335e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b15b8967-2733-430a-81bc-327d9aa1335e {
  display: none;
}
#s-b15b8967-2733-430a-81bc-327d9aa1335e, #wrap-s-b15b8967-2733-430a-81bc-327d9aa1335e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b15b8967-2733-430a-81bc-327d9aa1335e {
  display: none;
}
#s-b15b8967-2733-430a-81bc-327d9aa1335e, #wrap-s-b15b8967-2733-430a-81bc-327d9aa1335e { display: none !important; }}







#s-b15b8967-2733-430a-81bc-327d9aa1335e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b15b8967-2733-430a-81bc-327d9aa1335e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44d21193-ca09-4b9e-855a-6a8474684a04 {
  margin-top: 0%;
margin-left: 15%;
margin-bottom: 0%;
margin-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(232, 230, 229, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-44d21193-ca09-4b9e-855a-6a8474684a04 {
  display: none;
}
#s-44d21193-ca09-4b9e-855a-6a8474684a04, #wrap-s-44d21193-ca09-4b9e-855a-6a8474684a04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44d21193-ca09-4b9e-855a-6a8474684a04 {
  display: none;
}
#s-44d21193-ca09-4b9e-855a-6a8474684a04, #wrap-s-44d21193-ca09-4b9e-855a-6a8474684a04 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-44d21193-ca09-4b9e-855a-6a8474684a04 {
  display: none;
}
#s-44d21193-ca09-4b9e-855a-6a8474684a04, #wrap-s-44d21193-ca09-4b9e-855a-6a8474684a04 { display: none !important; }}@media (max-width: 767px){#s-44d21193-ca09-4b9e-855a-6a8474684a04 {
  display: none;
}
#s-44d21193-ca09-4b9e-855a-6a8474684a04, #wrap-s-44d21193-ca09-4b9e-855a-6a8474684a04 { display: none !important; }}







#s-44d21193-ca09-4b9e-855a-6a8474684a04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44d21193-ca09-4b9e-855a-6a8474684a04.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d445265c-226a-425f-bca5-ab91462baec0 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 1.5%;
padding-bottom: 0.5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}@media (max-width: 767px){#s-d445265c-226a-425f-bca5-ab91462baec0 {
  
}
}
@media (min-width: 0px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d445265c-226a-425f-bca5-ab91462baec0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-79d94e10-efb2-439f-bef7-d2a0a70e43ea .shogun-icon-wrapper {
  text-align: center;
}


#s-79d94e10-efb2-439f-bef7-d2a0a70e43ea .shogun-icon-wrapper > .shogun-icon {

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

#s-53d656a7-0978-4e11-8701-0d838d56a615 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-53d656a7-0978-4e11-8701-0d838d56a615 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53d656a7-0978-4e11-8701-0d838d56a615 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-53d656a7-0978-4e11-8701-0d838d56a615 {
  
}
}@media (max-width: 767px){#s-53d656a7-0978-4e11-8701-0d838d56a615 {
  
}
}
#s-53d656a7-0978-4e11-8701-0d838d56a615 .shogun-heading-component h3 {
  color: rgba(78, 78, 78, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-204d71ec-073f-4a11-bf77-1bda2e0cad8c .shogun-icon-wrapper {
  text-align: center;
}


#s-204d71ec-073f-4a11-bf77-1bda2e0cad8c .shogun-icon-wrapper > .shogun-icon {

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

#s-e261377e-7463-49fd-bf44-4e611f7a8667 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e261377e-7463-49fd-bf44-4e611f7a8667 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e261377e-7463-49fd-bf44-4e611f7a8667 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e261377e-7463-49fd-bf44-4e611f7a8667 {
  
}
}@media (max-width: 767px){#s-e261377e-7463-49fd-bf44-4e611f7a8667 {
  
}
}
#s-e261377e-7463-49fd-bf44-4e611f7a8667 .shogun-heading-component h3 {
  color: rgba(78, 78, 78, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-96a43cfb-787e-4c5c-ace2-df947d574e5b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-96a43cfb-787e-4c5c-ace2-df947d574e5b .shogun-icon-wrapper {
  text-align: center;
}


#s-96a43cfb-787e-4c5c-ace2-df947d574e5b .shogun-icon-wrapper > .shogun-icon {

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

#s-c6fd6641-0ad8-4b71-92bd-b0efb215df8d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c6fd6641-0ad8-4b71-92bd-b0efb215df8d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6fd6641-0ad8-4b71-92bd-b0efb215df8d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6fd6641-0ad8-4b71-92bd-b0efb215df8d {
  
}
}@media (max-width: 767px){#s-c6fd6641-0ad8-4b71-92bd-b0efb215df8d {
  
}
}
#s-c6fd6641-0ad8-4b71-92bd-b0efb215df8d .shogun-heading-component h3 {
  color: rgba(78, 78, 78, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-09badf7e-109e-4c72-8369-c080b7a9488c {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-09badf7e-109e-4c72-8369-c080b7a9488c {
  display: none;
}
#s-09badf7e-109e-4c72-8369-c080b7a9488c, #wrap-s-09badf7e-109e-4c72-8369-c080b7a9488c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09badf7e-109e-4c72-8369-c080b7a9488c {
  display: none;
}
#s-09badf7e-109e-4c72-8369-c080b7a9488c, #wrap-s-09badf7e-109e-4c72-8369-c080b7a9488c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09badf7e-109e-4c72-8369-c080b7a9488c {
  display: none;
}
#s-09badf7e-109e-4c72-8369-c080b7a9488c, #wrap-s-09badf7e-109e-4c72-8369-c080b7a9488c { display: none !important; }}@media (max-width: 767px){#s-09badf7e-109e-4c72-8369-c080b7a9488c {
  display: none;
}
#s-09badf7e-109e-4c72-8369-c080b7a9488c, #wrap-s-09badf7e-109e-4c72-8369-c080b7a9488c { display: none !important; }}







#s-09badf7e-109e-4c72-8369-c080b7a9488c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09badf7e-109e-4c72-8369-c080b7a9488c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-739ca8af-fdc3-429c-83c9-4538eb5040b9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-739ca8af-fdc3-429c-83c9-4538eb5040b9 {
  display: none;
}
#s-739ca8af-fdc3-429c-83c9-4538eb5040b9, #wrap-s-739ca8af-fdc3-429c-83c9-4538eb5040b9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-739ca8af-fdc3-429c-83c9-4538eb5040b9 {
  display: none;
}
#s-739ca8af-fdc3-429c-83c9-4538eb5040b9, #wrap-s-739ca8af-fdc3-429c-83c9-4538eb5040b9 { display: none !important; }}@media (max-width: 767px){#s-739ca8af-fdc3-429c-83c9-4538eb5040b9 {
  display: none;
}
#s-739ca8af-fdc3-429c-83c9-4538eb5040b9, #wrap-s-739ca8af-fdc3-429c-83c9-4538eb5040b9 { display: none !important; }}
#s-739ca8af-fdc3-429c-83c9-4538eb5040b9 .shogun-heading-component h1 {
  color: rgba(148, 49, 49, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 6px;
  text-align: center;
}



#s-6357b5f6-02b7-4ae1-98b5-39385596fa31 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-6357b5f6-02b7-4ae1-98b5-39385596fa31 {
  display: none;
}
#s-6357b5f6-02b7-4ae1-98b5-39385596fa31, #wrap-s-6357b5f6-02b7-4ae1-98b5-39385596fa31 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6357b5f6-02b7-4ae1-98b5-39385596fa31 {
  display: none;
}
#s-6357b5f6-02b7-4ae1-98b5-39385596fa31, #wrap-s-6357b5f6-02b7-4ae1-98b5-39385596fa31 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6357b5f6-02b7-4ae1-98b5-39385596fa31 {
  display: none;
}
#s-6357b5f6-02b7-4ae1-98b5-39385596fa31, #wrap-s-6357b5f6-02b7-4ae1-98b5-39385596fa31 { display: none !important; }}
#s-6357b5f6-02b7-4ae1-98b5-39385596fa31 .shogun-heading-component h1 {
  color: rgba(148, 49, 49, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 6px;
  text-align: center;
}



#s-188ecfe3-68f3-452c-9339-8414227db086 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-188ecfe3-68f3-452c-9339-8414227db086 {
  display: none;
}
#s-188ecfe3-68f3-452c-9339-8414227db086, #wrap-s-188ecfe3-68f3-452c-9339-8414227db086 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-188ecfe3-68f3-452c-9339-8414227db086 {
  display: none;
}
#s-188ecfe3-68f3-452c-9339-8414227db086, #wrap-s-188ecfe3-68f3-452c-9339-8414227db086 { display: none !important; }}@media (max-width: 767px){#s-188ecfe3-68f3-452c-9339-8414227db086 {
  display: none;
}
#s-188ecfe3-68f3-452c-9339-8414227db086, #wrap-s-188ecfe3-68f3-452c-9339-8414227db086 { display: none !important; }}
#s-188ecfe3-68f3-452c-9339-8414227db086 .shogun-heading-component h1 {
  color: rgba(148, 49, 49, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 6px;
  text-align: center;
}



#s-a62fce08-a9e6-4674-966b-30b722eb82a4 {
  padding-top: 2%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-a62fce08-a9e6-4674-966b-30b722eb82a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a62fce08-a9e6-4674-966b-30b722eb82a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a62fce08-a9e6-4674-966b-30b722eb82a4 {
  
}
}@media (max-width: 767px){#s-a62fce08-a9e6-4674-966b-30b722eb82a4 {
  
}
}
@media (min-width: 0px) {
[id="s-a62fce08-a9e6-4674-966b-30b722eb82a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a62fce08-a9e6-4674-966b-30b722eb82a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-a62fce08-a9e6-4674-966b-30b722eb82a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-a62fce08-a9e6-4674-966b-30b722eb82a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-0d04643f-54bf-428b-b69f-fd678ab716ff {
  background-size: cover;
min-height: 100px;
background-position: center center;
background-color: rgba(245, 245, 245, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0d04643f-54bf-428b-b69f-fd678ab716ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d04643f-54bf-428b-b69f-fd678ab716ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d04643f-54bf-428b-b69f-fd678ab716ff {
  
}
}@media (max-width: 767px){#s-0d04643f-54bf-428b-b69f-fd678ab716ff {
  
}
}







#s-0d04643f-54bf-428b-b69f-fd678ab716ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d04643f-54bf-428b-b69f-fd678ab716ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21023055-781b-46ca-941d-a4fa5214659d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-21023055-781b-46ca-941d-a4fa5214659d img.shogun-image {
    

    
    
    
  }


#s-21023055-781b-46ca-941d-a4fa5214659d .shogun-image-content {
  
    align-items: center;
  
}

#s-d25925c0-5eee-4bd4-a66c-70f783563459 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d25925c0-5eee-4bd4-a66c-70f783563459 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}



#s-66f890fa-9cd3-47c8-845c-22f520d2b677 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-66f890fa-9cd3-47c8-845c-22f520d2b677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66f890fa-9cd3-47c8-845c-22f520d2b677.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d4b4fe5-4f64-427e-a971-099841e08a9d {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-1d4b4fe5-4f64-427e-a971-099841e08a9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1d4b4fe5-4f64-427e-a971-099841e08a9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d4b4fe5-4f64-427e-a971-099841e08a9d {
  
}
}@media (max-width: 767px){#s-1d4b4fe5-4f64-427e-a971-099841e08a9d {
  
}
}
#s-cffbec9b-4d48-4ccc-8041-650fa2754afa {
  box-shadow:00px 0px 0px 0px rgba(0, 201, 148, 0.33);
background-size: contain;
border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(0, 159, 224, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-cffbec9b-4d48-4ccc-8041-650fa2754afa:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(0, 102, 153, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cffbec9b-4d48-4ccc-8041-650fa2754afa:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cffbec9b-4d48-4ccc-8041-650fa2754afa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cffbec9b-4d48-4ccc-8041-650fa2754afa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cffbec9b-4d48-4ccc-8041-650fa2754afa {
  
}
}@media (max-width: 767px){#s-cffbec9b-4d48-4ccc-8041-650fa2754afa {
  
}
}

  #s-cffbec9b-4d48-4ccc-8041-650fa2754afa-root {
    text-align: center;
  }


#s-cffbec9b-4d48-4ccc-8041-650fa2754afa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cffbec9b-4d48-4ccc-8041-650fa2754afa-root {
    text-align: center;
  }


#s-cffbec9b-4d48-4ccc-8041-650fa2754afa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cffbec9b-4d48-4ccc-8041-650fa2754afa-root {
    text-align: center;
  }


#s-cffbec9b-4d48-4ccc-8041-650fa2754afa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cffbec9b-4d48-4ccc-8041-650fa2754afa-root {
    text-align: center;
  }


#s-cffbec9b-4d48-4ccc-8041-650fa2754afa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cffbec9b-4d48-4ccc-8041-650fa2754afa-root {
    text-align: center;
  }


#s-cffbec9b-4d48-4ccc-8041-650fa2754afa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-863647da-1d57-483b-8b58-21eec28b0e5f {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-863647da-1d57-483b-8b58-21eec28b0e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-863647da-1d57-483b-8b58-21eec28b0e5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bb59649-9bea-406f-8041-66e3a753f956 {
  padding-bottom: 2%;
}
@media (min-width: 1200px){#s-2bb59649-9bea-406f-8041-66e3a753f956 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bb59649-9bea-406f-8041-66e3a753f956 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2bb59649-9bea-406f-8041-66e3a753f956 {
  
}
}@media (max-width: 767px){#s-2bb59649-9bea-406f-8041-66e3a753f956 {
  
}
}
@media (min-width: 0px) {
[id="s-2bb59649-9bea-406f-8041-66e3a753f956"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bb59649-9bea-406f-8041-66e3a753f956"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2bb59649-9bea-406f-8041-66e3a753f956"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bb59649-9bea-406f-8041-66e3a753f956"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-aedeb1c8-2cfa-4913-a13c-04bbdfada6d4 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-aedeb1c8-2cfa-4913-a13c-04bbdfada6d4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aedeb1c8-2cfa-4913-a13c-04bbdfada6d4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-aedeb1c8-2cfa-4913-a13c-04bbdfada6d4 {
  
}
}@media (max-width: 767px){#s-aedeb1c8-2cfa-4913-a13c-04bbdfada6d4 {
  
}
}
#s-aedeb1c8-2cfa-4913-a13c-04bbdfada6d4 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 50.0%;
  padding-right: 20px;
  padding-bottom: 20px;
}

#s-aedeb1c8-2cfa-4913-a13c-04bbdfada6d4 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-aedeb1c8-2cfa-4913-a13c-04bbdfada6d4 .shg-gallery-thumb-list-margin {
  margin-right: -20px;
}

#s-aedeb1c8-2cfa-4913-a13c-04bbdfada6d4 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-aedeb1c8-2cfa-4913-a13c-04bbdfada6d4 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-aedeb1c8-2cfa-4913-a13c-04bbdfada6d4 .shg-gallery-dot {
  background-color: #FFF;
}

#s-762c8f09-0e4b-4ab5-9493-969454d17071 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-762c8f09-0e4b-4ab5-9493-969454d17071 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}



#s-8562b0ce-b48b-4ddf-ad0a-c2f31f27c892 {
  margin-top: 10%;
}

#s-17fb527b-0ad2-4266-a7d9-72f05c41d30f {
  margin-left: 10%;
margin-right: 10%;
}

#s-ce899748-795f-40d4-b4b2-b27ae0341ce2 {
  box-shadow:00px 0px 0px 0px rgba(0, 201, 148, 0.33);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1000px;
text-align: center;
background-color: rgba(0, 159, 224, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-ce899748-795f-40d4-b4b2-b27ae0341ce2:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(0, 102, 153, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ce899748-795f-40d4-b4b2-b27ae0341ce2:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ce899748-795f-40d4-b4b2-b27ae0341ce2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce899748-795f-40d4-b4b2-b27ae0341ce2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce899748-795f-40d4-b4b2-b27ae0341ce2 {
  
}
}@media (max-width: 767px){#s-ce899748-795f-40d4-b4b2-b27ae0341ce2 {
  
}
}

  #s-ce899748-795f-40d4-b4b2-b27ae0341ce2-root {
    text-align: center;
  }


#s-ce899748-795f-40d4-b4b2-b27ae0341ce2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ce899748-795f-40d4-b4b2-b27ae0341ce2-root {
    text-align: center;
  }


#s-ce899748-795f-40d4-b4b2-b27ae0341ce2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ce899748-795f-40d4-b4b2-b27ae0341ce2-root {
    text-align: center;
  }


#s-ce899748-795f-40d4-b4b2-b27ae0341ce2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ce899748-795f-40d4-b4b2-b27ae0341ce2-root {
    text-align: center;
  }


#s-ce899748-795f-40d4-b4b2-b27ae0341ce2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ce899748-795f-40d4-b4b2-b27ae0341ce2-root {
    text-align: center;
  }


#s-ce899748-795f-40d4-b4b2-b27ae0341ce2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-22b0ebae-2593-4102-8a27-60d764680010 {
  background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-22b0ebae-2593-4102-8a27-60d764680010 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22b0ebae-2593-4102-8a27-60d764680010 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22b0ebae-2593-4102-8a27-60d764680010 {
  
}
}@media (max-width: 767px){#s-22b0ebae-2593-4102-8a27-60d764680010 {
  
}
}







#s-22b0ebae-2593-4102-8a27-60d764680010 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22b0ebae-2593-4102-8a27-60d764680010.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ef2ecd3c-188e-432e-a5e1-c1bb3e666ec1 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-left: 10%;
padding-right: 10%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-ef2ecd3c-188e-432e-a5e1-c1bb3e666ec1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef2ecd3c-188e-432e-a5e1-c1bb3e666ec1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ef2ecd3c-188e-432e-a5e1-c1bb3e666ec1 {
  
}
}@media (max-width: 767px){#s-ef2ecd3c-188e-432e-a5e1-c1bb3e666ec1 {
  
}
}







#s-ef2ecd3c-188e-432e-a5e1-c1bb3e666ec1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-ef2ecd3c-188e-432e-a5e1-c1bb3e666ec1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d02115b3-d785-4db5-a23b-300eb1bdcb11 .shogun-icon-wrapper {
  text-align: center;
}


#s-d02115b3-d785-4db5-a23b-300eb1bdcb11 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 159, 224, 1);
}

#s-02933077-e2df-4336-bebb-6f834ce9b95e {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-02933077-e2df-4336-bebb-6f834ce9b95e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02933077-e2df-4336-bebb-6f834ce9b95e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-02933077-e2df-4336-bebb-6f834ce9b95e {
  
}
}@media (max-width: 767px){#s-02933077-e2df-4336-bebb-6f834ce9b95e {
  
}
}
#s-0dffa346-4a3c-449e-8b0f-fa388b5b769c {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-0dffa346-4a3c-449e-8b0f-fa388b5b769c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dffa346-4a3c-449e-8b0f-fa388b5b769c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-0dffa346-4a3c-449e-8b0f-fa388b5b769c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-0dffa346-4a3c-449e-8b0f-fa388b5b769c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-73ac82b6-10bd-42d7-8694-92b62bd129f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73ac82b6-10bd-42d7-8694-92b62bd129f8 .shg-product-title-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0px;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-4c8659c8-4033-46b0-870e-fb474315569b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b {
  max-width:  100%;
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom,
.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b {
  max-width:  100%;
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom,
.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b {
  max-width:  100%;
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom,
.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b {
  max-width:  100%;
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom,
.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b {
  max-width:  100%;
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom,
.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4c8659c8-4033-46b0-870e-fb474315569b img.shogun-image {
  width: 100%;
}



}
#s-23bd2e5f-9786-4175-9d0b-2519eea246b4 {
  text-align: center;
}

#s-23bd2e5f-9786-4175-9d0b-2519eea246b4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-23bd2e5f-9786-4175-9d0b-2519eea246b4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-23bd2e5f-9786-4175-9d0b-2519eea246b4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-33ed4927-d7ea-4977-8fdb-c0b6b1bda225 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 159, 224, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-33ed4927-d7ea-4977-8fdb-c0b6b1bda225:hover {background-color: rgba(0, 102, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-33ed4927-d7ea-4977-8fdb-c0b6b1bda225:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-33ed4927-d7ea-4977-8fdb-c0b6b1bda225 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-33ed4927-d7ea-4977-8fdb-c0b6b1bda225.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-33ed4927-d7ea-4977-8fdb-c0b6b1bda225.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-33ed4927-d7ea-4977-8fdb-c0b6b1bda225.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.shg-product-reviews-container {
  position: relative;
}

.shg-product-reviews-container .shg-product-reviews-wrapper {
  display: flex;
  flex-direction: column;
}

.shg-product-reviews-container .shg-product-reviews-title-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.shg-product-reviews-container .shg-product-reviews-actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.shg-product-reviews-container .shg-product-reviews-hidden {
  display: none;
}

.shg-product-reviews-container .shg-product-reviews-stars {
  margin: 10px 0;
  font-size: 0;
}

.shg-product-reviews-container
  .shg-product-reviews-stars.shg-product-reviews-stars-average {
  margin-right: 20px;
}

.shg-product-reviews-container .shg-product-reviews-loading {
  text-align: center;
}

.shg-product-reviews-container .shg-product-reviews-loading svg {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-star {
  display: inline-block;
}

.shg-product-reviews-container
  .shg-product-reviews-stars-hoverable
  .shg-product-reviews-star {
  cursor: pointer;
}

.shg-product-reviews-container .shg-product-reviews-stars > * {
  margin: 0 5px;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:first-child {
  margin-left: 0;
}

.shg-product-reviews-container .shg-product-reviews-stars > *:last-child {
  margin-right: 0;
}

.shg-product-reviews-container .shg-product-reviews-button {
  cursor: pointer;
  display: inline-block;

  height: 40px;
  line-height: 40px;
  padding: 0 30px;

  border-radius: 3px;
}

.shg-product-reviews-container .shg-product-reviews-button-write {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-based-on {
  display: inline-block;
  position: relative;
  top: -2px;
}

.shg-product-reviews-container .shg-product-reviews-date {
  margin: 10px 0;
}

.shg-product-reviews-container .shg-product-reviews-separator {
  height: 1px;
  margin: 20px 0;
  background-color: black;
}

.shg-product-reviews-container .shg-product-reviews-review-content {
  word-break: break-word;
  white-space: normal;
}

.shg-product-reviews-container .shg-product-reviews-empty-view {
  text-align: center;
  margin: 80px 0;
}

.shg-product-reviews-container .shg-product-reviews-title-margin {
  margin: 30px 0;
}

.shg-product-reviews-container .shg-product-reviews-label {
  display: block;
  margin-bottom: 10px;
}

.shg-product-reviews-container .shg-product-reviews-label-error {
  display: none;
  float: right;
}

.shg-product-reviews-container .shg-product-reviews-form {
  margin-top: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field {
  margin-bottom: 20px;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error {
  color: #cf4747;
}

.shg-product-reviews-container .shg-product-reviews-form-field-error input,
.shg-product-reviews-container .shg-product-reviews-form-field-error textarea {
  border-width: 2px;
  border-color: #cf4747;
}

.shg-product-reviews-container
  .shg-product-reviews-form-field-error
  .shg-product-reviews-label-error {
  display: inline-block;
}

.shg-product-reviews-container .shg-product-reviews-form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid black;
}

.shg-product-reviews-container input.shg-product-reviews-form-input {
  height: 40px;
  line-height: 40px;
}

.shg-product-reviews-container textarea.shg-product-reviews-form-input {
  padding-top: 10px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-items {
  margin-top: 30px;
  text-align: center;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item
  .shg-product-reviews-pagination-item-flip {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.shg-product-reviews-container
  .shg-product-reviews-pagination-item:first-child {
  margin-right: 25px;
}

.shg-product-reviews-container .shg-product-reviews-pagination-item:last-child {
  margin-left: 25px;
}

#s-2637f7b7-9194-4278-b7f7-2f4b12309e6a {
  text-align: center;
}

#s-2637f7b7-9194-4278-b7f7-2f4b12309e6a .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-2637f7b7-9194-4278-b7f7-2f4b12309e6a .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-2637f7b7-9194-4278-b7f7-2f4b12309e6a .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-2637f7b7-9194-4278-b7f7-2f4b12309e6a .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-2637f7b7-9194-4278-b7f7-2f4b12309e6a .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-2637f7b7-9194-4278-b7f7-2f4b12309e6a .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-2637f7b7-9194-4278-b7f7-2f4b12309e6a .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-2637f7b7-9194-4278-b7f7-2f4b12309e6a .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-2637f7b7-9194-4278-b7f7-2f4b12309e6a .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-f022eadf-4ac6-452b-a988-6e93efb436cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f022eadf-4ac6-452b-a988-6e93efb436cd .shg-product-title-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0px;
}

#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 {
  max-width:  100%;
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom,
.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 {
  max-width:  100%;
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom,
.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 {
  max-width:  100%;
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom,
.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 {
  max-width:  100%;
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom,
.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 {
  max-width:  100%;
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom,
.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8abf9d5e-0a33-46d9-beb4-3d4583329008 img.shogun-image {
  width: 100%;
}



}
#s-db3ffa1a-cfe5-4666-ab7b-eea6fcf9bf29 {
  text-align: center;
}

#s-db3ffa1a-cfe5-4666-ab7b-eea6fcf9bf29 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-db3ffa1a-cfe5-4666-ab7b-eea6fcf9bf29 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-db3ffa1a-cfe5-4666-ab7b-eea6fcf9bf29 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e03c69c2-81c2-4949-a93f-469cfb83bc31 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 159, 224, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e03c69c2-81c2-4949-a93f-469cfb83bc31:hover {background-color: rgba(0, 102, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e03c69c2-81c2-4949-a93f-469cfb83bc31:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e03c69c2-81c2-4949-a93f-469cfb83bc31 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e03c69c2-81c2-4949-a93f-469cfb83bc31.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e03c69c2-81c2-4949-a93f-469cfb83bc31.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e03c69c2-81c2-4949-a93f-469cfb83bc31.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0e031ca9-3ba8-4fdc-aba5-55acbe1e9a0e {
  text-align: center;
}

#s-0e031ca9-3ba8-4fdc-aba5-55acbe1e9a0e .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-0e031ca9-3ba8-4fdc-aba5-55acbe1e9a0e .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-0e031ca9-3ba8-4fdc-aba5-55acbe1e9a0e .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-0e031ca9-3ba8-4fdc-aba5-55acbe1e9a0e .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-0e031ca9-3ba8-4fdc-aba5-55acbe1e9a0e .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-0e031ca9-3ba8-4fdc-aba5-55acbe1e9a0e .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-0e031ca9-3ba8-4fdc-aba5-55acbe1e9a0e .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-0e031ca9-3ba8-4fdc-aba5-55acbe1e9a0e .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-0e031ca9-3ba8-4fdc-aba5-55acbe1e9a0e .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-9f17535d-32bf-43d1-ba75-598736f9ac4a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f17535d-32bf-43d1-ba75-598736f9ac4a .shg-product-title-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0px;
}

#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 0%;
text-align: center;
}


.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada {
  max-width:  100%;
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom,
.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada {
  max-width:  100%;
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom,
.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada {
  max-width:  100%;
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom,
.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada {
  max-width:  100%;
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom,
.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada {
  max-width:  100%;
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom,
.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2f522abd-df5d-4c7e-9f73-b52b00e97ada img.shogun-image {
  width: 100%;
}



}
#s-7d9edc94-c5e4-4c84-9490-7bef152c492b {
  text-align: center;
}

#s-7d9edc94-c5e4-4c84-9490-7bef152c492b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7d9edc94-c5e4-4c84-9490-7bef152c492b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-7d9edc94-c5e4-4c84-9490-7bef152c492b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4fc70a21-590a-4a8d-8468-8edb2387ee78 {
  padding-top: 9%;
padding-bottom: 9%;
}

#s-562ff66b-756a-4d86-8923-5540105f7851 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 159, 224, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-562ff66b-756a-4d86-8923-5540105f7851:hover {background-color: rgba(0, 102, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-562ff66b-756a-4d86-8923-5540105f7851:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-562ff66b-756a-4d86-8923-5540105f7851 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-562ff66b-756a-4d86-8923-5540105f7851.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-562ff66b-756a-4d86-8923-5540105f7851.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-562ff66b-756a-4d86-8923-5540105f7851.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cd745545-e2d6-4342-bbc3-c362e8c1a1da {
  text-align: center;
}

#s-cd745545-e2d6-4342-bbc3-c362e8c1a1da .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-cd745545-e2d6-4342-bbc3-c362e8c1a1da .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-cd745545-e2d6-4342-bbc3-c362e8c1a1da .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-cd745545-e2d6-4342-bbc3-c362e8c1a1da .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-cd745545-e2d6-4342-bbc3-c362e8c1a1da .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-cd745545-e2d6-4342-bbc3-c362e8c1a1da .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-cd745545-e2d6-4342-bbc3-c362e8c1a1da .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-cd745545-e2d6-4342-bbc3-c362e8c1a1da .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-cd745545-e2d6-4342-bbc3-c362e8c1a1da .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-986b30e4-6e82-4abc-be27-eb8b994fb762 {
  margin-top: 50px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(232, 230, 229, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-986b30e4-6e82-4abc-be27-eb8b994fb762 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-986b30e4-6e82-4abc-be27-eb8b994fb762 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-986b30e4-6e82-4abc-be27-eb8b994fb762 {
  
}
}@media (max-width: 767px){#s-986b30e4-6e82-4abc-be27-eb8b994fb762 {
  
}
}







#s-986b30e4-6e82-4abc-be27-eb8b994fb762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-986b30e4-6e82-4abc-be27-eb8b994fb762.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0c6a7783-3843-48ef-9a0d-4e178bf3ac68 {
  border-style: solid;
margin-top: 25px;
margin-left: 40px;
margin-bottom: 25px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-0c6a7783-3843-48ef-9a0d-4e178bf3ac68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0c6a7783-3843-48ef-9a0d-4e178bf3ac68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0c6a7783-3843-48ef-9a0d-4e178bf3ac68 {
  
}
}@media (max-width: 767px){#s-0c6a7783-3843-48ef-9a0d-4e178bf3ac68 {
  
}
}
@media (min-width: 0px) {
[id="s-0c6a7783-3843-48ef-9a0d-4e178bf3ac68"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0c6a7783-3843-48ef-9a0d-4e178bf3ac68"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c6a7783-3843-48ef-9a0d-4e178bf3ac68"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c6a7783-3843-48ef-9a0d-4e178bf3ac68"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-f0e2e023-a5af-4aac-ac0c-4b2036c68ce5 .shogun-icon-wrapper {
  text-align: center;
}


#s-f0e2e023-a5af-4aac-ac0c-4b2036c68ce5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 55px !important;
  color: rgba(0, 159, 224, 1);
}

#s-63d50226-09e4-4662-82f7-5439c50664b6 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-63d50226-09e4-4662-82f7-5439c50664b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63d50226-09e4-4662-82f7-5439c50664b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63d50226-09e4-4662-82f7-5439c50664b6 {
  
}
}@media (max-width: 767px){#s-63d50226-09e4-4662-82f7-5439c50664b6 {
  
}
}
#s-63d50226-09e4-4662-82f7-5439c50664b6 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7f75edb4-a2cf-4ede-94d7-9822835ff90b .shogun-icon-wrapper {
  text-align: center;
}


#s-7f75edb4-a2cf-4ede-94d7-9822835ff90b .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(0, 159, 224, 1);
}

#s-7ecb915f-8635-47be-a4d8-73975a472028 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7ecb915f-8635-47be-a4d8-73975a472028 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ecb915f-8635-47be-a4d8-73975a472028 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ecb915f-8635-47be-a4d8-73975a472028 {
  
}
}@media (max-width: 767px){#s-7ecb915f-8635-47be-a4d8-73975a472028 {
  
}
}
#s-7ecb915f-8635-47be-a4d8-73975a472028 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a280c126-5a26-4614-bf07-eb52c598cde5 .shogun-icon-wrapper {
  text-align: center;
}


#s-a280c126-5a26-4614-bf07-eb52c598cde5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(0, 159, 224, 1);
}

#s-f1a04f5c-9987-4652-807c-78c33356ed1c {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f1a04f5c-9987-4652-807c-78c33356ed1c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1a04f5c-9987-4652-807c-78c33356ed1c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1a04f5c-9987-4652-807c-78c33356ed1c {
  
}
}@media (max-width: 767px){#s-f1a04f5c-9987-4652-807c-78c33356ed1c {
  
}
}
#s-f1a04f5c-9987-4652-807c-78c33356ed1c .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-bf8381a0-968d-4b8b-ac8e-14e417e98ab1 .shogun-icon-wrapper {
  text-align: center;
}


#s-bf8381a0-968d-4b8b-ac8e-14e417e98ab1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(0, 159, 224, 1);
}

#s-d19693ad-f354-4a31-beca-614b6bfcd0fb {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d19693ad-f354-4a31-beca-614b6bfcd0fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d19693ad-f354-4a31-beca-614b6bfcd0fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d19693ad-f354-4a31-beca-614b6bfcd0fb {
  
}
}@media (max-width: 767px){#s-d19693ad-f354-4a31-beca-614b6bfcd0fb {
  
}
}
#s-d19693ad-f354-4a31-beca-614b6bfcd0fb .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-5edbc076-635d-4e02-bb05-567cd85fb3cf {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-position: center center;
background-color: rgba(194, 84, 84, 0);
}
@media (min-width: 1200px){#s-5edbc076-635d-4e02-bb05-567cd85fb3cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5edbc076-635d-4e02-bb05-567cd85fb3cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5edbc076-635d-4e02-bb05-567cd85fb3cf {
  
}
}@media (max-width: 767px){#s-5edbc076-635d-4e02-bb05-567cd85fb3cf {
  
}
}







#s-5edbc076-635d-4e02-bb05-567cd85fb3cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5edbc076-635d-4e02-bb05-567cd85fb3cf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5b0fb2c3-ecab-49e7-93f1-0312ff88c35f {
  min-height: 50px;
}








#s-5b0fb2c3-ecab-49e7-93f1-0312ff88c35f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b0fb2c3-ecab-49e7-93f1-0312ff88c35f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ef01207-ce74-40b9-bf20-19c95470370d {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-0ef01207-ce74-40b9-bf20-19c95470370d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0ef01207-ce74-40b9-bf20-19c95470370d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0ef01207-ce74-40b9-bf20-19c95470370d {
  
}
}@media (max-width: 767px){#s-0ef01207-ce74-40b9-bf20-19c95470370d {
  
}
}
@media (min-width: 0px) {
[id="s-0ef01207-ce74-40b9-bf20-19c95470370d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ef01207-ce74-40b9-bf20-19c95470370d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0ef01207-ce74-40b9-bf20-19c95470370d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ef01207-ce74-40b9-bf20-19c95470370d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-75fa26ea-3d44-4ef9-80b4-19a82fa66654 {
  background-size: cover;
min-height: 100px;
background-position: center center;
background-color: rgba(245, 245, 245, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-75fa26ea-3d44-4ef9-80b4-19a82fa66654 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75fa26ea-3d44-4ef9-80b4-19a82fa66654 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75fa26ea-3d44-4ef9-80b4-19a82fa66654 {
  
}
}@media (max-width: 767px){#s-75fa26ea-3d44-4ef9-80b4-19a82fa66654 {
  
}
}







#s-75fa26ea-3d44-4ef9-80b4-19a82fa66654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75fa26ea-3d44-4ef9-80b4-19a82fa66654.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab1e3d38-2291-48a5-a437-39a2def6196c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0%;
max-width: 400px;
text-align: center;
}







  #s-ab1e3d38-2291-48a5-a437-39a2def6196c img.shogun-image {
    

    
    
    
  }


#s-ab1e3d38-2291-48a5-a437-39a2def6196c .shogun-image-content {
  
    align-items: center;
  
}

#s-8de0b0ee-6164-40c4-9313-21d542b3f8bd {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-8de0b0ee-6164-40c4-9313-21d542b3f8bd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8de0b0ee-6164-40c4-9313-21d542b3f8bd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8de0b0ee-6164-40c4-9313-21d542b3f8bd {
  
}
}@media (max-width: 767px){#s-8de0b0ee-6164-40c4-9313-21d542b3f8bd {
  
}
}
#s-8de0b0ee-6164-40c4-9313-21d542b3f8bd .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 50.0%;
  padding-right: 20px;
  padding-bottom: 20px;
}

#s-8de0b0ee-6164-40c4-9313-21d542b3f8bd .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-8de0b0ee-6164-40c4-9313-21d542b3f8bd .shg-gallery-thumb-list-margin {
  margin-right: -20px;
}

#s-8de0b0ee-6164-40c4-9313-21d542b3f8bd .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-8de0b0ee-6164-40c4-9313-21d542b3f8bd .shg-gallery-scroll-button {
  color: #FFF;
}

#s-8de0b0ee-6164-40c4-9313-21d542b3f8bd .shg-gallery-dot {
  background-color: #FFF;
}

#s-02b35d68-49f3-479a-b18a-835f8c986c1d {
  margin-top: 15%;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02b35d68-49f3-479a-b18a-835f8c986c1d .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}



#s-dd13bec8-38b2-4e29-ab29-bf9e57c57270 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-dd13bec8-38b2-4e29-ab29-bf9e57c57270 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd13bec8-38b2-4e29-ab29-bf9e57c57270.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-082c133d-c1d5-4b43-81b1-1d1268e32155 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-082c133d-c1d5-4b43-81b1-1d1268e32155 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-082c133d-c1d5-4b43-81b1-1d1268e32155 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-082c133d-c1d5-4b43-81b1-1d1268e32155 {
  
}
}@media (max-width: 767px){#s-082c133d-c1d5-4b43-81b1-1d1268e32155 {
  
}
}
#s-91e680fc-db1c-4e78-83c1-bfc28bb7413c {
  box-shadow:00px 0px 0px 0px rgba(0, 201, 148, 0.33);
background-size: contain;
border-style: solid;
margin-top: 0%;
margin-left: 0px;
margin-bottom: 4%;
margin-right: 0px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 100px;
text-align: center;
background-color: rgba(0, 159, 224, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-91e680fc-db1c-4e78-83c1-bfc28bb7413c:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(0, 102, 153, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-91e680fc-db1c-4e78-83c1-bfc28bb7413c:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-91e680fc-db1c-4e78-83c1-bfc28bb7413c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91e680fc-db1c-4e78-83c1-bfc28bb7413c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91e680fc-db1c-4e78-83c1-bfc28bb7413c {
  
}
}@media (max-width: 767px){#s-91e680fc-db1c-4e78-83c1-bfc28bb7413c {
  
}
}

  #s-91e680fc-db1c-4e78-83c1-bfc28bb7413c-root {
    text-align: center;
  }


#s-91e680fc-db1c-4e78-83c1-bfc28bb7413c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91e680fc-db1c-4e78-83c1-bfc28bb7413c-root {
    text-align: center;
  }


#s-91e680fc-db1c-4e78-83c1-bfc28bb7413c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91e680fc-db1c-4e78-83c1-bfc28bb7413c-root {
    text-align: center;
  }


#s-91e680fc-db1c-4e78-83c1-bfc28bb7413c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91e680fc-db1c-4e78-83c1-bfc28bb7413c-root {
    text-align: center;
  }


#s-91e680fc-db1c-4e78-83c1-bfc28bb7413c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91e680fc-db1c-4e78-83c1-bfc28bb7413c-root {
    text-align: center;
  }


#s-91e680fc-db1c-4e78-83c1-bfc28bb7413c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-fe729b84-66ab-4bee-bb21-83dc24ee0cd5 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-fe729b84-66ab-4bee-bb21-83dc24ee0cd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe729b84-66ab-4bee-bb21-83dc24ee0cd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-083d3ab6-8440-4086-8152-5cde4886c7fd {
  padding-top: 2%;
padding-left: 15%;
padding-bottom: 2%;
padding-right: 15%;
}
@media (min-width: 1200px){#s-083d3ab6-8440-4086-8152-5cde4886c7fd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-083d3ab6-8440-4086-8152-5cde4886c7fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-083d3ab6-8440-4086-8152-5cde4886c7fd {
  
}
}@media (max-width: 767px){#s-083d3ab6-8440-4086-8152-5cde4886c7fd {
  
}
}
@media (min-width: 0px) {
[id="s-083d3ab6-8440-4086-8152-5cde4886c7fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-083d3ab6-8440-4086-8152-5cde4886c7fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-083d3ab6-8440-4086-8152-5cde4886c7fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-083d3ab6-8440-4086-8152-5cde4886c7fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-083d3ab6-8440-4086-8152-5cde4886c7fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-083d3ab6-8440-4086-8152-5cde4886c7fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-083d3ab6-8440-4086-8152-5cde4886c7fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-1aa725a1-423a-4558-9db8-30053f482ec6 {
  margin-top: 0px;
padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-1aa725a1-423a-4558-9db8-30053f482ec6 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}



#s-93696e83-49f3-4cda-9c53-ede54ccb3c9c {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-93696e83-49f3-4cda-9c53-ede54ccb3c9c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-93696e83-49f3-4cda-9c53-ede54ccb3c9c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-93696e83-49f3-4cda-9c53-ede54ccb3c9c {
  
}
}@media (max-width: 767px){#s-93696e83-49f3-4cda-9c53-ede54ccb3c9c {
  
}
}
#s-93696e83-49f3-4cda-9c53-ede54ccb3c9c .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 50.0%;
  padding-right: 20px;
  padding-bottom: 20px;
}

#s-93696e83-49f3-4cda-9c53-ede54ccb3c9c .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-93696e83-49f3-4cda-9c53-ede54ccb3c9c .shg-gallery-thumb-list-margin {
  margin-right: -20px;
}

#s-93696e83-49f3-4cda-9c53-ede54ccb3c9c .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-93696e83-49f3-4cda-9c53-ede54ccb3c9c .shg-gallery-scroll-button {
  color: #FFF;
}

#s-93696e83-49f3-4cda-9c53-ede54ccb3c9c .shg-gallery-dot {
  background-color: #FFF;
}

#s-e0a3c4db-4525-4363-94e8-346d73354cb2 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}







  #s-e0a3c4db-4525-4363-94e8-346d73354cb2 img.shogun-image {
    

    
    
    
  }


#s-e0a3c4db-4525-4363-94e8-346d73354cb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f00c053-955e-4b79-bbb1-611205f201de {
  margin-left: 100px;
margin-right: 100px;
}
@media (min-width: 1200px){#s-7f00c053-955e-4b79-bbb1-611205f201de {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f00c053-955e-4b79-bbb1-611205f201de {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f00c053-955e-4b79-bbb1-611205f201de {
  
}
}@media (max-width: 767px){#s-7f00c053-955e-4b79-bbb1-611205f201de {
  
}
}
#s-d8dc1fc9-d770-4c15-949a-36559878363c {
  box-shadow:00px 0px 0px 0px rgba(0, 201, 148, 0.33);
border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 100px;
text-align: center;
background-color: rgba(0, 159, 224, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-d8dc1fc9-d770-4c15-949a-36559878363c:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(0, 102, 153, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8dc1fc9-d770-4c15-949a-36559878363c:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d8dc1fc9-d770-4c15-949a-36559878363c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8dc1fc9-d770-4c15-949a-36559878363c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8dc1fc9-d770-4c15-949a-36559878363c {
  
}
}@media (max-width: 767px){#s-d8dc1fc9-d770-4c15-949a-36559878363c {
  
}
}

  #s-d8dc1fc9-d770-4c15-949a-36559878363c-root {
    text-align: center;
  }


#s-d8dc1fc9-d770-4c15-949a-36559878363c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8dc1fc9-d770-4c15-949a-36559878363c-root {
    text-align: center;
  }


#s-d8dc1fc9-d770-4c15-949a-36559878363c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8dc1fc9-d770-4c15-949a-36559878363c-root {
    text-align: center;
  }


#s-d8dc1fc9-d770-4c15-949a-36559878363c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8dc1fc9-d770-4c15-949a-36559878363c-root {
    text-align: center;
  }


#s-d8dc1fc9-d770-4c15-949a-36559878363c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8dc1fc9-d770-4c15-949a-36559878363c-root {
    text-align: center;
  }


#s-d8dc1fc9-d770-4c15-949a-36559878363c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8c10bc99-5f6a-4da7-aeb0-2f6ca50b1960 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 40px;
margin-right: 40px;
padding-left: 10%;
padding-right: 10%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-8c10bc99-5f6a-4da7-aeb0-2f6ca50b1960 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c10bc99-5f6a-4da7-aeb0-2f6ca50b1960 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c10bc99-5f6a-4da7-aeb0-2f6ca50b1960 {
  
}
}@media (max-width: 767px){#s-8c10bc99-5f6a-4da7-aeb0-2f6ca50b1960 {
  
}
}







#s-8c10bc99-5f6a-4da7-aeb0-2f6ca50b1960 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-8c10bc99-5f6a-4da7-aeb0-2f6ca50b1960.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62b4fe80-d2d3-4138-9f69-e47d031aa5ac .shogun-icon-wrapper {
  text-align: center;
}


#s-62b4fe80-d2d3-4138-9f69-e47d031aa5ac .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 159, 224, 1);
}

#s-74cd5620-fdd9-4e53-b5ce-83e125d66b41 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-74cd5620-fdd9-4e53-b5ce-83e125d66b41 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74cd5620-fdd9-4e53-b5ce-83e125d66b41 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-74cd5620-fdd9-4e53-b5ce-83e125d66b41 {
  
}
}@media (max-width: 767px){#s-74cd5620-fdd9-4e53-b5ce-83e125d66b41 {
  
}
}
#s-29e83e2e-f5e0-4c8f-9f00-2c40ceab1d9a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-29e83e2e-f5e0-4c8f-9f00-2c40ceab1d9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29e83e2e-f5e0-4c8f-9f00-2c40ceab1d9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29e83e2e-f5e0-4c8f-9f00-2c40ceab1d9a {
  
}
}@media (max-width: 767px){#s-29e83e2e-f5e0-4c8f-9f00-2c40ceab1d9a {
  
}
}







#s-29e83e2e-f5e0-4c8f-9f00-2c40ceab1d9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29e83e2e-f5e0-4c8f-9f00-2c40ceab1d9a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-78ee2fd6-21d4-4738-af57-17d3f8f41b76 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-78ee2fd6-21d4-4738-af57-17d3f8f41b76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78ee2fd6-21d4-4738-af57-17d3f8f41b76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca64290d-c429-4010-9654-3bbdd658c70c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca64290d-c429-4010-9654-3bbdd658c70c .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}



#s-582bb876-be02-4905-8140-1b7e144865a2 {
  margin-bottom: 1%;
}

@media (min-width: 1200px){#s-4669dce5-e961-491c-88c6-e825f6cae45e {
  display: none;
}
#s-4669dce5-e961-491c-88c6-e825f6cae45e, #wrap-s-4669dce5-e961-491c-88c6-e825f6cae45e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4669dce5-e961-491c-88c6-e825f6cae45e {
  display: none;
}
#s-4669dce5-e961-491c-88c6-e825f6cae45e, #wrap-s-4669dce5-e961-491c-88c6-e825f6cae45e { display: none !important; }}@media (max-width: 767px){#s-4669dce5-e961-491c-88c6-e825f6cae45e {
  display: none;
}
#s-4669dce5-e961-491c-88c6-e825f6cae45e, #wrap-s-4669dce5-e961-491c-88c6-e825f6cae45e { display: none !important; }}
@media (min-width: 0px) {
[id="s-4669dce5-e961-491c-88c6-e825f6cae45e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4669dce5-e961-491c-88c6-e825f6cae45e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4669dce5-e961-491c-88c6-e825f6cae45e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4669dce5-e961-491c-88c6-e825f6cae45e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bcefe190-49e5-44ef-a91d-2b0ec9f26f14 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-bcefe190-49e5-44ef-a91d-2b0ec9f26f14 img.shogun-image {
    

    
    
    
  }


#s-bcefe190-49e5-44ef-a91d-2b0ec9f26f14 .shogun-image-content {
  
    align-items: center;
  
}

#s-46c32ae4-07bd-4f18-b4a3-e7111410fed0 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-cf61be28-99cc-41af-9575-6fa03b2d02ff {
  margin-bottom: 9%;
padding-left: 40px;
padding-right: 40px;
}

#s-4de9eb1a-ad3f-4050-90f1-e36d2f3ba0ff {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-4de9eb1a-ad3f-4050-90f1-e36d2f3ba0ff img.shogun-image {
    

    
    
    
  }


#s-4de9eb1a-ad3f-4050-90f1-e36d2f3ba0ff .shogun-image-content {
  
    align-items: center;
  
}

#s-d9612094-da6d-4aec-aa5f-5b821294eb2b {
  margin-top: 20px;
}

#s-df534dec-2162-48d2-8df3-280c739b69b7 {
  margin-left: 40px;
margin-right: 40px;
}

#s-cf78adb2-af3a-461d-ac95-696dcac5882c {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-cf78adb2-af3a-461d-ac95-696dcac5882c img.shogun-image {
    

    
    
    
  }


#s-cf78adb2-af3a-461d-ac95-696dcac5882c .shogun-image-content {
  
    align-items: center;
  
}

#s-e90252c6-7256-4443-a6ed-89f76e0b9f4d {
  margin-top: 20px;
}

#s-a7edecf8-7d7a-465d-a93f-fa291313b310 {
  margin-left: 40px;
margin-right: 40px;
}

#s-fc6bbb54-d49b-4270-82a2-3f415278127f {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-fc6bbb54-d49b-4270-82a2-3f415278127f img.shogun-image {
    

    
    
    
  }


#s-fc6bbb54-d49b-4270-82a2-3f415278127f .shogun-image-content {
  
    align-items: center;
  
}

#s-909edac9-f715-4e49-b583-e719e9cec7d7 {
  margin-top: 20px;
}

#s-ca915474-1bd6-4285-b87a-90b7c0a27dc0 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 768px) and (max-width: 991px){#s-7cbb27a9-f334-43b8-b526-81706492f935 {
  display: none;
}
#s-7cbb27a9-f334-43b8-b526-81706492f935, #wrap-s-7cbb27a9-f334-43b8-b526-81706492f935 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7cbb27a9-f334-43b8-b526-81706492f935"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cbb27a9-f334-43b8-b526-81706492f935"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cbb27a9-f334-43b8-b526-81706492f935"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cbb27a9-f334-43b8-b526-81706492f935"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-944cf92f-4d9c-48e3-aff9-db1ca497b909 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-944cf92f-4d9c-48e3-aff9-db1ca497b909 img.shogun-image {
    

    
    
    
  }


#s-944cf92f-4d9c-48e3-aff9-db1ca497b909 .shogun-image-content {
  
    align-items: center;
  
}

#s-e66ff45a-bf58-4269-8719-6c55a41ca198 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-492fbde7-9ec9-4631-a9c1-146f8b0d3e4f {
  margin-bottom: 9%;
padding-left: 40px;
padding-right: 40px;
}

#s-5c69ff9b-e091-4444-9736-6716ade80eb7 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-5c69ff9b-e091-4444-9736-6716ade80eb7 img.shogun-image {
    

    
    
    
  }


#s-5c69ff9b-e091-4444-9736-6716ade80eb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3735f4d2-5fe5-410f-aaed-532c4c3427a1 {
  margin-top: 20px;
}

#s-dcf7e016-6bf0-4f77-8d24-6c9d463d1fd3 {
  margin-left: 40px;
margin-right: 40px;
}

#s-5195dfd4-2960-4fa7-8207-7181914cfa34 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-5195dfd4-2960-4fa7-8207-7181914cfa34 img.shogun-image {
    

    
    
    
  }


#s-5195dfd4-2960-4fa7-8207-7181914cfa34 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f4effd6-232a-4377-8b1f-eb1882c5079d {
  margin-top: 20px;
}

#s-9e9d6030-5877-4618-ba7f-4fe83dcf4eeb {
  margin-left: 40px;
margin-right: 40px;
}

#s-6d3f6b1c-8202-4d83-a2eb-7ceb8d80c22d {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-6d3f6b1c-8202-4d83-a2eb-7ceb8d80c22d img.shogun-image {
    

    
    
    
  }


#s-6d3f6b1c-8202-4d83-a2eb-7ceb8d80c22d .shogun-image-content {
  
    align-items: center;
  
}

#s-58db5e4b-7135-4781-bedb-2104068e5d32 {
  margin-top: 20px;
}

#s-a9971cbd-0bc4-4dad-9682-8ba20d6207db {
  margin-left: 40px;
margin-right: 40px;
}

#s-b3cc13b4-70d2-4dd3-b1fc-1896eead0754 {
  margin-top: 50px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(232, 230, 229, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-b3cc13b4-70d2-4dd3-b1fc-1896eead0754 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b3cc13b4-70d2-4dd3-b1fc-1896eead0754 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b3cc13b4-70d2-4dd3-b1fc-1896eead0754 {
  
}
}@media (max-width: 767px){#s-b3cc13b4-70d2-4dd3-b1fc-1896eead0754 {
  
}
}







#s-b3cc13b4-70d2-4dd3-b1fc-1896eead0754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3cc13b4-70d2-4dd3-b1fc-1896eead0754.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-99c35980-85bc-40e6-a36d-4cd7feab71f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99c35980-85bc-40e6-a36d-4cd7feab71f3 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  
  
}



#s-4575d993-166b-469a-b259-f292bb85991f {
  border-style: solid;
margin-top: 25px;
margin-left: 40px;
margin-bottom: 25px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-4575d993-166b-469a-b259-f292bb85991f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4575d993-166b-469a-b259-f292bb85991f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4575d993-166b-469a-b259-f292bb85991f {
  
}
}@media (max-width: 767px){#s-4575d993-166b-469a-b259-f292bb85991f {
  
}
}
@media (min-width: 0px) {
[id="s-4575d993-166b-469a-b259-f292bb85991f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4575d993-166b-469a-b259-f292bb85991f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-4575d993-166b-469a-b259-f292bb85991f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-4575d993-166b-469a-b259-f292bb85991f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

#s-37c5a4c1-e9f3-4077-8765-355dbd80275e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-37c5a4c1-e9f3-4077-8765-355dbd80275e img.shogun-image {
    

    
    
    
  }


#s-37c5a4c1-e9f3-4077-8765-355dbd80275e .shogun-image-content {
  
    align-items: center;
  
}

#s-f4fa38ba-6738-4a51-b73c-3d112ae6c241 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-bff52d4c-7504-4fa6-818b-521d1c4423d9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-bff52d4c-7504-4fa6-818b-521d1c4423d9 img.shogun-image {
    

    
    
    
  }


#s-bff52d4c-7504-4fa6-818b-521d1c4423d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d76d14c8-0777-406c-bd6e-f0ae3cc64877 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-e4ed97b0-c414-4add-8784-5672cec72047 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-e4ed97b0-c414-4add-8784-5672cec72047 img.shogun-image {
    

    
    
    
  }


#s-e4ed97b0-c414-4add-8784-5672cec72047 .shogun-image-content {
  
    align-items: center;
  
}

#s-a35f377f-3102-4a0e-894b-f0c79332b7c3 {
  margin-top: 10%;
margin-bottom: 10%;
}

#s-a14e3e21-d91c-49ff-9594-cc9b4873f6af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a14e3e21-d91c-49ff-9594-cc9b4873f6af {
  display: none;
}
#s-a14e3e21-d91c-49ff-9594-cc9b4873f6af, #wrap-s-a14e3e21-d91c-49ff-9594-cc9b4873f6af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a14e3e21-d91c-49ff-9594-cc9b4873f6af {
  display: none;
}
#s-a14e3e21-d91c-49ff-9594-cc9b4873f6af, #wrap-s-a14e3e21-d91c-49ff-9594-cc9b4873f6af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a14e3e21-d91c-49ff-9594-cc9b4873f6af {
  display: none;
}
#s-a14e3e21-d91c-49ff-9594-cc9b4873f6af, #wrap-s-a14e3e21-d91c-49ff-9594-cc9b4873f6af { display: none !important; }}
#s-a14e3e21-d91c-49ff-9594-cc9b4873f6af .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4ec29840-7927-4d2e-a881-fc415639a54f hr {
  border-top: 2px solid #ddd;
}

#s-1160859d-ad12-49c7-aa2f-28e9ec416ffb {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1160859d-ad12-49c7-aa2f-28e9ec416ffb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1160859d-ad12-49c7-aa2f-28e9ec416ffb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a30351d0-c183-4db7-8c9c-1c67ae5304ba {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 1%;
max-width: 75px;
text-align: center;
opacity: 0.9;
}







  #s-a30351d0-c183-4db7-8c9c-1c67ae5304ba img.shogun-image {
    

    
    
    
  }


#s-a30351d0-c183-4db7-8c9c-1c67ae5304ba .shogun-image-content {
  
    align-items: center;
  
}

#s-05f168b1-1311-400e-91bc-04d6802af0ce {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05f168b1-1311-400e-91bc-04d6802af0ce .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  
}



@media (min-width: 1200px){#s-cef55b12-25ff-4a32-a29a-9e3665d7ff25 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cef55b12-25ff-4a32-a29a-9e3665d7ff25 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cef55b12-25ff-4a32-a29a-9e3665d7ff25 {
  
}
}@media (max-width: 767px){#s-cef55b12-25ff-4a32-a29a-9e3665d7ff25 {
  
}
}
#s-284cb32f-79a6-44ac-ab90-77bd6771dbf1 {
  margin-top: 20px;
margin-bottom: 40px;
padding-left: 15%;
padding-right: 15%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-284cb32f-79a6-44ac-ab90-77bd6771dbf1 {
  display: none;
}
#s-284cb32f-79a6-44ac-ab90-77bd6771dbf1, #wrap-s-284cb32f-79a6-44ac-ab90-77bd6771dbf1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-284cb32f-79a6-44ac-ab90-77bd6771dbf1 {
  display: none;
}
#s-284cb32f-79a6-44ac-ab90-77bd6771dbf1, #wrap-s-284cb32f-79a6-44ac-ab90-77bd6771dbf1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-284cb32f-79a6-44ac-ab90-77bd6771dbf1 {
  display: none;
}
#s-284cb32f-79a6-44ac-ab90-77bd6771dbf1, #wrap-s-284cb32f-79a6-44ac-ab90-77bd6771dbf1 { display: none !important; }}@media (max-width: 767px){#s-284cb32f-79a6-44ac-ab90-77bd6771dbf1 {
  display: none;
}
#s-284cb32f-79a6-44ac-ab90-77bd6771dbf1, #wrap-s-284cb32f-79a6-44ac-ab90-77bd6771dbf1 { display: none !important; }}







#s-284cb32f-79a6-44ac-ab90-77bd6771dbf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-284cb32f-79a6-44ac-ab90-77bd6771dbf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b51f7a26-c01f-4680-8a4f-f5e1d8ec6ed8 {
  margin-left: 0px;
margin-right: 0px;
}

#s-dedc6d45-4c35-4238-923c-b89b1757ee01 {
  padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-dedc6d45-4c35-4238-923c-b89b1757ee01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dedc6d45-4c35-4238-923c-b89b1757ee01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-dedc6d45-4c35-4238-923c-b89b1757ee01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-dedc6d45-4c35-4238-923c-b89b1757ee01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.333333333333333em);
}

}

#s-faf9969c-6d53-432a-83d5-3569ffc83fe3 {
  text-align: center;
}







  #s-faf9969c-6d53-432a-83d5-3569ffc83fe3 img.shogun-image {
    

    
    
    
  }


#s-faf9969c-6d53-432a-83d5-3569ffc83fe3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cd7b864-eac3-4e27-be7d-b4272eb8420f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cd7b864-eac3-4e27-be7d-b4272eb8420f .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-383fe32c-fd28-4dc9-9802-04e44a8756f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-383fe32c-fd28-4dc9-9802-04e44a8756f7 .shogun-heading-component h1 {
  color: rgba(0, 159, 224, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ef3eb656-cfa2-4e02-83e5-c77ce998f30f {
  text-align: center;
}







  #s-ef3eb656-cfa2-4e02-83e5-c77ce998f30f img.shogun-image {
    

    
    
    
  }


#s-ef3eb656-cfa2-4e02-83e5-c77ce998f30f .shogun-image-content {
  
    align-items: center;
  
}

#s-f4329fee-7f42-4afe-84ac-c6594116a7bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4329fee-7f42-4afe-84ac-c6594116a7bf .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-fb2b2ced-40ca-4554-b313-4c6cd5810ca4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb2b2ced-40ca-4554-b313-4c6cd5810ca4 .shogun-heading-component h1 {
  color: rgba(0, 159, 224, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-43ed8129-140d-4619-8999-559c72f17840 {
  text-align: center;
}







  #s-43ed8129-140d-4619-8999-559c72f17840 img.shogun-image {
    

    
    
    
  }


#s-43ed8129-140d-4619-8999-559c72f17840 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc84f67c-1c33-4628-8ed4-6b513ea02131 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc84f67c-1c33-4628-8ed4-6b513ea02131 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-5bcd74e8-29c6-4850-bea3-eeba58a3edef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bcd74e8-29c6-4850-bea3-eeba58a3edef .shogun-heading-component h1 {
  color: rgba(0, 159, 224, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-528215a6-07c4-4a22-803e-c7c3c95b003b {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-528215a6-07c4-4a22-803e-c7c3c95b003b {
  display: none;
}
#s-528215a6-07c4-4a22-803e-c7c3c95b003b, #wrap-s-528215a6-07c4-4a22-803e-c7c3c95b003b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-528215a6-07c4-4a22-803e-c7c3c95b003b {
  display: none;
}
#s-528215a6-07c4-4a22-803e-c7c3c95b003b, #wrap-s-528215a6-07c4-4a22-803e-c7c3c95b003b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-528215a6-07c4-4a22-803e-c7c3c95b003b {
  display: none;
}
#s-528215a6-07c4-4a22-803e-c7c3c95b003b, #wrap-s-528215a6-07c4-4a22-803e-c7c3c95b003b { display: none !important; }}@media (max-width: 767px){#s-528215a6-07c4-4a22-803e-c7c3c95b003b {
  display: none;
}
#s-528215a6-07c4-4a22-803e-c7c3c95b003b, #wrap-s-528215a6-07c4-4a22-803e-c7c3c95b003b { display: none !important; }}







#s-528215a6-07c4-4a22-803e-c7c3c95b003b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-528215a6-07c4-4a22-803e-c7c3c95b003b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-52c17527-c6a0-4d8b-9cda-1d2fca581bbd {
  padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-52c17527-c6a0-4d8b-9cda-1d2fca581bbd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52c17527-c6a0-4d8b-9cda-1d2fca581bbd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52c17527-c6a0-4d8b-9cda-1d2fca581bbd {
  
}
}@media (max-width: 767px){#s-52c17527-c6a0-4d8b-9cda-1d2fca581bbd {
  
}
}
@media (min-width: 0px) {
[id="s-52c17527-c6a0-4d8b-9cda-1d2fca581bbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52c17527-c6a0-4d8b-9cda-1d2fca581bbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-52c17527-c6a0-4d8b-9cda-1d2fca581bbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-52c17527-c6a0-4d8b-9cda-1d2fca581bbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b2488d8c-5f04-4466-a0f5-372b0f3588f3 {
  background-size: cover;
min-height: 100px;
background-position: center center;
background-color: rgba(245, 245, 245, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b2488d8c-5f04-4466-a0f5-372b0f3588f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b2488d8c-5f04-4466-a0f5-372b0f3588f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2488d8c-5f04-4466-a0f5-372b0f3588f3 {
  
}
}@media (max-width: 767px){#s-b2488d8c-5f04-4466-a0f5-372b0f3588f3 {
  
}
}







#s-b2488d8c-5f04-4466-a0f5-372b0f3588f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2488d8c-5f04-4466-a0f5-372b0f3588f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64d07564-0687-4cfc-8852-731699920250 {
  margin-top: 5%;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-64d07564-0687-4cfc-8852-731699920250 img.shogun-image {
    

    
    
    
  }


#s-64d07564-0687-4cfc-8852-731699920250 .shogun-image-content {
  
    align-items: center;
  
}

#s-e343d516-47e0-4dfb-9027-7cd8b7624773 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e343d516-47e0-4dfb-9027-7cd8b7624773 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}



#s-6813f98f-84a4-4ee7-83ed-f09aa722fc1f {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-6813f98f-84a4-4ee7-83ed-f09aa722fc1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6813f98f-84a4-4ee7-83ed-f09aa722fc1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c892fba-a5e5-4713-8247-4461f56b6f15 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-8c892fba-a5e5-4713-8247-4461f56b6f15 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c892fba-a5e5-4713-8247-4461f56b6f15 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c892fba-a5e5-4713-8247-4461f56b6f15 {
  
}
}@media (max-width: 767px){#s-8c892fba-a5e5-4713-8247-4461f56b6f15 {
  
}
}
#s-e5836ff4-8ffa-432d-8efd-20b28d9474c0 {
  box-shadow:00px 0px 0px 0px rgba(0, 201, 148, 0.33);
background-size: contain;
border-style: solid;
margin-left: 0px;
margin-bottom: 4%;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 100px;
text-align: center;
background-color: rgba(0, 159, 224, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-e5836ff4-8ffa-432d-8efd-20b28d9474c0:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(0, 102, 153, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e5836ff4-8ffa-432d-8efd-20b28d9474c0:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e5836ff4-8ffa-432d-8efd-20b28d9474c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e5836ff4-8ffa-432d-8efd-20b28d9474c0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5836ff4-8ffa-432d-8efd-20b28d9474c0 {
  
}
}@media (max-width: 767px){#s-e5836ff4-8ffa-432d-8efd-20b28d9474c0 {
  
}
}

  #s-e5836ff4-8ffa-432d-8efd-20b28d9474c0-root {
    text-align: center;
  }


#s-e5836ff4-8ffa-432d-8efd-20b28d9474c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e5836ff4-8ffa-432d-8efd-20b28d9474c0-root {
    text-align: center;
  }


#s-e5836ff4-8ffa-432d-8efd-20b28d9474c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5836ff4-8ffa-432d-8efd-20b28d9474c0-root {
    text-align: center;
  }


#s-e5836ff4-8ffa-432d-8efd-20b28d9474c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5836ff4-8ffa-432d-8efd-20b28d9474c0-root {
    text-align: center;
  }


#s-e5836ff4-8ffa-432d-8efd-20b28d9474c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e5836ff4-8ffa-432d-8efd-20b28d9474c0-root {
    text-align: center;
  }


#s-e5836ff4-8ffa-432d-8efd-20b28d9474c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e6a1344f-0e28-40ee-826f-018c7fee0e7e {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-e6a1344f-0e28-40ee-826f-018c7fee0e7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6a1344f-0e28-40ee-826f-018c7fee0e7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07af5231-39f8-4d05-a967-38c6a77ecf9a {
  padding-bottom: 2%;
}
@media (min-width: 1200px){#s-07af5231-39f8-4d05-a967-38c6a77ecf9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07af5231-39f8-4d05-a967-38c6a77ecf9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07af5231-39f8-4d05-a967-38c6a77ecf9a {
  
}
}@media (max-width: 767px){#s-07af5231-39f8-4d05-a967-38c6a77ecf9a {
  
}
}
@media (min-width: 0px) {
[id="s-07af5231-39f8-4d05-a967-38c6a77ecf9a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07af5231-39f8-4d05-a967-38c6a77ecf9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-07af5231-39f8-4d05-a967-38c6a77ecf9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-07af5231-39f8-4d05-a967-38c6a77ecf9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c635cad1-fbdf-4722-887a-4ce079958a66 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-c635cad1-fbdf-4722-887a-4ce079958a66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c635cad1-fbdf-4722-887a-4ce079958a66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c635cad1-fbdf-4722-887a-4ce079958a66 {
  
}
}@media (max-width: 767px){#s-c635cad1-fbdf-4722-887a-4ce079958a66 {
  
}
}
#s-c635cad1-fbdf-4722-887a-4ce079958a66 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 50.0%;
  padding-right: 20px;
  padding-bottom: 20px;
}

#s-c635cad1-fbdf-4722-887a-4ce079958a66 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-c635cad1-fbdf-4722-887a-4ce079958a66 .shg-gallery-thumb-list-margin {
  margin-right: -20px;
}

#s-c635cad1-fbdf-4722-887a-4ce079958a66 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-c635cad1-fbdf-4722-887a-4ce079958a66 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-c635cad1-fbdf-4722-887a-4ce079958a66 .shg-gallery-dot {
  background-color: #FFF;
}

#s-ee964b67-e8b9-4175-9678-993dc8807eb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee964b67-e8b9-4175-9678-993dc8807eb1 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: -0.5px;
  
}



#s-b66c02b9-bfe0-4963-8c6d-3155f16da619 {
  margin-left: 10%;
margin-right: 10%;
}

#s-919e59df-e319-46ac-82c7-70d3287ba6a6 {
  box-shadow:00px 0px 0px 0px rgba(0, 201, 148, 0.33);
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1000px;
text-align: center;
background-color: rgba(0, 159, 224, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-919e59df-e319-46ac-82c7-70d3287ba6a6:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(0, 102, 153, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-919e59df-e319-46ac-82c7-70d3287ba6a6:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-919e59df-e319-46ac-82c7-70d3287ba6a6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-919e59df-e319-46ac-82c7-70d3287ba6a6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-919e59df-e319-46ac-82c7-70d3287ba6a6 {
  
}
}@media (max-width: 767px){#s-919e59df-e319-46ac-82c7-70d3287ba6a6 {
  
}
}

  #s-919e59df-e319-46ac-82c7-70d3287ba6a6-root {
    text-align: center;
  }


#s-919e59df-e319-46ac-82c7-70d3287ba6a6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-919e59df-e319-46ac-82c7-70d3287ba6a6-root {
    text-align: center;
  }


#s-919e59df-e319-46ac-82c7-70d3287ba6a6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-919e59df-e319-46ac-82c7-70d3287ba6a6-root {
    text-align: center;
  }


#s-919e59df-e319-46ac-82c7-70d3287ba6a6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-919e59df-e319-46ac-82c7-70d3287ba6a6-root {
    text-align: center;
  }


#s-919e59df-e319-46ac-82c7-70d3287ba6a6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-919e59df-e319-46ac-82c7-70d3287ba6a6-root {
    text-align: center;
  }


#s-919e59df-e319-46ac-82c7-70d3287ba6a6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-e7600cc0-cf20-4daf-8d02-23ebf830b9fc {
  background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-position: center center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e7600cc0-cf20-4daf-8d02-23ebf830b9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e7600cc0-cf20-4daf-8d02-23ebf830b9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7600cc0-cf20-4daf-8d02-23ebf830b9fc {
  
}
}@media (max-width: 767px){#s-e7600cc0-cf20-4daf-8d02-23ebf830b9fc {
  
}
}







#s-e7600cc0-cf20-4daf-8d02-23ebf830b9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7600cc0-cf20-4daf-8d02-23ebf830b9fc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fdb8dad8-69ee-4578-aae6-5e4d85684bdf {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-left: 10%;
padding-right: 10%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-fdb8dad8-69ee-4578-aae6-5e4d85684bdf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fdb8dad8-69ee-4578-aae6-5e4d85684bdf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fdb8dad8-69ee-4578-aae6-5e4d85684bdf {
  
}
}@media (max-width: 767px){#s-fdb8dad8-69ee-4578-aae6-5e4d85684bdf {
  
}
}







#s-fdb8dad8-69ee-4578-aae6-5e4d85684bdf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-fdb8dad8-69ee-4578-aae6-5e4d85684bdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39fc03ef-4187-431d-bfc8-6998af04a561 .shogun-icon-wrapper {
  text-align: center;
}


#s-39fc03ef-4187-431d-bfc8-6998af04a561 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 159, 224, 1);
}

#s-5660a59e-1e79-4c84-9f6a-7d41efe47f5d {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5660a59e-1e79-4c84-9f6a-7d41efe47f5d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5660a59e-1e79-4c84-9f6a-7d41efe47f5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5660a59e-1e79-4c84-9f6a-7d41efe47f5d {
  
}
}@media (max-width: 767px){#s-5660a59e-1e79-4c84-9f6a-7d41efe47f5d {
  
}
}
#s-2d67c1b4-bce5-48eb-b11b-5bb5fcad73d3 {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-2d67c1b4-bce5-48eb-b11b-5bb5fcad73d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d67c1b4-bce5-48eb-b11b-5bb5fcad73d3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2d67c1b4-bce5-48eb-b11b-5bb5fcad73d3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2d67c1b4-bce5-48eb-b11b-5bb5fcad73d3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-6dc36606-981e-4bf2-ac51-c8585c2a25d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6dc36606-981e-4bf2-ac51-c8585c2a25d4 .shg-product-title-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0px;
}

#s-9cfe02b3-0908-4289-b460-5017e5193a5b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b {
  max-width:  100%;
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom,
.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b {
  max-width:  100%;
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom,
.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b {
  max-width:  100%;
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom,
.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b {
  max-width:  100%;
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom,
.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b {
  max-width:  100%;
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom,
.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9cfe02b3-0908-4289-b460-5017e5193a5b img.shogun-image {
  width: 100%;
}



}
#s-d48c2461-b587-4e2b-961d-d4116316aef9 {
  text-align: center;
}

#s-d48c2461-b587-4e2b-961d-d4116316aef9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d48c2461-b587-4e2b-961d-d4116316aef9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d48c2461-b587-4e2b-961d-d4116316aef9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-8f4e917b-0c38-4bba-a736-af1033aba382 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 159, 224, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8f4e917b-0c38-4bba-a736-af1033aba382:hover {background-color: rgba(0, 102, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f4e917b-0c38-4bba-a736-af1033aba382:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f4e917b-0c38-4bba-a736-af1033aba382 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f4e917b-0c38-4bba-a736-af1033aba382.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f4e917b-0c38-4bba-a736-af1033aba382.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8f4e917b-0c38-4bba-a736-af1033aba382.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4a09d9b2-e9d5-449a-a3d9-73b0f17fb360 {
  text-align: center;
}

#s-4a09d9b2-e9d5-449a-a3d9-73b0f17fb360 .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-4a09d9b2-e9d5-449a-a3d9-73b0f17fb360 .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-4a09d9b2-e9d5-449a-a3d9-73b0f17fb360 .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-4a09d9b2-e9d5-449a-a3d9-73b0f17fb360 .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-4a09d9b2-e9d5-449a-a3d9-73b0f17fb360 .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-4a09d9b2-e9d5-449a-a3d9-73b0f17fb360 .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-4a09d9b2-e9d5-449a-a3d9-73b0f17fb360 .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-4a09d9b2-e9d5-449a-a3d9-73b0f17fb360 .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-4a09d9b2-e9d5-449a-a3d9-73b0f17fb360 .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-53775565-02e5-4dc6-a274-397ab5e37a78 hr {
  border-top: 1px solid rgba(196, 196, 196, 1);
}

#s-f15ebb8a-7d25-45e2-b566-1c28ae60f4ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f15ebb8a-7d25-45e2-b566-1c28ae60f4ca .shg-product-title-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0px;
}

#s-4e3ad13f-1521-4807-b990-87fceee03795 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 {
  max-width:  100%;
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom,
.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 {
  max-width:  100%;
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom,
.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 {
  max-width:  100%;
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom,
.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 {
  max-width:  100%;
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom,
.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 {
  max-width:  100%;
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom,
.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4e3ad13f-1521-4807-b990-87fceee03795 img.shogun-image {
  width: 100%;
}



}
#s-5ac7eaae-42ac-497a-bccb-8d1a7b2890c3 {
  text-align: center;
}

#s-5ac7eaae-42ac-497a-bccb-8d1a7b2890c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5ac7eaae-42ac-497a-bccb-8d1a7b2890c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-5ac7eaae-42ac-497a-bccb-8d1a7b2890c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-51553f87-bd02-43b9-bb33-79970a839147 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 159, 224, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-51553f87-bd02-43b9-bb33-79970a839147:hover {background-color: rgba(0, 102, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-51553f87-bd02-43b9-bb33-79970a839147:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-51553f87-bd02-43b9-bb33-79970a839147 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-51553f87-bd02-43b9-bb33-79970a839147.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-51553f87-bd02-43b9-bb33-79970a839147.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-51553f87-bd02-43b9-bb33-79970a839147.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7e2011a1-611f-41ea-84a1-fe1005b95bbd {
  text-align: center;
}

#s-7e2011a1-611f-41ea-84a1-fe1005b95bbd .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-7e2011a1-611f-41ea-84a1-fe1005b95bbd .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-7e2011a1-611f-41ea-84a1-fe1005b95bbd .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-7e2011a1-611f-41ea-84a1-fe1005b95bbd .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-7e2011a1-611f-41ea-84a1-fe1005b95bbd .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-7e2011a1-611f-41ea-84a1-fe1005b95bbd .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-7e2011a1-611f-41ea-84a1-fe1005b95bbd .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-7e2011a1-611f-41ea-84a1-fe1005b95bbd .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-7e2011a1-611f-41ea-84a1-fe1005b95bbd .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-741d7c67-1fc8-4161-8554-227ff8c4bd19 hr {
  border-top: 1px solid rgba(196, 196, 196, 1);
}

#s-fa7c2f5c-9e02-4297-abef-acc1850af741 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fa7c2f5c-9e02-4297-abef-acc1850af741 .shg-product-title-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0px;
}

#s-da83ef68-b711-44cf-85a3-92d8ea47d286 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 0%;
text-align: center;
}


.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 {
  max-width:  100%;
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom,
.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 {
  max-width:  100%;
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom,
.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 {
  max-width:  100%;
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom,
.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 {
  max-width:  100%;
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom,
.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 {
  max-width:  100%;
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom,
.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  max-width: 325px !important;
  
}

.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-da83ef68-b711-44cf-85a3-92d8ea47d286 img.shogun-image {
  width: 100%;
}



}
#s-c7eec802-5a2e-4b4c-97f9-118fa9f58ecf {
  text-align: center;
}

#s-c7eec802-5a2e-4b4c-97f9-118fa9f58ecf .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c7eec802-5a2e-4b4c-97f9-118fa9f58ecf .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c7eec802-5a2e-4b4c-97f9-118fa9f58ecf .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-4aa84745-4e7c-4a46-87c5-7d88d8eb5513 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 159, 224, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4aa84745-4e7c-4a46-87c5-7d88d8eb5513:hover {background-color: rgba(0, 102, 153, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4aa84745-4e7c-4a46-87c5-7d88d8eb5513:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4aa84745-4e7c-4a46-87c5-7d88d8eb5513 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4aa84745-4e7c-4a46-87c5-7d88d8eb5513.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4aa84745-4e7c-4a46-87c5-7d88d8eb5513.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4aa84745-4e7c-4a46-87c5-7d88d8eb5513.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-af2ee49a-c06b-4594-9265-445e806810cc {
  text-align: center;
}

#s-af2ee49a-c06b-4594-9265-445e806810cc .shg-product-reviews-container {
  font-family: ;
  font-size: 16px;
  color: #4E486D;
}

#s-af2ee49a-c06b-4594-9265-445e806810cc .shg-product-reviews-container .shg-product-reviews-title {
  font-size: 24px;
}

#s-af2ee49a-c06b-4594-9265-445e806810cc .shg-product-reviews-container .shg-product-reviews-loading path:last-child {
  fill: #E88062;
}

#s-af2ee49a-c06b-4594-9265-445e806810cc .shg-product-reviews-container .shg-product-reviews-star-disabled path {
  fill: #DDDDDD;
  stroke: #DDDDDD;
}

#s-af2ee49a-c06b-4594-9265-445e806810cc .shg-product-reviews-container .shg-product-reviews-star-full path {
  fill: #F6C929;
  stroke: #F6C929;
}

#s-af2ee49a-c06b-4594-9265-445e806810cc .shg-product-reviews-container .shg-product-reviews-star-empty path {
  stroke: #F6C929;
}

#s-af2ee49a-c06b-4594-9265-445e806810cc .shg-product-reviews-container .shg-product-reviews-button-primary {
  background-color: #E88062;
  color: #FFFFFF;
}

#s-af2ee49a-c06b-4594-9265-445e806810cc .shg-product-reviews-container .shg-product-reviews-pagination-item-active {
  color: #E88062;
}

#s-af2ee49a-c06b-4594-9265-445e806810cc .shg-product-reviews-container .shg-product-reviews-pagination-item path {
  stroke: #E88062;
}

#s-e2be54b1-0e16-4798-aa0d-a23591c3a142 {
  margin-top: 50px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(232, 230, 229, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-e2be54b1-0e16-4798-aa0d-a23591c3a142 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2be54b1-0e16-4798-aa0d-a23591c3a142 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2be54b1-0e16-4798-aa0d-a23591c3a142 {
  
}
}@media (max-width: 767px){#s-e2be54b1-0e16-4798-aa0d-a23591c3a142 {
  
}
}







#s-e2be54b1-0e16-4798-aa0d-a23591c3a142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2be54b1-0e16-4798-aa0d-a23591c3a142.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-443522a1-d694-4166-aed0-909e4ddf619c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-790ae324-e6c2-4bcc-869d-c487b802f434 {
  border-style: solid;
margin-top: 25px;
margin-left: 40px;
margin-bottom: 25px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-790ae324-e6c2-4bcc-869d-c487b802f434 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-790ae324-e6c2-4bcc-869d-c487b802f434 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-790ae324-e6c2-4bcc-869d-c487b802f434 {
  
}
}@media (max-width: 767px){#s-790ae324-e6c2-4bcc-869d-c487b802f434 {
  
}
}
@media (min-width: 0px) {
[id="s-790ae324-e6c2-4bcc-869d-c487b802f434"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-790ae324-e6c2-4bcc-869d-c487b802f434"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-790ae324-e6c2-4bcc-869d-c487b802f434"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-790ae324-e6c2-4bcc-869d-c487b802f434"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-8e3a6e04-bd9f-4783-b7b4-7ebb9e993123 .shogun-icon-wrapper {
  text-align: center;
}


#s-8e3a6e04-bd9f-4783-b7b4-7ebb9e993123 .shogun-icon-wrapper > .shogun-icon {

  font-size: 55px !important;
  color: rgba(0, 159, 224, 1);
}

#s-4dba954f-5466-4276-8b91-7cdea8555dd8 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4dba954f-5466-4276-8b91-7cdea8555dd8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4dba954f-5466-4276-8b91-7cdea8555dd8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4dba954f-5466-4276-8b91-7cdea8555dd8 {
  
}
}@media (max-width: 767px){#s-4dba954f-5466-4276-8b91-7cdea8555dd8 {
  
}
}
#s-4dba954f-5466-4276-8b91-7cdea8555dd8 .shogun-heading-component h5 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b0c4071d-e58e-4458-bebe-880a15f92c5d .shogun-icon-wrapper {
  text-align: center;
}


#s-b0c4071d-e58e-4458-bebe-880a15f92c5d .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(0, 159, 224, 1);
}

#s-54eac687-1ba0-46d4-808e-254c10398d6d {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-54eac687-1ba0-46d4-808e-254c10398d6d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-54eac687-1ba0-46d4-808e-254c10398d6d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-54eac687-1ba0-46d4-808e-254c10398d6d {
  
}
}@media (max-width: 767px){#s-54eac687-1ba0-46d4-808e-254c10398d6d {
  
}
}
#s-54eac687-1ba0-46d4-808e-254c10398d6d .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7d58f6ea-09fb-41d5-b6be-689b73b4fd51 .shogun-icon-wrapper {
  text-align: center;
}


#s-7d58f6ea-09fb-41d5-b6be-689b73b4fd51 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(0, 159, 224, 1);
}

#s-c0fcc50d-715a-4cf1-94c8-d3ae3a21a875 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c0fcc50d-715a-4cf1-94c8-d3ae3a21a875 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0fcc50d-715a-4cf1-94c8-d3ae3a21a875 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0fcc50d-715a-4cf1-94c8-d3ae3a21a875 {
  
}
}@media (max-width: 767px){#s-c0fcc50d-715a-4cf1-94c8-d3ae3a21a875 {
  
}
}
#s-c0fcc50d-715a-4cf1-94c8-d3ae3a21a875 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7498cb57-ad64-4246-b2c8-10f144537823 .shogun-icon-wrapper {
  text-align: center;
}


#s-7498cb57-ad64-4246-b2c8-10f144537823 .shogun-icon-wrapper > .shogun-icon {

  font-size: 60px !important;
  color: rgba(0, 159, 224, 1);
}

#s-cd4e1f8f-e33a-436f-ab84-c59c4c0912f3 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cd4e1f8f-e33a-436f-ab84-c59c4c0912f3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd4e1f8f-e33a-436f-ab84-c59c4c0912f3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd4e1f8f-e33a-436f-ab84-c59c4c0912f3 {
  
}
}@media (max-width: 767px){#s-cd4e1f8f-e33a-436f-ab84-c59c4c0912f3 {
  
}
}
#s-cd4e1f8f-e33a-436f-ab84-c59c4c0912f3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-80ed0e41-a326-4c08-b69d-15d5c4023c17 {
  background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-position: center center;
background-color: rgba(194, 84, 84, 0);
}
@media (min-width: 1200px){#s-80ed0e41-a326-4c08-b69d-15d5c4023c17 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-80ed0e41-a326-4c08-b69d-15d5c4023c17 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-80ed0e41-a326-4c08-b69d-15d5c4023c17 {
  
}
}@media (max-width: 767px){#s-80ed0e41-a326-4c08-b69d-15d5c4023c17 {
  
}
}







#s-80ed0e41-a326-4c08-b69d-15d5c4023c17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80ed0e41-a326-4c08-b69d-15d5c4023c17.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8fb0950e-e540-43a4-9f9e-8c607552e4f4 {
  min-height: 50px;
}








#s-8fb0950e-e540-43a4-9f9e-8c607552e4f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fb0950e-e540-43a4-9f9e-8c607552e4f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd5161be-f61b-41f8-a626-c6d26c8b7991 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-cd5161be-f61b-41f8-a626-c6d26c8b7991 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cd5161be-f61b-41f8-a626-c6d26c8b7991 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd5161be-f61b-41f8-a626-c6d26c8b7991 {
  
}
}@media (max-width: 767px){#s-cd5161be-f61b-41f8-a626-c6d26c8b7991 {
  
}
}
@media (min-width: 0px) {
[id="s-cd5161be-f61b-41f8-a626-c6d26c8b7991"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd5161be-f61b-41f8-a626-c6d26c8b7991"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-cd5161be-f61b-41f8-a626-c6d26c8b7991"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd5161be-f61b-41f8-a626-c6d26c8b7991"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-e48de694-7dfd-45c0-87f9-5370f4deace1 {
  background-size: cover;
min-height: 100px;
background-position: center center;
background-color: rgba(245, 245, 245, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e48de694-7dfd-45c0-87f9-5370f4deace1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e48de694-7dfd-45c0-87f9-5370f4deace1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e48de694-7dfd-45c0-87f9-5370f4deace1 {
  
}
}@media (max-width: 767px){#s-e48de694-7dfd-45c0-87f9-5370f4deace1 {
  
}
}







#s-e48de694-7dfd-45c0-87f9-5370f4deace1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e48de694-7dfd-45c0-87f9-5370f4deace1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bf2c099-ac2f-4127-82c6-57df2ee01f06 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0%;
max-width: 400px;
text-align: center;
}







  #s-5bf2c099-ac2f-4127-82c6-57df2ee01f06 img.shogun-image {
    

    
    
    
  }


#s-5bf2c099-ac2f-4127-82c6-57df2ee01f06 .shogun-image-content {
  
    align-items: center;
  
}

#s-009d2ef6-3fef-4460-b8c8-3dae60ef93ea {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}
@media (min-width: 1200px){#s-009d2ef6-3fef-4460-b8c8-3dae60ef93ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-009d2ef6-3fef-4460-b8c8-3dae60ef93ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-009d2ef6-3fef-4460-b8c8-3dae60ef93ea {
  
}
}@media (max-width: 767px){#s-009d2ef6-3fef-4460-b8c8-3dae60ef93ea {
  
}
}
#s-009d2ef6-3fef-4460-b8c8-3dae60ef93ea .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 50.0%;
  padding-right: 20px;
  padding-bottom: 20px;
}

#s-009d2ef6-3fef-4460-b8c8-3dae60ef93ea .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-009d2ef6-3fef-4460-b8c8-3dae60ef93ea .shg-gallery-thumb-list-margin {
  margin-right: -20px;
}

#s-009d2ef6-3fef-4460-b8c8-3dae60ef93ea .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-009d2ef6-3fef-4460-b8c8-3dae60ef93ea .shg-gallery-scroll-button {
  color: #FFF;
}

#s-009d2ef6-3fef-4460-b8c8-3dae60ef93ea .shg-gallery-dot {
  background-color: #FFF;
}

#s-a254f92f-299c-4e53-9a88-fb7012f94d67 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 2%;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a254f92f-299c-4e53-9a88-fb7012f94d67 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}



#s-28e434d7-fd6d-4e85-9fcc-9dd05c92832d {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-28e434d7-fd6d-4e85-9fcc-9dd05c92832d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28e434d7-fd6d-4e85-9fcc-9dd05c92832d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0773e6b6-4539-48af-af16-78c36bef6cd9 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-0773e6b6-4539-48af-af16-78c36bef6cd9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0773e6b6-4539-48af-af16-78c36bef6cd9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0773e6b6-4539-48af-af16-78c36bef6cd9 {
  
}
}@media (max-width: 767px){#s-0773e6b6-4539-48af-af16-78c36bef6cd9 {
  
}
}
#s-fe8b9641-64e2-406c-b64b-59ad05c2c17e {
  box-shadow:00px 0px 0px 0px rgba(0, 201, 148, 0.33);
background-size: contain;
border-style: solid;
margin-left: 0px;
margin-bottom: 4%;
margin-right: 0px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 100px;
text-align: center;
background-color: rgba(0, 159, 224, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-fe8b9641-64e2-406c-b64b-59ad05c2c17e:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(0, 102, 153, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe8b9641-64e2-406c-b64b-59ad05c2c17e:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-fe8b9641-64e2-406c-b64b-59ad05c2c17e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe8b9641-64e2-406c-b64b-59ad05c2c17e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe8b9641-64e2-406c-b64b-59ad05c2c17e {
  
}
}@media (max-width: 767px){#s-fe8b9641-64e2-406c-b64b-59ad05c2c17e {
  
}
}

  #s-fe8b9641-64e2-406c-b64b-59ad05c2c17e-root {
    text-align: center;
  }


#s-fe8b9641-64e2-406c-b64b-59ad05c2c17e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe8b9641-64e2-406c-b64b-59ad05c2c17e-root {
    text-align: center;
  }


#s-fe8b9641-64e2-406c-b64b-59ad05c2c17e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe8b9641-64e2-406c-b64b-59ad05c2c17e-root {
    text-align: center;
  }


#s-fe8b9641-64e2-406c-b64b-59ad05c2c17e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe8b9641-64e2-406c-b64b-59ad05c2c17e-root {
    text-align: center;
  }


#s-fe8b9641-64e2-406c-b64b-59ad05c2c17e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe8b9641-64e2-406c-b64b-59ad05c2c17e-root {
    text-align: center;
  }


#s-fe8b9641-64e2-406c-b64b-59ad05c2c17e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-55936069-e884-4795-aa1a-c5008450fd46 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-55936069-e884-4795-aa1a-c5008450fd46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55936069-e884-4795-aa1a-c5008450fd46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5db98479-c538-4b3c-bdcb-ab41c83907ee {
  padding-top: 2%;
padding-left: 10%;
padding-bottom: 2%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-5db98479-c538-4b3c-bdcb-ab41c83907ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5db98479-c538-4b3c-bdcb-ab41c83907ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5db98479-c538-4b3c-bdcb-ab41c83907ee {
  
}
}@media (max-width: 767px){#s-5db98479-c538-4b3c-bdcb-ab41c83907ee {
  
}
}
@media (min-width: 0px) {
[id="s-5db98479-c538-4b3c-bdcb-ab41c83907ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5db98479-c538-4b3c-bdcb-ab41c83907ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5db98479-c538-4b3c-bdcb-ab41c83907ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5db98479-c538-4b3c-bdcb-ab41c83907ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5db98479-c538-4b3c-bdcb-ab41c83907ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5db98479-c538-4b3c-bdcb-ab41c83907ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-5db98479-c538-4b3c-bdcb-ab41c83907ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

}

#s-9c33d89a-073b-428b-a6b8-fc538a2e4fd7 {
  margin-top: 10px;
padding-bottom: 2%;
text-align: center;
}

#s-9c33d89a-073b-428b-a6b8-fc538a2e4fd7 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}



#s-6595c451-df12-46a2-8256-19df20794054 {
  margin-top: 2%;
margin-bottom: 2%;
max-width: 600px;
text-align: center;
}







  #s-6595c451-df12-46a2-8256-19df20794054 img.shogun-image {
    

    
    
    
  }


#s-6595c451-df12-46a2-8256-19df20794054 .shogun-image-content {
  
    align-items: center;
  
}

#s-11e1973c-9d7e-43e1-ac76-f543f68008f8 {
  margin-left: 10%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-11e1973c-9d7e-43e1-ac76-f543f68008f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-11e1973c-9d7e-43e1-ac76-f543f68008f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-11e1973c-9d7e-43e1-ac76-f543f68008f8 {
  
}
}@media (max-width: 767px){#s-11e1973c-9d7e-43e1-ac76-f543f68008f8 {
  
}
}
#s-a45a1bd4-1909-434d-8888-d7d604d559a5 {
  box-shadow:00px 0px 0px 0px rgba(0, 201, 148, 0.33);
border-style: solid;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 100px;
text-align: center;
background-color: rgba(0, 159, 224, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
background-position: center center;
}
#s-a45a1bd4-1909-434d-8888-d7d604d559a5:hover {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 100px !important;
opacity: 1 !important;
background-color: rgba(0, 102, 153, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a45a1bd4-1909-434d-8888-d7d604d559a5:active {box-shadow:    rgba(0, 201, 148, 0) !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 1 !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a45a1bd4-1909-434d-8888-d7d604d559a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a45a1bd4-1909-434d-8888-d7d604d559a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a45a1bd4-1909-434d-8888-d7d604d559a5 {
  
}
}@media (max-width: 767px){#s-a45a1bd4-1909-434d-8888-d7d604d559a5 {
  
}
}

  #s-a45a1bd4-1909-434d-8888-d7d604d559a5-root {
    text-align: center;
  }


#s-a45a1bd4-1909-434d-8888-d7d604d559a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a45a1bd4-1909-434d-8888-d7d604d559a5-root {
    text-align: center;
  }


#s-a45a1bd4-1909-434d-8888-d7d604d559a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a45a1bd4-1909-434d-8888-d7d604d559a5-root {
    text-align: center;
  }


#s-a45a1bd4-1909-434d-8888-d7d604d559a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a45a1bd4-1909-434d-8888-d7d604d559a5-root {
    text-align: center;
  }


#s-a45a1bd4-1909-434d-8888-d7d604d559a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a45a1bd4-1909-434d-8888-d7d604d559a5-root {
    text-align: center;
  }


#s-a45a1bd4-1909-434d-8888-d7d604d559a5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ce3a080c-908e-4f50-95b9-2904eba1eacf {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-ce3a080c-908e-4f50-95b9-2904eba1eacf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce3a080c-908e-4f50-95b9-2904eba1eacf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce3a080c-908e-4f50-95b9-2904eba1eacf {
  
}
}@media (max-width: 767px){#s-ce3a080c-908e-4f50-95b9-2904eba1eacf {
  
}
}







#s-ce3a080c-908e-4f50-95b9-2904eba1eacf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-ce3a080c-908e-4f50-95b9-2904eba1eacf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-039a5dd0-a1ac-400e-9b50-757d1d039b2a .shogun-icon-wrapper {
  text-align: center;
}


#s-039a5dd0-a1ac-400e-9b50-757d1d039b2a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(0, 159, 224, 1);
}

#s-bf669316-202a-493b-8cdc-6d2decedb533 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-bf669316-202a-493b-8cdc-6d2decedb533 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf669316-202a-493b-8cdc-6d2decedb533 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf669316-202a-493b-8cdc-6d2decedb533 {
  
}
}@media (max-width: 767px){#s-bf669316-202a-493b-8cdc-6d2decedb533 {
  
}
}
#s-e2fbb9e4-ab48-4f37-88c1-674c176da929 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e2fbb9e4-ab48-4f37-88c1-674c176da929 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2fbb9e4-ab48-4f37-88c1-674c176da929 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2fbb9e4-ab48-4f37-88c1-674c176da929 {
  
}
}@media (max-width: 767px){#s-e2fbb9e4-ab48-4f37-88c1-674c176da929 {
  
}
}







#s-e2fbb9e4-ab48-4f37-88c1-674c176da929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2fbb9e4-ab48-4f37-88c1-674c176da929.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1a13c10c-8441-4a39-9112-f471713aadae {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-1a13c10c-8441-4a39-9112-f471713aadae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a13c10c-8441-4a39-9112-f471713aadae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab0a966b-b5e6-4165-a0fd-94653d2dbeb9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab0a966b-b5e6-4165-a0fd-94653d2dbeb9 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}



#s-bca9bda2-c19c-4abe-8286-d17bd54435e0 {
  margin-bottom: 1%;
padding-left: 1%;
padding-right: 1%;
}

@media (min-width: 0px) {
[id="s-894d4481-db10-49f9-8b16-78b88a932f19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-894d4481-db10-49f9-8b16-78b88a932f19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-894d4481-db10-49f9-8b16-78b88a932f19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-894d4481-db10-49f9-8b16-78b88a932f19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ffec9a2c-5252-4864-addf-9bcf3fae99e8 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-ffec9a2c-5252-4864-addf-9bcf3fae99e8 img.shogun-image {
    

    
    
    
  }


#s-ffec9a2c-5252-4864-addf-9bcf3fae99e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-372ae040-89f3-4ca5-95f7-edd806a13ba5 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-2fd73862-ea17-43d2-a88b-9f34dffc57fb {
  margin-bottom: 9%;
padding-left: 40px;
padding-right: 40px;
}

#s-4951b304-35f2-4af3-872a-7ef6734a0e27 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-4951b304-35f2-4af3-872a-7ef6734a0e27 img.shogun-image {
    

    
    
    
  }


#s-4951b304-35f2-4af3-872a-7ef6734a0e27 .shogun-image-content {
  
    align-items: center;
  
}

#s-3935a229-c2ab-41fc-9f60-49d5beae3850 {
  margin-top: 20px;
}

#s-4eebd02e-bbeb-4fc2-bf83-d8e5f923fef3 {
  margin-left: 40px;
margin-right: 40px;
}

#s-fd1aa1c8-64be-4ba8-83be-fa51fca8b5d6 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-fd1aa1c8-64be-4ba8-83be-fa51fca8b5d6 img.shogun-image {
    

    
    
    
  }


#s-fd1aa1c8-64be-4ba8-83be-fa51fca8b5d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-86248ca9-347e-4b24-9241-1c2d7c575d40 {
  margin-top: 20px;
}

#s-fde1fcc8-3b6e-438c-9bb5-cc183a3ad675 {
  margin-left: 40px;
margin-right: 40px;
}

#s-b7289233-e40e-4c95-883b-611587e35ce5 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-b7289233-e40e-4c95-883b-611587e35ce5 img.shogun-image {
    

    
    
    
  }


#s-b7289233-e40e-4c95-883b-611587e35ce5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b1f19ee-0ff6-4f5e-b0d0-3a6e74f20439 {
  margin-top: 20px;
}

#s-651db57f-9760-47a9-a729-5e23e97c47e0 {
  margin-left: 40px;
margin-right: 40px;
}

@media (min-width: 1200px){#s-9aecd754-6656-431e-a5ab-b9be953a301a {
  display: none;
}
#s-9aecd754-6656-431e-a5ab-b9be953a301a, #wrap-s-9aecd754-6656-431e-a5ab-b9be953a301a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9aecd754-6656-431e-a5ab-b9be953a301a {
  display: none;
}
#s-9aecd754-6656-431e-a5ab-b9be953a301a, #wrap-s-9aecd754-6656-431e-a5ab-b9be953a301a { display: none !important; }}@media (max-width: 767px){#s-9aecd754-6656-431e-a5ab-b9be953a301a {
  display: none;
}
#s-9aecd754-6656-431e-a5ab-b9be953a301a, #wrap-s-9aecd754-6656-431e-a5ab-b9be953a301a { display: none !important; }}
@media (min-width: 0px) {
[id="s-9aecd754-6656-431e-a5ab-b9be953a301a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9aecd754-6656-431e-a5ab-b9be953a301a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9aecd754-6656-431e-a5ab-b9be953a301a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9aecd754-6656-431e-a5ab-b9be953a301a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6f48a3b2-4283-48a7-84df-14ccfc42e916 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-6f48a3b2-4283-48a7-84df-14ccfc42e916 img.shogun-image {
    

    
    
    
  }


#s-6f48a3b2-4283-48a7-84df-14ccfc42e916 .shogun-image-content {
  
    align-items: center;
  
}

#s-b191d692-1053-4348-ada9-f2a3c27df82a {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-1b115d20-65bf-4e08-b5a0-a522ff6806d8 {
  margin-bottom: 9%;
padding-left: 40px;
padding-right: 40px;
}

#s-846db127-ca98-43c6-8a77-46b67fe3d63c {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-846db127-ca98-43c6-8a77-46b67fe3d63c img.shogun-image {
    

    
    
    
  }


#s-846db127-ca98-43c6-8a77-46b67fe3d63c .shogun-image-content {
  
    align-items: center;
  
}

#s-a1f9a1ed-7ba8-4b70-860c-7a6bbae4966d {
  margin-top: 20px;
}

#s-2d367e62-13d4-4934-858c-6362319812ab {
  margin-left: 40px;
margin-right: 40px;
}

#s-090d0a5a-0aa6-4854-801e-e72e1f92945e {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-090d0a5a-0aa6-4854-801e-e72e1f92945e img.shogun-image {
    

    
    
    
  }


#s-090d0a5a-0aa6-4854-801e-e72e1f92945e .shogun-image-content {
  
    align-items: center;
  
}

#s-7ccf78cc-d6c6-4670-bfa7-b1b8f1db1df3 {
  margin-top: 20px;
}

#s-e55f417d-318b-4016-9b01-038783f8ec81 {
  margin-left: 40px;
margin-right: 40px;
}

#s-f9dd28ff-ee15-4dfb-9a3c-5f584b57d5f1 {
  margin-left: 70px;
margin-right: 70px;
text-align: center;
}







  #s-f9dd28ff-ee15-4dfb-9a3c-5f584b57d5f1 img.shogun-image {
    

    
    
    
  }


#s-f9dd28ff-ee15-4dfb-9a3c-5f584b57d5f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd8b4772-7267-472b-80c5-55ec8798a507 {
  margin-top: 20px;
}

#s-5301b91d-e234-465a-b6ed-f7c3bf94e929 {
  margin-left: 40px;
margin-right: 40px;
}

#s-29e16c55-46b9-401a-822a-d1a68e483ae4 {
  margin-top: 5%;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(232, 230, 229, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-29e16c55-46b9-401a-822a-d1a68e483ae4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-29e16c55-46b9-401a-822a-d1a68e483ae4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-29e16c55-46b9-401a-822a-d1a68e483ae4 {
  
}
}@media (max-width: 767px){#s-29e16c55-46b9-401a-822a-d1a68e483ae4 {
  
}
}







#s-29e16c55-46b9-401a-822a-d1a68e483ae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29e16c55-46b9-401a-822a-d1a68e483ae4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-70315142-3696-43ea-8874-a2b85b6823a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70315142-3696-43ea-8874-a2b85b6823a2 .shogun-heading-component h1 {
  color: rgba(0, 102, 153, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.2em;
  
  
}



@media (min-width: 1200px){#s-a650a6e6-f4ce-49f2-ae88-63812b49ce19 {
  display: none;
}
#s-a650a6e6-f4ce-49f2-ae88-63812b49ce19, #wrap-s-a650a6e6-f4ce-49f2-ae88-63812b49ce19 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a650a6e6-f4ce-49f2-ae88-63812b49ce19 {
  display: none;
}
#s-a650a6e6-f4ce-49f2-ae88-63812b49ce19, #wrap-s-a650a6e6-f4ce-49f2-ae88-63812b49ce19 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a650a6e6-f4ce-49f2-ae88-63812b49ce19 {
  display: none;
}
#s-a650a6e6-f4ce-49f2-ae88-63812b49ce19, #wrap-s-a650a6e6-f4ce-49f2-ae88-63812b49ce19 { display: none !important; }}
@media (max-width: 767px){#s-80f8cf04-0d3e-41da-9a39-48d4734bb4b7 {
  display: none;
}
#s-80f8cf04-0d3e-41da-9a39-48d4734bb4b7, #wrap-s-80f8cf04-0d3e-41da-9a39-48d4734bb4b7 { display: none !important; }}
#s-a5a73a98-df96-461a-8de3-e6452aa84ec9 {
  border-style: solid;
margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
max-width: 100%;
}
@media (min-width: 1200px){#s-a5a73a98-df96-461a-8de3-e6452aa84ec9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a5a73a98-df96-461a-8de3-e6452aa84ec9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a5a73a98-df96-461a-8de3-e6452aa84ec9 {
  
}
}@media (max-width: 767px){#s-a5a73a98-df96-461a-8de3-e6452aa84ec9 {
  display: none;
}
#s-a5a73a98-df96-461a-8de3-e6452aa84ec9, #wrap-s-a5a73a98-df96-461a-8de3-e6452aa84ec9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a5a73a98-df96-461a-8de3-e6452aa84ec9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5a73a98-df96-461a-8de3-e6452aa84ec9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a5a73a98-df96-461a-8de3-e6452aa84ec9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5a73a98-df96-461a-8de3-e6452aa84ec9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5a5bde59-b495-471d-b985-78268a74c9d5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-5a5bde59-b495-471d-b985-78268a74c9d5 img.shogun-image {
    

    
    
    
  }


#s-5a5bde59-b495-471d-b985-78268a74c9d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d61b082-d905-42a9-9cf7-ed19f7cced3c {
  margin-top: 10%;
margin-bottom: 10%;
max-width: 500px;
}

#s-ace39f56-1a2a-435d-879c-0f558c12daa8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-ace39f56-1a2a-435d-879c-0f558c12daa8 img.shogun-image {
    

    
    
    
  }


#s-ace39f56-1a2a-435d-879c-0f558c12daa8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e949671-29d0-4c01-bc91-0deb8d3e0a54 {
  margin-top: 10%;
margin-bottom: 10%;
max-width: 500px;
}

#s-34bbdb48-12a7-455e-a6fb-fcfe598e489e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-34bbdb48-12a7-455e-a6fb-fcfe598e489e img.shogun-image {
    

    
    
    
  }


#s-34bbdb48-12a7-455e-a6fb-fcfe598e489e .shogun-image-content {
  
    align-items: center;
  
}

#s-d1d93b86-2ffd-4a61-87d1-432cc9175f58 {
  margin-top: 10%;
margin-bottom: 10%;
max-width: 500px;
}

#s-75748fa7-981a-4388-b19a-2d9971c79880 {
  border-style: solid;
margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
max-width: 100%;
}
@media (min-width: 1200px){#s-75748fa7-981a-4388-b19a-2d9971c79880 {
  display: none;
}
#s-75748fa7-981a-4388-b19a-2d9971c79880, #wrap-s-75748fa7-981a-4388-b19a-2d9971c79880 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75748fa7-981a-4388-b19a-2d9971c79880 {
  display: none;
}
#s-75748fa7-981a-4388-b19a-2d9971c79880, #wrap-s-75748fa7-981a-4388-b19a-2d9971c79880 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75748fa7-981a-4388-b19a-2d9971c79880 {
  display: none;
}
#s-75748fa7-981a-4388-b19a-2d9971c79880, #wrap-s-75748fa7-981a-4388-b19a-2d9971c79880 { display: none !important; }}@media (max-width: 767px){#s-75748fa7-981a-4388-b19a-2d9971c79880 {
  
}
}
@media (min-width: 0px) {
[id="s-75748fa7-981a-4388-b19a-2d9971c79880"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 768px) {
[id="s-75748fa7-981a-4388-b19a-2d9971c79880"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-75748fa7-981a-4388-b19a-2d9971c79880"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-75748fa7-981a-4388-b19a-2d9971c79880"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-eac3f673-210e-496f-89d2-837b3fa4292f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 2%;
max-width: 250px;
text-align: center;
}







  #s-eac3f673-210e-496f-89d2-837b3fa4292f img.shogun-image {
    

    
    
    
  }


#s-eac3f673-210e-496f-89d2-837b3fa4292f .shogun-image-content {
  
    align-items: center;
  
}

#s-8bd5f396-47fe-412b-a218-aae37ba55b36 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 2%;
max-width: 250px;
text-align: center;
}







  #s-8bd5f396-47fe-412b-a218-aae37ba55b36 img.shogun-image {
    

    
    
    
  }


#s-8bd5f396-47fe-412b-a218-aae37ba55b36 .shogun-image-content {
  
    align-items: center;
  
}

#s-89826ed2-24e3-411c-a43f-d5702b63ece1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-bottom: 2%;
max-width: 250px;
text-align: center;
}







  #s-89826ed2-24e3-411c-a43f-d5702b63ece1 img.shogun-image {
    

    
    
    
  }


#s-89826ed2-24e3-411c-a43f-d5702b63ece1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b637b01-17e0-4973-92d1-626cce60589d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4b637b01-17e0-4973-92d1-626cce60589d {
  display: none;
}
#s-4b637b01-17e0-4973-92d1-626cce60589d, #wrap-s-4b637b01-17e0-4973-92d1-626cce60589d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b637b01-17e0-4973-92d1-626cce60589d {
  display: none;
}
#s-4b637b01-17e0-4973-92d1-626cce60589d, #wrap-s-4b637b01-17e0-4973-92d1-626cce60589d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b637b01-17e0-4973-92d1-626cce60589d {
  display: none;
}
#s-4b637b01-17e0-4973-92d1-626cce60589d, #wrap-s-4b637b01-17e0-4973-92d1-626cce60589d { display: none !important; }}
#s-4b637b01-17e0-4973-92d1-626cce60589d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8e5a323e-76bb-48f1-8bd1-a8dfbce2ef11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8e5a323e-76bb-48f1-8bd1-a8dfbce2ef11 {
  display: none;
}
#s-8e5a323e-76bb-48f1-8bd1-a8dfbce2ef11, #wrap-s-8e5a323e-76bb-48f1-8bd1-a8dfbce2ef11 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e5a323e-76bb-48f1-8bd1-a8dfbce2ef11 {
  display: none;
}
#s-8e5a323e-76bb-48f1-8bd1-a8dfbce2ef11, #wrap-s-8e5a323e-76bb-48f1-8bd1-a8dfbce2ef11 { display: none !important; }}@media (max-width: 767px){#s-8e5a323e-76bb-48f1-8bd1-a8dfbce2ef11 {
  display: none;
}
#s-8e5a323e-76bb-48f1-8bd1-a8dfbce2ef11, #wrap-s-8e5a323e-76bb-48f1-8bd1-a8dfbce2ef11 { display: none !important; }}
#s-8e5a323e-76bb-48f1-8bd1-a8dfbce2ef11 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d9db4f0c-3e24-47b3-933a-27fec0329b5b hr {
  border-top: 2px solid #ddd;
}

#s-b8659044-e84f-427d-b73e-dfe184e4b332 {
  padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b8659044-e84f-427d-b73e-dfe184e4b332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8659044-e84f-427d-b73e-dfe184e4b332.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b36e82b-5f28-41ae-a658-f82c4971697f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 1%;
max-width: 75px;
text-align: center;
opacity: 0.9;
}







  #s-1b36e82b-5f28-41ae-a658-f82c4971697f img.shogun-image {
    

    
    
    
  }


#s-1b36e82b-5f28-41ae-a658-f82c4971697f .shogun-image-content {
  
    align-items: center;
  
}

#s-480bac29-0e1f-40e8-8b11-01c7a1c6e58f {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-480bac29-0e1f-40e8-8b11-01c7a1c6e58f .shogun-heading-component h3 {
  color: rgba(0, 102, 153, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  
}



#s-52e4a782-7215-4168-a093-0d5dfb789df2 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-52e4a782-7215-4168-a093-0d5dfb789df2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52e4a782-7215-4168-a093-0d5dfb789df2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52e4a782-7215-4168-a093-0d5dfb789df2 {
  
}
}@media (max-width: 767px){#s-52e4a782-7215-4168-a093-0d5dfb789df2 {
  
}
}
#s-01fc6d8c-ea84-4812-a189-f4cd37f121ce {
  margin-top: 20px;
margin-bottom: 40px;
padding-left: 15%;
padding-right: 15%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-01fc6d8c-ea84-4812-a189-f4cd37f121ce {
  display: none;
}
#s-01fc6d8c-ea84-4812-a189-f4cd37f121ce, #wrap-s-01fc6d8c-ea84-4812-a189-f4cd37f121ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-01fc6d8c-ea84-4812-a189-f4cd37f121ce {
  display: none;
}
#s-01fc6d8c-ea84-4812-a189-f4cd37f121ce, #wrap-s-01fc6d8c-ea84-4812-a189-f4cd37f121ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-01fc6d8c-ea84-4812-a189-f4cd37f121ce {
  display: none;
}
#s-01fc6d8c-ea84-4812-a189-f4cd37f121ce, #wrap-s-01fc6d8c-ea84-4812-a189-f4cd37f121ce { display: none !important; }}@media (max-width: 767px){#s-01fc6d8c-ea84-4812-a189-f4cd37f121ce {
  display: none;
}
#s-01fc6d8c-ea84-4812-a189-f4cd37f121ce, #wrap-s-01fc6d8c-ea84-4812-a189-f4cd37f121ce { display: none !important; }}







#s-01fc6d8c-ea84-4812-a189-f4cd37f121ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01fc6d8c-ea84-4812-a189-f4cd37f121ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48a4e1e1-f20a-48c8-9877-948360068a7f {
  margin-left: 0px;
margin-right: 0px;
}

#s-67bb6b8e-48b1-42c5-a634-c8c7a941e61b {
  padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-67bb6b8e-48b1-42c5-a634-c8c7a941e61b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67bb6b8e-48b1-42c5-a634-c8c7a941e61b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-67bb6b8e-48b1-42c5-a634-c8c7a941e61b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-67bb6b8e-48b1-42c5-a634-c8c7a941e61b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.333333333333333em);
}

}

#s-c4c03dde-da7e-4f68-8bc3-59da301d4e92 {
  text-align: center;
}







  #s-c4c03dde-da7e-4f68-8bc3-59da301d4e92 img.shogun-image {
    

    
    
    
  }


#s-c4c03dde-da7e-4f68-8bc3-59da301d4e92 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dc0e882-c23e-452a-934d-efb74610c50e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2dc0e882-c23e-452a-934d-efb74610c50e .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-ac687bf0-bdcd-43bf-a39c-8737d12aed5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac687bf0-bdcd-43bf-a39c-8737d12aed5d .shogun-heading-component h1 {
  color: rgba(0, 159, 224, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-572c149a-602d-47b6-9dbf-7cdec5dd353b {
  text-align: center;
}







  #s-572c149a-602d-47b6-9dbf-7cdec5dd353b img.shogun-image {
    

    
    
    
  }


#s-572c149a-602d-47b6-9dbf-7cdec5dd353b .shogun-image-content {
  
    align-items: center;
  
}

#s-a96a126c-9d36-43a9-bff5-9cf4eab1d16f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a96a126c-9d36-43a9-bff5-9cf4eab1d16f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-4870b9df-db06-4f36-aee1-28d3d443ce4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4870b9df-db06-4f36-aee1-28d3d443ce4b .shogun-heading-component h1 {
  color: rgba(0, 159, 224, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7e55bf88-d1be-448d-8c26-b2251be04643 {
  text-align: center;
}







  #s-7e55bf88-d1be-448d-8c26-b2251be04643 img.shogun-image {
    

    
    
    
  }


#s-7e55bf88-d1be-448d-8c26-b2251be04643 .shogun-image-content {
  
    align-items: center;
  
}

#s-c293909e-c870-4e2d-b954-171657e3962a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c293909e-c870-4e2d-b954-171657e3962a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-fd117cea-16be-4fd9-89e0-02d9775145c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd117cea-16be-4fd9-89e0-02d9775145c8 .shogun-heading-component h1 {
  color: rgba(0, 159, 224, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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}
