.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-eca63437-7cdc-4469-96eb-3f8bb3994b30 {
  background-image: url(https://i.shgcdn.com/60b2e83c-721e-4628-ba1a-307cbe774fce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
max-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-eca63437-7cdc-4469-96eb-3f8bb3994b30 {
  display: none;
}
#s-eca63437-7cdc-4469-96eb-3f8bb3994b30, #wrap-s-eca63437-7cdc-4469-96eb-3f8bb3994b30 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eca63437-7cdc-4469-96eb-3f8bb3994b30 {
  display: none;
}
#s-eca63437-7cdc-4469-96eb-3f8bb3994b30, #wrap-s-eca63437-7cdc-4469-96eb-3f8bb3994b30 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eca63437-7cdc-4469-96eb-3f8bb3994b30 {
  display: none;
}
#s-eca63437-7cdc-4469-96eb-3f8bb3994b30, #wrap-s-eca63437-7cdc-4469-96eb-3f8bb3994b30 { display:none !important; }}@media (max-width: 767px){#s-eca63437-7cdc-4469-96eb-3f8bb3994b30 {
  display: none;
}
#s-eca63437-7cdc-4469-96eb-3f8bb3994b30, #wrap-s-eca63437-7cdc-4469-96eb-3f8bb3994b30 { display:none !important; }}







#s-eca63437-7cdc-4469-96eb-3f8bb3994b30 > .shg-box-overlay {
  background-color: rgba(16, 169, 152, 1);
  opacity: 0.7;
}#s-eca63437-7cdc-4469-96eb-3f8bb3994b30.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #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-f7023806-cdb5-4093-9145-10414baa38a5 {
  margin-top: 130px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}

#s-f7023806-cdb5-4093-9145-10414baa38a5 .shogun-heading-component h1 {
  color: rgba(255, 244, 112, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 42px;
  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;
}

#s-03e0d3be-ff01-4643-a446-5945ed37361c {
  margin-left: 25px;
margin-right: 25px;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
}

.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-16d112a4-17f1-41e8-be3f-4b6911feb876 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(226, 42, 112, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-16d112a4-17f1-41e8-be3f-4b6911feb876:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(89, 89, 89, 1) !important;
text-decoration: none !important;}#s-16d112a4-17f1-41e8-be3f-4b6911feb876:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-16d112a4-17f1-41e8-be3f-4b6911feb876.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-00d7daa1-0681-4098-a8ab-b0d875700df2 {
  background-image: url(https://i.shgcdn.com/8318f4dc-0cfa-4cdb-b1a2-d0c6d9fa19d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: left bottom;
}
@media (min-width: 1200px){#s-00d7daa1-0681-4098-a8ab-b0d875700df2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00d7daa1-0681-4098-a8ab-b0d875700df2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00d7daa1-0681-4098-a8ab-b0d875700df2 {
  min-height: 400px;
}
}







#s-00d7daa1-0681-4098-a8ab-b0d875700df2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.6;
}#s-00d7daa1-0681-4098-a8ab-b0d875700df2.shg-box.shg-c {
  justify-content: center;
}

#s-86848558-67a3-4378-8f2d-4a5686eb2c4f {
  margin-top: 0px;
max-width: 100%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-86848558-67a3-4378-8f2d-4a5686eb2c4f {
  display: none;
}
#s-86848558-67a3-4378-8f2d-4a5686eb2c4f, #wrap-s-86848558-67a3-4378-8f2d-4a5686eb2c4f { display:none !important; }}@media (max-width: 767px){#s-86848558-67a3-4378-8f2d-4a5686eb2c4f {
  display: none;
}
#s-86848558-67a3-4378-8f2d-4a5686eb2c4f, #wrap-s-86848558-67a3-4378-8f2d-4a5686eb2c4f { display:none !important; }}
#s-86848558-67a3-4378-8f2d-4a5686eb2c4f .shogun-heading-component h1 {
  color: rgba(226, 42, 112, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 90px;
  line-height: ;
  letter-spacing: 5px;
  text-align: center;
}



#s-803094c5-772f-48ad-9baf-56bf24b4fd67 {
  margin-top: 0px;
max-width: 100%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-803094c5-772f-48ad-9baf-56bf24b4fd67 {
  display: none;
}
#s-803094c5-772f-48ad-9baf-56bf24b4fd67, #wrap-s-803094c5-772f-48ad-9baf-56bf24b4fd67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-803094c5-772f-48ad-9baf-56bf24b4fd67 {
  display: none;
}
#s-803094c5-772f-48ad-9baf-56bf24b4fd67, #wrap-s-803094c5-772f-48ad-9baf-56bf24b4fd67 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-803094c5-772f-48ad-9baf-56bf24b4fd67 {
  
}
}
#s-803094c5-772f-48ad-9baf-56bf24b4fd67 .shogun-heading-component h1 {
  color: rgba(226, 42, 112, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 65px;
  line-height: 1.5em;
  letter-spacing: 3px;
  text-align: center;
}



#s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546 {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(241, 246, 250, 1);
}
@media (min-width: 1200px){#s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546 {
  display: none;
}
#s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546, #wrap-s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546 {
  display: none;
}
#s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546, #wrap-s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546 {
  display: none;
}
#s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546, #wrap-s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546 { display:none !important; }}@media (max-width: 767px){#s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546 {
  display: none;
}
#s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546, #wrap-s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546 { display:none !important; }}







#s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9cc1b0b-cb39-4045-9cb5-7dc81ae57546.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5222e4f0-8c88-43b3-9079-c2f4dc99fd70 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-5222e4f0-8c88-43b3-9079-c2f4dc99fd70 .shogun-heading-component h1 {
  color: rgba(16, 169, 152, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-357afb94-c0be-4186-abca-e7009ce8d35d {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-357afb94-c0be-4186-abca-e7009ce8d35d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-357afb94-c0be-4186-abca-e7009ce8d35d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d6b6ade2-55c4-470e-a21b-e8b9caf431bd {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(16, 169, 152, 1);
border-style: solid;
border-radius: 8px;
min-width: 300px;
min-height: 400px;
max-width: 300px;
max-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-d6b6ade2-55c4-470e-a21b-e8b9caf431bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-d6b6ade2-55c4-470e-a21b-e8b9caf431bd.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ce985195-459d-4b5e-952f-e35429b0af45 {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 30px;
min-width: 300px;
text-align: center;
}

#s-ce985195-459d-4b5e-952f-e35429b0af45 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-72fb334a-d0ab-472f-8ecf-bd9d63ce8f52 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

.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-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8 {
  padding-top: px;
padding-bottom: 25px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0f2f9f9c-fbfe-4678-b5c1-5d0d371bfbd8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fe6b68f9-513f-47c7-bba0-34330202db26 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 30px;
min-width: 140px;
max-width: 140px;
text-align: center;
background-color: rgba(226, 42, 112, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-fe6b68f9-513f-47c7-bba0-34330202db26:hover {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}#s-fe6b68f9-513f-47c7-bba0-34330202db26:active {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}


#s-fe6b68f9-513f-47c7-bba0-34330202db26.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-c27dbaa5-626e-4b61-a13c-4a0d1daa0d99 {
  padding-left: 10px;
padding-right: 10px;
}

#s-9e33b9b0-2028-4f8a-8c03-e8c5ed31f187 {
  min-height: 50px;
}








#s-9e33b9b0-2028-4f8a-8c03-e8c5ed31f187 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e33b9b0-2028-4f8a-8c03-e8c5ed31f187.shg-box.shg-c {
  justify-content: flex-start;
}

#s-faa15ef5-64e5-4156-ba46-def6f3f7395d {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-faa15ef5-64e5-4156-ba46-def6f3f7395d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faa15ef5-64e5-4156-ba46-def6f3f7395d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bcb56a4f-d646-43fc-8166-3de069435a8b {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(16, 169, 152, 1);
border-style: solid;
border-radius: 8px;
min-width: 300px;
min-height: 400px;
max-width: 300px;
max-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-bcb56a4f-d646-43fc-8166-3de069435a8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-bcb56a4f-d646-43fc-8166-3de069435a8b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-78944dd0-a1a5-4add-9ded-e5a355f8e1f5 {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 30px;
min-width: 300px;
text-align: center;
}

#s-78944dd0-a1a5-4add-9ded-e5a355f8e1f5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-29b706a6-53cd-44fc-ac2f-d56cf7c96c38 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d26dbb1d-3a76-4731-8f42-42607822bda3 {
  padding-top: px;
padding-bottom: 25px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d26dbb1d-3a76-4731-8f42-42607822bda3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-70112bde-f2dd-49c1-8d54-7cb9a11138e7 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 30px;
min-width: 140px;
max-width: 140px;
text-align: center;
background-color: rgba(226, 42, 112, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-70112bde-f2dd-49c1-8d54-7cb9a11138e7:hover {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}#s-70112bde-f2dd-49c1-8d54-7cb9a11138e7:active {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}


#s-70112bde-f2dd-49c1-8d54-7cb9a11138e7.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-c375194a-d010-4992-bdb6-55eeac1e39ec {
  padding-left: 10px;
padding-right: 10px;
}

#s-02955559-55aa-40d5-904f-5abe8e4166cf {
  min-height: 50px;
}








#s-02955559-55aa-40d5-904f-5abe8e4166cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02955559-55aa-40d5-904f-5abe8e4166cf.shg-box.shg-c {
  justify-content: flex-start;
}

#s-60dd1897-0a54-434a-91aa-cd5988b32de1 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-60dd1897-0a54-434a-91aa-cd5988b32de1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60dd1897-0a54-434a-91aa-cd5988b32de1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aa62825c-1078-486f-9f58-099230781135 {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(16, 169, 152, 1);
border-style: solid;
border-radius: 8px;
min-width: 300px;
min-height: 400px;
max-width: 300px;
max-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-aa62825c-1078-486f-9f58-099230781135 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-aa62825c-1078-486f-9f58-099230781135.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a6dfe81d-c1ad-4d20-8d54-c13af826dd26 {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 30px;
min-width: 300px;
text-align: center;
}

#s-a6dfe81d-c1ad-4d20-8d54-c13af826dd26 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9cb09a3e-9c05-4970-84b1-66b1dc1d9383 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0c0a3886-82fe-4362-936e-3fdb427ab9c0 {
  padding-top: px;
padding-bottom: 25px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0c0a3886-82fe-4362-936e-3fdb427ab9c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-577c32f4-4169-4df4-8b74-c7f28761585d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 30px;
min-width: 140px;
max-width: 140px;
text-align: center;
background-color: rgba(226, 42, 112, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-577c32f4-4169-4df4-8b74-c7f28761585d:hover {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}#s-577c32f4-4169-4df4-8b74-c7f28761585d:active {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}


#s-577c32f4-4169-4df4-8b74-c7f28761585d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-020281eb-3074-44c8-9b7e-6f4595b055be {
  min-height: 50px;
}








#s-020281eb-3074-44c8-9b7e-6f4595b055be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-020281eb-3074-44c8-9b7e-6f4595b055be.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cadc5742-4e5e-4a0c-b3f1-2a57ffdf2ae8 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-cadc5742-4e5e-4a0c-b3f1-2a57ffdf2ae8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cadc5742-4e5e-4a0c-b3f1-2a57ffdf2ae8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2c586ee1-bf28-4310-b98e-27381b621c9f {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(16, 169, 152, 1);
border-style: solid;
border-radius: 8px;
min-width: 300px;
min-height: 400px;
max-width: 300px;
max-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-2c586ee1-bf28-4310-b98e-27381b621c9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-2c586ee1-bf28-4310-b98e-27381b621c9f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b2709ee8-29a1-41ac-9bb6-a496487c5aad {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 30px;
min-width: 300px;
text-align: center;
}

#s-b2709ee8-29a1-41ac-9bb6-a496487c5aad .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-247fa025-e00d-4d35-9497-c0ded65577ae {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-feaea730-23c1-409b-83e9-b28e977679df {
  padding-top: px;
padding-bottom: 25px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-feaea730-23c1-409b-83e9-b28e977679df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c734e6f4-8746-490a-8178-51da64e21467 {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 30px;
min-width: 140px;
max-width: 140px;
text-align: center;
background-color: rgba(226, 42, 112, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-c734e6f4-8746-490a-8178-51da64e21467:hover {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}#s-c734e6f4-8746-490a-8178-51da64e21467:active {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}


#s-c734e6f4-8746-490a-8178-51da64e21467.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-2418730b-6da2-4838-83dc-87da64500e09 {
  min-height: 50px;
}








#s-2418730b-6da2-4838-83dc-87da64500e09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2418730b-6da2-4838-83dc-87da64500e09.shg-box.shg-c {
  justify-content: flex-start;
}

#s-28dcea55-0e95-4bad-acea-f7d8ef045bf1 {
  padding-top: 30px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-28dcea55-0e95-4bad-acea-f7d8ef045bf1 {
  display: none;
}
#s-28dcea55-0e95-4bad-acea-f7d8ef045bf1, #wrap-s-28dcea55-0e95-4bad-acea-f7d8ef045bf1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28dcea55-0e95-4bad-acea-f7d8ef045bf1 {
  display: none;
}
#s-28dcea55-0e95-4bad-acea-f7d8ef045bf1, #wrap-s-28dcea55-0e95-4bad-acea-f7d8ef045bf1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28dcea55-0e95-4bad-acea-f7d8ef045bf1 {
  display: none;
}
#s-28dcea55-0e95-4bad-acea-f7d8ef045bf1, #wrap-s-28dcea55-0e95-4bad-acea-f7d8ef045bf1 { display:none !important; }}@media (max-width: 767px){#s-28dcea55-0e95-4bad-acea-f7d8ef045bf1 {
  display: none;
}
#s-28dcea55-0e95-4bad-acea-f7d8ef045bf1, #wrap-s-28dcea55-0e95-4bad-acea-f7d8ef045bf1 { display:none !important; }}







#s-28dcea55-0e95-4bad-acea-f7d8ef045bf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28dcea55-0e95-4bad-acea-f7d8ef045bf1.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-617f923b-57e8-4cd3-8666-8fba88bee472"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

.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-25bb2150-28c6-494a-b360-d5fd157528aa {
  padding-left: 1px;
padding-right: 1px;
text-align: center;
}




  #s-25bb2150-28c6-494a-b360-d5fd157528aa img.shogun-image {
    
    width: px;
  }


#s-25bb2150-28c6-494a-b360-d5fd157528aa .shogun-image-content {
  
    align-items: center;
  
}

#s-0bf9b547-478c-411b-9480-31725419f5eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bf9b547-478c-411b-9480-31725419f5eb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0bf9b547-478c-411b-9480-31725419f5eb .shogun-heading-component h3 a {
  color: #000;
}


#s-542af6b7-0a04-4520-be3b-e2ee825c5595 {
  text-align: center;
}




  #s-542af6b7-0a04-4520-be3b-e2ee825c5595 img.shogun-image {
    
    width: px;
  }


#s-542af6b7-0a04-4520-be3b-e2ee825c5595 .shogun-image-content {
  
    align-items: center;
  
}

#s-ace1a04b-4711-498f-bed3-a9b967c26d44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ace1a04b-4711-498f-bed3-a9b967c26d44 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ace1a04b-4711-498f-bed3-a9b967c26d44 .shogun-heading-component h3 a {
  color: #000;
}


#s-f1110a54-f1ac-4b10-8f74-cf408da6fcca {
  text-align: center;
}




  #s-f1110a54-f1ac-4b10-8f74-cf408da6fcca img.shogun-image {
    
    width: px;
  }


#s-f1110a54-f1ac-4b10-8f74-cf408da6fcca .shogun-image-content {
  
    align-items: center;
  
}

#s-a6ebbd1d-6f4b-4b0c-89af-d5435cc67815 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6ebbd1d-6f4b-4b0c-89af-d5435cc67815 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a6ebbd1d-6f4b-4b0c-89af-d5435cc67815 .shogun-heading-component h3 a {
  color: #000;
}


#s-f5127d16-e1d3-4a1d-8ef0-bd22a1aa6ca0 {
  text-align: center;
}




  #s-f5127d16-e1d3-4a1d-8ef0-bd22a1aa6ca0 img.shogun-image {
    
    width: px;
  }


#s-f5127d16-e1d3-4a1d-8ef0-bd22a1aa6ca0 .shogun-image-content {
  
    align-items: center;
  
}

#s-86ec7848-fb49-46d3-8d9b-9350cbba1b9f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86ec7848-fb49-46d3-8d9b-9350cbba1b9f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-86ec7848-fb49-46d3-8d9b-9350cbba1b9f .shogun-heading-component h3 a {
  color: #000;
}


#s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7 {
  background-image: url(https://i.shgcdn.com/45ec96c8-38b2-4ffd-8a12-0b03e77c3e11/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
max-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7 {
  display: none;
}
#s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7, #wrap-s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7 {
  display: none;
}
#s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7, #wrap-s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7 {
  display: none;
}
#s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7, #wrap-s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7 { display:none !important; }}@media (max-width: 767px){#s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7 {
  display: none;
}
#s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7, #wrap-s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7 { display:none !important; }}







#s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7 > .shg-box-overlay {
  background-color: rgba(16, 169, 152, 1);
  opacity: 0;
}#s-7213f36a-3be2-4a1d-ac05-33ae6cf6c0d7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9b4fe3fa-2691-4a72-8b4c-ea61a0698e47 {
  margin-top: 100px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b4fe3fa-2691-4a72-8b4c-ea61a0698e47 .shogun-heading-component h1 {
  color: rgba(255, 244, 112, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-420dd02f-5472-4b73-88d4-f1cc71d0c6e6 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-28766820-5717-4314-9c55-4c34685cbb6d {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-28766820-5717-4314-9c55-4c34685cbb6d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c47e7f50-5201-456d-9db2-322064b48cf3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(226, 42, 112, 1);
font-size: 16px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-c47e7f50-5201-456d-9db2-322064b48cf3:hover {background-color: rgba(255, 255, 255, 1) !important;
color: rgba(89, 89, 89, 1) !important;
text-decoration: none !important;}#s-c47e7f50-5201-456d-9db2-322064b48cf3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}


#s-c47e7f50-5201-456d-9db2-322064b48cf3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 50px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e {
  display: none;
}
#s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e, #wrap-s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e {
  display: none;
}
#s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e, #wrap-s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e {
  display: none;
}
#s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e, #wrap-s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e { display:none !important; }}@media (max-width: 767px){#s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e {
  display: none;
}
#s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e, #wrap-s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e { display:none !important; }}







#s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e46f2c5-0618-40b8-85d9-1087de9b8c1e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f7c476ba-c753-47a1-b92c-1dbecdd15b31 {
  
}

@media (min-width: 0px) {
[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7c476ba-c753-47a1-b92c-1dbecdd15b31"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-43dc95d3-5152-4f6d-82e5-c12aeb92e358 {
  margin-top: 15px;
margin-left: 0-px;
margin-bottom: 15px;
margin-right: 0-px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-43dc95d3-5152-4f6d-82e5-c12aeb92e358 .shogun-heading-component h3 {
  color: rgba(16, 169, 152, 1);
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-adab9a69-1de3-4623-9d6f-cd1cfb30d685 {
  
}

@media (min-width: 0px) {
[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-adab9a69-1de3-4623-9d6f-cd1cfb30d685"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a1eae056-01dc-483e-84bc-e5d210e8c128 {
  
}

#s-f2fbeee3-8192-4e68-8f8c-3945fe13b7b1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
text-align: center;
background-color: rgba(226, 42, 112, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-f2fbeee3-8192-4e68-8f8c-3945fe13b7b1:hover {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}#s-f2fbeee3-8192-4e68-8f8c-3945fe13b7b1:active {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}


#s-f2fbeee3-8192-4e68-8f8c-3945fe13b7b1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-b553fc89-f63c-4428-8499-9cb9b15a6273 {
  text-align: center;
}




  #s-b553fc89-f63c-4428-8499-9cb9b15a6273 img.shogun-image {
    
    width: px;
  }


#s-b553fc89-f63c-4428-8499-9cb9b15a6273 .shogun-image-content {
  
    align-items: center;
  
}

#s-a50acc9a-e6c3-4542-ad81-16a722d237e6 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-a50acc9a-e6c3-4542-ad81-16a722d237e6 .shogun-heading-component h4 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3479bee3-47e9-480e-84ab-55b9f9a29e48 {
  
}

#s-f9a1d062-c072-4880-9910-5e9f4833681f {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-f9a1d062-c072-4880-9910-5e9f4833681f .shogun-heading-component h4 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6bf34162-0ffe-4106-b491-e4110889d19a {
  
}

#s-fefb3926-b5fd-4ea3-b950-537fb895cb5d {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-fefb3926-b5fd-4ea3-b950-537fb895cb5d .shogun-heading-component h4 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ebd6cad3-2de0-4c01-adbf-f16e2e4602c4 {
  
}

#s-e6571014-12b0-4c9b-9d8e-c24d77f5886f {
  padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(241, 246, 250, 1);
}
@media (min-width: 1200px){#s-e6571014-12b0-4c9b-9d8e-c24d77f5886f {
  display: none;
}
#s-e6571014-12b0-4c9b-9d8e-c24d77f5886f, #wrap-s-e6571014-12b0-4c9b-9d8e-c24d77f5886f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6571014-12b0-4c9b-9d8e-c24d77f5886f {
  display: none;
}
#s-e6571014-12b0-4c9b-9d8e-c24d77f5886f, #wrap-s-e6571014-12b0-4c9b-9d8e-c24d77f5886f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6571014-12b0-4c9b-9d8e-c24d77f5886f {
  display: none;
}
#s-e6571014-12b0-4c9b-9d8e-c24d77f5886f, #wrap-s-e6571014-12b0-4c9b-9d8e-c24d77f5886f { display:none !important; }}@media (max-width: 767px){#s-e6571014-12b0-4c9b-9d8e-c24d77f5886f {
  display: none;
}
#s-e6571014-12b0-4c9b-9d8e-c24d77f5886f, #wrap-s-e6571014-12b0-4c9b-9d8e-c24d77f5886f { display:none !important; }}







#s-e6571014-12b0-4c9b-9d8e-c24d77f5886f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6571014-12b0-4c9b-9d8e-c24d77f5886f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fc75d7aa-ec04-4c92-8a6e-29ed1ee49b08 {
  padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}

#s-fc75d7aa-ec04-4c92-8a6e-29ed1ee49b08 .shogun-heading-component h1 {
  color: rgba(16, 169, 152, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5bac74c3-42d2-4c0f-96d3-313aa592a306 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-5bac74c3-42d2-4c0f-96d3-313aa592a306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bac74c3-42d2-4c0f-96d3-313aa592a306.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a6450d45-a13a-4276-9eda-4bb8f2f2f98f {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(16, 169, 152, 1);
border-style: solid;
border-radius: 8px;
min-width: 300px;
min-height: 400px;
max-width: 300px;
max-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-a6450d45-a13a-4276-9eda-4bb8f2f2f98f > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-a6450d45-a13a-4276-9eda-4bb8f2f2f98f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6b1bfa2a-54c7-4851-b7d1-b5b115931159 {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 30px;
min-width: 300px;
text-align: center;
}

#s-6b1bfa2a-54c7-4851-b7d1-b5b115931159 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-06e513f4-07f0-4baa-ad10-197b0c7dea6f {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1 {
  padding-top: px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-19f8734e-2ef1-4d96-b1ad-1e31404fe8d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-1eb70f49-43de-45fb-ba9d-e7606ceb50ab {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 30px;
min-width: 140px;
max-width: 140px;
text-align: center;
background-color: rgba(226, 42, 112, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-1eb70f49-43de-45fb-ba9d-e7606ceb50ab:hover {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}#s-1eb70f49-43de-45fb-ba9d-e7606ceb50ab:active {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}


#s-1eb70f49-43de-45fb-ba9d-e7606ceb50ab.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-70ddfc06-148d-44ba-9acd-a1daef47ac89 {
  padding-left: 10px;
padding-right: 10px;
}

#s-539488dd-8dd6-4d32-b5d8-63e2afd84fd3 {
  min-height: 50px;
}








#s-539488dd-8dd6-4d32-b5d8-63e2afd84fd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-539488dd-8dd6-4d32-b5d8-63e2afd84fd3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2db0e03d-62a4-4f37-bf79-2498ceb93285 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-2db0e03d-62a4-4f37-bf79-2498ceb93285 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2db0e03d-62a4-4f37-bf79-2498ceb93285.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a079b7c6-67a0-4322-a068-ddc6f7ffcd34 {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(16, 169, 152, 1);
border-style: solid;
border-radius: 8px;
min-width: 300px;
min-height: 400px;
max-width: 300px;
max-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-a079b7c6-67a0-4322-a068-ddc6f7ffcd34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-a079b7c6-67a0-4322-a068-ddc6f7ffcd34.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ae601172-d05d-437a-8097-a805923b0162 {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 30px;
min-width: 300px;
text-align: center;
}

#s-ae601172-d05d-437a-8097-a805923b0162 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-47e641b2-4d47-4ceb-a749-977679b2ef2d {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a {
  padding-top: px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b63ca2d0-2b35-4ec1-beeb-a615fe5d411a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-61a7c43b-0a94-4151-9958-5b7e80f860ee {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 30px;
min-width: 140px;
max-width: 140px;
text-align: center;
background-color: rgba(226, 42, 112, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-61a7c43b-0a94-4151-9958-5b7e80f860ee:hover {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}#s-61a7c43b-0a94-4151-9958-5b7e80f860ee:active {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}


#s-61a7c43b-0a94-4151-9958-5b7e80f860ee.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-5be36052-2f1a-47aa-b6cb-b36e3a80a991 {
  padding-left: 10px;
padding-right: 10px;
}

#s-97095bfe-dde5-4f27-bbeb-799cb406fab1 {
  min-height: 50px;
}








#s-97095bfe-dde5-4f27-bbeb-799cb406fab1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97095bfe-dde5-4f27-bbeb-799cb406fab1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0876d736-d4af-4409-9198-c9aa9886ce44 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-0876d736-d4af-4409-9198-c9aa9886ce44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0876d736-d4af-4409-9198-c9aa9886ce44.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fc7d96f9-a926-40d1-b30b-694039315d75 {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(16, 169, 152, 1);
border-style: solid;
border-radius: 8px;
min-width: 300px;
min-height: 400px;
max-width: 300px;
max-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-fc7d96f9-a926-40d1-b30b-694039315d75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-fc7d96f9-a926-40d1-b30b-694039315d75.shg-box.shg-c {
  justify-content: flex-start;
}

#s-28d2487c-1626-4ca0-ac7c-bd50e70e682a {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 30px;
min-width: 300px;
text-align: center;
}

#s-28d2487c-1626-4ca0-ac7c-bd50e70e682a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b7c71f6d-958f-44fb-9b60-7c0d063c926e {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-971a2dfa-d5d8-4330-8603-be78ba8b8797 {
  padding-top: px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-971a2dfa-d5d8-4330-8603-be78ba8b8797"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-927cff50-de08-4738-8ba2-6de30677220c {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 30px;
min-width: 140px;
max-width: 140px;
text-align: center;
background-color: rgba(226, 42, 112, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-927cff50-de08-4738-8ba2-6de30677220c:hover {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}#s-927cff50-de08-4738-8ba2-6de30677220c:active {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}


#s-927cff50-de08-4738-8ba2-6de30677220c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-ea6da3a3-9d56-4a5d-a222-821718a8d878 {
  min-height: 50px;
}








#s-ea6da3a3-9d56-4a5d-a222-821718a8d878 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea6da3a3-9d56-4a5d-a222-821718a8d878.shg-box.shg-c {
  justify-content: flex-start;
}

#s-85095609-256a-491c-8426-efc5cdedb785 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}








#s-85095609-256a-491c-8426-efc5cdedb785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85095609-256a-491c-8426-efc5cdedb785.shg-box.shg-c {
  justify-content: flex-start;
}

#s-96d8441a-6196-4d1b-99e0-a4d9b0569b0e {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(16, 169, 152, 1);
border-style: solid;
border-radius: 8px;
min-width: 300px;
min-height: 400px;
max-width: 300px;
max-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-96d8441a-6196-4d1b-99e0-a4d9b0569b0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-96d8441a-6196-4d1b-99e0-a4d9b0569b0e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bf6cd5fc-8a73-41c9-a0f9-270e74d3327e {
  padding-top: 20px;
padding-left: 15px;
padding-bottom: 20px;
padding-right: 30px;
min-width: 300px;
text-align: center;
}

#s-bf6cd5fc-8a73-41c9-a0f9-270e74d3327e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-80b9659e-b85b-4b55-9759-6cdb07dc4d59 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941 {
  padding-top: px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5f7b5cf6-dda6-4841-af7e-75b9e1f07941"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-09695f51-4229-42e6-92e1-76c26c1cfc9d {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 30px;
min-width: 140px;
max-width: 140px;
text-align: center;
background-color: rgba(226, 42, 112, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-09695f51-4229-42e6-92e1-76c26c1cfc9d:hover {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}#s-09695f51-4229-42e6-92e1-76c26c1cfc9d:active {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}


#s-09695f51-4229-42e6-92e1-76c26c1cfc9d.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Montserrat;
  display:  block ;
}

#s-5d57eb93-95fc-4cb1-adb4-7019a2ea9749 {
  min-height: 50px;
}








#s-5d57eb93-95fc-4cb1-adb4-7019a2ea9749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d57eb93-95fc-4cb1-adb4-7019a2ea9749.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe {
  padding-top: 30px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe {
  display: none;
}
#s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe, #wrap-s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe {
  display: none;
}
#s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe, #wrap-s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe {
  display: none;
}
#s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe, #wrap-s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe { display:none !important; }}@media (max-width: 767px){#s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe {
  display: none;
}
#s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe, #wrap-s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe { display:none !important; }}







#s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b87ad96-8f33-4787-8d39-e09ad9cc4ffe.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d9ef1937-efee-450d-aac7-2981485c230a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b36b618f-fc52-494a-928b-674b1cbce6cf {
  padding-left: 1px;
padding-right: 1px;
text-align: center;
}




  #s-b36b618f-fc52-494a-928b-674b1cbce6cf img.shogun-image {
    
    width: px;
  }


#s-b36b618f-fc52-494a-928b-674b1cbce6cf .shogun-image-content {
  
    align-items: center;
  
}

#s-9bc785b8-b7ec-45c5-bf5e-21ab31ab4707 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9bc785b8-b7ec-45c5-bf5e-21ab31ab4707 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-9bc785b8-b7ec-45c5-bf5e-21ab31ab4707 .shogun-heading-component h3 a {
  color: #000;
}


#s-98d3c98e-ab2d-49e3-9914-0cb134eeeb5c {
  text-align: center;
}




  #s-98d3c98e-ab2d-49e3-9914-0cb134eeeb5c img.shogun-image {
    
    width: px;
  }


#s-98d3c98e-ab2d-49e3-9914-0cb134eeeb5c .shogun-image-content {
  
    align-items: center;
  
}

#s-aa79b63f-c72d-42f0-b16f-705c26e9f930 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa79b63f-c72d-42f0-b16f-705c26e9f930 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-aa79b63f-c72d-42f0-b16f-705c26e9f930 .shogun-heading-component h3 a {
  color: #000;
}


#s-0b198d3f-6dd3-436b-beeb-93b51616a460 {
  text-align: center;
}




  #s-0b198d3f-6dd3-436b-beeb-93b51616a460 img.shogun-image {
    
    width: px;
  }


#s-0b198d3f-6dd3-436b-beeb-93b51616a460 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ddf6338-67d1-4d22-939b-2a9a73381334 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ddf6338-67d1-4d22-939b-2a9a73381334 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-1ddf6338-67d1-4d22-939b-2a9a73381334 .shogun-heading-component h3 a {
  color: #000;
}


#s-e6cd9701-5007-4154-8129-262643d18ea2 {
  text-align: center;
}




  #s-e6cd9701-5007-4154-8129-262643d18ea2 img.shogun-image {
    
    width: px;
  }


#s-e6cd9701-5007-4154-8129-262643d18ea2 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0e87732-6da9-4ebc-97e9-80609b79de2d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0e87732-6da9-4ebc-97e9-80609b79de2d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b0e87732-6da9-4ebc-97e9-80609b79de2d .shogun-heading-component h3 a {
  color: #000;
}


#s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e {
  background-image: url(https://i.shgcdn.com/f5df23db-b47c-40bf-9432-3d70309a2d6b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
min-height: 600px;
max-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e {
  display: none;
}
#s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e, #wrap-s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e {
  display: none;
}
#s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e, #wrap-s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e {
  display: none;
}
#s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e, #wrap-s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e { display:none !important; }}@media (max-width: 767px){#s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e {
  display: none;
}
#s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e, #wrap-s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e { display:none !important; }}







#s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e > .shg-box-overlay {
  background-color: rgba(16, 169, 152, 1);
  opacity: 0.71;
}#s-b30e1e1e-1f96-4147-9f1c-3c01fc5e633e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0bc8253d-6660-4d2a-ad0d-bb683737bd0e {
  margin-top: 175px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bc8253d-6660-4d2a-ad0d-bb683737bd0e .shogun-heading-component h1 {
  color: rgba(255, 244, 112, 1);
  font-weight:  500 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-48f53263-cca0-495d-b5ed-acc529c7e9d6 {
  margin-left: 25px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-48f53263-cca0-495d-b5ed-acc529c7e9d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-48f53263-cca0-495d-b5ed-acc529c7e9d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-48f53263-cca0-495d-b5ed-acc529c7e9d6 {
  
}
}
#s-52a9fa87-001c-4b09-80e3-09a2700f920c {
  margin-top: 0px;
margin-bottom: 50px;
padding-top: 15px;
padding-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-52a9fa87-001c-4b09-80e3-09a2700f920c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0d053dad-b43b-4203-9578-6eecf70872d9 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d053dad-b43b-4203-9578-6eecf70872d9 {
  display: none;
}
#s-0d053dad-b43b-4203-9578-6eecf70872d9, #wrap-s-0d053dad-b43b-4203-9578-6eecf70872d9 { display:none !important; }}@media (max-width: 767px){#s-0d053dad-b43b-4203-9578-6eecf70872d9 {
  display: none;
}
#s-0d053dad-b43b-4203-9578-6eecf70872d9, #wrap-s-0d053dad-b43b-4203-9578-6eecf70872d9 { display:none !important; }}
#s-0d053dad-b43b-4203-9578-6eecf70872d9 .shogun-heading-component h2 {
  color: rgba(42, 170, 225, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-2a03f629-fab2-4824-8bf9-6b746ecce03c {
  padding-top: 30px;
padding-left: 25px;
padding-bottom: 30px;
padding-right: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2a03f629-fab2-4824-8bf9-6b746ecce03c {
  display: none;
}
#s-2a03f629-fab2-4824-8bf9-6b746ecce03c, #wrap-s-2a03f629-fab2-4824-8bf9-6b746ecce03c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a03f629-fab2-4824-8bf9-6b746ecce03c {
  display: none;
}
#s-2a03f629-fab2-4824-8bf9-6b746ecce03c, #wrap-s-2a03f629-fab2-4824-8bf9-6b746ecce03c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a03f629-fab2-4824-8bf9-6b746ecce03c {
  display: none;
}
#s-2a03f629-fab2-4824-8bf9-6b746ecce03c, #wrap-s-2a03f629-fab2-4824-8bf9-6b746ecce03c { display:none !important; }}@media (max-width: 767px){#s-2a03f629-fab2-4824-8bf9-6b746ecce03c {
  display: none;
}
#s-2a03f629-fab2-4824-8bf9-6b746ecce03c, #wrap-s-2a03f629-fab2-4824-8bf9-6b746ecce03c { display:none !important; }}







#s-2a03f629-fab2-4824-8bf9-6b746ecce03c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a03f629-fab2-4824-8bf9-6b746ecce03c.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-63c9eb15-6a60-4318-b0bc-52fc26a07ee1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-84d755df-6a9f-44d7-9c79-62ad9ffb5bd1 {
  padding-top: 25px;
padding-bottom: 25px;
text-align: left;
}

#s-84d755df-6a9f-44d7-9c79-62ad9ffb5bd1 .shogun-heading-component h3 {
  color: rgba(16, 169, 152, 1);
  font-weight:  300 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b5ea9f67-6841-4bbf-b3ee-923d5b5984a2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-26545c07-9241-47df-8aea-b774d3adef8e {
  
}

#s-7eb2e83e-e0f7-4b30-92d8-4ab9e51819da {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
max-width: 180px;
text-align: center;
background-color: rgba(226, 42, 112, 1);
font-size: 16px;
color: #ffffff;
text-decoration: none;
}
#s-7eb2e83e-e0f7-4b30-92d8-4ab9e51819da:hover {background-color: rgba(191, 26, 89, 1) !important;
text-decoration: none !important;}#s-7eb2e83e-e0f7-4b30-92d8-4ab9e51819da:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7eb2e83e-e0f7-4b30-92d8-4ab9e51819da.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-f08482d8-5000-44b6-ae2b-12a024b08534 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-f08482d8-5000-44b6-ae2b-12a024b08534 img.shogun-image {
    
    width: px;
  }


#s-f08482d8-5000-44b6-ae2b-12a024b08534 .shogun-image-content {
  
    align-items: center;
  
}

#s-b31c8d87-b6ba-4624-a7e9-9e24c2bdb5d2 {
  text-align: left;
}

#s-b31c8d87-b6ba-4624-a7e9-9e24c2bdb5d2 .shogun-heading-component h4 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-65427b6f-d645-45ba-820a-42fa86fd5047 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e4aa3a51-8732-4379-a4bb-5846de73536d {
  
}

#s-e4aa3a51-8732-4379-a4bb-5846de73536d .shogun-heading-component h4 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  
}



#s-293a0a69-755f-4aab-874d-bc0c38bf83f0 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9a151c08-ab8f-49bd-a3ca-5f5006c2144f {
  text-align: left;
}

#s-9a151c08-ab8f-49bd-a3ca-5f5006c2144f .shogun-heading-component h4 {
  color: rgba(89, 89, 89, 1);
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-49892fc5-b65a-43eb-9eba-b050cb3c8618 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-b6a8eff7-209d-4b52-9298-3d3af1922162 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(235, 248, 253, 1);
}
@media (min-width: 1200px){#s-b6a8eff7-209d-4b52-9298-3d3af1922162 {
  display: none;
}
#s-b6a8eff7-209d-4b52-9298-3d3af1922162, #wrap-s-b6a8eff7-209d-4b52-9298-3d3af1922162 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6a8eff7-209d-4b52-9298-3d3af1922162 {
  display: none;
}
#s-b6a8eff7-209d-4b52-9298-3d3af1922162, #wrap-s-b6a8eff7-209d-4b52-9298-3d3af1922162 { display:none !important; }}







#s-b6a8eff7-209d-4b52-9298-3d3af1922162 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6a8eff7-209d-4b52-9298-3d3af1922162.shg-box.shg-c {
  justify-content: center;
}

#s-c7ed3378-1138-4930-943c-be648612632b {
  text-align: center;
background-color: rgba(235, 248, 253, 1);
}
@media (min-width: 1200px){#s-c7ed3378-1138-4930-943c-be648612632b {
  display: none;
}
#s-c7ed3378-1138-4930-943c-be648612632b, #wrap-s-c7ed3378-1138-4930-943c-be648612632b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7ed3378-1138-4930-943c-be648612632b {
  display: none;
}
#s-c7ed3378-1138-4930-943c-be648612632b, #wrap-s-c7ed3378-1138-4930-943c-be648612632b { display:none !important; }}



  #s-c7ed3378-1138-4930-943c-be648612632b img.shogun-image {
    
    width: px;
  }


#s-c7ed3378-1138-4930-943c-be648612632b .shogun-image-content {
  
    align-items: center;
  
}

#s-c89fa9d2-07e2-418c-bcbd-f6d26f459704 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c89fa9d2-07e2-418c-bcbd-f6d26f459704 .shogun-heading-component h3 {
  color: rgba(42, 170, 225, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-0f1048b6-a9e6-465a-81b9-6e97f601ff6d {
  padding-left: 0%;
padding-right: 0%;
max-width: 100%;
}

#s-8416053c-7340-4d88-bb0b-7f7e3f8fb662 {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(235, 248, 253, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-8416053c-7340-4d88-bb0b-7f7e3f8fb662 {
  display: none;
}
#s-8416053c-7340-4d88-bb0b-7f7e3f8fb662, #wrap-s-8416053c-7340-4d88-bb0b-7f7e3f8fb662 { display:none !important; }}@media (max-width: 767px){#s-8416053c-7340-4d88-bb0b-7f7e3f8fb662 {
  display: none;
}
#s-8416053c-7340-4d88-bb0b-7f7e3f8fb662, #wrap-s-8416053c-7340-4d88-bb0b-7f7e3f8fb662 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8416053c-7340-4d88-bb0b-7f7e3f8fb662"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-08b0af72-a3a8-4657-a5db-ea93fa4a5234 {
  text-align: right;
}
@media (max-width: 767px){#s-08b0af72-a3a8-4657-a5db-ea93fa4a5234 {
  text-align: center;
}
}



  #s-08b0af72-a3a8-4657-a5db-ea93fa4a5234 img.shogun-image {
    
    width: px;
  }


#s-08b0af72-a3a8-4657-a5db-ea93fa4a5234 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6cfb95c-e4bb-400a-aeb1-eca2950ab237 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a6cfb95c-e4bb-400a-aeb1-eca2950ab237 .shogun-heading-component h3 {
  color: rgba(42, 170, 225, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: 2px;
  text-align: left;
}



#s-0273d14e-b4fc-4947-b9cc-b8be88537ac4 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0273d14e-b4fc-4947-b9cc-b8be88537ac4 .shogun-heading-component h2 {
  color: rgba(42, 170, 225, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957 {
  margin-top: 20px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d9dd8b3c-1df3-44ba-ad7f-4686cb5d1957"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-34c99c44-f5d3-49d3-a60a-6eb795a2f33a {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-34c99c44-f5d3-49d3-a60a-6eb795a2f33a img.shogun-image {
    
    width: px;
  }


#s-34c99c44-f5d3-49d3-a60a-6eb795a2f33a .shogun-image-content {
  
    align-items: center;
  
}

#s-bcf6264c-6abc-4ed3-8c33-46a234c7c5ce {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcf6264c-6abc-4ed3-8c33-46a234c7c5ce {
  display: none;
}
#s-bcf6264c-6abc-4ed3-8c33-46a234c7c5ce, #wrap-s-bcf6264c-6abc-4ed3-8c33-46a234c7c5ce { display:none !important; }}@media (max-width: 767px){#s-bcf6264c-6abc-4ed3-8c33-46a234c7c5ce {
  display: none;
}
#s-bcf6264c-6abc-4ed3-8c33-46a234c7c5ce, #wrap-s-bcf6264c-6abc-4ed3-8c33-46a234c7c5ce { display:none !important; }}
#s-bcf6264c-6abc-4ed3-8c33-46a234c7c5ce .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-7c5c6932-cf1c-4f71-bd89-fa63b3d4a543 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7c5c6932-cf1c-4f71-bd89-fa63b3d4a543 {
  display: none;
}
#s-7c5c6932-cf1c-4f71-bd89-fa63b3d4a543, #wrap-s-7c5c6932-cf1c-4f71-bd89-fa63b3d4a543 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c5c6932-cf1c-4f71-bd89-fa63b3d4a543 {
  display: none;
}
#s-7c5c6932-cf1c-4f71-bd89-fa63b3d4a543, #wrap-s-7c5c6932-cf1c-4f71-bd89-fa63b3d4a543 { display:none !important; }}
#s-7c5c6932-cf1c-4f71-bd89-fa63b3d4a543 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-76335894-7f72-4ea7-b4fd-85dfbd080ba6 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-76335894-7f72-4ea7-b4fd-85dfbd080ba6 img.shogun-image {
    
    width: px;
  }


#s-76335894-7f72-4ea7-b4fd-85dfbd080ba6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a11379e-6517-4f2b-bd1f-e06d57ecd52f {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a11379e-6517-4f2b-bd1f-e06d57ecd52f {
  display: none;
}
#s-6a11379e-6517-4f2b-bd1f-e06d57ecd52f, #wrap-s-6a11379e-6517-4f2b-bd1f-e06d57ecd52f { display:none !important; }}@media (max-width: 767px){#s-6a11379e-6517-4f2b-bd1f-e06d57ecd52f {
  display: none;
}
#s-6a11379e-6517-4f2b-bd1f-e06d57ecd52f, #wrap-s-6a11379e-6517-4f2b-bd1f-e06d57ecd52f { display:none !important; }}
#s-6a11379e-6517-4f2b-bd1f-e06d57ecd52f .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-282c6d17-a3d1-4e1e-941a-2dc520858c1e {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-282c6d17-a3d1-4e1e-941a-2dc520858c1e {
  display: none;
}
#s-282c6d17-a3d1-4e1e-941a-2dc520858c1e, #wrap-s-282c6d17-a3d1-4e1e-941a-2dc520858c1e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-282c6d17-a3d1-4e1e-941a-2dc520858c1e {
  display: none;
}
#s-282c6d17-a3d1-4e1e-941a-2dc520858c1e, #wrap-s-282c6d17-a3d1-4e1e-941a-2dc520858c1e { display:none !important; }}
#s-282c6d17-a3d1-4e1e-941a-2dc520858c1e .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-5842e470-5290-42d8-bf9f-da62dc2a74e5 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-5842e470-5290-42d8-bf9f-da62dc2a74e5 img.shogun-image {
    
    width: px;
  }


#s-5842e470-5290-42d8-bf9f-da62dc2a74e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3358c83-7fd4-4f4e-9a9a-b3f685c9ae03 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d3358c83-7fd4-4f4e-9a9a-b3f685c9ae03 {
  display: none;
}
#s-d3358c83-7fd4-4f4e-9a9a-b3f685c9ae03, #wrap-s-d3358c83-7fd4-4f4e-9a9a-b3f685c9ae03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3358c83-7fd4-4f4e-9a9a-b3f685c9ae03 {
  display: none;
}
#s-d3358c83-7fd4-4f4e-9a9a-b3f685c9ae03, #wrap-s-d3358c83-7fd4-4f4e-9a9a-b3f685c9ae03 { display:none !important; }}
#s-d3358c83-7fd4-4f4e-9a9a-b3f685c9ae03 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-852709fc-671d-45ed-ba06-84d1a7f01696 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-852709fc-671d-45ed-ba06-84d1a7f01696 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-852709fc-671d-45ed-ba06-84d1a7f01696 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-852709fc-671d-45ed-ba06-84d1a7f01696 {
  display: none;
}
#s-852709fc-671d-45ed-ba06-84d1a7f01696, #wrap-s-852709fc-671d-45ed-ba06-84d1a7f01696 { display:none !important; }}@media (max-width: 767px){#s-852709fc-671d-45ed-ba06-84d1a7f01696 {
  display: none;
}
#s-852709fc-671d-45ed-ba06-84d1a7f01696, #wrap-s-852709fc-671d-45ed-ba06-84d1a7f01696 { display:none !important; }}
#s-852709fc-671d-45ed-ba06-84d1a7f01696 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-029f47d4-bc60-44bc-8fba-3c4023dede67 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-029f47d4-bc60-44bc-8fba-3c4023dede67 img.shogun-image {
    
    width: px;
  }


#s-029f47d4-bc60-44bc-8fba-3c4023dede67 .shogun-image-content {
  
    align-items: center;
  
}

#s-e17109f2-7f95-462e-a3e5-17e9e5a7f425 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e17109f2-7f95-462e-a3e5-17e9e5a7f425 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e17109f2-7f95-462e-a3e5-17e9e5a7f425 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e17109f2-7f95-462e-a3e5-17e9e5a7f425 {
  display: none;
}
#s-e17109f2-7f95-462e-a3e5-17e9e5a7f425, #wrap-s-e17109f2-7f95-462e-a3e5-17e9e5a7f425 { display:none !important; }}@media (max-width: 767px){#s-e17109f2-7f95-462e-a3e5-17e9e5a7f425 {
  display: none;
}
#s-e17109f2-7f95-462e-a3e5-17e9e5a7f425, #wrap-s-e17109f2-7f95-462e-a3e5-17e9e5a7f425 { display:none !important; }}
#s-e17109f2-7f95-462e-a3e5-17e9e5a7f425 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-a5f63e34-44b4-44c7-a51c-29790f2a5380 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a5f63e34-44b4-44c7-a51c-29790f2a5380 {
  display: none;
}
#s-a5f63e34-44b4-44c7-a51c-29790f2a5380, #wrap-s-a5f63e34-44b4-44c7-a51c-29790f2a5380 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5f63e34-44b4-44c7-a51c-29790f2a5380 {
  display: none;
}
#s-a5f63e34-44b4-44c7-a51c-29790f2a5380, #wrap-s-a5f63e34-44b4-44c7-a51c-29790f2a5380 { display:none !important; }}
#s-a5f63e34-44b4-44c7-a51c-29790f2a5380 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-44e0c085-66cf-4be0-a69c-f9e0d0bef7cd {
  padding-top: 50px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(226, 42, 112, 1);
}








#s-44e0c085-66cf-4be0-a69c-f9e0d0bef7cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44e0c085-66cf-4be0-a69c-f9e0d0bef7cd.shg-box.shg-c {
  justify-content: center;
}

#s-4b86c6b9-4055-4d82-9db1-f26eeffd4b94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b86c6b9-4055-4d82-9db1-f26eeffd4b94 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-0557b63d-63e2-4fef-838d-5ee0c8b31d01 {
  min-height: 400px;
max-width: 100%;
}

#s-f5148200-92b0-490c-9810-84ae704c82ab {
  min-height: 50px;
background-color: rgba(226, 42, 112, 1);
}








#s-f5148200-92b0-490c-9810-84ae704c82ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5148200-92b0-490c-9810-84ae704c82ab.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}
