.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-b5ea1e79-2ea9-416e-b192-250a64ce7e98 {
  min-height: 50px;
}








#s-b5ea1e79-2ea9-416e-b192-250a64ce7e98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5ea1e79-2ea9-416e-b192-250a64ce7e98.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-90ed3ec6-e568-4e2a-abbe-37f5f6f096fc {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-90ed3ec6-e568-4e2a-abbe-37f5f6f096fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90ed3ec6-e568-4e2a-abbe-37f5f6f096fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-90ed3ec6-e568-4e2a-abbe-37f5f6f096fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-90ed3ec6-e568-4e2a-abbe-37f5f6f096fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-90ed3ec6-e568-4e2a-abbe-37f5f6f096fc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-77906df9-1f90-46f6-8a52-2740196f7075 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 7%;
padding-left: 20%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(55, 85, 65, 1);
}
@media (max-width: 767px){#s-77906df9-1f90-46f6-8a52-2740196f7075 {
  padding-left: 8%;
padding-right: 8%;
}
}







#s-77906df9-1f90-46f6-8a52-2740196f7075 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77906df9-1f90-46f6-8a52-2740196f7075.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-67551923-5403-423b-9970-2de2102367a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67551923-5403-423b-9970-2de2102367a0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 55px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-67551923-5403-423b-9970-2de2102367a0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 67px;
  line-height: 1em;
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-67551923-5403-423b-9970-2de2102367a0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 67px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-67551923-5403-423b-9970-2de2102367a0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-f2be80cb-aac3-4feb-ab9f-b33a183cb743 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f2be80cb-aac3-4feb-ab9f-b33a183cb743 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-f2be80cb-aac3-4feb-ab9f-b33a183cb743 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f2be80cb-aac3-4feb-ab9f-b33a183cb743 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-f2be80cb-aac3-4feb-ab9f-b33a183cb743 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}


}
@media (min-width: 0px) {
[id="s-1bce041d-0a84-4195-9ae9-7f24de1ce03f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-1bce041d-0a84-4195-9ae9-7f24de1ce03f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1bce041d-0a84-4195-9ae9-7f24de1ce03f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1bce041d-0a84-4195-9ae9-7f24de1ce03f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1bce041d-0a84-4195-9ae9-7f24de1ce03f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1bce041d-0a84-4195-9ae9-7f24de1ce03f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-1bce041d-0a84-4195-9ae9-7f24de1ce03f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

#s-e590bf11-d8d0-451b-bb61-b36e9532e889 {
  margin-right: 0%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-e590bf11-d8d0-451b-bb61-b36e9532e889 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-e590bf11-d8d0-451b-bb61-b36e9532e889 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e590bf11-d8d0-451b-bb61-b36e9532e889 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-e590bf11-d8d0-451b-bb61-b36e9532e889 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 31px;
  
  
  text-align: left;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4461057a-4447-4809-9200-49d4d492cf8c {
  margin-right: 65%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-4461057a-4447-4809-9200-49d4d492cf8c {
  margin-right: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4461057a-4447-4809-9200-49d4d492cf8c {
  margin-right: 40%;
}
}@media (max-width: 767px){#s-4461057a-4447-4809-9200-49d4d492cf8c {
  margin-right: 55%;
}
}
#s-4461057a-4447-4809-9200-49d4d492cf8c .shogun-countdown span, #s-4461057a-4447-4809-9200-49d4d492cf8c .shogun-countdown label {
  color: rgba(253, 253, 253, 1);
}
.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-23dea802-87ba-4231-a89a-71859a2ab682 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 9%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(217, 204, 167, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(247, 214, 169, 1);
background-position: left center;
}
#s-23dea802-87ba-4231-a89a-71859a2ab682:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-23dea802-87ba-4231-a89a-71859a2ab682:active {border-style: solid !important;
border-color: rgba(217, 204, 167, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-23dea802-87ba-4231-a89a-71859a2ab682-root {
    text-align: left;
  }


#s-23dea802-87ba-4231-a89a-71859a2ab682.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 28px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23dea802-87ba-4231-a89a-71859a2ab682-root {
    text-align: left;
  }


#s-23dea802-87ba-4231-a89a-71859a2ab682.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 33px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23dea802-87ba-4231-a89a-71859a2ab682-root {
    text-align: left;
  }


#s-23dea802-87ba-4231-a89a-71859a2ab682.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 33px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23dea802-87ba-4231-a89a-71859a2ab682-root {
    text-align: left;
  }


#s-23dea802-87ba-4231-a89a-71859a2ab682.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 28px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23dea802-87ba-4231-a89a-71859a2ab682-root {
    text-align: left;
  }


#s-23dea802-87ba-4231-a89a-71859a2ab682.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 31px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-10b591ee-9917-41bb-9150-a67c36c4eb4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10b591ee-9917-41bb-9150-a67c36c4eb4b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-599cdcaf-ecca-4008-a040-f2d9334b930d {
  margin-top: 25px;
margin-left: 20px;
margin-bottom: 15px;
margin-right: 20px;
padding-left: 0%;
padding-right: 60%;
text-align: left;
}
@media (min-width: 1200px){#s-599cdcaf-ecca-4008-a040-f2d9334b930d {
  margin-left: 10px;
padding-right: 70%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-599cdcaf-ecca-4008-a040-f2d9334b930d {
  margin-left: 10px;
padding-right: 70%;
}
}@media (max-width: 767px){#s-599cdcaf-ecca-4008-a040-f2d9334b930d {
  margin-left: 10%;
padding-right: 50%;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

.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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-a0a302c9-fda5-4760-993d-aaf52b245efc {
  max-width: 100%;
aspect-ratio: 813/666;
text-align: center;
}





  #s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image,
  #s-a0a302c9-fda5-4760-993d-aaf52b245efc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0a302c9-fda5-4760-993d-aaf52b245efc {
    width: 100%;
    height: auto;
  }

  #s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a0a302c9-fda5-4760-993d-aaf52b245efc .shogun-image-content {
  
    align-items: center;
  
}

.s-a0a302c9-fda5-4760-993d-aaf52b245efc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0a302c9-fda5-4760-993d-aaf52b245efc {
      --shg-aspect-ratio: calc(813/666); 
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container {
      position: relative;
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image,
  #s-a0a302c9-fda5-4760-993d-aaf52b245efc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0a302c9-fda5-4760-993d-aaf52b245efc {
    width: 100%;
    height: auto;
  }

  #s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a0a302c9-fda5-4760-993d-aaf52b245efc .shogun-image-content {
  
    align-items: center;
  
}

.s-a0a302c9-fda5-4760-993d-aaf52b245efc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0a302c9-fda5-4760-993d-aaf52b245efc {
      --shg-aspect-ratio: calc(813/666); 
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container {
      position: relative;
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image,
  #s-a0a302c9-fda5-4760-993d-aaf52b245efc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0a302c9-fda5-4760-993d-aaf52b245efc {
    width: 100%;
    height: auto;
  }

  #s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a0a302c9-fda5-4760-993d-aaf52b245efc .shogun-image-content {
  
    align-items: center;
  
}

.s-a0a302c9-fda5-4760-993d-aaf52b245efc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0a302c9-fda5-4760-993d-aaf52b245efc {
      --shg-aspect-ratio: calc(813/666); 
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container {
      position: relative;
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image,
  #s-a0a302c9-fda5-4760-993d-aaf52b245efc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0a302c9-fda5-4760-993d-aaf52b245efc {
    width: 100%;
    height: auto;
  }

  #s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a0a302c9-fda5-4760-993d-aaf52b245efc .shogun-image-content {
  
    align-items: center;
  
}

.s-a0a302c9-fda5-4760-993d-aaf52b245efc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0a302c9-fda5-4760-993d-aaf52b245efc {
      --shg-aspect-ratio: calc(813/666); 
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container {
      position: relative;
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image,
  #s-a0a302c9-fda5-4760-993d-aaf52b245efc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0a302c9-fda5-4760-993d-aaf52b245efc {
    width: 100%;
    height: auto;
  }

  #s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-a0a302c9-fda5-4760-993d-aaf52b245efc .shogun-image-content {
  
    align-items: center;
  
}

.s-a0a302c9-fda5-4760-993d-aaf52b245efc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0a302c9-fda5-4760-993d-aaf52b245efc {
      --shg-aspect-ratio: calc(813/666); 
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container {
      position: relative;
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0a302c9-fda5-4760-993d-aaf52b245efc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4074ae84-a932-43b1-8f18-5f31189e2217 {
  margin-top: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 4%;
padding-left: 14%;
padding-bottom: 3%;
padding-right: 14%;
min-height: 363px;
background-color: rgba(247, 214, 169, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-4074ae84-a932-43b1-8f18-5f31189e2217 {
  margin-top: -3%;
padding-top: 1%;
padding-bottom: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4074ae84-a932-43b1-8f18-5f31189e2217 {
  padding-left: 0%;
padding-right: 1%;
}
}@media (max-width: 767px){#s-4074ae84-a932-43b1-8f18-5f31189e2217 {
  padding-left: 4%;
padding-bottom: 10%;
padding-right: 4%;
}
}







#s-4074ae84-a932-43b1-8f18-5f31189e2217 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4074ae84-a932-43b1-8f18-5f31189e2217.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-69849dbc-64d3-4f93-90b0-9fe673f1868a {
  margin-top: -2%;
margin-left: -2%;
margin-bottom: 2%;
margin-right: -2%;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-69849dbc-64d3-4f93-90b0-9fe673f1868a {
  padding-top: 0%;
padding-bottom: 2%;
}
}
#s-69849dbc-64d3-4f93-90b0-9fe673f1868a hr {
  border-top: 1px solid rgba(179, 179, 179, 0.04);
}

#s-386fa9ba-ecf3-43d1-8b13-2342c28e7557 {
  padding-bottom: 28px;
text-align: center;
}

#s-386fa9ba-ecf3-43d1-8b13-2342c28e7557 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-386fa9ba-ecf3-43d1-8b13-2342c28e7557 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-5f356433-93c2-4fa6-b0ba-8eecbe27063d {
  margin-left: 7%;
margin-right: 7%;
}
@media (max-width: 767px){#s-5f356433-93c2-4fa6-b0ba-8eecbe27063d {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-5f356433-93c2-4fa6-b0ba-8eecbe27063d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f356433-93c2-4fa6-b0ba-8eecbe27063d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-5f356433-93c2-4fa6-b0ba-8eecbe27063d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-5f356433-93c2-4fa6-b0ba-8eecbe27063d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-1c7e1719-1eb9-43eb-9f81-4193beaae91c {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-1c7e1719-1eb9-43eb-9f81-4193beaae91c .shogun-heading-component h1 {
  color: rgba(0, 40, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1c7e1719-1eb9-43eb-9f81-4193beaae91c .shogun-heading-component h1 {
  color: rgba(0, 40, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


}
.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-08958368-9574-441b-b83b-b82e75a2ea6a {
  margin-left: 10%;
margin-right: 10%;
}

#s-5c8114dd-8415-44e6-aafe-a765e8845519 {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 1px;
text-align: center;
}

#s-5c8114dd-8415-44e6-aafe-a765e8845519 .shogun-heading-component h1 {
  color: rgba(0, 40, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5c8114dd-8415-44e6-aafe-a765e8845519 .shogun-heading-component h1 {
  color: rgba(0, 40, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 23px;
  
  
  
}


}
#s-286e2495-8cd0-4c01-bcd1-130cd8cb0578 {
  margin-left: 10%;
margin-right: 10%;
}

#s-2d888fd0-69b4-4055-ac21-f0d7eb44018b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 3%;
padding-bottom: 10px;
text-align: center;
}

#s-2d888fd0-69b4-4055-ac21-f0d7eb44018b .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Just Another Hand";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}



#s-f430b027-22f2-4f24-8fd9-1db86cb143f7 {
  padding-top: 0%;
padding-left: 14%;
padding-bottom: 3%;
padding-right: 14%;
min-height: 50px;
background-color: rgba(55, 85, 65, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f430b027-22f2-4f24-8fd9-1db86cb143f7 {
  padding-top: 2%;
padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-f430b027-22f2-4f24-8fd9-1db86cb143f7 {
  margin-top: 0%;
margin-bottom: -6%;
padding-top: 5%;
padding-left: 4%;
padding-bottom: 15%;
padding-right: 4%;
}
}







#s-f430b027-22f2-4f24-8fd9-1db86cb143f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f430b027-22f2-4f24-8fd9-1db86cb143f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8adab569-0e9d-4560-b3e7-ff20146426a9 {
  margin-top: 0%;
margin-left: 9%;
margin-bottom: 0%;
margin-right: 9%;
padding-top: 5%;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-8adab569-0e9d-4560-b3e7-ff20146426a9 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-8adab569-0e9d-4560-b3e7-ff20146426a9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 41px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8adab569-0e9d-4560-b3e7-ff20146426a9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-8adab569-0e9d-4560-b3e7-ff20146426a9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-90a75237-5283-4645-b675-e1c4e7bfd864 {
  margin-left: 9%;
margin-right: 9%;
padding-top: 0%;
padding-bottom: 4%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-90a75237-5283-4645-b675-e1c4e7bfd864 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-90a75237-5283-4645-b675-e1c4e7bfd864 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 41px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-90a75237-5283-4645-b675-e1c4e7bfd864 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-90a75237-5283-4645-b675-e1c4e7bfd864 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: left;
}


}
#s-001e21ff-7866-427d-bfe1-f8fd5b32bb07 {
  margin-top: 4%;
margin-left: 7%;
margin-bottom: 4%;
margin-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-001e21ff-7866-427d-bfe1-f8fd5b32bb07 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-001e21ff-7866-427d-bfe1-f8fd5b32bb07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-001e21ff-7866-427d-bfe1-f8fd5b32bb07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-001e21ff-7866-427d-bfe1-f8fd5b32bb07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-001e21ff-7866-427d-bfe1-f8fd5b32bb07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

#s-60c7ff6f-2ccb-49d1-95a5-7ca99dfa0aad {
  padding-top: 18px;
padding-bottom: 18px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(247, 214, 169, 1);
border-style: solid;
border-radius: 13px;
min-height: 50px;
background-color: rgba(247, 214, 169, 0);
}
@media (max-width: 767px){#s-60c7ff6f-2ccb-49d1-95a5-7ca99dfa0aad {
  margin-top: 0%;
margin-bottom: 7%;
}
}







#s-60c7ff6f-2ccb-49d1-95a5-7ca99dfa0aad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60c7ff6f-2ccb-49d1-95a5-7ca99dfa0aad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a6b5f62-8d6e-450f-9528-a199554b0c5c {
  margin-top: -9%;
margin-bottom: 0%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a6b5f62-8d6e-450f-9528-a199554b0c5c {
  margin-bottom: 7px;
}
}






  img.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image {
    
    
  }


.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c .shogun-image-content {
  
    align-items: center;
  
}

.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image {
    
    
  }


.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c .shogun-image-content {
  
    align-items: center;
  
}

.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image {
    
    
  }


.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c .shogun-image-content {
  
    align-items: center;
  
}

.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image {
    
    
  }


.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c .shogun-image-content {
  
    align-items: center;
  
}

.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image {
    
    
  }


.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c .shogun-image-content {
  
    align-items: center;
  
}

.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a6b5f62-8d6e-450f-9528-a199554b0c5c.shogun-image {
  box-sizing: border-box;
}



}
#s-f271e6c0-1969-4de4-9641-937a31e9e8ce {
  background-attachment: fixed;
margin-top: -7%;
margin-bottom: -7%;
padding-top: 0px;
padding-bottom: 3px;
border-top-width: 6px;
border-left-width: 6px;
border-bottom-width: 6px;
border-right-width: 6px;
border-color: rgba(247, 214, 169, 1);
border-style: solid;
border-radius: 1px;
min-height: 50px;
background-color: rgba(247, 214, 169, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f271e6c0-1969-4de4-9641-937a31e9e8ce {
  margin-top: -11%;
margin-bottom: -11%;
}
}@media (max-width: 767px){#s-f271e6c0-1969-4de4-9641-937a31e9e8ce {
  margin-top: -6%;
margin-bottom: -6%;
padding-bottom: 1px;
}
}







#s-f271e6c0-1969-4de4-9641-937a31e9e8ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f271e6c0-1969-4de4-9641-937a31e9e8ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abf03808-c1fa-495a-a897-c61260dc7973 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abf03808-c1fa-495a-a897-c61260dc7973 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-abf03808-c1fa-495a-a897-c61260dc7973 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-d1fcc913-49a8-4402-b22f-9822d562884c {
  padding-top: 18px;
padding-bottom: 18px;
border-top-width: 5px;
border-left-width: 5px;
border-bottom-width: 5px;
border-right-width: 5px;
border-color: rgba(247, 214, 169, 1);
border-style: solid;
border-radius: 13px;
min-height: 50px;
background-color: rgba(247, 214, 169, 0);
}








#s-d1fcc913-49a8-4402-b22f-9822d562884c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1fcc913-49a8-4402-b22f-9822d562884c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26c09e2f-57f1-4683-9b78-142174d5f075 {
  margin-top: -4%;
margin-bottom: -3%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-26c09e2f-57f1-4683-9b78-142174d5f075 {
  margin-bottom: 4px;
}
}






  img.s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image {
    
    
  }


.s-26c09e2f-57f1-4683-9b78-142174d5f075 .shogun-image-content {
  
    align-items: center;
  
}

.s-26c09e2f-57f1-4683-9b78-142174d5f075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image {
    
    
  }


.s-26c09e2f-57f1-4683-9b78-142174d5f075 .shogun-image-content {
  
    align-items: center;
  
}

.s-26c09e2f-57f1-4683-9b78-142174d5f075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image {
    
    
  }


.s-26c09e2f-57f1-4683-9b78-142174d5f075 .shogun-image-content {
  
    align-items: center;
  
}

.s-26c09e2f-57f1-4683-9b78-142174d5f075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image {
    
    
  }


.s-26c09e2f-57f1-4683-9b78-142174d5f075 .shogun-image-content {
  
    align-items: center;
  
}

.s-26c09e2f-57f1-4683-9b78-142174d5f075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image {
    
    
  }


.s-26c09e2f-57f1-4683-9b78-142174d5f075 .shogun-image-content {
  
    align-items: center;
  
}

.s-26c09e2f-57f1-4683-9b78-142174d5f075.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c09e2f-57f1-4683-9b78-142174d5f075.shogun-image {
  box-sizing: border-box;
}



}
#s-cfb2555f-cac3-4770-b479-dfce44fda8a6 {
  margin-top: -7%;
margin-bottom: -7%;
padding-top: 1px;
padding-bottom: 1px;
border-top-width: 6px;
border-left-width: 6px;
border-bottom-width: 6px;
border-right-width: 6px;
border-color: rgba(247, 214, 169, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(247, 214, 169, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-cfb2555f-cac3-4770-b479-dfce44fda8a6 {
  margin-top: -11%;
margin-bottom: -11%;
}
}@media (max-width: 767px){#s-cfb2555f-cac3-4770-b479-dfce44fda8a6 {
  margin-top: -6%;
margin-bottom: -6%;
}
}







#s-cfb2555f-cac3-4770-b479-dfce44fda8a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfb2555f-cac3-4770-b479-dfce44fda8a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a83f0d2-01e2-4bad-96be-32cc0e9f2c7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a83f0d2-01e2-4bad-96be-32cc0e9f2c7f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-8a83f0d2-01e2-4bad-96be-32cc0e9f2c7f .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-8a83f0d2-01e2-4bad-96be-32cc0e9f2c7f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-8a83f0d2-01e2-4bad-96be-32cc0e9f2c7f .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}
#s-7934701d-85db-4284-b625-a3eb132ba9be {
  margin-top: 5%;
margin-bottom: 0%;
min-height: 50px;
}








#s-7934701d-85db-4284-b625-a3eb132ba9be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7934701d-85db-4284-b625-a3eb132ba9be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d349a14-8fe1-4343-9e37-20d384432ba0 {
  margin-left: 9%;
margin-right: 9%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-3d349a14-8fe1-4343-9e37-20d384432ba0 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 7%;
}
}
#s-3d349a14-8fe1-4343-9e37-20d384432ba0 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-dd873254-6ce2-4f59-9c3a-c7a51179f41c {
  margin-top: 0%;
margin-left: 9%;
margin-bottom: 0%;
margin-right: 9%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd873254-6ce2-4f59-9c3a-c7a51179f41c {
  margin-left: 9%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-dd873254-6ce2-4f59-9c3a-c7a51179f41c {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-dd873254-6ce2-4f59-9c3a-c7a51179f41c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 41px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-dd873254-6ce2-4f59-9c3a-c7a51179f41c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-dd873254-6ce2-4f59-9c3a-c7a51179f41c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 43px;
  
  
  text-align: left;
}


}
#s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2 {
  margin-top: 6%;
margin-left: 9%;
margin-bottom: 0%;
margin-right: 9%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(217, 204, 167, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(247, 214, 169, 1);
background-position: left center;
}
#s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2:active {border-style: solid !important;
border-color: rgba(217, 204, 167, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2 {
  margin-left: 3%;
}
}

  #s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2-root {
    text-align: left;
  }


#s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2-root {
    text-align: left;
  }


#s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2-root {
    text-align: left;
  }


#s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2-root {
    text-align: left;
  }


#s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2-root {
    text-align: left;
  }


#s-854eb48e-1b95-419b-ba5a-ac3fe462b7e2.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-a2163b42-2c65-4e23-87e7-2b50155f702e {
  margin-top: 4%;
margin-left: 9%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(217, 204, 167, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(247, 214, 169, 1);
background-position: left center;
}
#s-a2163b42-2c65-4e23-87e7-2b50155f702e:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a2163b42-2c65-4e23-87e7-2b50155f702e:active {border-style: solid !important;
border-color: rgba(217, 204, 167, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a2163b42-2c65-4e23-87e7-2b50155f702e {
  margin-top: 4%;
}
}@media (max-width: 767px){#s-a2163b42-2c65-4e23-87e7-2b50155f702e {
  margin-left: 3%;
}
}

  #s-a2163b42-2c65-4e23-87e7-2b50155f702e-root {
    text-align: left;
  }


#s-a2163b42-2c65-4e23-87e7-2b50155f702e.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2163b42-2c65-4e23-87e7-2b50155f702e-root {
    text-align: left;
  }


#s-a2163b42-2c65-4e23-87e7-2b50155f702e.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2163b42-2c65-4e23-87e7-2b50155f702e-root {
    text-align: left;
  }


#s-a2163b42-2c65-4e23-87e7-2b50155f702e.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2163b42-2c65-4e23-87e7-2b50155f702e-root {
    text-align: left;
  }


#s-a2163b42-2c65-4e23-87e7-2b50155f702e.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2163b42-2c65-4e23-87e7-2b50155f702e-root {
    text-align: left;
  }


#s-a2163b42-2c65-4e23-87e7-2b50155f702e.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-5f895ed8-01f6-4efa-9982-d2016f5f4d91 {
  margin-top: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 7%;
padding-left: 14%;
padding-bottom: 3%;
padding-right: 14%;
min-height: 363px;
background-color: rgba(247, 214, 169, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5f895ed8-01f6-4efa-9982-d2016f5f4d91 {
  padding-left: 0%;
padding-bottom: 0%;
padding-right: 1%;
min-height: 250px;
}
}@media (max-width: 767px){#s-5f895ed8-01f6-4efa-9982-d2016f5f4d91 {
  margin-bottom: -8%;
padding-top: 1px;
padding-left: 4%;
padding-bottom: 0%;
padding-right: 4%;
}
}







#s-5f895ed8-01f6-4efa-9982-d2016f5f4d91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f895ed8-01f6-4efa-9982-d2016f5f4d91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93ceba3e-10d9-4317-9234-221aa739b658 {
  margin-left: 7%;
margin-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-93ceba3e-10d9-4317-9234-221aa739b658 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-93ceba3e-10d9-4317-9234-221aa739b658"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93ceba3e-10d9-4317-9234-221aa739b658"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93ceba3e-10d9-4317-9234-221aa739b658"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-93ceba3e-10d9-4317-9234-221aa739b658"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93ceba3e-10d9-4317-9234-221aa739b658"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-93ceba3e-10d9-4317-9234-221aa739b658"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-93ceba3e-10d9-4317-9234-221aa739b658"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e312c64c-0f38-47da-b71d-27441e972d63 {
  padding-top: 26%;
padding-bottom: 2%;
text-align: left;
}
@media (max-width: 767px){#s-e312c64c-0f38-47da-b71d-27441e972d63 {
  padding-top: 1px;
}
}
#s-e312c64c-0f38-47da-b71d-27441e972d63 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-e312c64c-0f38-47da-b71d-27441e972d63 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e312c64c-0f38-47da-b71d-27441e972d63 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}
#s-8d9499ed-62d4-447d-8458-2cbbc91c4d11 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
text-align: left;
}
@media (max-width: 767px){#s-8d9499ed-62d4-447d-8458-2cbbc91c4d11 {
  margin-top: 0%;
margin-bottom: 0%;
}
}
#s-8d9499ed-62d4-447d-8458-2cbbc91c4d11 .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 43px;
  line-height: 1em;
  
  text-align: left;
}



#s-627081de-9489-4bef-8d6d-57d172484afd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (max-width: 767px){#s-627081de-9489-4bef-8d6d-57d172484afd {
  margin-top: 5%;
margin-bottom: 0%;
}
}






  img.s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image {
    
    
  }


.s-627081de-9489-4bef-8d6d-57d172484afd .shogun-image-content {
  
    align-items: center;
  
}

.s-627081de-9489-4bef-8d6d-57d172484afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image {
    
    
  }


.s-627081de-9489-4bef-8d6d-57d172484afd .shogun-image-content {
  
    align-items: center;
  
}

.s-627081de-9489-4bef-8d6d-57d172484afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image {
    
    
  }


.s-627081de-9489-4bef-8d6d-57d172484afd .shogun-image-content {
  
    align-items: center;
  
}

.s-627081de-9489-4bef-8d6d-57d172484afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image {
    
    
  }


.s-627081de-9489-4bef-8d6d-57d172484afd .shogun-image-content {
  
    align-items: center;
  
}

.s-627081de-9489-4bef-8d6d-57d172484afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image {
    
    
  }


.s-627081de-9489-4bef-8d6d-57d172484afd .shogun-image-content {
  
    align-items: center;
  
}

.s-627081de-9489-4bef-8d6d-57d172484afd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-627081de-9489-4bef-8d6d-57d172484afd.shogun-image {
  box-sizing: border-box;
}



}
#s-a28ca295-b214-42dd-9882-c81b8f1b9f2e {
  min-height: 50px;
background-color: rgba(247, 214, 169, 1);
}
@media (max-width: 767px){#s-a28ca295-b214-42dd-9882-c81b8f1b9f2e {
  padding-top: 1em;
padding-bottom: 1em;
}
}







#s-a28ca295-b214-42dd-9882-c81b8f1b9f2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a28ca295-b214-42dd-9882-c81b8f1b9f2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e59765d-35ce-4e3c-bad8-fdc506798e66 {
  margin-top: -10px;
margin-left: 4%;
margin-bottom: -10px;
margin-right: 4%;
padding-top: 0%;
padding-bottom: 0%;
}
@media (max-width: 767px){#s-5e59765d-35ce-4e3c-bad8-fdc506798e66 {
  margin-top: -10px;
margin-bottom: -10px;
}
}
#s-5e59765d-35ce-4e3c-bad8-fdc506798e66 hr {
  border-top: 1px solid rgba(179, 179, 179, 0.04);
}

#s-c5b3d63f-e4f8-4864-9eab-c928fe668389 {
  margin-top: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 14%;
padding-bottom: 3%;
padding-right: 14%;
min-height: 363px;
background-color: rgba(247, 214, 169, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c5b3d63f-e4f8-4864-9eab-c928fe668389 {
  padding-left: 0%;
padding-right: 1%;
}
}@media (max-width: 767px){#s-c5b3d63f-e4f8-4864-9eab-c928fe668389 {
  padding-left: 4%;
padding-right: 4%;
}
}







#s-c5b3d63f-e4f8-4864-9eab-c928fe668389 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b3d63f-e4f8-4864-9eab-c928fe668389.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d0c5f34-bde5-41c5-a9bb-5f67c64ecad6 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-8d0c5f34-bde5-41c5-a9bb-5f67c64ecad6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8d0c5f34-bde5-41c5-a9bb-5f67c64ecad6"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

[id="s-8d0c5f34-bde5-41c5-a9bb-5f67c64ecad6"] > .shg-row > .shg-c-sm-0_4 {
  width: calc(3.333333333333334% - 24.0px);
}

[id="s-8d0c5f34-bde5-41c5-a9bb-5f67c64ecad6"] > .shg-row > .shg-c-sm-4_4 {
  width: calc(36.66666666666667% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-8d0c5f34-bde5-41c5-a9bb-5f67c64ecad6"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

[id="s-8d0c5f34-bde5-41c5-a9bb-5f67c64ecad6"] > .shg-row > .shg-c-md-0_4 {
  width: calc(3.333333333333334% - 24.0px);
}

[id="s-8d0c5f34-bde5-41c5-a9bb-5f67c64ecad6"] > .shg-row > .shg-c-md-4_4 {
  width: calc(36.66666666666667% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d0c5f34-bde5-41c5-a9bb-5f67c64ecad6"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

[id="s-8d0c5f34-bde5-41c5-a9bb-5f67c64ecad6"] > .shg-row > .shg-c-lg-0_4 {
  width: calc(3.333333333333334% - 24.0px);
}

[id="s-8d0c5f34-bde5-41c5-a9bb-5f67c64ecad6"] > .shg-row > .shg-c-lg-4_4 {
  width: calc(36.66666666666667% - 24.0px);
}

}

#s-11a800c5-50d8-4e87-af60-05ec7f780ee8 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  img.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image {
    
    
  }


.s-11a800c5-50d8-4e87-af60-05ec7f780ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image {
    
    
  }


.s-11a800c5-50d8-4e87-af60-05ec7f780ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image {
    
    
  }


.s-11a800c5-50d8-4e87-af60-05ec7f780ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image {
    
    
  }


.s-11a800c5-50d8-4e87-af60-05ec7f780ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image {
    
    
  }


.s-11a800c5-50d8-4e87-af60-05ec7f780ee8 .shogun-image-content {
  
    align-items: center;
  
}

.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11a800c5-50d8-4e87-af60-05ec7f780ee8.shogun-image {
  box-sizing: border-box;
}



}
#s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}







  img.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image {
    
    
  }


.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image {
    
    
  }


.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image {
    
    
  }


.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image {
    
    
  }


.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image {
    
    
  }


.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0 .shogun-image-content {
  
    align-items: center;
  
}

.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64094dd8-2cf6-4d9c-ac58-8d60bde692a0.shogun-image {
  box-sizing: border-box;
}



}
#s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
text-align: center;
}
@media (max-width: 767px){#s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275 {
  margin-top: 7%;
padding-top: 0%;
padding-bottom: 0%;
}
}






  img.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image {
    
    
  }


.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image {
    
    
  }


.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image {
    
    
  }


.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image {
    
    
  }


.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image {
    
    
  }


.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb5b1b33-3a17-4f84-b3a9-dbea787b5275.shogun-image {
  box-sizing: border-box;
}



}
#s-a3bbd237-6231-4619-a033-264f9fbff666 {
  margin-left: -4%;
margin-right: 0%;
padding-top: 50%;
padding-bottom: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-a3bbd237-6231-4619-a033-264f9fbff666 {
  display: none;
}
#s-a3bbd237-6231-4619-a033-264f9fbff666, #wrap-s-a3bbd237-6231-4619-a033-264f9fbff666 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3bbd237-6231-4619-a033-264f9fbff666 {
  display: none;
}
#s-a3bbd237-6231-4619-a033-264f9fbff666, #wrap-s-a3bbd237-6231-4619-a033-264f9fbff666 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3bbd237-6231-4619-a033-264f9fbff666 {
  display: none;
}
#s-a3bbd237-6231-4619-a033-264f9fbff666, #wrap-s-a3bbd237-6231-4619-a033-264f9fbff666 { display: none !important; }}@media (max-width: 767px){#s-a3bbd237-6231-4619-a033-264f9fbff666 {
  padding-top: 25%;
}
}
#s-a3bbd237-6231-4619-a033-264f9fbff666 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-a3bbd237-6231-4619-a033-264f9fbff666 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}


}
#s-d5f0d197-bf72-4539-9822-69ead7ae6f0f {
  margin-left: -4%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-d5f0d197-bf72-4539-9822-69ead7ae6f0f {
  display: none;
}
#s-d5f0d197-bf72-4539-9822-69ead7ae6f0f, #wrap-s-d5f0d197-bf72-4539-9822-69ead7ae6f0f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5f0d197-bf72-4539-9822-69ead7ae6f0f {
  display: none;
}
#s-d5f0d197-bf72-4539-9822-69ead7ae6f0f, #wrap-s-d5f0d197-bf72-4539-9822-69ead7ae6f0f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5f0d197-bf72-4539-9822-69ead7ae6f0f {
  display: none;
}
#s-d5f0d197-bf72-4539-9822-69ead7ae6f0f, #wrap-s-d5f0d197-bf72-4539-9822-69ead7ae6f0f { display: none !important; }}@media (max-width: 767px){#s-d5f0d197-bf72-4539-9822-69ead7ae6f0f {
  
}
}
#s-d5f0d197-bf72-4539-9822-69ead7ae6f0f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-d5f0d197-bf72-4539-9822-69ead7ae6f0f .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


}
#s-7eb61a88-904e-44f3-86b5-578a7f879bcf {
  margin-left: -4%;
margin-right: 0%;
padding-top: 36%;
padding-bottom: 0%;
text-align: left;
}
@media (max-width: 767px){#s-7eb61a88-904e-44f3-86b5-578a7f879bcf {
  display: none;
}
#s-7eb61a88-904e-44f3-86b5-578a7f879bcf, #wrap-s-7eb61a88-904e-44f3-86b5-578a7f879bcf { display: none !important; }}
#s-7eb61a88-904e-44f3-86b5-578a7f879bcf .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-72661522-cfcb-4c6a-860d-4d971298af4d {
  margin-left: -4%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-72661522-cfcb-4c6a-860d-4d971298af4d {
  display: none;
}
#s-72661522-cfcb-4c6a-860d-4d971298af4d, #wrap-s-72661522-cfcb-4c6a-860d-4d971298af4d { display: none !important; }}
#s-72661522-cfcb-4c6a-860d-4d971298af4d .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 43px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-72661522-cfcb-4c6a-860d-4d971298af4d .shogun-heading-component h1 {
  color: ;
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}


}
#s-dfc30e16-c539-4f42-8ba5-709612bfa0ec {
  padding-top: 0%;
padding-left: 14%;
padding-bottom: 6%;
padding-right: 14%;
min-height: 50px;
}
@media (max-width: 767px){#s-dfc30e16-c539-4f42-8ba5-709612bfa0ec {
  padding-top: 4%;
padding-left: 4%;
padding-bottom: 0%;
padding-right: 0%;
}
}







#s-dfc30e16-c539-4f42-8ba5-709612bfa0ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfc30e16-c539-4f42-8ba5-709612bfa0ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7b99542-8e10-4750-a407-2c41a575589e {
  padding-left: 7%;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-b7b99542-8e10-4750-a407-2c41a575589e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7b99542-8e10-4750-a407-2c41a575589e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7b99542-8e10-4750-a407-2c41a575589e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7b99542-8e10-4750-a407-2c41a575589e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7b99542-8e10-4750-a407-2c41a575589e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7b99542-8e10-4750-a407-2c41a575589e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b7b99542-8e10-4750-a407-2c41a575589e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-position: left center;
}
#s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5:active {border-style: solid !important;
border-color: rgba(217, 204, 167, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5-root {
    text-align: left;
  }


#s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5-root {
    text-align: left;
  }


#s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5-root {
    text-align: left;
  }


#s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5-root {
    text-align: left;
  }


#s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5-root {
    text-align: left;
  }


#s-1d1f7cc4-6a1a-4abf-92e2-4310b088ead5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
background-position: left center;
}
#s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e:active {border-style: solid !important;
border-color: rgba(217, 204, 167, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e {
  margin-top: 5%;
margin-bottom: 5%;
}
}

  #s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e-root {
    text-align: left;
  }


#s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e-root {
    text-align: left;
  }


#s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e-root {
    text-align: left;
  }


#s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e-root {
    text-align: left;
  }


#s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e-root {
    text-align: left;
  }


#s-f8fb8483-239c-43f5-b1d6-e93409fcbb4e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-4f553a10-bec7-49e5-8a94-fbfd85608785 {
  margin-bottom: -12%;
padding-top: 0%;
padding-left: 14%;
padding-bottom: 9%;
padding-right: 14%;
min-height: 50px;
background-color: rgba(55, 85, 65, 1);
}
@media (min-width: 1200px){#s-4f553a10-bec7-49e5-8a94-fbfd85608785 {
  margin-bottom: -5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f553a10-bec7-49e5-8a94-fbfd85608785 {
  margin-bottom: -5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f553a10-bec7-49e5-8a94-fbfd85608785 {
  padding-top: 2%;
padding-left: 10%;
padding-right: 10%;
}
}@media (max-width: 767px){#s-4f553a10-bec7-49e5-8a94-fbfd85608785 {
  padding-top: 5%;
padding-left: 4%;
padding-right: 4%;
}
}







#s-4f553a10-bec7-49e5-8a94-fbfd85608785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f553a10-bec7-49e5-8a94-fbfd85608785.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edfe569a-dccf-4079-83e8-c6a383df2fd3 {
  margin-top: 0%;
margin-left: 7%;
margin-bottom: 0%;
margin-right: 7%;
padding-top: 5%;
padding-bottom: 0px;
text-align: left;
}

#s-edfe569a-dccf-4079-83e8-c6a383df2fd3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 41px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-edfe569a-dccf-4079-83e8-c6a383df2fd3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-edfe569a-dccf-4079-83e8-c6a383df2fd3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}


}
#s-94d16080-5b28-43c5-86ee-cc686812193f {
  margin-left: 7%;
margin-right: 7%;
padding-top: 0%;
padding-bottom: 3%;
text-align: left;
}

#s-94d16080-5b28-43c5-86ee-cc686812193f .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 41px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-94d16080-5b28-43c5-86ee-cc686812193f .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-94d16080-5b28-43c5-86ee-cc686812193f .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: left;
}


}
#s-b2f83c21-ace4-4722-89d5-4aff9e005328 {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
padding-top: 1px;
padding-bottom: 1px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2f83c21-ace4-4722-89d5-4aff9e005328 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-b2f83c21-ace4-4722-89d5-4aff9e005328"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2f83c21-ace4-4722-89d5-4aff9e005328"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b2f83c21-ace4-4722-89d5-4aff9e005328"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b2f83c21-ace4-4722-89d5-4aff9e005328"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.666666666666668px);
}

}

#s-f24f3bd5-f46b-4bf3-b8a6-36d08921ad4a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 14%;
padding-bottom: 1%;
text-align: left;
}

#s-f24f3bd5-f46b-4bf3-b8a6-36d08921ad4a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-54d63d74-67af-4600-962f-f68011cacacb {
  margin-bottom: 25px;
}

#s-54d63d74-67af-4600-962f-f68011cacacb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-54d63d74-67af-4600-962f-f68011cacacb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 214, 169, 1);
  padding: 11px;
}

#s-54d63d74-67af-4600-962f-f68011cacacb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-54d63d74-67af-4600-962f-f68011cacacb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(251, 247, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-54d63d74-67af-4600-962f-f68011cacacb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-54d63d74-67af-4600-962f-f68011cacacb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-cc82efa1-a8e7-49a7-bd45-56283697ad21 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-b4073e0c-4844-412a-80f8-4d67ba59d4e0 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-a7176164-5868-41c4-9bf3-512fd92f2a1e {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-41f1b345-8421-47db-bf07-3302ea32e1e2 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-ef2d39fc-c8e3-46cc-9852-ceb5063c5975 {
  margin-top: -3%;
margin-left: 1%;
margin-right: 7%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ef2d39fc-c8e3-46cc-9852-ceb5063c5975 {
  margin-top: 6%;
margin-right: 7%;
}
}
#s-ef2d39fc-c8e3-46cc-9852-ceb5063c5975 .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}


#s-ef2d39fc-c8e3-46cc-9852-ceb5063c5975 .shogun-heading-component h1 a {
  color: rgba(247, 214, 169, 1);
}


#s-e5773668-37ba-4f50-b141-6f5efe7ced74 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 14%;
padding-bottom: 0%;
text-align: left;
}
@media (max-width: 767px){#s-e5773668-37ba-4f50-b141-6f5efe7ced74 {
  padding-top: 1px;
}
}
#s-e5773668-37ba-4f50-b141-6f5efe7ced74 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}



#s-a40197ed-5518-41fc-bdd1-23811986161d {
  margin-bottom: 50px;
}

#s-a40197ed-5518-41fc-bdd1-23811986161d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-a40197ed-5518-41fc-bdd1-23811986161d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 214, 169, 1);
  padding: 11px;
}

#s-a40197ed-5518-41fc-bdd1-23811986161d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a40197ed-5518-41fc-bdd1-23811986161d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(251, 247, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-a40197ed-5518-41fc-bdd1-23811986161d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-a40197ed-5518-41fc-bdd1-23811986161d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2ddf5ce6-1b9a-4ba2-991b-8216e288995c {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-a9f9a4b0-9763-4d18-98ce-6fadc9ec1eda {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-6779415a-c28a-48a3-9014-b2d9b630f09a {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-d60931d9-2e26-4f41-875b-3dce53beed91 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-f1b7c315-6ea0-4f1b-8098-99ebf28379b0 {
  margin-top: 10%;
margin-bottom: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-f1b7c315-6ea0-4f1b-8098-99ebf28379b0 {
  margin-top: 0px;
}
}







#s-f1b7c315-6ea0-4f1b-8098-99ebf28379b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1b7c315-6ea0-4f1b-8098-99ebf28379b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bfd24ff-6179-4d2c-9ce7-1bdb1c32440a {
  margin-left: 9%;
margin-right: 9%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-5bfd24ff-6179-4d2c-9ce7-1bdb1c32440a {
  margin-left: 3%;
margin-right: 3%;
}
}
#s-5bfd24ff-6179-4d2c-9ce7-1bdb1c32440a .shogun-heading-component h1 {
  color: rgba(247, 214, 169, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 17px;
  
  
  text-align: left;
}



#s-965b2ecb-7337-415a-a94c-9af503b174f1 {
  margin-top: 0%;
margin-left: 9%;
margin-bottom: 0%;
margin-right: -5%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-965b2ecb-7337-415a-a94c-9af503b174f1 {
  margin-left: 9%;
}
}@media (max-width: 767px){#s-965b2ecb-7337-415a-a94c-9af503b174f1 {
  margin-left: 3%;
padding-top: 1%;
padding-right: 0%;
}
}
#s-965b2ecb-7337-415a-a94c-9af503b174f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-141ed92b-c77a-435d-bbcd-f10a04b92e76 {
  margin-top: 6%;
margin-left: 9%;
margin-bottom: 0%;
margin-right: 9%;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(217, 204, 167, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(247, 214, 169, 1);
background-position: left center;
}
#s-141ed92b-c77a-435d-bbcd-f10a04b92e76:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-141ed92b-c77a-435d-bbcd-f10a04b92e76:active {border-style: solid !important;
border-color: rgba(217, 204, 167, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-141ed92b-c77a-435d-bbcd-f10a04b92e76 {
  margin-left: 3%;
}
}

  #s-141ed92b-c77a-435d-bbcd-f10a04b92e76-root {
    text-align: left;
  }


#s-141ed92b-c77a-435d-bbcd-f10a04b92e76.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-141ed92b-c77a-435d-bbcd-f10a04b92e76-root {
    text-align: left;
  }


#s-141ed92b-c77a-435d-bbcd-f10a04b92e76.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-141ed92b-c77a-435d-bbcd-f10a04b92e76-root {
    text-align: left;
  }


#s-141ed92b-c77a-435d-bbcd-f10a04b92e76.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-141ed92b-c77a-435d-bbcd-f10a04b92e76-root {
    text-align: left;
  }


#s-141ed92b-c77a-435d-bbcd-f10a04b92e76.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-141ed92b-c77a-435d-bbcd-f10a04b92e76-root {
    text-align: left;
  }


#s-141ed92b-c77a-435d-bbcd-f10a04b92e76.shg-btn {
  color: rgba(247, 214, 169, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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