.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  min-height: 50px;
background-color: rgba(237, 120, 40, 1);
}
@media (min-width: 1200px){#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  
}
}







#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  cursor: pointer;
}#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5.shg-box.shg-c {
  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: #000;
  text-transform: none;
  font-weight: normal;
  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-7bb49508-8612-4c41-a780-5aeced59c157 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7bb49508-8612-4c41-a780-5aeced59c157 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7bb49508-8612-4c41-a780-5aeced59c157 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7bb49508-8612-4c41-a780-5aeced59c157 {
  
}
}
#s-7bb49508-8612-4c41-a780-5aeced59c157 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-22e43cc0-2b8a-46dc-8b52-bcfae03f11da {
  min-height: 50px;
}
@media (min-width: 1200px){#s-22e43cc0-2b8a-46dc-8b52-bcfae03f11da {
  display: none;
}
#s-22e43cc0-2b8a-46dc-8b52-bcfae03f11da, #wrap-s-22e43cc0-2b8a-46dc-8b52-bcfae03f11da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22e43cc0-2b8a-46dc-8b52-bcfae03f11da {
  display: none;
}
#s-22e43cc0-2b8a-46dc-8b52-bcfae03f11da, #wrap-s-22e43cc0-2b8a-46dc-8b52-bcfae03f11da { display:none !important; }}







#s-22e43cc0-2b8a-46dc-8b52-bcfae03f11da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22e43cc0-2b8a-46dc-8b52-bcfae03f11da.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-74646439-7973-4b32-8eff-18fb12c61bca {
  text-align: center;
}
@media (min-width: 1200px){#s-74646439-7973-4b32-8eff-18fb12c61bca {
  display: none;
}
#s-74646439-7973-4b32-8eff-18fb12c61bca, #wrap-s-74646439-7973-4b32-8eff-18fb12c61bca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74646439-7973-4b32-8eff-18fb12c61bca {
  display: none;
}
#s-74646439-7973-4b32-8eff-18fb12c61bca, #wrap-s-74646439-7973-4b32-8eff-18fb12c61bca { display:none !important; }}@media (max-width: 767px){#s-74646439-7973-4b32-8eff-18fb12c61bca {
  
}
}



  #s-74646439-7973-4b32-8eff-18fb12c61bca img.shogun-image {
    
    width: px;
  }


#s-74646439-7973-4b32-8eff-18fb12c61bca .shogun-image-content {
  
    align-items: center;
  
}

#s-f5950353-c133-405f-9ea7-61b5b97ffbb7 {
  background-image: url(https://i.shgcdn.com/2e73ec74-836b-4b8f-a663-753862376ff9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 600px;
background-position: right center;
opacity: 1;
}
@media (min-width: 1200px){#s-f5950353-c133-405f-9ea7-61b5b97ffbb7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5950353-c133-405f-9ea7-61b5b97ffbb7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5950353-c133-405f-9ea7-61b5b97ffbb7 {
  display: none;
}
#s-f5950353-c133-405f-9ea7-61b5b97ffbb7, #wrap-s-f5950353-c133-405f-9ea7-61b5b97ffbb7 { display:none !important; }}@media (max-width: 767px){#s-f5950353-c133-405f-9ea7-61b5b97ffbb7 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
display: none;
opacity: 1;
}
#s-f5950353-c133-405f-9ea7-61b5b97ffbb7, #wrap-s-f5950353-c133-405f-9ea7-61b5b97ffbb7 { display:none !important; }}







#s-f5950353-c133-405f-9ea7-61b5b97ffbb7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f5950353-c133-405f-9ea7-61b5b97ffbb7 {
  cursor: pointer;
}#s-f5950353-c133-405f-9ea7-61b5b97ffbb7.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-f5950353-c133-405f-9ea7-61b5b97ffbb7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f5950353-c133-405f-9ea7-61b5b97ffbb7 {
  cursor: pointer;
}#s-f5950353-c133-405f-9ea7-61b5b97ffbb7.shg-box.shg-c {
  justify-content: center;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-70c5c925-d953-417c-bade-95aa89547c32 {
  margin-left: 30px;
margin-right: 30px;
padding-left: 0px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-70c5c925-d953-417c-bade-95aa89547c32 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70c5c925-d953-417c-bade-95aa89547c32 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-70c5c925-d953-417c-bade-95aa89547c32 {
  
}
}@media (max-width: 767px){#s-70c5c925-d953-417c-bade-95aa89547c32 {
  
}
}
@media (min-width: 0px) {
[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-70c5c925-d953-417c-bade-95aa89547c32"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-da594b80-7dd4-49dd-8be5-fae4323b808f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-da594b80-7dd4-49dd-8be5-fae4323b808f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da594b80-7dd4-49dd-8be5-fae4323b808f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da594b80-7dd4-49dd-8be5-fae4323b808f {
  
}
}@media (max-width: 767px){#s-da594b80-7dd4-49dd-8be5-fae4323b808f {
  
}
}







#s-da594b80-7dd4-49dd-8be5-fae4323b808f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da594b80-7dd4-49dd-8be5-fae4323b808f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6839c254-abf3-48a8-be19-7a74470da13b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6839c254-abf3-48a8-be19-7a74470da13b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-211fb313-86c0-4604-bdc3-7930caffcd03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-211fb313-86c0-4604-bdc3-7930caffcd03 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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.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-d9740976-8cb9-4bde-84b8-67ced799685b {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-d9740976-8cb9-4bde-84b8-67ced799685b:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d9740976-8cb9-4bde-84b8-67ced799685b:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d9740976-8cb9-4bde-84b8-67ced799685b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9740976-8cb9-4bde-84b8-67ced799685b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9740976-8cb9-4bde-84b8-67ced799685b {
  
}
}


#s-d9740976-8cb9-4bde-84b8-67ced799685b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  block ;
}

#s-7cac27bf-7854-45f7-84fb-86fb662ac29d {
  min-height: 50px;
background-color: rgba(255, 247, 237, 1);
}
@media (min-width: 1200px){#s-7cac27bf-7854-45f7-84fb-86fb662ac29d {
  display: none;
}
#s-7cac27bf-7854-45f7-84fb-86fb662ac29d, #wrap-s-7cac27bf-7854-45f7-84fb-86fb662ac29d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7cac27bf-7854-45f7-84fb-86fb662ac29d {
  display: none;
}
#s-7cac27bf-7854-45f7-84fb-86fb662ac29d, #wrap-s-7cac27bf-7854-45f7-84fb-86fb662ac29d { display:none !important; }}







#s-7cac27bf-7854-45f7-84fb-86fb662ac29d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cac27bf-7854-45f7-84fb-86fb662ac29d.shg-box.shg-c {
  justify-content: center;
}

#s-a90184dc-4693-4a5c-b7df-1dfe88e644de {
  min-height: 50px;
}








#s-a90184dc-4693-4a5c-b7df-1dfe88e644de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a90184dc-4693-4a5c-b7df-1dfe88e644de.shg-box.shg-c {
  justify-content: center;
}

#s-cb65b9b4-c319-4923-908b-d76149348f67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-cb65b9b4-c319-4923-908b-d76149348f67 {
  display: none;
}
#s-cb65b9b4-c319-4923-908b-d76149348f67, #wrap-s-cb65b9b4-c319-4923-908b-d76149348f67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb65b9b4-c319-4923-908b-d76149348f67 {
  display: none;
}
#s-cb65b9b4-c319-4923-908b-d76149348f67, #wrap-s-cb65b9b4-c319-4923-908b-d76149348f67 { display:none !important; }}
#s-cb65b9b4-c319-4923-908b-d76149348f67 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

@media (min-width: 1200px){#s-e9859ea6-1f38-42dd-acdc-a0bb86270159 {
  display: none;
}
#s-e9859ea6-1f38-42dd-acdc-a0bb86270159, #wrap-s-e9859ea6-1f38-42dd-acdc-a0bb86270159 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9859ea6-1f38-42dd-acdc-a0bb86270159 {
  display: none;
}
#s-e9859ea6-1f38-42dd-acdc-a0bb86270159, #wrap-s-e9859ea6-1f38-42dd-acdc-a0bb86270159 { display:none !important; }}
#s-6fb1e3f1-fe8b-4296-9e3b-c69a2aaf726a {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-6fb1e3f1-fe8b-4296-9e3b-c69a2aaf726a:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6fb1e3f1-fe8b-4296-9e3b-c69a2aaf726a:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-6fb1e3f1-fe8b-4296-9e3b-c69a2aaf726a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fb1e3f1-fe8b-4296-9e3b-c69a2aaf726a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fb1e3f1-fe8b-4296-9e3b-c69a2aaf726a {
  
}
}


#s-6fb1e3f1-fe8b-4296-9e3b-c69a2aaf726a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-044fa158-517d-483f-9838-760574732a92 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-044fa158-517d-483f-9838-760574732a92 {
  display: none;
}
#s-044fa158-517d-483f-9838-760574732a92, #wrap-s-044fa158-517d-483f-9838-760574732a92 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-044fa158-517d-483f-9838-760574732a92 {
  display: none;
}
#s-044fa158-517d-483f-9838-760574732a92, #wrap-s-044fa158-517d-483f-9838-760574732a92 { display:none !important; }}







#s-044fa158-517d-483f-9838-760574732a92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-044fa158-517d-483f-9838-760574732a92.shg-box.shg-c {
  justify-content: center;
}

#s-e9fa8475-6e85-4f9e-a0a8-2f4da81f007f {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 1200px){#s-e9fa8475-6e85-4f9e-a0a8-2f4da81f007f {
  display: none;
}
#s-e9fa8475-6e85-4f9e-a0a8-2f4da81f007f, #wrap-s-e9fa8475-6e85-4f9e-a0a8-2f4da81f007f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9fa8475-6e85-4f9e-a0a8-2f4da81f007f {
  display: none;
}
#s-e9fa8475-6e85-4f9e-a0a8-2f4da81f007f, #wrap-s-e9fa8475-6e85-4f9e-a0a8-2f4da81f007f { display:none !important; }}@media (max-width: 767px){#s-e9fa8475-6e85-4f9e-a0a8-2f4da81f007f {
  display: none;
}
#s-e9fa8475-6e85-4f9e-a0a8-2f4da81f007f, #wrap-s-e9fa8475-6e85-4f9e-a0a8-2f4da81f007f { display:none !important; }}







#s-e9fa8475-6e85-4f9e-a0a8-2f4da81f007f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9fa8475-6e85-4f9e-a0a8-2f4da81f007f.shg-box.shg-c {
  justify-content: center;
}

#s-6f24c581-9e65-4b81-8273-cd7ba1c21990 {
  min-height: 25px;
}








#s-6f24c581-9e65-4b81-8273-cd7ba1c21990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f24c581-9e65-4b81-8273-cd7ba1c21990.shg-box.shg-c {
  justify-content: center;
}

#s-b702a1b0-b734-424d-a268-a2a75e2ed139 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-b702a1b0-b734-424d-a268-a2a75e2ed139 {
  display: none;
}
#s-b702a1b0-b734-424d-a268-a2a75e2ed139, #wrap-s-b702a1b0-b734-424d-a268-a2a75e2ed139 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b702a1b0-b734-424d-a268-a2a75e2ed139 {
  display: none;
}
#s-b702a1b0-b734-424d-a268-a2a75e2ed139, #wrap-s-b702a1b0-b734-424d-a268-a2a75e2ed139 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b702a1b0-b734-424d-a268-a2a75e2ed139 {
  display: none;
}
#s-b702a1b0-b734-424d-a268-a2a75e2ed139, #wrap-s-b702a1b0-b734-424d-a268-a2a75e2ed139 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-b702a1b0-b734-424d-a268-a2a75e2ed139"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-822c0c41-643d-4bd9-b67d-81087ada53bb {
  text-align: center;
}




  #s-822c0c41-643d-4bd9-b67d-81087ada53bb img.shogun-image {
    
    width: px;
  }


#s-822c0c41-643d-4bd9-b67d-81087ada53bb .shogun-image-content {
  
    align-items: center;
  
}

#s-cd941c17-b36b-4497-b3bf-0991ecc45afc {
  text-align: center;
}




  #s-cd941c17-b36b-4497-b3bf-0991ecc45afc img.shogun-image {
    
    width: px;
  }


#s-cd941c17-b36b-4497-b3bf-0991ecc45afc .shogun-image-content {
  
    align-items: center;
  
}

#s-594776d0-71d9-495c-b0c1-9489bbdc2203 {
  text-align: center;
}




  #s-594776d0-71d9-495c-b0c1-9489bbdc2203 img.shogun-image {
    
    width: px;
  }


#s-594776d0-71d9-495c-b0c1-9489bbdc2203 .shogun-image-content {
  
    align-items: center;
  
}

#s-2138a491-6b07-47bc-9c4b-e40c8b2b41cc {
  text-align: center;
}




  #s-2138a491-6b07-47bc-9c4b-e40c8b2b41cc img.shogun-image {
    
    width: px;
  }


#s-2138a491-6b07-47bc-9c4b-e40c8b2b41cc .shogun-image-content {
  
    align-items: center;
  
}

#s-76b7e678-b6cb-4729-84bc-1558af56ad5e {
  text-align: center;
}




  #s-76b7e678-b6cb-4729-84bc-1558af56ad5e img.shogun-image {
    
    width: px;
  }


#s-76b7e678-b6cb-4729-84bc-1558af56ad5e .shogun-image-content {
  
    align-items: center;
  
}

#s-1454a0ba-31c7-4056-9cd3-20a310695c4b {
  text-align: center;
}




  #s-1454a0ba-31c7-4056-9cd3-20a310695c4b img.shogun-image {
    
    width: px;
  }


#s-1454a0ba-31c7-4056-9cd3-20a310695c4b .shogun-image-content {
  
    align-items: center;
  
}

#s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6 {
  margin-left: 20px;
margin-right: 20px;
}
@media (max-width: 767px){#s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6 {
  display: none;
}
#s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6, #wrap-s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-53bfc2de-8ac4-4ab7-8594-7c8cd22385d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-b3edd080-2df8-4e87-9527-ba1a6f65a863 {
  text-align: center;
}




  #s-b3edd080-2df8-4e87-9527-ba1a6f65a863 img.shogun-image {
    
    width: px;
  }


#s-b3edd080-2df8-4e87-9527-ba1a6f65a863 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0bd43fe-6451-40bb-913f-c68d9cbf9421 {
  text-align: center;
}




  #s-c0bd43fe-6451-40bb-913f-c68d9cbf9421 img.shogun-image {
    
    width: px;
  }


#s-c0bd43fe-6451-40bb-913f-c68d9cbf9421 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4d0a34d-0d66-4d7b-8341-b9278493b7bd {
  text-align: center;
}




  #s-f4d0a34d-0d66-4d7b-8341-b9278493b7bd img.shogun-image {
    
    width: px;
  }


#s-f4d0a34d-0d66-4d7b-8341-b9278493b7bd .shogun-image-content {
  
    align-items: center;
  
}

#s-4f15e105-3d1f-4ea5-bea4-afe746828816 {
  text-align: center;
}




  #s-4f15e105-3d1f-4ea5-bea4-afe746828816 img.shogun-image {
    
    width: px;
  }


#s-4f15e105-3d1f-4ea5-bea4-afe746828816 .shogun-image-content {
  
    align-items: center;
  
}

#s-66828a18-7573-4182-8437-acbcc5a3f2cc {
  text-align: center;
}




  #s-66828a18-7573-4182-8437-acbcc5a3f2cc img.shogun-image {
    
    width: px;
  }


#s-66828a18-7573-4182-8437-acbcc5a3f2cc .shogun-image-content {
  
    align-items: center;
  
}

#s-555657fe-75e4-4d41-a6eb-972cfa678306 {
  text-align: center;
}




  #s-555657fe-75e4-4d41-a6eb-972cfa678306 img.shogun-image {
    
    width: px;
  }


#s-555657fe-75e4-4d41-a6eb-972cfa678306 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6809473-b798-43dc-b7c4-67e6bf264d51 {
  min-height: 25px;
}








#s-f6809473-b798-43dc-b7c4-67e6bf264d51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6809473-b798-43dc-b7c4-67e6bf264d51.shg-box.shg-c {
  justify-content: center;
}

#s-daee632b-56ed-4171-b5c3-c778852a533a {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-daee632b-56ed-4171-b5c3-c778852a533a {
  display: none;
}
#s-daee632b-56ed-4171-b5c3-c778852a533a, #wrap-s-daee632b-56ed-4171-b5c3-c778852a533a { display:none !important; }}







#s-daee632b-56ed-4171-b5c3-c778852a533a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daee632b-56ed-4171-b5c3-c778852a533a.shg-box.shg-c {
  justify-content: center;
}

#s-17c74db0-45e5-43f3-a497-345b96936c05 {
  min-height: 25px;
}








#s-17c74db0-45e5-43f3-a497-345b96936c05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17c74db0-45e5-43f3-a497-345b96936c05.shg-box.shg-c {
  justify-content: center;
}

#s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5 {
  margin-left: 20px;
margin-right: 20px;
}
@media (min-width: 1200px){#s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5 {
  display: none;
}
#s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5, #wrap-s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5 {
  display: none;
}
#s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5, #wrap-s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5 {
  display: none;
}
#s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5, #wrap-s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-32d9cac0-5eb4-4358-9f7a-48ac9604d1a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-21fe2df2-f56c-4905-b6cc-14607afd3608 {
  text-align: center;
}




  #s-21fe2df2-f56c-4905-b6cc-14607afd3608 img.shogun-image {
    
    width: px;
  }


#s-21fe2df2-f56c-4905-b6cc-14607afd3608 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a5b0b0b-7d68-4e42-b5c2-83f0e17e65ef {
  text-align: center;
}




  #s-0a5b0b0b-7d68-4e42-b5c2-83f0e17e65ef img.shogun-image {
    
    width: px;
  }


#s-0a5b0b0b-7d68-4e42-b5c2-83f0e17e65ef .shogun-image-content {
  
    align-items: center;
  
}

#s-306d8d72-99b2-416f-ae86-23151e3cb2e0 {
  text-align: center;
}




  #s-306d8d72-99b2-416f-ae86-23151e3cb2e0 img.shogun-image {
    
    width: px;
  }


#s-306d8d72-99b2-416f-ae86-23151e3cb2e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b0403dd-acc8-4406-aaf8-44f5d2c1b1ba {
  text-align: center;
}




  #s-8b0403dd-acc8-4406-aaf8-44f5d2c1b1ba img.shogun-image {
    
    width: px;
  }


#s-8b0403dd-acc8-4406-aaf8-44f5d2c1b1ba .shogun-image-content {
  
    align-items: center;
  
}

#s-2ac8e3d3-ff56-489b-a9cc-0569cb753ce2 {
  text-align: center;
}




  #s-2ac8e3d3-ff56-489b-a9cc-0569cb753ce2 img.shogun-image {
    
    width: px;
  }


#s-2ac8e3d3-ff56-489b-a9cc-0569cb753ce2 .shogun-image-content {
  
    align-items: center;
  
}

#s-10393c3b-74bb-442c-8c88-5831ad160737 {
  text-align: center;
}




  #s-10393c3b-74bb-442c-8c88-5831ad160737 img.shogun-image {
    
    width: px;
  }


#s-10393c3b-74bb-442c-8c88-5831ad160737 .shogun-image-content {
  
    align-items: center;
  
}

#s-16d9489b-b98c-4657-a2c4-fd1aec763404 {
  margin-left: 80px;
margin-right: 80px;
}
@media (max-width: 767px){#s-16d9489b-b98c-4657-a2c4-fd1aec763404 {
  display: none;
}
#s-16d9489b-b98c-4657-a2c4-fd1aec763404, #wrap-s-16d9489b-b98c-4657-a2c4-fd1aec763404 { display:none !important; }}
@media (min-width: 0px) {
[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 40.0px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 66.66666666666667px);
}

[id="s-16d9489b-b98c-4657-a2c4-fd1aec763404"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 66.66666666666667px);
}

}

#s-0dd088b2-924a-4589-9029-de8f51b83a12 {
  text-align: center;
}




  #s-0dd088b2-924a-4589-9029-de8f51b83a12 img.shogun-image {
    
    width: px;
  }


#s-0dd088b2-924a-4589-9029-de8f51b83a12 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e0faf3e-03f1-4440-adf7-bd2b99234724 {
  text-align: center;
}




  #s-3e0faf3e-03f1-4440-adf7-bd2b99234724 img.shogun-image {
    
    width: px;
  }


#s-3e0faf3e-03f1-4440-adf7-bd2b99234724 .shogun-image-content {
  
    align-items: center;
  
}

#s-197956aa-fd58-4611-9da1-f5deae8dc660 {
  text-align: center;
}




  #s-197956aa-fd58-4611-9da1-f5deae8dc660 img.shogun-image {
    
    width: px;
  }


#s-197956aa-fd58-4611-9da1-f5deae8dc660 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7755d71-fa7c-4227-9f9a-f74d38c76b2f {
  text-align: center;
}




  #s-c7755d71-fa7c-4227-9f9a-f74d38c76b2f img.shogun-image {
    
    width: px;
  }


#s-c7755d71-fa7c-4227-9f9a-f74d38c76b2f .shogun-image-content {
  
    align-items: center;
  
}

#s-039d46d5-1263-4039-aacc-5f7a4abc5f7f {
  text-align: center;
}




  #s-039d46d5-1263-4039-aacc-5f7a4abc5f7f img.shogun-image {
    
    width: px;
  }


#s-039d46d5-1263-4039-aacc-5f7a4abc5f7f .shogun-image-content {
  
    align-items: center;
  
}

#s-ce0699e7-bcbb-43b9-8128-eb951f512fcc {
  text-align: center;
}




  #s-ce0699e7-bcbb-43b9-8128-eb951f512fcc img.shogun-image {
    
    width: px;
  }


#s-ce0699e7-bcbb-43b9-8128-eb951f512fcc .shogun-image-content {
  
    align-items: center;
  
}

#s-c5318ffa-022f-4c39-afb0-108ee9bae059 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c5318ffa-022f-4c39-afb0-108ee9bae059 {
  display: none;
}
#s-c5318ffa-022f-4c39-afb0-108ee9bae059, #wrap-s-c5318ffa-022f-4c39-afb0-108ee9bae059 { display:none !important; }}







#s-c5318ffa-022f-4c39-afb0-108ee9bae059 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5318ffa-022f-4c39-afb0-108ee9bae059.shg-box.shg-c {
  justify-content: center;
}

#s-b85fe366-12aa-43e3-8f2c-c23f3dd00052 {
  min-height: 25px;
}








#s-b85fe366-12aa-43e3-8f2c-c23f3dd00052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b85fe366-12aa-43e3-8f2c-c23f3dd00052.shg-box.shg-c {
  justify-content: center;
}

#s-83f4d5d5-2359-4b8b-b246-3f50ef60274e {
  background-color: rgba(255, 247, 237, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-83f4d5d5-2359-4b8b-b246-3f50ef60274e {
  
}
}@media (max-width: 767px){#s-83f4d5d5-2359-4b8b-b246-3f50ef60274e {
  
}
}
@media (min-width: 0px) {
[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-83f4d5d5-2359-4b8b-b246-3f50ef60274e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-936fe607-227a-46c7-b30b-dd6686c78380 {
  text-align: center;
}




  #s-936fe607-227a-46c7-b30b-dd6686c78380 img.shogun-image {
    
    width: px;
  }


#s-936fe607-227a-46c7-b30b-dd6686c78380 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b18c2b6-d9a3-42d2-aa30-54ae16ffe6d4 {
  min-height: 50px;
}








#s-8b18c2b6-d9a3-42d2-aa30-54ae16ffe6d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b18c2b6-d9a3-42d2-aa30-54ae16ffe6d4.shg-box.shg-c {
  justify-content: center;
}

#s-969b5526-8885-4490-a3c3-056da88d9ba8 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-969b5526-8885-4490-a3c3-056da88d9ba8:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-969b5526-8885-4490-a3c3-056da88d9ba8:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-969b5526-8885-4490-a3c3-056da88d9ba8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-969b5526-8885-4490-a3c3-056da88d9ba8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-969b5526-8885-4490-a3c3-056da88d9ba8 {
  
}
}@media (max-width: 767px){#s-969b5526-8885-4490-a3c3-056da88d9ba8 {
  display: none;
}
#s-969b5526-8885-4490-a3c3-056da88d9ba8, #wrap-s-969b5526-8885-4490-a3c3-056da88d9ba8 { display:none !important; }}


#s-969b5526-8885-4490-a3c3-056da88d9ba8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-196481d1-761c-4ec2-8d4c-edd8e50533be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-196481d1-761c-4ec2-8d4c-edd8e50533be .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f4b84cd5-2862-4518-92d5-8c0e6d250379 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-f4b84cd5-2862-4518-92d5-8c0e6d250379:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f4b84cd5-2862-4518-92d5-8c0e6d250379:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f4b84cd5-2862-4518-92d5-8c0e6d250379 {
  display: none;
}
#s-f4b84cd5-2862-4518-92d5-8c0e6d250379, #wrap-s-f4b84cd5-2862-4518-92d5-8c0e6d250379 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4b84cd5-2862-4518-92d5-8c0e6d250379 {
  display: none;
}
#s-f4b84cd5-2862-4518-92d5-8c0e6d250379, #wrap-s-f4b84cd5-2862-4518-92d5-8c0e6d250379 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4b84cd5-2862-4518-92d5-8c0e6d250379 {
  display: none;
}
#s-f4b84cd5-2862-4518-92d5-8c0e6d250379, #wrap-s-f4b84cd5-2862-4518-92d5-8c0e6d250379 { display:none !important; }}@media (max-width: 767px){#s-f4b84cd5-2862-4518-92d5-8c0e6d250379 {
  
}
}


#s-f4b84cd5-2862-4518-92d5-8c0e6d250379.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-f25040b2-0812-4ca8-8f6f-e6187e422174 {
  min-height: 50px;
}








#s-f25040b2-0812-4ca8-8f6f-e6187e422174 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f25040b2-0812-4ca8-8f6f-e6187e422174.shg-box.shg-c {
  justify-content: center;
}

#s-112ab529-bbfb-4a1c-811a-9ecf626b1b6c {
  min-height: 50px;
}








#s-112ab529-bbfb-4a1c-811a-9ecf626b1b6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-112ab529-bbfb-4a1c-811a-9ecf626b1b6c.shg-box.shg-c {
  justify-content: center;
}

#s-f2944d1d-c511-440c-b839-7d21be80c5b5 {
  min-height: 50px;
}








#s-f2944d1d-c511-440c-b839-7d21be80c5b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2944d1d-c511-440c-b839-7d21be80c5b5.shg-box.shg-c {
  justify-content: center;
}

#s-0d719fa0-70f3-4ff4-b7d8-3b837d2268aa {
  min-height: 50px;
}
@media (max-width: 767px){#s-0d719fa0-70f3-4ff4-b7d8-3b837d2268aa {
  display: none;
}
#s-0d719fa0-70f3-4ff4-b7d8-3b837d2268aa, #wrap-s-0d719fa0-70f3-4ff4-b7d8-3b837d2268aa { display:none !important; }}







#s-0d719fa0-70f3-4ff4-b7d8-3b837d2268aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d719fa0-70f3-4ff4-b7d8-3b837d2268aa.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-cdedbe9d-acdc-4931-b286-0be03f681dcf {
  display: none;
}
#s-cdedbe9d-acdc-4931-b286-0be03f681dcf, #wrap-s-cdedbe9d-acdc-4931-b286-0be03f681dcf { display:none !important; }}
@media (min-width: 0px) {
[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cdedbe9d-acdc-4931-b286-0be03f681dcf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f42f4c3d-e284-4f92-80eb-55b4203e880b {
  text-align: center;
}




  #s-f42f4c3d-e284-4f92-80eb-55b4203e880b img.shogun-image {
    
    width: px;
  }


#s-f42f4c3d-e284-4f92-80eb-55b4203e880b .shogun-image-content {
  
    align-items: center;
  
}

#s-f6839dc1-51a3-4667-960d-03ca66cdd3ca {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f6839dc1-51a3-4667-960d-03ca66cdd3ca {
  display: none;
}
#s-f6839dc1-51a3-4667-960d-03ca66cdd3ca, #wrap-s-f6839dc1-51a3-4667-960d-03ca66cdd3ca { display:none !important; }}







#s-f6839dc1-51a3-4667-960d-03ca66cdd3ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6839dc1-51a3-4667-960d-03ca66cdd3ca.shg-box.shg-c {
  justify-content: center;
}

#s-be320fdd-c106-49b0-b314-0efdbf7efb20 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be320fdd-c106-49b0-b314-0efdbf7efb20 {
  display: none;
}
#s-be320fdd-c106-49b0-b314-0efdbf7efb20, #wrap-s-be320fdd-c106-49b0-b314-0efdbf7efb20 { display:none !important; }}







#s-be320fdd-c106-49b0-b314-0efdbf7efb20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be320fdd-c106-49b0-b314-0efdbf7efb20.shg-box.shg-c {
  justify-content: center;
}

#s-3db1018f-a42d-45ae-94e7-04b33a2f4401 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3db1018f-a42d-45ae-94e7-04b33a2f4401 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b2966a95-1902-4c80-a2cc-8a76b7811632 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2966a95-1902-4c80-a2cc-8a76b7811632 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-278a7c95-1bb4-401d-92d7-26b5f2fd85e7 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-278a7c95-1bb4-401d-92d7-26b5f2fd85e7 {
  display: none;
}
#s-278a7c95-1bb4-401d-92d7-26b5f2fd85e7, #wrap-s-278a7c95-1bb4-401d-92d7-26b5f2fd85e7 { display:none !important; }}







#s-278a7c95-1bb4-401d-92d7-26b5f2fd85e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-278a7c95-1bb4-401d-92d7-26b5f2fd85e7.shg-box.shg-c {
  justify-content: center;
}

#s-e912965c-2b11-4794-8e33-ce9d2a88e733 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-e912965c-2b11-4794-8e33-ce9d2a88e733:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e912965c-2b11-4794-8e33-ce9d2a88e733:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e912965c-2b11-4794-8e33-ce9d2a88e733 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e912965c-2b11-4794-8e33-ce9d2a88e733 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e912965c-2b11-4794-8e33-ce9d2a88e733 {
  
}
}


#s-e912965c-2b11-4794-8e33-ce9d2a88e733.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-b77f6caf-750a-45b3-be86-87ac6f3d6e46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b77f6caf-750a-45b3-be86-87ac6f3d6e46 {
  display: none;
}
#s-b77f6caf-750a-45b3-be86-87ac6f3d6e46, #wrap-s-b77f6caf-750a-45b3-be86-87ac6f3d6e46 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b77f6caf-750a-45b3-be86-87ac6f3d6e46 {
  display: none;
}
#s-b77f6caf-750a-45b3-be86-87ac6f3d6e46, #wrap-s-b77f6caf-750a-45b3-be86-87ac6f3d6e46 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b77f6caf-750a-45b3-be86-87ac6f3d6e46 {
  display: none;
}
#s-b77f6caf-750a-45b3-be86-87ac6f3d6e46, #wrap-s-b77f6caf-750a-45b3-be86-87ac6f3d6e46 { display:none !important; }}
#s-b77f6caf-750a-45b3-be86-87ac6f3d6e46 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-75201678-0971-41bf-b488-a360e226a46d {
  display: none;
}
#s-75201678-0971-41bf-b488-a360e226a46d, #wrap-s-75201678-0971-41bf-b488-a360e226a46d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75201678-0971-41bf-b488-a360e226a46d {
  display: none;
}
#s-75201678-0971-41bf-b488-a360e226a46d, #wrap-s-75201678-0971-41bf-b488-a360e226a46d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75201678-0971-41bf-b488-a360e226a46d {
  display: none;
}
#s-75201678-0971-41bf-b488-a360e226a46d, #wrap-s-75201678-0971-41bf-b488-a360e226a46d { display:none !important; }}
@media (min-width: 0px) {
[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-75201678-0971-41bf-b488-a360e226a46d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9d60d72f-c117-4271-9c9b-6e77ec51f90d {
  min-height: 50px;
}








#s-9d60d72f-c117-4271-9c9b-6e77ec51f90d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d60d72f-c117-4271-9c9b-6e77ec51f90d.shg-box.shg-c {
  justify-content: center;
}

#s-b29d9c7a-8614-42a2-8e02-53514dea99b0 {
  text-align: center;
}




  #s-b29d9c7a-8614-42a2-8e02-53514dea99b0 img.shogun-image {
    
    width: px;
  }


#s-b29d9c7a-8614-42a2-8e02-53514dea99b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d75ffcd-0b62-4cea-8ba5-b703ec12afa6 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d75ffcd-0b62-4cea-8ba5-b703ec12afa6 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-83f38cb8-188b-445b-ac4b-e9fa7bf34b09 {
  min-height: 50px;
}








#s-83f38cb8-188b-445b-ac4b-e9fa7bf34b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83f38cb8-188b-445b-ac4b-e9fa7bf34b09.shg-box.shg-c {
  justify-content: center;
}

#s-a8afe926-7c4a-4957-8993-a168129df95b {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(241, 153, 42, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-a8afe926-7c4a-4957-8993-a168129df95b:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a8afe926-7c4a-4957-8993-a168129df95b:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a8afe926-7c4a-4957-8993-a168129df95b {
  display: none;
}
#s-a8afe926-7c4a-4957-8993-a168129df95b, #wrap-s-a8afe926-7c4a-4957-8993-a168129df95b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8afe926-7c4a-4957-8993-a168129df95b {
  display: none;
}
#s-a8afe926-7c4a-4957-8993-a168129df95b, #wrap-s-a8afe926-7c4a-4957-8993-a168129df95b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8afe926-7c4a-4957-8993-a168129df95b {
  display: none;
}
#s-a8afe926-7c4a-4957-8993-a168129df95b, #wrap-s-a8afe926-7c4a-4957-8993-a168129df95b { display:none !important; }}


#s-a8afe926-7c4a-4957-8993-a168129df95b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-f72012ad-6fc5-412a-8116-ba7663cb8b17 {
  min-height: 50px;
}
@media (max-width: 767px){#s-f72012ad-6fc5-412a-8116-ba7663cb8b17 {
  display: none;
}
#s-f72012ad-6fc5-412a-8116-ba7663cb8b17, #wrap-s-f72012ad-6fc5-412a-8116-ba7663cb8b17 { display:none !important; }}







#s-f72012ad-6fc5-412a-8116-ba7663cb8b17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f72012ad-6fc5-412a-8116-ba7663cb8b17.shg-box.shg-c {
  justify-content: center;
}

#s-a442c93b-c25f-45a4-ba17-4011e62a5680 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a442c93b-c25f-45a4-ba17-4011e62a5680 {
  display: none;
}
#s-a442c93b-c25f-45a4-ba17-4011e62a5680, #wrap-s-a442c93b-c25f-45a4-ba17-4011e62a5680 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a442c93b-c25f-45a4-ba17-4011e62a5680 {
  display: none;
}
#s-a442c93b-c25f-45a4-ba17-4011e62a5680, #wrap-s-a442c93b-c25f-45a4-ba17-4011e62a5680 { display:none !important; }}







#s-a442c93b-c25f-45a4-ba17-4011e62a5680 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a442c93b-c25f-45a4-ba17-4011e62a5680.shg-box.shg-c {
  justify-content: center;
}

#s-65bc0c0b-2c11-4dc6-8f7b-ec8af694dda2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 247, 237, 1);
}

#s-65bc0c0b-2c11-4dc6-8f7b-ec8af694dda2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4d592c0d-ceed-4231-a24a-07d866516872 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4d592c0d-ceed-4231-a24a-07d866516872 {
  display: none;
}
#s-4d592c0d-ceed-4231-a24a-07d866516872, #wrap-s-4d592c0d-ceed-4231-a24a-07d866516872 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d592c0d-ceed-4231-a24a-07d866516872 {
  display: none;
}
#s-4d592c0d-ceed-4231-a24a-07d866516872, #wrap-s-4d592c0d-ceed-4231-a24a-07d866516872 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d592c0d-ceed-4231-a24a-07d866516872 {
  display: none;
}
#s-4d592c0d-ceed-4231-a24a-07d866516872, #wrap-s-4d592c0d-ceed-4231-a24a-07d866516872 { display:none !important; }}







#s-4d592c0d-ceed-4231-a24a-07d866516872 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d592c0d-ceed-4231-a24a-07d866516872.shg-box.shg-c {
  justify-content: center;
}

#s-91aa8eb0-806a-489f-9cb0-233783add209 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 247, 237, 1);
}
@media (min-width: 1200px){#s-91aa8eb0-806a-489f-9cb0-233783add209 {
  display: none;
}
#s-91aa8eb0-806a-489f-9cb0-233783add209, #wrap-s-91aa8eb0-806a-489f-9cb0-233783add209 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91aa8eb0-806a-489f-9cb0-233783add209 {
  display: none;
}
#s-91aa8eb0-806a-489f-9cb0-233783add209, #wrap-s-91aa8eb0-806a-489f-9cb0-233783add209 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91aa8eb0-806a-489f-9cb0-233783add209 {
  display: none;
}
#s-91aa8eb0-806a-489f-9cb0-233783add209, #wrap-s-91aa8eb0-806a-489f-9cb0-233783add209 { display:none !important; }}
#s-91aa8eb0-806a-489f-9cb0-233783add209 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-865c9d2e-1b32-40c2-807f-43c696639219 {
  background-color: rgba(145, 26, 29, 1);
}

@media (min-width: 0px) {
[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-865c9d2e-1b32-40c2-807f-43c696639219"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-03815cb5-97d9-45d4-ae73-e341989638ec {
  text-align: center;
}




  #s-03815cb5-97d9-45d4-ae73-e341989638ec img.shogun-image {
    
    width: px;
  }


#s-03815cb5-97d9-45d4-ae73-e341989638ec .shogun-image-content {
  
    align-items: center;
  
}

#s-53402fa0-3ba0-4e34-82d6-5d7f689a941b {
  min-height: 50px;
}








#s-53402fa0-3ba0-4e34-82d6-5d7f689a941b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53402fa0-3ba0-4e34-82d6-5d7f689a941b.shg-box.shg-c {
  justify-content: center;
}

#s-998f7ca6-33f4-4920-a986-65d06eb62b6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-998f7ca6-33f4-4920-a986-65d06eb62b6e .shogun-heading-component h5 {
  color: rgba(255, 247, 237, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b82f8d15-8246-4b96-9d7a-953c591a654d {
  text-align: center;
}




  #s-b82f8d15-8246-4b96-9d7a-953c591a654d img.shogun-image {
    
    width: px;
  }


#s-b82f8d15-8246-4b96-9d7a-953c591a654d .shogun-image-content {
  
    align-items: center;
  
}

#s-c774f21c-bbe6-4d22-891f-dc96fa36cd23 {
  min-height: 50px;
}








#s-c774f21c-bbe6-4d22-891f-dc96fa36cd23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c774f21c-bbe6-4d22-891f-dc96fa36cd23.shg-box.shg-c {
  justify-content: center;
}

.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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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);
}

@media (min-width: 1200px){#s-a88d2a58-ee26-4aab-995f-8b6e6b8307dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a88d2a58-ee26-4aab-995f-8b6e6b8307dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a88d2a58-ee26-4aab-995f-8b6e6b8307dc {
  
}
}@media (max-width: 767px){#s-a88d2a58-ee26-4aab-995f-8b6e6b8307dc {
  
}
}
#s-a88d2a58-ee26-4aab-995f-8b6e6b8307dc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-a88d2a58-ee26-4aab-995f-8b6e6b8307dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 247, 237, 1);
  padding: 10px;
}

#s-a88d2a58-ee26-4aab-995f-8b6e6b8307dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a88d2a58-ee26-4aab-995f-8b6e6b8307dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a88d2a58-ee26-4aab-995f-8b6e6b8307dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-a88d2a58-ee26-4aab-995f-8b6e6b8307dc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 1200px){#s-d4ca5b49-0956-4874-b693-de1c9971dfb9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4ca5b49-0956-4874-b693-de1c9971dfb9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4ca5b49-0956-4874-b693-de1c9971dfb9 {
  
}
}@media (max-width: 767px){#s-d4ca5b49-0956-4874-b693-de1c9971dfb9 {
  
}
}
#s-d4ca5b49-0956-4874-b693-de1c9971dfb9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-d4ca5b49-0956-4874-b693-de1c9971dfb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 247, 237, 1);
  padding: 10px;
}

#s-d4ca5b49-0956-4874-b693-de1c9971dfb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d4ca5b49-0956-4874-b693-de1c9971dfb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-d4ca5b49-0956-4874-b693-de1c9971dfb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-d4ca5b49-0956-4874-b693-de1c9971dfb9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-071b910b-1256-4f08-9cb0-6877e867df25 {
  min-height: 50px;
}








#s-071b910b-1256-4f08-9cb0-6877e867df25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-071b910b-1256-4f08-9cb0-6877e867df25.shg-box.shg-c {
  justify-content: center;
}

#s-47a20ea1-8c96-46f1-ab2e-76151378abec {
  min-height: 50px;
}








#s-47a20ea1-8c96-46f1-ab2e-76151378abec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47a20ea1-8c96-46f1-ab2e-76151378abec.shg-box.shg-c {
  justify-content: center;
}

#s-48dd370d-0be5-4600-b686-8a122e187999 {
  min-height: 50px;
}








#s-48dd370d-0be5-4600-b686-8a122e187999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48dd370d-0be5-4600-b686-8a122e187999.shg-box.shg-c {
  justify-content: center;
}

#s-9709964c-3f8a-4b48-aa0f-1c214c2d9b40 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-9709964c-3f8a-4b48-aa0f-1c214c2d9b40:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9709964c-3f8a-4b48-aa0f-1c214c2d9b40:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9709964c-3f8a-4b48-aa0f-1c214c2d9b40 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9709964c-3f8a-4b48-aa0f-1c214c2d9b40 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9709964c-3f8a-4b48-aa0f-1c214c2d9b40 {
  
}
}


#s-9709964c-3f8a-4b48-aa0f-1c214c2d9b40.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-8bb22dac-bc8c-4bef-a650-d420624227eb {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8bb22dac-bc8c-4bef-a650-d420624227eb {
  display: none;
}
#s-8bb22dac-bc8c-4bef-a650-d420624227eb, #wrap-s-8bb22dac-bc8c-4bef-a650-d420624227eb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bb22dac-bc8c-4bef-a650-d420624227eb {
  display: none;
}
#s-8bb22dac-bc8c-4bef-a650-d420624227eb, #wrap-s-8bb22dac-bc8c-4bef-a650-d420624227eb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8bb22dac-bc8c-4bef-a650-d420624227eb {
  display: none;
}
#s-8bb22dac-bc8c-4bef-a650-d420624227eb, #wrap-s-8bb22dac-bc8c-4bef-a650-d420624227eb { display:none !important; }}







#s-8bb22dac-bc8c-4bef-a650-d420624227eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bb22dac-bc8c-4bef-a650-d420624227eb.shg-box.shg-c {
  justify-content: center;
}

#s-2312a1fc-277d-4b4e-a7aa-607d09b45770 {
  background-color: rgba(96, 197, 81, 1);
}

@media (min-width: 0px) {
[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2312a1fc-277d-4b4e-a7aa-607d09b45770"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-698bd7d0-a651-462e-8a42-96eb5bbc67eb {
  text-align: center;
}




  #s-698bd7d0-a651-462e-8a42-96eb5bbc67eb img.shogun-image {
    
    width: px;
  }


#s-698bd7d0-a651-462e-8a42-96eb5bbc67eb .shogun-image-content {
  
    align-items: center;
  
}

#s-9000b8ba-53aa-443b-b9bc-bc3fef004c4f {
  min-height: 50px;
}








#s-9000b8ba-53aa-443b-b9bc-bc3fef004c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9000b8ba-53aa-443b-b9bc-bc3fef004c4f.shg-box.shg-c {
  justify-content: center;
}

#s-aa370260-c90e-49c0-8fba-42645cbf9cf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa370260-c90e-49c0-8fba-42645cbf9cf4 .shogun-heading-component h5 {
  color: rgba(255, 247, 237, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-84b70fae-05ef-4bc9-879f-d1a01341763d {
  text-align: center;
}




  #s-84b70fae-05ef-4bc9-879f-d1a01341763d img.shogun-image {
    
    width: px;
  }


#s-84b70fae-05ef-4bc9-879f-d1a01341763d .shogun-image-content {
  
    align-items: center;
  
}

#s-bcde1c8a-acad-43ba-80b4-f9a0627231d5 {
  min-height: 50px;
}








#s-bcde1c8a-acad-43ba-80b4-f9a0627231d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcde1c8a-acad-43ba-80b4-f9a0627231d5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-b60603b9-6bfc-48c3-9d2d-ad7f8277eca9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b60603b9-6bfc-48c3-9d2d-ad7f8277eca9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b60603b9-6bfc-48c3-9d2d-ad7f8277eca9 {
  
}
}@media (max-width: 767px){#s-b60603b9-6bfc-48c3-9d2d-ad7f8277eca9 {
  
}
}
#s-b60603b9-6bfc-48c3-9d2d-ad7f8277eca9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-b60603b9-6bfc-48c3-9d2d-ad7f8277eca9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 247, 237, 1);
  padding: 10px;
}

#s-b60603b9-6bfc-48c3-9d2d-ad7f8277eca9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b60603b9-6bfc-48c3-9d2d-ad7f8277eca9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-b60603b9-6bfc-48c3-9d2d-ad7f8277eca9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-b60603b9-6bfc-48c3-9d2d-ad7f8277eca9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6fabd1ab-2fb1-40f7-a378-c9928078d8c5 {
  min-height: 50px;
}








#s-6fabd1ab-2fb1-40f7-a378-c9928078d8c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fabd1ab-2fb1-40f7-a378-c9928078d8c5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-34301caa-91a5-4f49-ba0d-1783adac17df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34301caa-91a5-4f49-ba0d-1783adac17df {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-34301caa-91a5-4f49-ba0d-1783adac17df {
  
}
}@media (max-width: 767px){#s-34301caa-91a5-4f49-ba0d-1783adac17df {
  
}
}
#s-34301caa-91a5-4f49-ba0d-1783adac17df > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-34301caa-91a5-4f49-ba0d-1783adac17df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 247, 237, 1);
  padding: 10px;
}

#s-34301caa-91a5-4f49-ba0d-1783adac17df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-34301caa-91a5-4f49-ba0d-1783adac17df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-34301caa-91a5-4f49-ba0d-1783adac17df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-34301caa-91a5-4f49-ba0d-1783adac17df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c6d2d9e7-39dd-4fd2-9795-ad3553a96902 {
  min-height: 50px;
}








#s-c6d2d9e7-39dd-4fd2-9795-ad3553a96902 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6d2d9e7-39dd-4fd2-9795-ad3553a96902.shg-box.shg-c {
  justify-content: center;
}

#s-43c301b7-e99d-4438-a8d2-e31e4b4947bc {
  min-height: 50px;
}








#s-43c301b7-e99d-4438-a8d2-e31e4b4947bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43c301b7-e99d-4438-a8d2-e31e4b4947bc.shg-box.shg-c {
  justify-content: center;
}

#s-e0073b44-5840-4cf1-818a-a9af91f78f96 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-e0073b44-5840-4cf1-818a-a9af91f78f96:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e0073b44-5840-4cf1-818a-a9af91f78f96:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-e0073b44-5840-4cf1-818a-a9af91f78f96 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0073b44-5840-4cf1-818a-a9af91f78f96 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0073b44-5840-4cf1-818a-a9af91f78f96 {
  
}
}


#s-e0073b44-5840-4cf1-818a-a9af91f78f96.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-f8af6dd1-d20a-4dcf-bf2e-d64e8458dc8a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f8af6dd1-d20a-4dcf-bf2e-d64e8458dc8a {
  display: none;
}
#s-f8af6dd1-d20a-4dcf-bf2e-d64e8458dc8a, #wrap-s-f8af6dd1-d20a-4dcf-bf2e-d64e8458dc8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8af6dd1-d20a-4dcf-bf2e-d64e8458dc8a {
  display: none;
}
#s-f8af6dd1-d20a-4dcf-bf2e-d64e8458dc8a, #wrap-s-f8af6dd1-d20a-4dcf-bf2e-d64e8458dc8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f8af6dd1-d20a-4dcf-bf2e-d64e8458dc8a {
  display: none;
}
#s-f8af6dd1-d20a-4dcf-bf2e-d64e8458dc8a, #wrap-s-f8af6dd1-d20a-4dcf-bf2e-d64e8458dc8a { display:none !important; }}







#s-f8af6dd1-d20a-4dcf-bf2e-d64e8458dc8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8af6dd1-d20a-4dcf-bf2e-d64e8458dc8a.shg-box.shg-c {
  justify-content: center;
}

#s-9f958b7a-cb48-4352-89df-97f0cba7d3ce {
  background-color: rgba(232, 28, 44, 1);
}

@media (min-width: 0px) {
[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9f958b7a-cb48-4352-89df-97f0cba7d3ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ddadf19f-b0a9-4c99-8581-71b7803e82a2 {
  text-align: center;
}




  #s-ddadf19f-b0a9-4c99-8581-71b7803e82a2 img.shogun-image {
    
    width: px;
  }


#s-ddadf19f-b0a9-4c99-8581-71b7803e82a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9f41b44-6451-4ac8-934d-3b9d86ac475c {
  min-height: 50px;
}








#s-a9f41b44-6451-4ac8-934d-3b9d86ac475c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9f41b44-6451-4ac8-934d-3b9d86ac475c.shg-box.shg-c {
  justify-content: center;
}

#s-1265225b-f72c-45f7-b03a-9d4d824327ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1265225b-f72c-45f7-b03a-9d4d824327ed .shogun-heading-component h5 {
  color: rgba(255, 247, 237, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a45d6a93-bd6e-47c3-b74e-87e931a9da0b {
  text-align: center;
}




  #s-a45d6a93-bd6e-47c3-b74e-87e931a9da0b img.shogun-image {
    
    width: px;
  }


#s-a45d6a93-bd6e-47c3-b74e-87e931a9da0b .shogun-image-content {
  
    align-items: center;
  
}

#s-df21464e-4fab-48f0-b490-0abb4ec41426 {
  min-height: 50px;
}








#s-df21464e-4fab-48f0-b490-0abb4ec41426 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df21464e-4fab-48f0-b490-0abb4ec41426.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-d0c01174-5fec-4d62-a315-321fbffcff45 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0c01174-5fec-4d62-a315-321fbffcff45 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0c01174-5fec-4d62-a315-321fbffcff45 {
  
}
}@media (max-width: 767px){#s-d0c01174-5fec-4d62-a315-321fbffcff45 {
  
}
}
#s-d0c01174-5fec-4d62-a315-321fbffcff45 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-d0c01174-5fec-4d62-a315-321fbffcff45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 247, 237, 1);
  padding: 10px;
}

#s-d0c01174-5fec-4d62-a315-321fbffcff45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d0c01174-5fec-4d62-a315-321fbffcff45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-d0c01174-5fec-4d62-a315-321fbffcff45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-d0c01174-5fec-4d62-a315-321fbffcff45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 1200px){#s-52c9ee3a-f750-4a1f-b599-a2152ada46e6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52c9ee3a-f750-4a1f-b599-a2152ada46e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52c9ee3a-f750-4a1f-b599-a2152ada46e6 {
  
}
}@media (max-width: 767px){#s-52c9ee3a-f750-4a1f-b599-a2152ada46e6 {
  
}
}
#s-52c9ee3a-f750-4a1f-b599-a2152ada46e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-52c9ee3a-f750-4a1f-b599-a2152ada46e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 247, 237, 1);
  padding: 10px;
}

#s-52c9ee3a-f750-4a1f-b599-a2152ada46e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-52c9ee3a-f750-4a1f-b599-a2152ada46e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-52c9ee3a-f750-4a1f-b599-a2152ada46e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-52c9ee3a-f750-4a1f-b599-a2152ada46e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-82537b97-6525-4f24-bdc4-b173fb84f5e6 {
  min-height: 50px;
}








#s-82537b97-6525-4f24-bdc4-b173fb84f5e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82537b97-6525-4f24-bdc4-b173fb84f5e6.shg-box.shg-c {
  justify-content: center;
}

#s-4658769f-0207-497a-b13d-dac8fcac51a4 {
  min-height: 50px;
}








#s-4658769f-0207-497a-b13d-dac8fcac51a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4658769f-0207-497a-b13d-dac8fcac51a4.shg-box.shg-c {
  justify-content: center;
}

#s-c42c7070-741f-45d8-a92f-bbae7dcac6c5 {
  min-height: 50px;
}








#s-c42c7070-741f-45d8-a92f-bbae7dcac6c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c42c7070-741f-45d8-a92f-bbae7dcac6c5.shg-box.shg-c {
  justify-content: center;
}

#s-aa708535-b241-4efc-809f-f620757512da {
  min-height: 50px;
}








#s-aa708535-b241-4efc-809f-f620757512da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa708535-b241-4efc-809f-f620757512da.shg-box.shg-c {
  justify-content: center;
}

#s-c15491c3-6b48-4a68-ab9e-3cd81f32c7d0 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-c15491c3-6b48-4a68-ab9e-3cd81f32c7d0:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c15491c3-6b48-4a68-ab9e-3cd81f32c7d0:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c15491c3-6b48-4a68-ab9e-3cd81f32c7d0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c15491c3-6b48-4a68-ab9e-3cd81f32c7d0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c15491c3-6b48-4a68-ab9e-3cd81f32c7d0 {
  
}
}


#s-c15491c3-6b48-4a68-ab9e-3cd81f32c7d0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-09edd842-1fc0-449f-ac71-7a9bdaa1ec1c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-09edd842-1fc0-449f-ac71-7a9bdaa1ec1c {
  display: none;
}
#s-09edd842-1fc0-449f-ac71-7a9bdaa1ec1c, #wrap-s-09edd842-1fc0-449f-ac71-7a9bdaa1ec1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09edd842-1fc0-449f-ac71-7a9bdaa1ec1c {
  display: none;
}
#s-09edd842-1fc0-449f-ac71-7a9bdaa1ec1c, #wrap-s-09edd842-1fc0-449f-ac71-7a9bdaa1ec1c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09edd842-1fc0-449f-ac71-7a9bdaa1ec1c {
  display: none;
}
#s-09edd842-1fc0-449f-ac71-7a9bdaa1ec1c, #wrap-s-09edd842-1fc0-449f-ac71-7a9bdaa1ec1c { display:none !important; }}







#s-09edd842-1fc0-449f-ac71-7a9bdaa1ec1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09edd842-1fc0-449f-ac71-7a9bdaa1ec1c.shg-box.shg-c {
  justify-content: center;
}

#s-b7d0825e-567d-4956-8c56-179af9d80bc1 {
  min-height: 50px;
}








#s-b7d0825e-567d-4956-8c56-179af9d80bc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7d0825e-567d-4956-8c56-179af9d80bc1.shg-box.shg-c {
  justify-content: center;
}

#s-3ac98c8b-3b5c-4538-9f3c-509d34e5a0f0 {
  min-height: 50px;
}








#s-3ac98c8b-3b5c-4538-9f3c-509d34e5a0f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ac98c8b-3b5c-4538-9f3c-509d34e5a0f0.shg-box.shg-c {
  justify-content: center;
}

#s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282 {
  background-color: rgba(103, 38, 102, 1);
}

@media (min-width: 0px) {
[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8d5b5c6a-cb76-4b53-9d10-3c9baefc6282"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-951e4e89-f4ec-464f-9a81-6a90598fee34 {
  text-align: center;
}




  #s-951e4e89-f4ec-464f-9a81-6a90598fee34 img.shogun-image {
    
    width: px;
  }


#s-951e4e89-f4ec-464f-9a81-6a90598fee34 .shogun-image-content {
  
    align-items: center;
  
}

#s-77f26141-7b38-4200-b5bd-d45057ab39af {
  min-height: 50px;
}








#s-77f26141-7b38-4200-b5bd-d45057ab39af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77f26141-7b38-4200-b5bd-d45057ab39af.shg-box.shg-c {
  justify-content: center;
}

#s-4fdc482b-2801-46ec-9529-e0b76806d545 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fdc482b-2801-46ec-9529-e0b76806d545 .shogun-heading-component h5 {
  color: rgba(255, 247, 237, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8a00c4b1-b9a7-4f92-8917-01529a31befb {
  text-align: center;
}




  #s-8a00c4b1-b9a7-4f92-8917-01529a31befb img.shogun-image {
    
    width: px;
  }


#s-8a00c4b1-b9a7-4f92-8917-01529a31befb .shogun-image-content {
  
    align-items: center;
  
}

#s-83f7a6e7-e841-42d8-9d1e-af4e0ef17b92 {
  min-height: 50px;
}








#s-83f7a6e7-e841-42d8-9d1e-af4e0ef17b92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83f7a6e7-e841-42d8-9d1e-af4e0ef17b92.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-a81ece20-89e0-479f-a1eb-4345733f7ac1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a81ece20-89e0-479f-a1eb-4345733f7ac1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a81ece20-89e0-479f-a1eb-4345733f7ac1 {
  
}
}@media (max-width: 767px){#s-a81ece20-89e0-479f-a1eb-4345733f7ac1 {
  
}
}
#s-a81ece20-89e0-479f-a1eb-4345733f7ac1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-a81ece20-89e0-479f-a1eb-4345733f7ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 247, 237, 1);
  padding: 10px;
}

#s-a81ece20-89e0-479f-a1eb-4345733f7ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a81ece20-89e0-479f-a1eb-4345733f7ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a81ece20-89e0-479f-a1eb-4345733f7ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-a81ece20-89e0-479f-a1eb-4345733f7ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 1200px){#s-2c6440e9-2f10-464e-a013-382939d241e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c6440e9-2f10-464e-a013-382939d241e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c6440e9-2f10-464e-a013-382939d241e7 {
  
}
}@media (max-width: 767px){#s-2c6440e9-2f10-464e-a013-382939d241e7 {
  
}
}
#s-2c6440e9-2f10-464e-a013-382939d241e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-2c6440e9-2f10-464e-a013-382939d241e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 247, 237, 1);
  padding: 10px;
}

#s-2c6440e9-2f10-464e-a013-382939d241e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2c6440e9-2f10-464e-a013-382939d241e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-2c6440e9-2f10-464e-a013-382939d241e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-2c6440e9-2f10-464e-a013-382939d241e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-43e5c0aa-c9af-4901-8fc5-74dd38b9b94b {
  min-height: 50px;
}








#s-43e5c0aa-c9af-4901-8fc5-74dd38b9b94b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43e5c0aa-c9af-4901-8fc5-74dd38b9b94b.shg-box.shg-c {
  justify-content: center;
}

#s-eb8ce22b-201a-427e-b6aa-c181a325a295 {
  min-height: 50px;
}








#s-eb8ce22b-201a-427e-b6aa-c181a325a295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb8ce22b-201a-427e-b6aa-c181a325a295.shg-box.shg-c {
  justify-content: center;
}

#s-4f05b43f-a227-4e06-a23d-dd5e7ebd5ca8 {
  min-height: 50px;
}








#s-4f05b43f-a227-4e06-a23d-dd5e7ebd5ca8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f05b43f-a227-4e06-a23d-dd5e7ebd5ca8.shg-box.shg-c {
  justify-content: center;
}

#s-d9910317-5d0d-4f0d-8076-5c52057d0499 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-d9910317-5d0d-4f0d-8076-5c52057d0499:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d9910317-5d0d-4f0d-8076-5c52057d0499:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d9910317-5d0d-4f0d-8076-5c52057d0499 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d9910317-5d0d-4f0d-8076-5c52057d0499 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d9910317-5d0d-4f0d-8076-5c52057d0499 {
  
}
}


#s-d9910317-5d0d-4f0d-8076-5c52057d0499.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-db3d5468-5d43-48c5-82a1-48621ba918c1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-db3d5468-5d43-48c5-82a1-48621ba918c1 {
  display: none;
}
#s-db3d5468-5d43-48c5-82a1-48621ba918c1, #wrap-s-db3d5468-5d43-48c5-82a1-48621ba918c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db3d5468-5d43-48c5-82a1-48621ba918c1 {
  display: none;
}
#s-db3d5468-5d43-48c5-82a1-48621ba918c1, #wrap-s-db3d5468-5d43-48c5-82a1-48621ba918c1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db3d5468-5d43-48c5-82a1-48621ba918c1 {
  display: none;
}
#s-db3d5468-5d43-48c5-82a1-48621ba918c1, #wrap-s-db3d5468-5d43-48c5-82a1-48621ba918c1 { display:none !important; }}







#s-db3d5468-5d43-48c5-82a1-48621ba918c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db3d5468-5d43-48c5-82a1-48621ba918c1.shg-box.shg-c {
  justify-content: center;
}

#s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b {
  background-color: rgba(250, 169, 24, 1);
}

@media (min-width: 0px) {
[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e93e66ae-a07e-49f4-a9dc-9748c7b5ec2b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-32245bfc-2a52-4ab6-9e8e-21cb51fd1b1d {
  text-align: center;
}




  #s-32245bfc-2a52-4ab6-9e8e-21cb51fd1b1d img.shogun-image {
    
    width: px;
  }


#s-32245bfc-2a52-4ab6-9e8e-21cb51fd1b1d .shogun-image-content {
  
    align-items: center;
  
}

#s-933dbc6a-e2a8-4174-a677-b6d4d21621be {
  min-height: 50px;
}








#s-933dbc6a-e2a8-4174-a677-b6d4d21621be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-933dbc6a-e2a8-4174-a677-b6d4d21621be.shg-box.shg-c {
  justify-content: center;
}

#s-d26e7688-638c-4694-a8c7-adf29346ea9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d26e7688-638c-4694-a8c7-adf29346ea9e .shogun-heading-component h5 {
  color: rgba(255, 247, 237, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-81d60fe0-3aa5-424d-b368-d6ce8c6fd5f9 {
  text-align: center;
}




  #s-81d60fe0-3aa5-424d-b368-d6ce8c6fd5f9 img.shogun-image {
    
    width: px;
  }


#s-81d60fe0-3aa5-424d-b368-d6ce8c6fd5f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-042ef4ab-30af-4633-9e69-cefcf53e3350 {
  min-height: 50px;
}








#s-042ef4ab-30af-4633-9e69-cefcf53e3350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042ef4ab-30af-4633-9e69-cefcf53e3350.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-12e4a4cc-1ef6-4b8b-9396-29560ae2b573 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-12e4a4cc-1ef6-4b8b-9396-29560ae2b573 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-12e4a4cc-1ef6-4b8b-9396-29560ae2b573 {
  
}
}@media (max-width: 767px){#s-12e4a4cc-1ef6-4b8b-9396-29560ae2b573 {
  
}
}
#s-12e4a4cc-1ef6-4b8b-9396-29560ae2b573 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-12e4a4cc-1ef6-4b8b-9396-29560ae2b573 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 247, 237, 1);
  padding: 10px;
}

#s-12e4a4cc-1ef6-4b8b-9396-29560ae2b573 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-12e4a4cc-1ef6-4b8b-9396-29560ae2b573 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-12e4a4cc-1ef6-4b8b-9396-29560ae2b573 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-12e4a4cc-1ef6-4b8b-9396-29560ae2b573 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
@media (min-width: 1200px){#s-1b6337b3-ebd0-48d4-ace3-3f42b60a5f9c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b6337b3-ebd0-48d4-ace3-3f42b60a5f9c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b6337b3-ebd0-48d4-ace3-3f42b60a5f9c {
  
}
}@media (max-width: 767px){#s-1b6337b3-ebd0-48d4-ace3-3f42b60a5f9c {
  
}
}
#s-1b6337b3-ebd0-48d4-ace3-3f42b60a5f9c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-1b6337b3-ebd0-48d4-ace3-3f42b60a5f9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 247, 237, 1);
  padding: 10px;
}

#s-1b6337b3-ebd0-48d4-ace3-3f42b60a5f9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1b6337b3-ebd0-48d4-ace3-3f42b60a5f9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-1b6337b3-ebd0-48d4-ace3-3f42b60a5f9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-1b6337b3-ebd0-48d4-ace3-3f42b60a5f9c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e35a7da6-e68f-4661-af51-7af7c7c85be4 {
  min-height: 50px;
}








#s-e35a7da6-e68f-4661-af51-7af7c7c85be4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e35a7da6-e68f-4661-af51-7af7c7c85be4.shg-box.shg-c {
  justify-content: center;
}

#s-9f69ede3-cfc4-4ea5-b56a-4f7acd272f09 {
  min-height: 50px;
}








#s-9f69ede3-cfc4-4ea5-b56a-4f7acd272f09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f69ede3-cfc4-4ea5-b56a-4f7acd272f09.shg-box.shg-c {
  justify-content: center;
}

#s-fd362484-1e33-4d29-abbe-375f4bc4ee9e {
  min-height: 50px;
}








#s-fd362484-1e33-4d29-abbe-375f4bc4ee9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd362484-1e33-4d29-abbe-375f4bc4ee9e.shg-box.shg-c {
  justify-content: center;
}

#s-ec25f628-00d6-4184-8b73-c9280b4cccf2 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-ec25f628-00d6-4184-8b73-c9280b4cccf2:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ec25f628-00d6-4184-8b73-c9280b4cccf2:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-ec25f628-00d6-4184-8b73-c9280b4cccf2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ec25f628-00d6-4184-8b73-c9280b4cccf2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ec25f628-00d6-4184-8b73-c9280b4cccf2 {
  
}
}


#s-ec25f628-00d6-4184-8b73-c9280b4cccf2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-cf31c473-4389-4e7c-ab9c-98dd7bd76119 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-cf31c473-4389-4e7c-ab9c-98dd7bd76119 {
  display: none;
}
#s-cf31c473-4389-4e7c-ab9c-98dd7bd76119, #wrap-s-cf31c473-4389-4e7c-ab9c-98dd7bd76119 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf31c473-4389-4e7c-ab9c-98dd7bd76119 {
  display: none;
}
#s-cf31c473-4389-4e7c-ab9c-98dd7bd76119, #wrap-s-cf31c473-4389-4e7c-ab9c-98dd7bd76119 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf31c473-4389-4e7c-ab9c-98dd7bd76119 {
  display: none;
}
#s-cf31c473-4389-4e7c-ab9c-98dd7bd76119, #wrap-s-cf31c473-4389-4e7c-ab9c-98dd7bd76119 { display:none !important; }}







#s-cf31c473-4389-4e7c-ab9c-98dd7bd76119 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf31c473-4389-4e7c-ab9c-98dd7bd76119.shg-box.shg-c {
  justify-content: center;
}

#s-6c0a218d-0950-4b70-9c38-b63b505678f4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6c0a218d-0950-4b70-9c38-b63b505678f4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c0a218d-0950-4b70-9c38-b63b505678f4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c0a218d-0950-4b70-9c38-b63b505678f4 {
  
}
}@media (max-width: 767px){#s-6c0a218d-0950-4b70-9c38-b63b505678f4 {
  
}
}







#s-6c0a218d-0950-4b70-9c38-b63b505678f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c0a218d-0950-4b70-9c38-b63b505678f4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1bed63a2-bc5c-49c0-b8c8-70e2815977ef {
  min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 1200px){#s-1bed63a2-bc5c-49c0-b8c8-70e2815977ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1bed63a2-bc5c-49c0-b8c8-70e2815977ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1bed63a2-bc5c-49c0-b8c8-70e2815977ef {
  
}
}@media (max-width: 767px){#s-1bed63a2-bc5c-49c0-b8c8-70e2815977ef {
  
}
}







#s-1bed63a2-bc5c-49c0-b8c8-70e2815977ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bed63a2-bc5c-49c0-b8c8-70e2815977ef.shg-box.shg-c {
  justify-content: center;
}

#s-caed129e-7326-4389-8f1f-679f49fec675 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-caed129e-7326-4389-8f1f-679f49fec675 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-897ebd2a-8f10-4014-b727-73fe37f8ac3a {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}
@media (min-width: 1200px){#s-897ebd2a-8f10-4014-b727-73fe37f8ac3a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-897ebd2a-8f10-4014-b727-73fe37f8ac3a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-897ebd2a-8f10-4014-b727-73fe37f8ac3a {
  
}
}@media (max-width: 767px){#s-897ebd2a-8f10-4014-b727-73fe37f8ac3a {
  
}
}
@media (min-width: 0px) {
[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-897ebd2a-8f10-4014-b727-73fe37f8ac3a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-9e1cdb80-6479-4b01-bdff-d620c71a7a44 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9e1cdb80-6479-4b01-bdff-d620c71a7a44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e1cdb80-6479-4b01-bdff-d620c71a7a44.shg-box.shg-c {
  justify-content: flex-start;
}

#s-12f2285a-268d-47c0-a887-76cf368ba5ca {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-12f2285a-268d-47c0-a887-76cf368ba5ca .shogun-icon-wrapper {
  text-align: center;
}


#s-12f2285a-268d-47c0-a887-76cf368ba5ca .shogun-icon-wrapper > .shogun-icon {

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

#s-f977587a-c8f9-4404-9ca8-b06726ca74bf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-f977587a-c8f9-4404-9ca8-b06726ca74bf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f977587a-c8f9-4404-9ca8-b06726ca74bf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f977587a-c8f9-4404-9ca8-b06726ca74bf {
  
}
}@media (max-width: 767px){#s-f977587a-c8f9-4404-9ca8-b06726ca74bf {
  
}
}
#s-03f2cdd9-ac76-4493-a9fc-952f586ef9ce {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-03f2cdd9-ac76-4493-a9fc-952f586ef9ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03f2cdd9-ac76-4493-a9fc-952f586ef9ce.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3c00f484-4331-4f20-945b-8c15c69534eb {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-3c00f484-4331-4f20-945b-8c15c69534eb .shogun-icon-wrapper {
  text-align: center;
}


#s-3c00f484-4331-4f20-945b-8c15c69534eb .shogun-icon-wrapper > .shogun-icon {

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

#s-30804266-daa7-48b8-b86c-d3cb13925abc {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-30804266-daa7-48b8-b86c-d3cb13925abc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30804266-daa7-48b8-b86c-d3cb13925abc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-30804266-daa7-48b8-b86c-d3cb13925abc {
  
}
}@media (max-width: 767px){#s-30804266-daa7-48b8-b86c-d3cb13925abc {
  
}
}
#s-2d7f86ec-1e7e-4783-8a5c-bd5a6ddbcb94 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-2d7f86ec-1e7e-4783-8a5c-bd5a6ddbcb94:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d7f86ec-1e7e-4783-8a5c-bd5a6ddbcb94:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-2d7f86ec-1e7e-4783-8a5c-bd5a6ddbcb94 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2d7f86ec-1e7e-4783-8a5c-bd5a6ddbcb94 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2d7f86ec-1e7e-4783-8a5c-bd5a6ddbcb94 {
  
}
}@media (max-width: 767px){#s-2d7f86ec-1e7e-4783-8a5c-bd5a6ddbcb94 {
  display: none;
}
#s-2d7f86ec-1e7e-4783-8a5c-bd5a6ddbcb94, #wrap-s-2d7f86ec-1e7e-4783-8a5c-bd5a6ddbcb94 { display:none !important; }}


#s-2d7f86ec-1e7e-4783-8a5c-bd5a6ddbcb94.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-5b10be10-6104-4169-b6db-8cac71b86d3d {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5b10be10-6104-4169-b6db-8cac71b86d3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b10be10-6104-4169-b6db-8cac71b86d3d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5f5ff27f-0f26-4ce9-82cd-443c899a2d47 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-5f5ff27f-0f26-4ce9-82cd-443c899a2d47 .shogun-icon-wrapper {
  text-align: center;
}


#s-5f5ff27f-0f26-4ce9-82cd-443c899a2d47 .shogun-icon-wrapper > .shogun-icon {

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

#s-9f4390c7-bf96-4bbb-b390-30697454c3e3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-9f4390c7-bf96-4bbb-b390-30697454c3e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f4390c7-bf96-4bbb-b390-30697454c3e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f4390c7-bf96-4bbb-b390-30697454c3e3 {
  
}
}@media (max-width: 767px){#s-9f4390c7-bf96-4bbb-b390-30697454c3e3 {
  
}
}
#s-07094721-b4be-4419-896a-39ed0b6a4737 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-07094721-b4be-4419-896a-39ed0b6a4737:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-07094721-b4be-4419-896a-39ed0b6a4737:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-07094721-b4be-4419-896a-39ed0b6a4737 {
  display: none;
}
#s-07094721-b4be-4419-896a-39ed0b6a4737, #wrap-s-07094721-b4be-4419-896a-39ed0b6a4737 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07094721-b4be-4419-896a-39ed0b6a4737 {
  display: none;
}
#s-07094721-b4be-4419-896a-39ed0b6a4737, #wrap-s-07094721-b4be-4419-896a-39ed0b6a4737 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07094721-b4be-4419-896a-39ed0b6a4737 {
  display: none;
}
#s-07094721-b4be-4419-896a-39ed0b6a4737, #wrap-s-07094721-b4be-4419-896a-39ed0b6a4737 { display:none !important; }}


#s-07094721-b4be-4419-896a-39ed0b6a4737.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-49d05860-1fdb-4004-afa2-73624f006a68 {
  min-height: 50px;
}
@media (max-width: 767px){#s-49d05860-1fdb-4004-afa2-73624f006a68 {
  display: none;
}
#s-49d05860-1fdb-4004-afa2-73624f006a68, #wrap-s-49d05860-1fdb-4004-afa2-73624f006a68 { display:none !important; }}







#s-49d05860-1fdb-4004-afa2-73624f006a68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49d05860-1fdb-4004-afa2-73624f006a68.shg-box.shg-c {
  justify-content: center;
}

#s-1d3e4fbf-ce2e-4c53-9d37-985ef4533f0e {
  min-height: 50px;
}








#s-1d3e4fbf-ce2e-4c53-9d37-985ef4533f0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d3e4fbf-ce2e-4c53-9d37-985ef4533f0e.shg-box.shg-c {
  justify-content: center;
}

#s-bbf4bf6a-bc7d-4e1c-839b-40352d4e080b {
  min-height: 50px;
}








#s-bbf4bf6a-bc7d-4e1c-839b-40352d4e080b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbf4bf6a-bc7d-4e1c-839b-40352d4e080b.shg-box.shg-c {
  justify-content: center;
}

#s-2c4c7eb2-09de-46bc-9ce3-7ae01b4e6403 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2c4c7eb2-09de-46bc-9ce3-7ae01b4e6403 {
  
}
}
#s-2c4c7eb2-09de-46bc-9ce3-7ae01b4e6403 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f3c4527-0fa6-4e8a-b46e-884b0d8a74a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8f3c4527-0fa6-4e8a-b46e-884b0d8a74a8 {
  
}
}
#s-8f3c4527-0fa6-4e8a-b46e-884b0d8a74a8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-989db422-7dff-498d-8474-99eb3e8b3d3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-989db422-7dff-498d-8474-99eb3e8b3d3f {
  display: none;
}
#s-989db422-7dff-498d-8474-99eb3e8b3d3f, #wrap-s-989db422-7dff-498d-8474-99eb3e8b3d3f { display:none !important; }}
#s-989db422-7dff-498d-8474-99eb3e8b3d3f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a2d31cf2-35c2-49b2-bd7c-a9015d28dbed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a2d31cf2-35c2-49b2-bd7c-a9015d28dbed {
  display: none;
}
#s-a2d31cf2-35c2-49b2-bd7c-a9015d28dbed, #wrap-s-a2d31cf2-35c2-49b2-bd7c-a9015d28dbed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2d31cf2-35c2-49b2-bd7c-a9015d28dbed {
  display: none;
}
#s-a2d31cf2-35c2-49b2-bd7c-a9015d28dbed, #wrap-s-a2d31cf2-35c2-49b2-bd7c-a9015d28dbed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2d31cf2-35c2-49b2-bd7c-a9015d28dbed {
  display: none;
}
#s-a2d31cf2-35c2-49b2-bd7c-a9015d28dbed, #wrap-s-a2d31cf2-35c2-49b2-bd7c-a9015d28dbed { display:none !important; }}
#s-a2d31cf2-35c2-49b2-bd7c-a9015d28dbed .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cfdbb0e1-d646-4696-a845-e2598ac3a7ae {
  min-height: 50px;
}








#s-cfdbb0e1-d646-4696-a845-e2598ac3a7ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfdbb0e1-d646-4696-a845-e2598ac3a7ae.shg-box.shg-c {
  justify-content: center;
}

#s-e2de216f-2dd8-4d63-bd6c-a6983b6894cc {
  min-height: 50px;
background-color: rgba(237, 120, 40, 1);
}
@media (min-width: 1200px){#s-e2de216f-2dd8-4d63-bd6c-a6983b6894cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2de216f-2dd8-4d63-bd6c-a6983b6894cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2de216f-2dd8-4d63-bd6c-a6983b6894cc {
  
}
}@media (max-width: 767px){#s-e2de216f-2dd8-4d63-bd6c-a6983b6894cc {
  
}
}







#s-e2de216f-2dd8-4d63-bd6c-a6983b6894cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2de216f-2dd8-4d63-bd6c-a6983b6894cc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d3315d4e-6b3b-4646-bc44-a6fa0b3a7953 {
  min-height: 50px;
}








#s-d3315d4e-6b3b-4646-bc44-a6fa0b3a7953 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3315d4e-6b3b-4646-bc44-a6fa0b3a7953.shg-box.shg-c {
  justify-content: center;
}

#s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a {
  box-shadow:10px 10px 10px 10px rgba(255, 255, 255, 1);
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a {
  
}
}
@media (min-width: 0px) {
[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (max-width: 767px) {
  [id="s-cacebe3c-d3eb-496a-bca0-9b66015b2d7a"] > .shg-row {
    flex-flow: row-reverse wrap;
  }
}

#s-1d162737-52e2-4c1c-b6d4-6d4da0028a8f {
  min-height: 50px;
}








#s-1d162737-52e2-4c1c-b6d4-6d4da0028a8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d162737-52e2-4c1c-b6d4-6d4da0028a8f.shg-box.shg-c {
  justify-content: center;
}

#s-99a9466e-1cc1-420a-89d3-70887b403e76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 5, 5, 1);
}

#s-99a9466e-1cc1-420a-89d3-70887b403e76 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-99a9466e-1cc1-420a-89d3-70887b403e76 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-b703513b-e789-4cc1-b3d7-cb1343b3b8f2 {
  min-height: 50px;
background-color: rgba(237, 120, 40, 1);
}








#s-b703513b-e789-4cc1-b3d7-cb1343b3b8f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b703513b-e789-4cc1-b3d7-cb1343b3b8f2.shg-box.shg-c {
  justify-content: center;
}

#s-3b872984-8201-4acf-ab2e-bdf58667b0b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b872984-8201-4acf-ab2e-bdf58667b0b7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-3b872984-8201-4acf-ab2e-bdf58667b0b7 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-d784aeb1-a15c-4f72-919d-04a0cbf27875 {
  box-shadow:1px 10px 10px 1px rgba(0, 0, 0, 1);
padding-left: 0px;
padding-right: 0px;
text-align: center;
}




  #s-d784aeb1-a15c-4f72-919d-04a0cbf27875 img.shogun-image {
    
    width: px;
  }


#s-d784aeb1-a15c-4f72-919d-04a0cbf27875 .shogun-image-content {
  
    align-items: center;
  
}

#s-1dbf102e-9594-4527-be42-8b2da480f94e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1dbf102e-9594-4527-be42-8b2da480f94e {
  display: none;
}
#s-1dbf102e-9594-4527-be42-8b2da480f94e, #wrap-s-1dbf102e-9594-4527-be42-8b2da480f94e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dbf102e-9594-4527-be42-8b2da480f94e {
  display: none;
}
#s-1dbf102e-9594-4527-be42-8b2da480f94e, #wrap-s-1dbf102e-9594-4527-be42-8b2da480f94e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dbf102e-9594-4527-be42-8b2da480f94e {
  display: none;
}
#s-1dbf102e-9594-4527-be42-8b2da480f94e, #wrap-s-1dbf102e-9594-4527-be42-8b2da480f94e { display:none !important; }}







#s-1dbf102e-9594-4527-be42-8b2da480f94e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dbf102e-9594-4527-be42-8b2da480f94e.shg-box.shg-c {
  justify-content: center;
}

#s-ca84e4b3-4176-4c43-a6ee-21d3e5794448 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 5, 5, 1);
}

#s-ca84e4b3-4176-4c43-a6ee-21d3e5794448 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ca84e4b3-4176-4c43-a6ee-21d3e5794448 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-e0d7b79c-9121-4a8f-8b83-83db823a39d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 5, 5, 1);
}

#s-e0d7b79c-9121-4a8f-8b83-83db823a39d7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-e0d7b79c-9121-4a8f-8b83-83db823a39d7 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-8c3df4c3-1ecd-4e2c-a3fd-536e10675583 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(240, 128, 0, 1);
}

#s-8c3df4c3-1ecd-4e2c-a3fd-536e10675583 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-8c3df4c3-1ecd-4e2c-a3fd-536e10675583 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-41dd8645-0fc8-4343-9c98-3412343842a4 {
  box-shadow:1px 10px 10px 1px rgba(0, 0, 0, 1);
padding-left: 0px;
padding-right: 0px;
text-align: center;
}




  #s-41dd8645-0fc8-4343-9c98-3412343842a4 img.shogun-image {
    
    width: px;
  }


#s-41dd8645-0fc8-4343-9c98-3412343842a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c392cfa9-448b-49a4-8410-be8891d9a301 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-c392cfa9-448b-49a4-8410-be8891d9a301 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c392cfa9-448b-49a4-8410-be8891d9a301 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c392cfa9-448b-49a4-8410-be8891d9a301 {
  
}
}@media (max-width: 767px){#s-c392cfa9-448b-49a4-8410-be8891d9a301 {
  
}
}







#s-c392cfa9-448b-49a4-8410-be8891d9a301 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c392cfa9-448b-49a4-8410-be8891d9a301.shg-box.shg-c {
  justify-content: center;
}

#s-cdc83e3e-3075-44eb-802f-7e6401e96fb4 {
  min-height: 50px;
}








#s-cdc83e3e-3075-44eb-802f-7e6401e96fb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdc83e3e-3075-44eb-802f-7e6401e96fb4.shg-box.shg-c {
  justify-content: center;
}

#s-d97e526f-3954-4269-b9b9-f9a57d56498c {
  min-height: 50px;
}








#s-d97e526f-3954-4269-b9b9-f9a57d56498c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d97e526f-3954-4269-b9b9-f9a57d56498c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-ad685130-a75a-4e98-920a-8401d674f871 {
  display: none;
}
#s-ad685130-a75a-4e98-920a-8401d674f871, #wrap-s-ad685130-a75a-4e98-920a-8401d674f871 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad685130-a75a-4e98-920a-8401d674f871 {
  display: none;
}
#s-ad685130-a75a-4e98-920a-8401d674f871, #wrap-s-ad685130-a75a-4e98-920a-8401d674f871 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ad685130-a75a-4e98-920a-8401d674f871 {
  display: none;
}
#s-ad685130-a75a-4e98-920a-8401d674f871, #wrap-s-ad685130-a75a-4e98-920a-8401d674f871 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ad685130-a75a-4e98-920a-8401d674f871"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-15e06faa-c602-409c-bdeb-75df90215ddf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-15e06faa-c602-409c-bdeb-75df90215ddf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-15e06faa-c602-409c-bdeb-75df90215ddf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-15e06faa-c602-409c-bdeb-75df90215ddf.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

@media (max-width: 767px){#s-6bc3f103-183a-45b2-a31a-6357f551b857 {
  display: none;
}
#s-6bc3f103-183a-45b2-a31a-6357f551b857, #wrap-s-6bc3f103-183a-45b2-a31a-6357f551b857 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6bc3f103-183a-45b2-a31a-6357f551b857"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4112863d-2e74-4e98-a521-268753698b69 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4112863d-2e74-4e98-a521-268753698b69:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4112863d-2e74-4e98-a521-268753698b69:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-4112863d-2e74-4e98-a521-268753698b69.shg-btn {
  color: #ffffff;
  font-size: 25px;
  
  
  
  display:  block ;
}

#s-b5fb947f-adad-4704-95ff-51c292e42f39 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5fb947f-adad-4704-95ff-51c292e42f39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-69610056-7932-423e-9091-a5b66ed29b20 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-69610056-7932-423e-9091-a5b66ed29b20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69610056-7932-423e-9091-a5b66ed29b20.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e8726f85-e6a3-4725-8a97-9e670f54e8c1 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8726f85-e6a3-4725-8a97-9e670f54e8c1 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-90241faf-f4e8-4fe1-bcce-860ed4aef737 {
  margin-left: 20px;
margin-right: 20px;
}

#s-ae0fa99d-ba6b-485d-8880-c938c0e37bc4 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-ae0fa99d-ba6b-485d-8880-c938c0e37bc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae0fa99d-ba6b-485d-8880-c938c0e37bc4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-040875af-7902-4bea-b4a4-e5d3e9a80c6c {
  margin-left: 20px;
margin-right: 20px;
}

#s-040875af-7902-4bea-b4a4-e5d3e9a80c6c .shogun-icon-wrapper {
  text-align: left;
}


#s-040875af-7902-4bea-b4a4-e5d3e9a80c6c .shogun-icon-wrapper > .shogun-icon {

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

#s-d60f797a-d39b-4d8d-b62d-ae62ef83be3a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d60f797a-d39b-4d8d-b62d-ae62ef83be3a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0b19aa48-3d0b-4ec2-afac-d80b50b7902d {
  margin-left: 20px;
margin-right: 20px;
}

#s-fe783bce-dd10-400b-b423-86d41d0ec26e {
  min-height: 50px;
}








#s-fe783bce-dd10-400b-b423-86d41d0ec26e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe783bce-dd10-400b-b423-86d41d0ec26e.shg-box.shg-c {
  justify-content: center;
}

#s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50 {
  border-style: solid;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50:hover {background-color: rgba(231, 159, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50 {
  display: none;
}
#s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50, #wrap-s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50 {
  display: none;
}
#s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50, #wrap-s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50 {
  display: none;
}
#s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50, #wrap-s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50 { display:none !important; }}


#s-8fc4fe6a-915e-4b50-b500-6abd84cb1b50.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-fa0bc64f-f120-4d7c-badc-5412392209ee {
  min-height: 50px;
}








#s-fa0bc64f-f120-4d7c-badc-5412392209ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa0bc64f-f120-4d7c-badc-5412392209ee.shg-box.shg-c {
  justify-content: center;
}

#s-9db33257-6514-4087-a411-ab0efcd8ec19 {
  min-height: 50px;
}








#s-9db33257-6514-4087-a411-ab0efcd8ec19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9db33257-6514-4087-a411-ab0efcd8ec19.shg-box.shg-c {
  justify-content: center;
}

#s-a68f3222-df86-4437-baaa-9e7a7dd93aaf {
  min-height: 50px;
}








#s-a68f3222-df86-4437-baaa-9e7a7dd93aaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a68f3222-df86-4437-baaa-9e7a7dd93aaf.shg-box.shg-c {
  justify-content: center;
}

#s-f80c9b97-7154-4859-9c38-3229e1898ed0 {
  min-height: 50px;
}








#s-f80c9b97-7154-4859-9c38-3229e1898ed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f80c9b97-7154-4859-9c38-3229e1898ed0.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4dccb1d-7946-4fc3-a9a0-20060d5a24d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3e1b8bce-9c4b-43a5-8e2b-da45efaf45ab {
  min-height: 50px;
}
@media (max-width: 767px){#s-3e1b8bce-9c4b-43a5-8e2b-da45efaf45ab {
  display: none;
}
#s-3e1b8bce-9c4b-43a5-8e2b-da45efaf45ab, #wrap-s-3e1b8bce-9c4b-43a5-8e2b-da45efaf45ab { display:none !important; }}







#s-3e1b8bce-9c4b-43a5-8e2b-da45efaf45ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e1b8bce-9c4b-43a5-8e2b-da45efaf45ab.shg-box.shg-c {
  justify-content: center;
}

#s-64328122-bf55-4a49-bff4-ad20dafcc56e {
  min-height: 50px;
}








#s-64328122-bf55-4a49-bff4-ad20dafcc56e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64328122-bf55-4a49-bff4-ad20dafcc56e.shg-box.shg-c {
  justify-content: center;
}

#s-1f4e0d6d-017e-4d99-85ef-c8e586177104 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f4e0d6d-017e-4d99-85ef-c8e586177104 .shogun-heading-component h1 {
  color: rgba(209, 70, 39, 1);
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c50c45af-015f-4ab5-ad78-9b324806e867 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 247, 237, 1);
}

#s-c50c45af-015f-4ab5-ad78-9b324806e867 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(209, 70, 39, 1);
  padding: 10px;
}

#s-c50c45af-015f-4ab5-ad78-9b324806e867 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 237, 1);
}

#s-c50c45af-015f-4ab5-ad78-9b324806e867 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(255, 247, 237, 1);
}

#s-c50c45af-015f-4ab5-ad78-9b324806e867 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 237, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-c50c45af-015f-4ab5-ad78-9b324806e867 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-51e0329b-3ffb-4b64-99bf-5825addc8e66 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 247, 237, 1);
}

#s-51e0329b-3ffb-4b64-99bf-5825addc8e66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(209, 70, 39, 1);
  padding: 10px;
}

#s-51e0329b-3ffb-4b64-99bf-5825addc8e66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 237, 1);
}

#s-51e0329b-3ffb-4b64-99bf-5825addc8e66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(255, 247, 237, 1);
}

#s-51e0329b-3ffb-4b64-99bf-5825addc8e66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 237, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-51e0329b-3ffb-4b64-99bf-5825addc8e66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-eddb7177-3c53-4056-be9f-ee985b37d56e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 247, 237, 1);
}

#s-eddb7177-3c53-4056-be9f-ee985b37d56e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(209, 70, 39, 1);
  padding: 10px;
}

#s-eddb7177-3c53-4056-be9f-ee985b37d56e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 237, 1);
}

#s-eddb7177-3c53-4056-be9f-ee985b37d56e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(255, 247, 237, 1);
}

#s-eddb7177-3c53-4056-be9f-ee985b37d56e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 237, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-eddb7177-3c53-4056-be9f-ee985b37d56e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8220cc42-7355-463a-aff9-08d8341c1457 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 247, 237, 1);
}

#s-8220cc42-7355-463a-aff9-08d8341c1457 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(209, 70, 39, 1);
  padding: 10px;
}

#s-8220cc42-7355-463a-aff9-08d8341c1457 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 247, 237, 1);
}

#s-8220cc42-7355-463a-aff9-08d8341c1457 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 247, 237, 1);
  border-top: 1px solid rgba(255, 247, 237, 1);
}

#s-8220cc42-7355-463a-aff9-08d8341c1457 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 247, 237, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-8220cc42-7355-463a-aff9-08d8341c1457 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-dbdfde79-ecce-4b50-b07c-f382db26fbdc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-dbdfde79-ecce-4b50-b07c-f382db26fbdc .shogun-form-box {
  padding: 10px;
}

#s-dbdfde79-ecce-4b50-b07c-f382db26fbdc .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  600; 
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: ;
  
  
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-dbdfde79-ecce-4b50-b07c-f382db26fbdc .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-dbdfde79-ecce-4b50-b07c-f382db26fbdc .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-dbdfde79-ecce-4b50-b07c-f382db26fbdc .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-dbdfde79-ecce-4b50-b07c-f382db26fbdc .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-dbdfde79-ecce-4b50-b07c-f382db26fbdc .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
#s-cec85983-bb38-41a3-b310-9727fac70b31 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 247, 237, 1);
border-radius: 2px;
background-color: rgba(237, 120, 40, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 247, 237, 1);
}
#s-cec85983-bb38-41a3-b310-9727fac70b31:hover {background-color: rgba(209, 70, 39, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cec85983-bb38-41a3-b310-9727fac70b31:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cec85983-bb38-41a3-b310-9727fac70b31.shg-btn {
  color: rgba(255, 247, 237, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f920b3c2-fae8-424c-9d78-7786c15b31a6 {
  min-height: 50px;
}








#s-f920b3c2-fae8-424c-9d78-7786c15b31a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f920b3c2-fae8-424c-9d78-7786c15b31a6.shg-box.shg-c {
  justify-content: center;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-febbd16b-97f1-4daa-840d-95f6183a5317  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  font-style: normal;
  color: rgba(209, 70, 39, 1);
  font-family: Poppins;
  font-weight: normal;
  
  
}

#s-febbd16b-97f1-4daa-840d-95f6183a5317  .shogun-form-text-input-field::-moz-placeholder {
  
  font-style: ;
  color: #000;
  font-family: Poppins;
  font-weight: 600;
  
  
}

#s-febbd16b-97f1-4daa-840d-95f6183a5317  .shogun-form-text-input-field:-ms-input-placeholder {
  
  font-style: ;
  color: #000;
  font-family: Poppins;
  font-weight: 600;
  
  
}

#s-febbd16b-97f1-4daa-840d-95f6183a5317  .shogun-form-text-input-field::placeholder {
  
  font-style: ;
  color: #000;
  font-family: Poppins;
  font-weight: 600;
  
  
}


#s-febbd16b-97f1-4daa-840d-95f6183a5317 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-febbd16b-97f1-4daa-840d-95f6183a5317 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}
@media (min-width: 1200px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-78339f5e-a377-4e3f-a4be-dfd8387c3980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78339f5e-a377-4e3f-a4be-dfd8387c3980.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0f986829-abcd-4b28-a179-a684800a223b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}@media (max-width: 767px){#s-0f986829-abcd-4b28-a179-a684800a223b {
  
}
}
#s-0f986829-abcd-4b28-a179-a684800a223b .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-0f986829-abcd-4b28-a179-a684800a223b .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-0f986829-abcd-4b28-a179-a684800a223b .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}


}
#s-34425ce1-f4a7-4470-bd19-248c721d0cb9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-box {
  padding: 10px;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  
  
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: ;
  color: #008000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 3em;
  
  justify-content: center;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: ;
  color: #ff0000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 3em;
  
  
}

#s-f9effbe9-fdfb-43d4-9416-ab021e1f0ffd .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
@media (min-width: 0px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-cdf4d634-70da-417c-affb-2840004e9ea2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 0px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-f07d4e82-b5cb-40f2-8afc-13c04cb80cd2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(221, 221, 221, 1);
  border-radius: 2px;
  
  
  font-size: 16px;
  
  color: #000;
  font-family: Work Sans;
  
  line-height: 1.75em;
  
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field::-moz-placeholder {
  
  font-style: normal;
  color: #000;
  font-family: Work Sans;
  font-weight: normal;
  
  
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field:-ms-input-placeholder {
  
  font-style: normal;
  color: #000;
  font-family: Work Sans;
  font-weight: normal;
  
  
}

#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166  .shogun-form-text-input-field::placeholder {
  
  font-style: normal;
  color: #000;
  font-family: Work Sans;
  font-weight: normal;
  
  
}


#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 2px;
  
  color: #000;
}



#s-d5afe358-dec1-4cee-b5ce-cb6c49b39166 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(170, 170, 170, 1);
  border-radius: 2px;
  
  color: #000;
}


.shogun-form-box-submit:focus {
  outline: none;
}

.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-204450e3-b546-4869-b2ea-a0496f6415c0 {
  border-style: solid;
margin-top: 5px;
margin-bottom: 5px;
padding-top: 13px;
padding-left: 20px;
padding-bottom: 13px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
color: #FFFFFF;
background-color: rgba(237, 120, 40, 1);
text-align: center;
cursor: pointer;
font-family: Work Sans;
font-weight: 500;
font-size: 16px;
background-image: none;
hover-type: color;
}
#s-204450e3-b546-4869-b2ea-a0496f6415c0:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-204450e3-b546-4869-b2ea-a0496f6415c0:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 2px !important;
background-color: rgba(111, 135, 146, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-204450e3-b546-4869-b2ea-a0496f6415c0 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-204450e3-b546-4869-b2ea-a0496f6415c0[disabled],
#s-204450e3-b546-4869-b2ea-a0496f6415c0[disabled]:hover,
#s-204450e3-b546-4869-b2ea-a0496f6415c0[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-204450e3-b546-4869-b2ea-a0496f6415c0 {
  display:  block ;
  width:  100% ;
}


#s-9e063d0f-04ea-4e4a-a158-ed1f63729c33 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9e063d0f-04ea-4e4a-a158-ed1f63729c33 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e063d0f-04ea-4e4a-a158-ed1f63729c33 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e063d0f-04ea-4e4a-a158-ed1f63729c33 {
  
}
}@media (max-width: 767px){#s-9e063d0f-04ea-4e4a-a158-ed1f63729c33 {
  
}
}







#s-9e063d0f-04ea-4e4a-a158-ed1f63729c33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e063d0f-04ea-4e4a-a158-ed1f63729c33.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4c757ffb-9c75-47f7-bb6a-510c51e54a25 {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-4c757ffb-9c75-47f7-bb6a-510c51e54a25 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4c757ffb-9c75-47f7-bb6a-510c51e54a25 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4c757ffb-9c75-47f7-bb6a-510c51e54a25 {
  
}
}@media (max-width: 767px){#s-4c757ffb-9c75-47f7-bb6a-510c51e54a25 {
  
}
}







#s-4c757ffb-9c75-47f7-bb6a-510c51e54a25 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4c757ffb-9c75-47f7-bb6a-510c51e54a25.shg-box.shg-c {
  justify-content: center;
}

#s-16e11790-3d17-4057-98b5-e334458de421 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.75px);
}

[id="s-16e11790-3d17-4057-98b5-e334458de421"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.75px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-d353d0de-5f47-4c5c-935d-8ebcaa447459 {
  margin-top: 0px;
margin-bottom: 1px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-818b38ad-0fc2-4aa2-b223-1c06aebca08e {
  margin-top: 0px;
margin-bottom: 1px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-990e59f8-8da2-486d-ab3b-238d48978e89 {
  margin-top: 0px;
margin-bottom: 1px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-87532ba6-0fd7-43a3-858e-2b84cef49324 {
  margin-top: 0px;
margin-bottom: 1px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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-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: block;
}