.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-10b7a229-0834-4527-a602-bd41675dfbb1 {
  min-height: 50px;
}








#s-10b7a229-0834-4527-a602-bd41675dfbb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10b7a229-0834-4527-a602-bd41675dfbb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.cdl-picture-wrapper {
    display: block;
    position: relative;
}

.cdl-picture, .cdl-picture img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
@media (min-width: 768px) and (max-width: 991px){#s-512bc4eb-67c3-46d2-bbd0-9b4417a7481b {
  display: none;
}
#s-512bc4eb-67c3-46d2-bbd0-9b4417a7481b, #wrap-s-512bc4eb-67c3-46d2-bbd0-9b4417a7481b { display:none !important; }}@media (max-width: 767px){#s-512bc4eb-67c3-46d2-bbd0-9b4417a7481b {
  margin-bottom: 1px;
display: none;
}
#s-512bc4eb-67c3-46d2-bbd0-9b4417a7481b, #wrap-s-512bc4eb-67c3-46d2-bbd0-9b4417a7481b { display:none !important; }}
#s-c7c860e5-3a64-4a69-aa71-4766244ce429 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c7c860e5-3a64-4a69-aa71-4766244ce429 {
  margin-top: 14%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 43%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7c860e5-3a64-4a69-aa71-4766244ce429 {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7c860e5-3a64-4a69-aa71-4766244ce429 {
  display: none;
}
#s-c7c860e5-3a64-4a69-aa71-4766244ce429, #wrap-s-c7c860e5-3a64-4a69-aa71-4766244ce429 { display:none !important; }}@media (max-width: 767px){#s-c7c860e5-3a64-4a69-aa71-4766244ce429 {
  display: none;
}
#s-c7c860e5-3a64-4a69-aa71-4766244ce429, #wrap-s-c7c860e5-3a64-4a69-aa71-4766244ce429 { display:none !important; }}







#s-c7c860e5-3a64-4a69-aa71-4766244ce429 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7c860e5-3a64-4a69-aa71-4766244ce429.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px){#s-f4c298eb-12ca-4f5b-888f-81d5fb9157ef {
  margin-top: 1%;
margin-left: -27%;
margin-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4c298eb-12ca-4f5b-888f-81d5fb9157ef {
  margin-top: 1%;
margin-left: -17%;
margin-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4c298eb-12ca-4f5b-888f-81d5fb9157ef {
  display: none;
}
#s-f4c298eb-12ca-4f5b-888f-81d5fb9157ef, #wrap-s-f4c298eb-12ca-4f5b-888f-81d5fb9157ef { display:none !important; }}@media (max-width: 767px){#s-f4c298eb-12ca-4f5b-888f-81d5fb9157ef {
  display: none;
}
#s-f4c298eb-12ca-4f5b-888f-81d5fb9157ef, #wrap-s-f4c298eb-12ca-4f5b-888f-81d5fb9157ef { display:none !important; }}
@media (min-width: 1200px){#s-8db2725b-4388-482b-bc19-ced37991a38f {
  display: none;
}
#s-8db2725b-4388-482b-bc19-ced37991a38f, #wrap-s-8db2725b-4388-482b-bc19-ced37991a38f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8db2725b-4388-482b-bc19-ced37991a38f {
  display: none;
}
#s-8db2725b-4388-482b-bc19-ced37991a38f, #wrap-s-8db2725b-4388-482b-bc19-ced37991a38f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8db2725b-4388-482b-bc19-ced37991a38f {
  
}
}@media (max-width: 767px){#s-8db2725b-4388-482b-bc19-ced37991a38f {
  
}
}
#s-fb129a0e-9d35-4d73-8143-d622dc8526ab {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fb129a0e-9d35-4d73-8143-d622dc8526ab {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fb129a0e-9d35-4d73-8143-d622dc8526ab {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb129a0e-9d35-4d73-8143-d622dc8526ab {
  display: none;
}
#s-fb129a0e-9d35-4d73-8143-d622dc8526ab, #wrap-s-fb129a0e-9d35-4d73-8143-d622dc8526ab { display:none !important; }}@media (max-width: 767px){#s-fb129a0e-9d35-4d73-8143-d622dc8526ab {
  display: none;
}
#s-fb129a0e-9d35-4d73-8143-d622dc8526ab, #wrap-s-fb129a0e-9d35-4d73-8143-d622dc8526ab { display:none !important; }}







#s-fb129a0e-9d35-4d73-8143-d622dc8526ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb129a0e-9d35-4d73-8143-d622dc8526ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e261b9ed-d2fc-4339-9f44-de1071520340 {
  margin-left: 0%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e261b9ed-d2fc-4339-9f44-de1071520340 {
  display: none;
}
#s-e261b9ed-d2fc-4339-9f44-de1071520340, #wrap-s-e261b9ed-d2fc-4339-9f44-de1071520340 { display:none !important; }}@media (max-width: 767px){#s-e261b9ed-d2fc-4339-9f44-de1071520340 {
  display: none;
}
#s-e261b9ed-d2fc-4339-9f44-de1071520340, #wrap-s-e261b9ed-d2fc-4339-9f44-de1071520340 { display:none !important; }}
#s-3fc7c699-d6ec-4bc9-b4ef-d7a3b0559b7b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3fc7c699-d6ec-4bc9-b4ef-d7a3b0559b7b {
  margin-top: -6%;
margin-right: 61%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fc7c699-d6ec-4bc9-b4ef-d7a3b0559b7b {
  margin-top: -6%;
margin-bottom: 0%;
margin-right: 61%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3fc7c699-d6ec-4bc9-b4ef-d7a3b0559b7b {
  display: none;
}
#s-3fc7c699-d6ec-4bc9-b4ef-d7a3b0559b7b, #wrap-s-3fc7c699-d6ec-4bc9-b4ef-d7a3b0559b7b { display:none !important; }}@media (max-width: 767px){#s-3fc7c699-d6ec-4bc9-b4ef-d7a3b0559b7b {
  display: none;
}
#s-3fc7c699-d6ec-4bc9-b4ef-d7a3b0559b7b, #wrap-s-3fc7c699-d6ec-4bc9-b4ef-d7a3b0559b7b { display:none !important; }}







#s-3fc7c699-d6ec-4bc9-b4ef-d7a3b0559b7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fc7c699-d6ec-4bc9-b4ef-d7a3b0559b7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-d8d60571-17b3-4530-b7b3-4363063555e8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d8d60571-17b3-4530-b7b3-4363063555e8:hover {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8d60571-17b3-4530-b7b3-4363063555e8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d8d60571-17b3-4530-b7b3-4363063555e8 {
  display: none;
}
#s-d8d60571-17b3-4530-b7b3-4363063555e8, #wrap-s-d8d60571-17b3-4530-b7b3-4363063555e8 { display:none !important; }}@media (max-width: 767px){#s-d8d60571-17b3-4530-b7b3-4363063555e8 {
  display: none;
}
#s-d8d60571-17b3-4530-b7b3-4363063555e8, #wrap-s-d8d60571-17b3-4530-b7b3-4363063555e8 { display:none !important; }}

  #s-d8d60571-17b3-4530-b7b3-4363063555e8-root {
    text-align: center;
  }


#s-d8d60571-17b3-4530-b7b3-4363063555e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d8d60571-17b3-4530-b7b3-4363063555e8-root {
    text-align: center;
  }


#s-d8d60571-17b3-4530-b7b3-4363063555e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8d60571-17b3-4530-b7b3-4363063555e8-root {
    text-align: center;
  }


#s-d8d60571-17b3-4530-b7b3-4363063555e8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8d60571-17b3-4530-b7b3-4363063555e8-root {
    text-align: center;
  }


#s-d8d60571-17b3-4530-b7b3-4363063555e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d8d60571-17b3-4530-b7b3-4363063555e8-root {
    text-align: center;
  }


#s-d8d60571-17b3-4530-b7b3-4363063555e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-ca22f8a8-eef8-4047-8aa7-a89c69cabe4b {
  margin-top: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ca22f8a8-eef8-4047-8aa7-a89c69cabe4b {
  display: none;
}
#s-ca22f8a8-eef8-4047-8aa7-a89c69cabe4b, #wrap-s-ca22f8a8-eef8-4047-8aa7-a89c69cabe4b { display:none !important; }}@media (max-width: 767px){#s-ca22f8a8-eef8-4047-8aa7-a89c69cabe4b {
  margin-bottom: 1px;
display: none;
}
#s-ca22f8a8-eef8-4047-8aa7-a89c69cabe4b, #wrap-s-ca22f8a8-eef8-4047-8aa7-a89c69cabe4b { display:none !important; }}
#s-8f392160-4cdd-4035-a71a-307886e83766 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8f392160-4cdd-4035-a71a-307886e83766 {
  margin-top: 1%;
margin-left: 60%;
margin-bottom: 1%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f392160-4cdd-4035-a71a-307886e83766 {
  margin-top: 1%;
margin-left: 60%;
margin-bottom: 1%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8f392160-4cdd-4035-a71a-307886e83766 {
  display: none;
}
#s-8f392160-4cdd-4035-a71a-307886e83766, #wrap-s-8f392160-4cdd-4035-a71a-307886e83766 { display:none !important; }}@media (max-width: 767px){#s-8f392160-4cdd-4035-a71a-307886e83766 {
  display: none;
}
#s-8f392160-4cdd-4035-a71a-307886e83766, #wrap-s-8f392160-4cdd-4035-a71a-307886e83766 { display:none !important; }}







#s-8f392160-4cdd-4035-a71a-307886e83766 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f392160-4cdd-4035-a71a-307886e83766.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-84b27791-62ed-405b-98fd-b23e904018c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-84b27791-62ed-405b-98fd-b23e904018c7 {
  margin-bottom: 3%;
}
}
#s-84b27791-62ed-405b-98fd-b23e904018c7 .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



@media (min-width: 1200px){#s-7ec8eb9c-d13a-49de-aecc-bd110450e94c {
  margin-left: 0%;
margin-right: -2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ec8eb9c-d13a-49de-aecc-bd110450e94c {
  margin-left: 0%;
margin-right: 12%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ec8eb9c-d13a-49de-aecc-bd110450e94c {
  display: none;
}
#s-7ec8eb9c-d13a-49de-aecc-bd110450e94c, #wrap-s-7ec8eb9c-d13a-49de-aecc-bd110450e94c { display:none !important; }}@media (max-width: 767px){#s-7ec8eb9c-d13a-49de-aecc-bd110450e94c {
  display: none;
}
#s-7ec8eb9c-d13a-49de-aecc-bd110450e94c, #wrap-s-7ec8eb9c-d13a-49de-aecc-bd110450e94c { display:none !important; }}
#s-6b56bd25-7d38-48c0-b279-64582231dde2 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b56bd25-7d38-48c0-b279-64582231dde2 {
  display: none;
}
#s-6b56bd25-7d38-48c0-b279-64582231dde2, #wrap-s-6b56bd25-7d38-48c0-b279-64582231dde2 { display:none !important; }}@media (max-width: 767px){#s-6b56bd25-7d38-48c0-b279-64582231dde2 {
  display: none;
}
#s-6b56bd25-7d38-48c0-b279-64582231dde2, #wrap-s-6b56bd25-7d38-48c0-b279-64582231dde2 { display:none !important; }}







#s-6b56bd25-7d38-48c0-b279-64582231dde2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b56bd25-7d38-48c0-b279-64582231dde2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e07143a4-d6e1-4707-abf7-b88b2821ef33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e07143a4-d6e1-4707-abf7-b88b2821ef33 {
  margin-bottom: 1%;
}
}
#s-e07143a4-d6e1-4707-abf7-b88b2821ef33 .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (min-width: 768px) and (max-width: 991px){#s-a1a166e9-b1bb-4a83-9dff-7c7dadc6efe4 {
  display: none;
}
#s-a1a166e9-b1bb-4a83-9dff-7c7dadc6efe4, #wrap-s-a1a166e9-b1bb-4a83-9dff-7c7dadc6efe4 { display:none !important; }}@media (max-width: 767px){#s-a1a166e9-b1bb-4a83-9dff-7c7dadc6efe4 {
  display: none;
}
#s-a1a166e9-b1bb-4a83-9dff-7c7dadc6efe4, #wrap-s-a1a166e9-b1bb-4a83-9dff-7c7dadc6efe4 { display:none !important; }}
@media (min-width: 1200px){#s-f25a98bf-1999-470a-9a94-eec838f68470 {
  margin-top: 43px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f25a98bf-1999-470a-9a94-eec838f68470 {
  margin-bottom: -5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f25a98bf-1999-470a-9a94-eec838f68470 {
  display: none;
}
#s-f25a98bf-1999-470a-9a94-eec838f68470, #wrap-s-f25a98bf-1999-470a-9a94-eec838f68470 { display:none !important; }}@media (max-width: 767px){#s-f25a98bf-1999-470a-9a94-eec838f68470 {
  display: none;
}
#s-f25a98bf-1999-470a-9a94-eec838f68470, #wrap-s-f25a98bf-1999-470a-9a94-eec838f68470 { display:none !important; }}
#s-4d8bcd23-0883-46fd-9808-da28f2ec33b6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4d8bcd23-0883-46fd-9808-da28f2ec33b6 {
  display: none;
}
#s-4d8bcd23-0883-46fd-9808-da28f2ec33b6, #wrap-s-4d8bcd23-0883-46fd-9808-da28f2ec33b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d8bcd23-0883-46fd-9808-da28f2ec33b6 {
  display: none;
}
#s-4d8bcd23-0883-46fd-9808-da28f2ec33b6, #wrap-s-4d8bcd23-0883-46fd-9808-da28f2ec33b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d8bcd23-0883-46fd-9808-da28f2ec33b6 {
  display: none;
}
#s-4d8bcd23-0883-46fd-9808-da28f2ec33b6, #wrap-s-4d8bcd23-0883-46fd-9808-da28f2ec33b6 { display:none !important; }}@media (max-width: 767px){#s-4d8bcd23-0883-46fd-9808-da28f2ec33b6 {
  margin-left: -9%;
margin-right: 5%;
}
}







#s-4d8bcd23-0883-46fd-9808-da28f2ec33b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d8bcd23-0883-46fd-9808-da28f2ec33b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b44b32b0-ffa3-4e16-8e4f-237071687c07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b44b32b0-ffa3-4e16-8e4f-237071687c07 {
  display: none;
}
#s-b44b32b0-ffa3-4e16-8e4f-237071687c07, #wrap-s-b44b32b0-ffa3-4e16-8e4f-237071687c07 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b44b32b0-ffa3-4e16-8e4f-237071687c07 {
  display: none;
}
#s-b44b32b0-ffa3-4e16-8e4f-237071687c07, #wrap-s-b44b32b0-ffa3-4e16-8e4f-237071687c07 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b44b32b0-ffa3-4e16-8e4f-237071687c07 {
  display: none;
}
#s-b44b32b0-ffa3-4e16-8e4f-237071687c07, #wrap-s-b44b32b0-ffa3-4e16-8e4f-237071687c07 { display:none !important; }}
#s-b44b32b0-ffa3-4e16-8e4f-237071687c07 .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 1200px){#s-46e19e4c-84f4-4ce4-a7af-504dc1f69f71 {
  display: none;
}
#s-46e19e4c-84f4-4ce4-a7af-504dc1f69f71, #wrap-s-46e19e4c-84f4-4ce4-a7af-504dc1f69f71 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-46e19e4c-84f4-4ce4-a7af-504dc1f69f71 {
  display: none;
}
#s-46e19e4c-84f4-4ce4-a7af-504dc1f69f71, #wrap-s-46e19e4c-84f4-4ce4-a7af-504dc1f69f71 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-46e19e4c-84f4-4ce4-a7af-504dc1f69f71 {
  display: none;
}
#s-46e19e4c-84f4-4ce4-a7af-504dc1f69f71, #wrap-s-46e19e4c-84f4-4ce4-a7af-504dc1f69f71 { display:none !important; }}@media (max-width: 767px){#s-46e19e4c-84f4-4ce4-a7af-504dc1f69f71 {
  margin-left: 28%;
margin-right: 2%;
}
}
#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167:active {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167 {
  display: none;
}
#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167, #wrap-s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167 {
  display: none;
}
#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167, #wrap-s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167 {
  display: none;
}
#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167, #wrap-s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167 { display:none !important; }}

  #s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167-root {
    text-align: center;
  }


#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167-root {
    text-align: center;
  }


#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167-root {
    text-align: center;
  }


#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167-root {
    text-align: center;
  }


#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167-root {
    text-align: center;
  }


#s-a8dd66e6-89b9-4e5b-a09f-dc46d0c68167.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (min-width: 1200px){#s-490a84ee-95a4-461f-8422-a98baf6136e7 {
  display: none;
}
#s-490a84ee-95a4-461f-8422-a98baf6136e7, #wrap-s-490a84ee-95a4-461f-8422-a98baf6136e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-490a84ee-95a4-461f-8422-a98baf6136e7 {
  display: none;
}
#s-490a84ee-95a4-461f-8422-a98baf6136e7, #wrap-s-490a84ee-95a4-461f-8422-a98baf6136e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-490a84ee-95a4-461f-8422-a98baf6136e7 {
  display: none;
}
#s-490a84ee-95a4-461f-8422-a98baf6136e7, #wrap-s-490a84ee-95a4-461f-8422-a98baf6136e7 { display:none !important; }}@media (max-width: 767px){#s-490a84ee-95a4-461f-8422-a98baf6136e7 {
  margin-top: -4%;
margin-bottom: -4%;
padding-top: 0%;
padding-bottom: 0%;
}
}
#s-490a84ee-95a4-461f-8422-a98baf6136e7 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-58ae6ee2-e32c-42f8-88f0-8c69b151b57c {
  margin-top: 200px;
}
@media (min-width: 1200px){#s-58ae6ee2-e32c-42f8-88f0-8c69b151b57c {
  margin-top: 7%;
display: none;
}
#s-58ae6ee2-e32c-42f8-88f0-8c69b151b57c, #wrap-s-58ae6ee2-e32c-42f8-88f0-8c69b151b57c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58ae6ee2-e32c-42f8-88f0-8c69b151b57c {
  margin-top: 7%;
display: none;
}
#s-58ae6ee2-e32c-42f8-88f0-8c69b151b57c, #wrap-s-58ae6ee2-e32c-42f8-88f0-8c69b151b57c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58ae6ee2-e32c-42f8-88f0-8c69b151b57c {
  margin-top: 1px;
display: none;
}
#s-58ae6ee2-e32c-42f8-88f0-8c69b151b57c, #wrap-s-58ae6ee2-e32c-42f8-88f0-8c69b151b57c { display:none !important; }}@media (max-width: 767px){#s-58ae6ee2-e32c-42f8-88f0-8c69b151b57c {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-8bc1f769-c56e-49ac-a0e9-45c5ebd86a3a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8bc1f769-c56e-49ac-a0e9-45c5ebd86a3a {
  margin-top: 10%;
margin-bottom: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8bc1f769-c56e-49ac-a0e9-45c5ebd86a3a {
  display: none;
}
#s-8bc1f769-c56e-49ac-a0e9-45c5ebd86a3a, #wrap-s-8bc1f769-c56e-49ac-a0e9-45c5ebd86a3a { display:none !important; }}@media (max-width: 767px){#s-8bc1f769-c56e-49ac-a0e9-45c5ebd86a3a {
  display: none;
}
#s-8bc1f769-c56e-49ac-a0e9-45c5ebd86a3a, #wrap-s-8bc1f769-c56e-49ac-a0e9-45c5ebd86a3a { display:none !important; }}







#s-8bc1f769-c56e-49ac-a0e9-45c5ebd86a3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bc1f769-c56e-49ac-a0e9-45c5ebd86a3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdbd65c4-6229-4ee2-adfd-770bb915258f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bdbd65c4-6229-4ee2-adfd-770bb915258f {
  display: none;
}
#s-bdbd65c4-6229-4ee2-adfd-770bb915258f, #wrap-s-bdbd65c4-6229-4ee2-adfd-770bb915258f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bdbd65c4-6229-4ee2-adfd-770bb915258f {
  display: none;
}
#s-bdbd65c4-6229-4ee2-adfd-770bb915258f, #wrap-s-bdbd65c4-6229-4ee2-adfd-770bb915258f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bdbd65c4-6229-4ee2-adfd-770bb915258f {
  display: none;
}
#s-bdbd65c4-6229-4ee2-adfd-770bb915258f, #wrap-s-bdbd65c4-6229-4ee2-adfd-770bb915258f { display:none !important; }}@media (max-width: 767px){#s-bdbd65c4-6229-4ee2-adfd-770bb915258f {
  margin-left: 22%;
margin-right: 22%;
}
}







#s-bdbd65c4-6229-4ee2-adfd-770bb915258f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdbd65c4-6229-4ee2-adfd-770bb915258f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84704f33-cd3d-418f-9276-2d6eeaa8150a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-84704f33-cd3d-418f-9276-2d6eeaa8150a {
  display: none;
}
#s-84704f33-cd3d-418f-9276-2d6eeaa8150a, #wrap-s-84704f33-cd3d-418f-9276-2d6eeaa8150a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84704f33-cd3d-418f-9276-2d6eeaa8150a {
  display: none;
}
#s-84704f33-cd3d-418f-9276-2d6eeaa8150a, #wrap-s-84704f33-cd3d-418f-9276-2d6eeaa8150a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84704f33-cd3d-418f-9276-2d6eeaa8150a {
  display: none;
}
#s-84704f33-cd3d-418f-9276-2d6eeaa8150a, #wrap-s-84704f33-cd3d-418f-9276-2d6eeaa8150a { display:none !important; }}@media (max-width: 767px){#s-84704f33-cd3d-418f-9276-2d6eeaa8150a {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-84704f33-cd3d-418f-9276-2d6eeaa8150a .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-84704f33-cd3d-418f-9276-2d6eeaa8150a .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
@media (min-width: 1200px){#s-879f60c2-c964-4509-b4b3-0d0cfab6949a {
  display: none;
}
#s-879f60c2-c964-4509-b4b3-0d0cfab6949a, #wrap-s-879f60c2-c964-4509-b4b3-0d0cfab6949a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-879f60c2-c964-4509-b4b3-0d0cfab6949a {
  display: none;
}
#s-879f60c2-c964-4509-b4b3-0d0cfab6949a, #wrap-s-879f60c2-c964-4509-b4b3-0d0cfab6949a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-879f60c2-c964-4509-b4b3-0d0cfab6949a {
  display: none;
}
#s-879f60c2-c964-4509-b4b3-0d0cfab6949a, #wrap-s-879f60c2-c964-4509-b4b3-0d0cfab6949a { display:none !important; }}@media (max-width: 767px){#s-879f60c2-c964-4509-b4b3-0d0cfab6949a {
  margin-left: -15%;
margin-right: -15%;
}
}
@media (min-width: 1200px){#s-56dd5a64-c022-47d9-8561-2584630c777e {
  display: none;
}
#s-56dd5a64-c022-47d9-8561-2584630c777e, #wrap-s-56dd5a64-c022-47d9-8561-2584630c777e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56dd5a64-c022-47d9-8561-2584630c777e {
  display: none;
}
#s-56dd5a64-c022-47d9-8561-2584630c777e, #wrap-s-56dd5a64-c022-47d9-8561-2584630c777e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56dd5a64-c022-47d9-8561-2584630c777e {
  display: none;
}
#s-56dd5a64-c022-47d9-8561-2584630c777e, #wrap-s-56dd5a64-c022-47d9-8561-2584630c777e { display:none !important; }}@media (max-width: 767px){#s-56dd5a64-c022-47d9-8561-2584630c777e {
  margin-left: 26%;
margin-right: 26%;
}
}
#s-56dd5a64-c022-47d9-8561-2584630c777e hr {
  border-top: 2px solid rgba(69, 68, 68, 1);
}

#s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f {
  display: none;
}
#s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f, #wrap-s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f {
  display: none;
}
#s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f, #wrap-s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f {
  display: none;
}
#s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f, #wrap-s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f { display:none !important; }}@media (max-width: 767px){#s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f {
  margin-left: 22%;
margin-right: 22%;
}
}







#s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b710dd0-6a7f-4e75-ba78-8f12c80f336f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f {
  display: none;
}
#s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f, #wrap-s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f {
  display: none;
}
#s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f, #wrap-s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f {
  display: none;
}
#s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f, #wrap-s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f { display:none !important; }}@media (max-width: 767px){#s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f {
  margin-left: -1%;
margin-right: -1%;
}
}
#s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-7ca852d0-b2e9-4bcd-aaa3-23f773f60f2f .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
@media (min-width: 1200px){#s-66a9a0c1-3e59-4e4f-9099-7635d9f3453b {
  display: none;
}
#s-66a9a0c1-3e59-4e4f-9099-7635d9f3453b, #wrap-s-66a9a0c1-3e59-4e4f-9099-7635d9f3453b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66a9a0c1-3e59-4e4f-9099-7635d9f3453b {
  display: none;
}
#s-66a9a0c1-3e59-4e4f-9099-7635d9f3453b, #wrap-s-66a9a0c1-3e59-4e4f-9099-7635d9f3453b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-66a9a0c1-3e59-4e4f-9099-7635d9f3453b {
  display: none;
}
#s-66a9a0c1-3e59-4e4f-9099-7635d9f3453b, #wrap-s-66a9a0c1-3e59-4e4f-9099-7635d9f3453b { display:none !important; }}@media (max-width: 767px){#s-66a9a0c1-3e59-4e4f-9099-7635d9f3453b {
  margin-left: -15%;
margin-right: -15%;
}
}
@media (min-width: 768px) and (max-width: 991px){#s-ac216a7e-787f-45cc-9ef8-05159b39fd68 {
  display: none;
}
#s-ac216a7e-787f-45cc-9ef8-05159b39fd68, #wrap-s-ac216a7e-787f-45cc-9ef8-05159b39fd68 { display:none !important; }}@media (max-width: 767px){#s-ac216a7e-787f-45cc-9ef8-05159b39fd68 {
  margin-bottom: 1px;
display: none;
}
#s-ac216a7e-787f-45cc-9ef8-05159b39fd68, #wrap-s-ac216a7e-787f-45cc-9ef8-05159b39fd68 { display:none !important; }}
#s-a61ffeab-b8bf-46b6-8f05-1197b7b284ea {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a61ffeab-b8bf-46b6-8f05-1197b7b284ea {
  margin-top: 1%;
margin-left: 7%;
margin-bottom: 1%;
margin-right: 62%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a61ffeab-b8bf-46b6-8f05-1197b7b284ea {
  margin-top: 1%;
margin-left: 7%;
margin-bottom: 1%;
margin-right: 57%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a61ffeab-b8bf-46b6-8f05-1197b7b284ea {
  display: none;
}
#s-a61ffeab-b8bf-46b6-8f05-1197b7b284ea, #wrap-s-a61ffeab-b8bf-46b6-8f05-1197b7b284ea { display:none !important; }}@media (max-width: 767px){#s-a61ffeab-b8bf-46b6-8f05-1197b7b284ea {
  display: none;
}
#s-a61ffeab-b8bf-46b6-8f05-1197b7b284ea, #wrap-s-a61ffeab-b8bf-46b6-8f05-1197b7b284ea { display:none !important; }}







#s-a61ffeab-b8bf-46b6-8f05-1197b7b284ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a61ffeab-b8bf-46b6-8f05-1197b7b284ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b58b0e02-9e98-4748-bb6e-6e73ab80b109 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-b58b0e02-9e98-4748-bb6e-6e73ab80b109 {
  margin-top: 0%;
margin-bottom: 2%;
}
}
#s-b58b0e02-9e98-4748-bb6e-6e73ab80b109 .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



@media (min-width: 768px) and (max-width: 991px){#s-fe03ad35-d23a-4e90-b22b-d36a4de72971 {
  display: none;
}
#s-fe03ad35-d23a-4e90-b22b-d36a4de72971, #wrap-s-fe03ad35-d23a-4e90-b22b-d36a4de72971 { display:none !important; }}@media (max-width: 767px){#s-fe03ad35-d23a-4e90-b22b-d36a4de72971 {
  display: none;
}
#s-fe03ad35-d23a-4e90-b22b-d36a4de72971, #wrap-s-fe03ad35-d23a-4e90-b22b-d36a4de72971 { display:none !important; }}
#s-77fa0d1a-2bf1-4e50-826e-2eb1b14942fe {
  min-height: 50px;
}
@media (min-width: 1200px){#s-77fa0d1a-2bf1-4e50-826e-2eb1b14942fe {
  margin-top: -22%;
margin-left: 5%;
margin-right: 73%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77fa0d1a-2bf1-4e50-826e-2eb1b14942fe {
  margin-top: -15%;
margin-left: 7%;
margin-right: 74%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-77fa0d1a-2bf1-4e50-826e-2eb1b14942fe {
  display: none;
}
#s-77fa0d1a-2bf1-4e50-826e-2eb1b14942fe, #wrap-s-77fa0d1a-2bf1-4e50-826e-2eb1b14942fe { display:none !important; }}@media (max-width: 767px){#s-77fa0d1a-2bf1-4e50-826e-2eb1b14942fe {
  display: none;
}
#s-77fa0d1a-2bf1-4e50-826e-2eb1b14942fe, #wrap-s-77fa0d1a-2bf1-4e50-826e-2eb1b14942fe { display:none !important; }}







#s-77fa0d1a-2bf1-4e50-826e-2eb1b14942fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77fa0d1a-2bf1-4e50-826e-2eb1b14942fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-243a05c5-d192-4fcb-ae33-b0f00a52c882 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-243a05c5-d192-4fcb-ae33-b0f00a52c882:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-243a05c5-d192-4fcb-ae33-b0f00a52c882:active {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-243a05c5-d192-4fcb-ae33-b0f00a52c882 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: -10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-243a05c5-d192-4fcb-ae33-b0f00a52c882 {
  margin-top: 14%;
max-width: 106%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-243a05c5-d192-4fcb-ae33-b0f00a52c882 {
  display: none;
}
#s-243a05c5-d192-4fcb-ae33-b0f00a52c882, #wrap-s-243a05c5-d192-4fcb-ae33-b0f00a52c882 { display:none !important; }}@media (max-width: 767px){#s-243a05c5-d192-4fcb-ae33-b0f00a52c882 {
  display: none;
}
#s-243a05c5-d192-4fcb-ae33-b0f00a52c882, #wrap-s-243a05c5-d192-4fcb-ae33-b0f00a52c882 { display:none !important; }}

  #s-243a05c5-d192-4fcb-ae33-b0f00a52c882-root {
    text-align: center;
  }


#s-243a05c5-d192-4fcb-ae33-b0f00a52c882.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-243a05c5-d192-4fcb-ae33-b0f00a52c882-root {
    text-align: center;
  }


#s-243a05c5-d192-4fcb-ae33-b0f00a52c882.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-243a05c5-d192-4fcb-ae33-b0f00a52c882-root {
    text-align: center;
  }


#s-243a05c5-d192-4fcb-ae33-b0f00a52c882.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-243a05c5-d192-4fcb-ae33-b0f00a52c882-root {
    text-align: center;
  }


#s-243a05c5-d192-4fcb-ae33-b0f00a52c882.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-243a05c5-d192-4fcb-ae33-b0f00a52c882-root {
    text-align: center;
  }


#s-243a05c5-d192-4fcb-ae33-b0f00a52c882.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-c5873017-9dcc-40b1-9fd2-e0532e868cfd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c5873017-9dcc-40b1-9fd2-e0532e868cfd {
  display: none;
}
#s-c5873017-9dcc-40b1-9fd2-e0532e868cfd, #wrap-s-c5873017-9dcc-40b1-9fd2-e0532e868cfd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5873017-9dcc-40b1-9fd2-e0532e868cfd {
  display: none;
}
#s-c5873017-9dcc-40b1-9fd2-e0532e868cfd, #wrap-s-c5873017-9dcc-40b1-9fd2-e0532e868cfd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5873017-9dcc-40b1-9fd2-e0532e868cfd {
  display: none;
}
#s-c5873017-9dcc-40b1-9fd2-e0532e868cfd, #wrap-s-c5873017-9dcc-40b1-9fd2-e0532e868cfd { display:none !important; }}@media (max-width: 767px){#s-c5873017-9dcc-40b1-9fd2-e0532e868cfd {
  margin-top: 7%;
margin-bottom: 5%;
}
}







#s-c5873017-9dcc-40b1-9fd2-e0532e868cfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5873017-9dcc-40b1-9fd2-e0532e868cfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5 {
  display: none;
}
#s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5, #wrap-s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5 {
  display: none;
}
#s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5, #wrap-s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5 {
  display: none;
}
#s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5, #wrap-s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5 { display:none !important; }}
#s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5 .shg-sld-nav-button.shg-sld-left,
#s-05ab370a-58fc-43f3-b9df-2f1b810ff6d5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d1474273-eb6a-496f-9fe5-45270f981f2d {
  margin-top: 200px;
}
@media (min-width: 1200px){#s-d1474273-eb6a-496f-9fe5-45270f981f2d {
  margin-top: 7%;
display: none;
}
#s-d1474273-eb6a-496f-9fe5-45270f981f2d, #wrap-s-d1474273-eb6a-496f-9fe5-45270f981f2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1474273-eb6a-496f-9fe5-45270f981f2d {
  margin-top: 7%;
display: none;
}
#s-d1474273-eb6a-496f-9fe5-45270f981f2d, #wrap-s-d1474273-eb6a-496f-9fe5-45270f981f2d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1474273-eb6a-496f-9fe5-45270f981f2d {
  margin-top: 1px;
display: none;
}
#s-d1474273-eb6a-496f-9fe5-45270f981f2d, #wrap-s-d1474273-eb6a-496f-9fe5-45270f981f2d { display:none !important; }}@media (max-width: 767px){#s-d1474273-eb6a-496f-9fe5-45270f981f2d {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-5d8c48fc-c8bb-4f54-a24e-5b21c58add56 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5d8c48fc-c8bb-4f54-a24e-5b21c58add56 {
  margin-top: 10%;
margin-bottom: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d8c48fc-c8bb-4f54-a24e-5b21c58add56 {
  display: none;
}
#s-5d8c48fc-c8bb-4f54-a24e-5b21c58add56, #wrap-s-5d8c48fc-c8bb-4f54-a24e-5b21c58add56 { display:none !important; }}@media (max-width: 767px){#s-5d8c48fc-c8bb-4f54-a24e-5b21c58add56 {
  display: none;
}
#s-5d8c48fc-c8bb-4f54-a24e-5b21c58add56, #wrap-s-5d8c48fc-c8bb-4f54-a24e-5b21c58add56 { display:none !important; }}







#s-5d8c48fc-c8bb-4f54-a24e-5b21c58add56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d8c48fc-c8bb-4f54-a24e-5b21c58add56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fb43140-e2fd-4605-9111-003937e68dec {
  margin-top: 200px;
}
@media (min-width: 1200px){#s-7fb43140-e2fd-4605-9111-003937e68dec {
  margin-top: 7%;
display: none;
}
#s-7fb43140-e2fd-4605-9111-003937e68dec, #wrap-s-7fb43140-e2fd-4605-9111-003937e68dec { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7fb43140-e2fd-4605-9111-003937e68dec {
  margin-top: 7%;
display: none;
}
#s-7fb43140-e2fd-4605-9111-003937e68dec, #wrap-s-7fb43140-e2fd-4605-9111-003937e68dec { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7fb43140-e2fd-4605-9111-003937e68dec {
  margin-top: 1px;
display: none;
}
#s-7fb43140-e2fd-4605-9111-003937e68dec, #wrap-s-7fb43140-e2fd-4605-9111-003937e68dec { display:none !important; }}@media (max-width: 767px){#s-7fb43140-e2fd-4605-9111-003937e68dec {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-9fb4a883-b2e5-4480-af74-87b618f2e10e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9fb4a883-b2e5-4480-af74-87b618f2e10e {
  margin-top: 10%;
margin-bottom: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9fb4a883-b2e5-4480-af74-87b618f2e10e {
  display: none;
}
#s-9fb4a883-b2e5-4480-af74-87b618f2e10e, #wrap-s-9fb4a883-b2e5-4480-af74-87b618f2e10e { display:none !important; }}@media (max-width: 767px){#s-9fb4a883-b2e5-4480-af74-87b618f2e10e {
  display: none;
}
#s-9fb4a883-b2e5-4480-af74-87b618f2e10e, #wrap-s-9fb4a883-b2e5-4480-af74-87b618f2e10e { display:none !important; }}







#s-9fb4a883-b2e5-4480-af74-87b618f2e10e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fb4a883-b2e5-4480-af74-87b618f2e10e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93f80349-3d70-42d1-ac92-98c642ec35d1 {
  margin-top: 200px;
}
@media (min-width: 1200px){#s-93f80349-3d70-42d1-ac92-98c642ec35d1 {
  margin-top: 7%;
display: none;
}
#s-93f80349-3d70-42d1-ac92-98c642ec35d1, #wrap-s-93f80349-3d70-42d1-ac92-98c642ec35d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93f80349-3d70-42d1-ac92-98c642ec35d1 {
  margin-top: 7%;
display: none;
}
#s-93f80349-3d70-42d1-ac92-98c642ec35d1, #wrap-s-93f80349-3d70-42d1-ac92-98c642ec35d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93f80349-3d70-42d1-ac92-98c642ec35d1 {
  margin-top: 1px;
display: none;
}
#s-93f80349-3d70-42d1-ac92-98c642ec35d1, #wrap-s-93f80349-3d70-42d1-ac92-98c642ec35d1 { display:none !important; }}@media (max-width: 767px){#s-93f80349-3d70-42d1-ac92-98c642ec35d1 {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-3a4e6c1f-e7f9-4208-acc0-c74219eaa84e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3a4e6c1f-e7f9-4208-acc0-c74219eaa84e {
  margin-top: 10%;
margin-bottom: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a4e6c1f-e7f9-4208-acc0-c74219eaa84e {
  display: none;
}
#s-3a4e6c1f-e7f9-4208-acc0-c74219eaa84e, #wrap-s-3a4e6c1f-e7f9-4208-acc0-c74219eaa84e { display:none !important; }}@media (max-width: 767px){#s-3a4e6c1f-e7f9-4208-acc0-c74219eaa84e {
  display: none;
}
#s-3a4e6c1f-e7f9-4208-acc0-c74219eaa84e, #wrap-s-3a4e6c1f-e7f9-4208-acc0-c74219eaa84e { display:none !important; }}







#s-3a4e6c1f-e7f9-4208-acc0-c74219eaa84e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a4e6c1f-e7f9-4208-acc0-c74219eaa84e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfdd8e7e-1d98-4b05-a4f1-17da860e7dbb {
  margin-top: 200px;
}
@media (min-width: 1200px){#s-cfdd8e7e-1d98-4b05-a4f1-17da860e7dbb {
  margin-top: 7%;
display: none;
}
#s-cfdd8e7e-1d98-4b05-a4f1-17da860e7dbb, #wrap-s-cfdd8e7e-1d98-4b05-a4f1-17da860e7dbb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cfdd8e7e-1d98-4b05-a4f1-17da860e7dbb {
  margin-top: 7%;
display: none;
}
#s-cfdd8e7e-1d98-4b05-a4f1-17da860e7dbb, #wrap-s-cfdd8e7e-1d98-4b05-a4f1-17da860e7dbb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cfdd8e7e-1d98-4b05-a4f1-17da860e7dbb {
  margin-top: 1px;
display: none;
}
#s-cfdd8e7e-1d98-4b05-a4f1-17da860e7dbb, #wrap-s-cfdd8e7e-1d98-4b05-a4f1-17da860e7dbb { display:none !important; }}@media (max-width: 767px){#s-cfdd8e7e-1d98-4b05-a4f1-17da860e7dbb {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-4fd40f8d-c45f-4b7e-95ea-b3f30607d211 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4fd40f8d-c45f-4b7e-95ea-b3f30607d211 {
  margin-top: 10%;
margin-bottom: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fd40f8d-c45f-4b7e-95ea-b3f30607d211 {
  display: none;
}
#s-4fd40f8d-c45f-4b7e-95ea-b3f30607d211, #wrap-s-4fd40f8d-c45f-4b7e-95ea-b3f30607d211 { display:none !important; }}@media (max-width: 767px){#s-4fd40f8d-c45f-4b7e-95ea-b3f30607d211 {
  display: none;
}
#s-4fd40f8d-c45f-4b7e-95ea-b3f30607d211, #wrap-s-4fd40f8d-c45f-4b7e-95ea-b3f30607d211 { display:none !important; }}







#s-4fd40f8d-c45f-4b7e-95ea-b3f30607d211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fd40f8d-c45f-4b7e-95ea-b3f30607d211.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f65b494-0e46-42de-8307-9962629a3262 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1f65b494-0e46-42de-8307-9962629a3262 {
  display: none;
}
#s-1f65b494-0e46-42de-8307-9962629a3262, #wrap-s-1f65b494-0e46-42de-8307-9962629a3262 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f65b494-0e46-42de-8307-9962629a3262 {
  display: none;
}
#s-1f65b494-0e46-42de-8307-9962629a3262, #wrap-s-1f65b494-0e46-42de-8307-9962629a3262 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1f65b494-0e46-42de-8307-9962629a3262 {
  display: none;
}
#s-1f65b494-0e46-42de-8307-9962629a3262, #wrap-s-1f65b494-0e46-42de-8307-9962629a3262 { display:none !important; }}@media (max-width: 767px){#s-1f65b494-0e46-42de-8307-9962629a3262 {
  margin-left: 22%;
margin-right: 22%;
}
}







#s-1f65b494-0e46-42de-8307-9962629a3262 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f65b494-0e46-42de-8307-9962629a3262.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b165601-20ce-46d9-8f67-cf926dc44a70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5b165601-20ce-46d9-8f67-cf926dc44a70 {
  display: none;
}
#s-5b165601-20ce-46d9-8f67-cf926dc44a70, #wrap-s-5b165601-20ce-46d9-8f67-cf926dc44a70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b165601-20ce-46d9-8f67-cf926dc44a70 {
  display: none;
}
#s-5b165601-20ce-46d9-8f67-cf926dc44a70, #wrap-s-5b165601-20ce-46d9-8f67-cf926dc44a70 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b165601-20ce-46d9-8f67-cf926dc44a70 {
  display: none;
}
#s-5b165601-20ce-46d9-8f67-cf926dc44a70, #wrap-s-5b165601-20ce-46d9-8f67-cf926dc44a70 { display:none !important; }}@media (max-width: 767px){#s-5b165601-20ce-46d9-8f67-cf926dc44a70 {
  margin-left: -11%;
margin-right: -11%;
}
}
#s-5b165601-20ce-46d9-8f67-cf926dc44a70 .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 1200px){#s-e780eb60-d469-4256-a53a-9375ff543e57 {
  display: none;
}
#s-e780eb60-d469-4256-a53a-9375ff543e57, #wrap-s-e780eb60-d469-4256-a53a-9375ff543e57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e780eb60-d469-4256-a53a-9375ff543e57 {
  display: none;
}
#s-e780eb60-d469-4256-a53a-9375ff543e57, #wrap-s-e780eb60-d469-4256-a53a-9375ff543e57 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e780eb60-d469-4256-a53a-9375ff543e57 {
  display: none;
}
#s-e780eb60-d469-4256-a53a-9375ff543e57, #wrap-s-e780eb60-d469-4256-a53a-9375ff543e57 { display:none !important; }}@media (max-width: 767px){#s-e780eb60-d469-4256-a53a-9375ff543e57 {
  margin-left: -19%;
margin-right: -19%;
}
}
#s-a7d29c4e-da12-48d7-a486-8b75957d4be9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a7d29c4e-da12-48d7-a486-8b75957d4be9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7d29c4e-da12-48d7-a486-8b75957d4be9:active {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a7d29c4e-da12-48d7-a486-8b75957d4be9 {
  display: none;
}
#s-a7d29c4e-da12-48d7-a486-8b75957d4be9, #wrap-s-a7d29c4e-da12-48d7-a486-8b75957d4be9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7d29c4e-da12-48d7-a486-8b75957d4be9 {
  display: none;
}
#s-a7d29c4e-da12-48d7-a486-8b75957d4be9, #wrap-s-a7d29c4e-da12-48d7-a486-8b75957d4be9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7d29c4e-da12-48d7-a486-8b75957d4be9 {
  display: none;
}
#s-a7d29c4e-da12-48d7-a486-8b75957d4be9, #wrap-s-a7d29c4e-da12-48d7-a486-8b75957d4be9 { display:none !important; }}@media (max-width: 767px){#s-a7d29c4e-da12-48d7-a486-8b75957d4be9 {
  margin-top: 4%;
margin-bottom: 2%;
}
}

  #s-a7d29c4e-da12-48d7-a486-8b75957d4be9-root {
    text-align: center;
  }


#s-a7d29c4e-da12-48d7-a486-8b75957d4be9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7d29c4e-da12-48d7-a486-8b75957d4be9-root {
    text-align: center;
  }


#s-a7d29c4e-da12-48d7-a486-8b75957d4be9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7d29c4e-da12-48d7-a486-8b75957d4be9-root {
    text-align: center;
  }


#s-a7d29c4e-da12-48d7-a486-8b75957d4be9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7d29c4e-da12-48d7-a486-8b75957d4be9-root {
    text-align: center;
  }


#s-a7d29c4e-da12-48d7-a486-8b75957d4be9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7d29c4e-da12-48d7-a486-8b75957d4be9-root {
    text-align: center;
  }


#s-a7d29c4e-da12-48d7-a486-8b75957d4be9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a819ab17-b3cb-406e-8813-17699fd638ca {
  margin-top: 200px;
}
@media (min-width: 1200px){#s-a819ab17-b3cb-406e-8813-17699fd638ca {
  margin-top: 7%;
display: none;
}
#s-a819ab17-b3cb-406e-8813-17699fd638ca, #wrap-s-a819ab17-b3cb-406e-8813-17699fd638ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a819ab17-b3cb-406e-8813-17699fd638ca {
  margin-top: 7%;
display: none;
}
#s-a819ab17-b3cb-406e-8813-17699fd638ca, #wrap-s-a819ab17-b3cb-406e-8813-17699fd638ca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a819ab17-b3cb-406e-8813-17699fd638ca {
  margin-top: 1px;
display: none;
}
#s-a819ab17-b3cb-406e-8813-17699fd638ca, #wrap-s-a819ab17-b3cb-406e-8813-17699fd638ca { display:none !important; }}@media (max-width: 767px){#s-a819ab17-b3cb-406e-8813-17699fd638ca {
  margin-top: 1px;
margin-bottom: 1px;
}
}
#s-20e52d06-f0bf-49bf-b9af-2503186e7619 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-20e52d06-f0bf-49bf-b9af-2503186e7619 {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20e52d06-f0bf-49bf-b9af-2503186e7619 {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20e52d06-f0bf-49bf-b9af-2503186e7619 {
  display: none;
}
#s-20e52d06-f0bf-49bf-b9af-2503186e7619, #wrap-s-20e52d06-f0bf-49bf-b9af-2503186e7619 { display:none !important; }}@media (max-width: 767px){#s-20e52d06-f0bf-49bf-b9af-2503186e7619 {
  display: none;
}
#s-20e52d06-f0bf-49bf-b9af-2503186e7619, #wrap-s-20e52d06-f0bf-49bf-b9af-2503186e7619 { display:none !important; }}







#s-20e52d06-f0bf-49bf-b9af-2503186e7619 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20e52d06-f0bf-49bf-b9af-2503186e7619.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1701ac46-0280-4319-acdd-4c58bbec03dc {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1701ac46-0280-4319-acdd-4c58bbec03dc {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1701ac46-0280-4319-acdd-4c58bbec03dc {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1701ac46-0280-4319-acdd-4c58bbec03dc {
  display: none;
}
#s-1701ac46-0280-4319-acdd-4c58bbec03dc, #wrap-s-1701ac46-0280-4319-acdd-4c58bbec03dc { display:none !important; }}@media (max-width: 767px){#s-1701ac46-0280-4319-acdd-4c58bbec03dc {
  display: none;
}
#s-1701ac46-0280-4319-acdd-4c58bbec03dc, #wrap-s-1701ac46-0280-4319-acdd-4c58bbec03dc { display:none !important; }}







#s-1701ac46-0280-4319-acdd-4c58bbec03dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1701ac46-0280-4319-acdd-4c58bbec03dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443:active {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443 {
  display: none;
}
#s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443, #wrap-s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443 { display:none !important; }}@media (max-width: 767px){#s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443 {
  display: none;
}
#s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443, #wrap-s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443 { display:none !important; }}

  #s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443-root {
    text-align: center;
  }


#s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443-root {
    text-align: center;
  }


#s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443-root {
    text-align: center;
  }


#s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443-root {
    text-align: center;
  }


#s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443-root {
    text-align: center;
  }


#s-4f37e3db-c54f-40e2-b0a6-d60de0ca7443.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-e7cb99a6-5f5b-4911-b532-f66083175e11 {
  margin-left: 0%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e7cb99a6-5f5b-4911-b532-f66083175e11 {
  display: none;
}
#s-e7cb99a6-5f5b-4911-b532-f66083175e11, #wrap-s-e7cb99a6-5f5b-4911-b532-f66083175e11 { display:none !important; }}@media (max-width: 767px){#s-e7cb99a6-5f5b-4911-b532-f66083175e11 {
  display: none;
}
#s-e7cb99a6-5f5b-4911-b532-f66083175e11, #wrap-s-e7cb99a6-5f5b-4911-b532-f66083175e11 { display:none !important; }}
#s-52a8ec3d-fc0f-4756-9a62-467f661a15aa {
  min-height: 50px;
}
@media (min-width: 1200px){#s-52a8ec3d-fc0f-4756-9a62-467f661a15aa {
  display: none;
}
#s-52a8ec3d-fc0f-4756-9a62-467f661a15aa, #wrap-s-52a8ec3d-fc0f-4756-9a62-467f661a15aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52a8ec3d-fc0f-4756-9a62-467f661a15aa {
  display: none;
}
#s-52a8ec3d-fc0f-4756-9a62-467f661a15aa, #wrap-s-52a8ec3d-fc0f-4756-9a62-467f661a15aa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52a8ec3d-fc0f-4756-9a62-467f661a15aa {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-52a8ec3d-fc0f-4756-9a62-467f661a15aa {
  display: none;
}
#s-52a8ec3d-fc0f-4756-9a62-467f661a15aa, #wrap-s-52a8ec3d-fc0f-4756-9a62-467f661a15aa { display:none !important; }}







#s-52a8ec3d-fc0f-4756-9a62-467f661a15aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52a8ec3d-fc0f-4756-9a62-467f661a15aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22391f6b-003b-4082-ba39-4a98c0f4252a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-22391f6b-003b-4082-ba39-4a98c0f4252a {
  display: none;
}
#s-22391f6b-003b-4082-ba39-4a98c0f4252a, #wrap-s-22391f6b-003b-4082-ba39-4a98c0f4252a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22391f6b-003b-4082-ba39-4a98c0f4252a {
  display: none;
}
#s-22391f6b-003b-4082-ba39-4a98c0f4252a, #wrap-s-22391f6b-003b-4082-ba39-4a98c0f4252a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22391f6b-003b-4082-ba39-4a98c0f4252a {
  margin-right: 16%;
}
}@media (max-width: 767px){#s-22391f6b-003b-4082-ba39-4a98c0f4252a {
  display: none;
}
#s-22391f6b-003b-4082-ba39-4a98c0f4252a, #wrap-s-22391f6b-003b-4082-ba39-4a98c0f4252a { display:none !important; }}
#s-22391f6b-003b-4082-ba39-4a98c0f4252a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-22391f6b-003b-4082-ba39-4a98c0f4252a .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
@media (min-width: 1200px){#s-fca9350f-3d1d-4e0d-a18c-f6f1d5ba4fb7 {
  display: none;
}
#s-fca9350f-3d1d-4e0d-a18c-f6f1d5ba4fb7, #wrap-s-fca9350f-3d1d-4e0d-a18c-f6f1d5ba4fb7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fca9350f-3d1d-4e0d-a18c-f6f1d5ba4fb7 {
  display: none;
}
#s-fca9350f-3d1d-4e0d-a18c-f6f1d5ba4fb7, #wrap-s-fca9350f-3d1d-4e0d-a18c-f6f1d5ba4fb7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fca9350f-3d1d-4e0d-a18c-f6f1d5ba4fb7 {
  margin-left: 22%;
margin-right: 25%;
}
}@media (max-width: 767px){#s-fca9350f-3d1d-4e0d-a18c-f6f1d5ba4fb7 {
  display: none;
}
#s-fca9350f-3d1d-4e0d-a18c-f6f1d5ba4fb7, #wrap-s-fca9350f-3d1d-4e0d-a18c-f6f1d5ba4fb7 { display:none !important; }}
#s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd {
  display: none;
}
#s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd, #wrap-s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd {
  display: none;
}
#s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd, #wrap-s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd {
  margin-bottom: -1px;
}
}@media (max-width: 767px){#s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd {
  display: none;
}
#s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd, #wrap-s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd { display:none !important; }}







#s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f38afb2-45fe-44cc-89a4-eb4de2e23cbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f:active {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f {
  display: none;
}
#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f, #wrap-s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f {
  display: none;
}
#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f, #wrap-s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f {
  margin-right: 17%;
}
}@media (max-width: 767px){#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f {
  display: none;
}
#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f, #wrap-s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f { display:none !important; }}

  #s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f-root {
    text-align: center;
  }


#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f-root {
    text-align: center;
  }


#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f-root {
    text-align: center;
  }


#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f-root {
    text-align: center;
  }


#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f-root {
    text-align: center;
  }


#s-1044e96b-6d0b-46c3-ae8a-8c39b3e1795f.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-42006632-3aa4-4467-8c54-426290d6c071 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-42006632-3aa4-4467-8c54-426290d6c071 {
  display: none;
}
#s-42006632-3aa4-4467-8c54-426290d6c071, #wrap-s-42006632-3aa4-4467-8c54-426290d6c071 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42006632-3aa4-4467-8c54-426290d6c071 {
  display: none;
}
#s-42006632-3aa4-4467-8c54-426290d6c071, #wrap-s-42006632-3aa4-4467-8c54-426290d6c071 { display:none !important; }}@media (max-width: 767px){#s-42006632-3aa4-4467-8c54-426290d6c071 {
  display: none;
}
#s-42006632-3aa4-4467-8c54-426290d6c071, #wrap-s-42006632-3aa4-4467-8c54-426290d6c071 { display:none !important; }}







#s-42006632-3aa4-4467-8c54-426290d6c071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42006632-3aa4-4467-8c54-426290d6c071.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6fb93e7-21b8-48d8-aa81-f22c1bdbf53d {
  margin-top: 200px;
}
@media (min-width: 1200px){#s-a6fb93e7-21b8-48d8-aa81-f22c1bdbf53d {
  margin-top: 7%;
display: none;
}
#s-a6fb93e7-21b8-48d8-aa81-f22c1bdbf53d, #wrap-s-a6fb93e7-21b8-48d8-aa81-f22c1bdbf53d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6fb93e7-21b8-48d8-aa81-f22c1bdbf53d {
  margin-top: 7%;
display: none;
}
#s-a6fb93e7-21b8-48d8-aa81-f22c1bdbf53d, #wrap-s-a6fb93e7-21b8-48d8-aa81-f22c1bdbf53d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6fb93e7-21b8-48d8-aa81-f22c1bdbf53d {
  margin-top: 1px;
}
}@media (max-width: 767px){#s-a6fb93e7-21b8-48d8-aa81-f22c1bdbf53d {
  margin-top: 1px;
margin-bottom: 1px;
display: none;
}
#s-a6fb93e7-21b8-48d8-aa81-f22c1bdbf53d, #wrap-s-a6fb93e7-21b8-48d8-aa81-f22c1bdbf53d { display:none !important; }}
#s-5949289c-5682-4964-9a11-d2af7c2cd13d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5949289c-5682-4964-9a11-d2af7c2cd13d {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5949289c-5682-4964-9a11-d2af7c2cd13d {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5949289c-5682-4964-9a11-d2af7c2cd13d {
  display: none;
}
#s-5949289c-5682-4964-9a11-d2af7c2cd13d, #wrap-s-5949289c-5682-4964-9a11-d2af7c2cd13d { display:none !important; }}@media (max-width: 767px){#s-5949289c-5682-4964-9a11-d2af7c2cd13d {
  display: none;
}
#s-5949289c-5682-4964-9a11-d2af7c2cd13d, #wrap-s-5949289c-5682-4964-9a11-d2af7c2cd13d { display:none !important; }}







#s-5949289c-5682-4964-9a11-d2af7c2cd13d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5949289c-5682-4964-9a11-d2af7c2cd13d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-016f3580-9f7c-4197-a528-023c816e2b5f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-016f3580-9f7c-4197-a528-023c816e2b5f {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-016f3580-9f7c-4197-a528-023c816e2b5f {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-016f3580-9f7c-4197-a528-023c816e2b5f {
  display: none;
}
#s-016f3580-9f7c-4197-a528-023c816e2b5f, #wrap-s-016f3580-9f7c-4197-a528-023c816e2b5f { display:none !important; }}@media (max-width: 767px){#s-016f3580-9f7c-4197-a528-023c816e2b5f {
  display: none;
}
#s-016f3580-9f7c-4197-a528-023c816e2b5f, #wrap-s-016f3580-9f7c-4197-a528-023c816e2b5f { display:none !important; }}







#s-016f3580-9f7c-4197-a528-023c816e2b5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-016f3580-9f7c-4197-a528-023c816e2b5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25c89847-294b-4136-9561-8916f384189e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-25c89847-294b-4136-9561-8916f384189e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-25c89847-294b-4136-9561-8916f384189e:active {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-25c89847-294b-4136-9561-8916f384189e {
  display: none;
}
#s-25c89847-294b-4136-9561-8916f384189e, #wrap-s-25c89847-294b-4136-9561-8916f384189e { display:none !important; }}@media (max-width: 767px){#s-25c89847-294b-4136-9561-8916f384189e {
  display: none;
}
#s-25c89847-294b-4136-9561-8916f384189e, #wrap-s-25c89847-294b-4136-9561-8916f384189e { display:none !important; }}

  #s-25c89847-294b-4136-9561-8916f384189e-root {
    text-align: center;
  }


#s-25c89847-294b-4136-9561-8916f384189e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-25c89847-294b-4136-9561-8916f384189e-root {
    text-align: center;
  }


#s-25c89847-294b-4136-9561-8916f384189e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25c89847-294b-4136-9561-8916f384189e-root {
    text-align: center;
  }


#s-25c89847-294b-4136-9561-8916f384189e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25c89847-294b-4136-9561-8916f384189e-root {
    text-align: center;
  }


#s-25c89847-294b-4136-9561-8916f384189e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-25c89847-294b-4136-9561-8916f384189e-root {
    text-align: center;
  }


#s-25c89847-294b-4136-9561-8916f384189e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-8ef719e7-f7da-4884-8641-f0659e22274f {
  margin-left: 0%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ef719e7-f7da-4884-8641-f0659e22274f {
  display: none;
}
#s-8ef719e7-f7da-4884-8641-f0659e22274f, #wrap-s-8ef719e7-f7da-4884-8641-f0659e22274f { display:none !important; }}@media (max-width: 767px){#s-8ef719e7-f7da-4884-8641-f0659e22274f {
  display: none;
}
#s-8ef719e7-f7da-4884-8641-f0659e22274f, #wrap-s-8ef719e7-f7da-4884-8641-f0659e22274f { display:none !important; }}
#s-57533cd5-c9bd-4eb8-ba42-6a80094d4085 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-57533cd5-c9bd-4eb8-ba42-6a80094d4085 {
  display: none;
}
#s-57533cd5-c9bd-4eb8-ba42-6a80094d4085, #wrap-s-57533cd5-c9bd-4eb8-ba42-6a80094d4085 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57533cd5-c9bd-4eb8-ba42-6a80094d4085 {
  display: none;
}
#s-57533cd5-c9bd-4eb8-ba42-6a80094d4085, #wrap-s-57533cd5-c9bd-4eb8-ba42-6a80094d4085 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57533cd5-c9bd-4eb8-ba42-6a80094d4085 {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-57533cd5-c9bd-4eb8-ba42-6a80094d4085 {
  display: none;
}
#s-57533cd5-c9bd-4eb8-ba42-6a80094d4085, #wrap-s-57533cd5-c9bd-4eb8-ba42-6a80094d4085 { display:none !important; }}







#s-57533cd5-c9bd-4eb8-ba42-6a80094d4085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57533cd5-c9bd-4eb8-ba42-6a80094d4085.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ccbb8c0-8ad1-414b-8e5e-8a24a019576b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-1ccbb8c0-8ad1-414b-8e5e-8a24a019576b {
  display: none;
}
#s-1ccbb8c0-8ad1-414b-8e5e-8a24a019576b, #wrap-s-1ccbb8c0-8ad1-414b-8e5e-8a24a019576b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ccbb8c0-8ad1-414b-8e5e-8a24a019576b {
  display: none;
}
#s-1ccbb8c0-8ad1-414b-8e5e-8a24a019576b, #wrap-s-1ccbb8c0-8ad1-414b-8e5e-8a24a019576b { display:none !important; }}@media (max-width: 767px){#s-1ccbb8c0-8ad1-414b-8e5e-8a24a019576b {
  display: none;
}
#s-1ccbb8c0-8ad1-414b-8e5e-8a24a019576b, #wrap-s-1ccbb8c0-8ad1-414b-8e5e-8a24a019576b { display:none !important; }}
#s-1ccbb8c0-8ad1-414b-8e5e-8a24a019576b .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 1200px){#s-310c2e50-6066-4952-b128-a3843d743cdf {
  display: none;
}
#s-310c2e50-6066-4952-b128-a3843d743cdf, #wrap-s-310c2e50-6066-4952-b128-a3843d743cdf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-310c2e50-6066-4952-b128-a3843d743cdf {
  display: none;
}
#s-310c2e50-6066-4952-b128-a3843d743cdf, #wrap-s-310c2e50-6066-4952-b128-a3843d743cdf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-310c2e50-6066-4952-b128-a3843d743cdf {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-310c2e50-6066-4952-b128-a3843d743cdf {
  display: none;
}
#s-310c2e50-6066-4952-b128-a3843d743cdf, #wrap-s-310c2e50-6066-4952-b128-a3843d743cdf { display:none !important; }}
@media (min-width: 1200px){#s-b5c9be2d-c053-47fd-8765-7bd30b2fb023 {
  display: none;
}
#s-b5c9be2d-c053-47fd-8765-7bd30b2fb023, #wrap-s-b5c9be2d-c053-47fd-8765-7bd30b2fb023 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5c9be2d-c053-47fd-8765-7bd30b2fb023 {
  display: none;
}
#s-b5c9be2d-c053-47fd-8765-7bd30b2fb023, #wrap-s-b5c9be2d-c053-47fd-8765-7bd30b2fb023 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5c9be2d-c053-47fd-8765-7bd30b2fb023 {
  margin-left: 24%;
margin-right: 24%;
}
}@media (max-width: 767px){#s-b5c9be2d-c053-47fd-8765-7bd30b2fb023 {
  display: none;
}
#s-b5c9be2d-c053-47fd-8765-7bd30b2fb023, #wrap-s-b5c9be2d-c053-47fd-8765-7bd30b2fb023 { display:none !important; }}
#s-b5c9be2d-c053-47fd-8765-7bd30b2fb023 hr {
  border-top: 1px solid rgba(69, 68, 68, 1);
}

#s-9aeb5154-a2c4-4c73-868a-011e2895a635 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9aeb5154-a2c4-4c73-868a-011e2895a635 {
  display: none;
}
#s-9aeb5154-a2c4-4c73-868a-011e2895a635, #wrap-s-9aeb5154-a2c4-4c73-868a-011e2895a635 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9aeb5154-a2c4-4c73-868a-011e2895a635 {
  display: none;
}
#s-9aeb5154-a2c4-4c73-868a-011e2895a635, #wrap-s-9aeb5154-a2c4-4c73-868a-011e2895a635 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9aeb5154-a2c4-4c73-868a-011e2895a635 {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-9aeb5154-a2c4-4c73-868a-011e2895a635 {
  display: none;
}
#s-9aeb5154-a2c4-4c73-868a-011e2895a635, #wrap-s-9aeb5154-a2c4-4c73-868a-011e2895a635 { display:none !important; }}







#s-9aeb5154-a2c4-4c73-868a-011e2895a635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aeb5154-a2c4-4c73-868a-011e2895a635.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ee95247-d493-4447-84a5-03e446ea0c08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4ee95247-d493-4447-84a5-03e446ea0c08 {
  display: none;
}
#s-4ee95247-d493-4447-84a5-03e446ea0c08, #wrap-s-4ee95247-d493-4447-84a5-03e446ea0c08 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ee95247-d493-4447-84a5-03e446ea0c08 {
  display: none;
}
#s-4ee95247-d493-4447-84a5-03e446ea0c08, #wrap-s-4ee95247-d493-4447-84a5-03e446ea0c08 { display:none !important; }}@media (max-width: 767px){#s-4ee95247-d493-4447-84a5-03e446ea0c08 {
  display: none;
}
#s-4ee95247-d493-4447-84a5-03e446ea0c08, #wrap-s-4ee95247-d493-4447-84a5-03e446ea0c08 { display:none !important; }}
#s-4ee95247-d493-4447-84a5-03e446ea0c08 .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 1200px){#s-6158b76d-356a-4dd7-a36f-89cf84867f90 {
  display: none;
}
#s-6158b76d-356a-4dd7-a36f-89cf84867f90, #wrap-s-6158b76d-356a-4dd7-a36f-89cf84867f90 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6158b76d-356a-4dd7-a36f-89cf84867f90 {
  display: none;
}
#s-6158b76d-356a-4dd7-a36f-89cf84867f90, #wrap-s-6158b76d-356a-4dd7-a36f-89cf84867f90 { display:none !important; }}@media (max-width: 767px){#s-6158b76d-356a-4dd7-a36f-89cf84867f90 {
  display: none;
}
#s-6158b76d-356a-4dd7-a36f-89cf84867f90, #wrap-s-6158b76d-356a-4dd7-a36f-89cf84867f90 { display:none !important; }}
#s-05b33ca6-53fa-44f7-b96d-bdc353876390 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-05b33ca6-53fa-44f7-b96d-bdc353876390 {
  margin-right: 0%;
display: none;
}
#s-05b33ca6-53fa-44f7-b96d-bdc353876390, #wrap-s-05b33ca6-53fa-44f7-b96d-bdc353876390 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05b33ca6-53fa-44f7-b96d-bdc353876390 {
  display: none;
}
#s-05b33ca6-53fa-44f7-b96d-bdc353876390, #wrap-s-05b33ca6-53fa-44f7-b96d-bdc353876390 { display:none !important; }}







#s-05b33ca6-53fa-44f7-b96d-bdc353876390 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05b33ca6-53fa-44f7-b96d-bdc353876390.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6234862f-06c0-42a2-aef5-029b91ddde1d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-6234862f-06c0-42a2-aef5-029b91ddde1d {
  display: none;
}
#s-6234862f-06c0-42a2-aef5-029b91ddde1d, #wrap-s-6234862f-06c0-42a2-aef5-029b91ddde1d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6234862f-06c0-42a2-aef5-029b91ddde1d {
  display: none;
}
#s-6234862f-06c0-42a2-aef5-029b91ddde1d, #wrap-s-6234862f-06c0-42a2-aef5-029b91ddde1d { display:none !important; }}@media (max-width: 767px){#s-6234862f-06c0-42a2-aef5-029b91ddde1d {
  display: none;
}
#s-6234862f-06c0-42a2-aef5-029b91ddde1d, #wrap-s-6234862f-06c0-42a2-aef5-029b91ddde1d { display:none !important; }}
#s-6234862f-06c0-42a2-aef5-029b91ddde1d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-6234862f-06c0-42a2-aef5-029b91ddde1d .shg-sld-nav-button.shg-sld-left,
#s-6234862f-06c0-42a2-aef5-029b91ddde1d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1d08e32b-80eb-415b-a152-c25bcad8d1e4 {
  margin-top: 200px;
}
@media (min-width: 1200px){#s-1d08e32b-80eb-415b-a152-c25bcad8d1e4 {
  margin-top: 7%;
display: none;
}
#s-1d08e32b-80eb-415b-a152-c25bcad8d1e4, #wrap-s-1d08e32b-80eb-415b-a152-c25bcad8d1e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d08e32b-80eb-415b-a152-c25bcad8d1e4 {
  margin-top: 7%;
display: none;
}
#s-1d08e32b-80eb-415b-a152-c25bcad8d1e4, #wrap-s-1d08e32b-80eb-415b-a152-c25bcad8d1e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d08e32b-80eb-415b-a152-c25bcad8d1e4 {
  margin-top: 1px;
}
}@media (max-width: 767px){#s-1d08e32b-80eb-415b-a152-c25bcad8d1e4 {
  margin-top: 1px;
margin-bottom: 1px;
display: none;
}
#s-1d08e32b-80eb-415b-a152-c25bcad8d1e4, #wrap-s-1d08e32b-80eb-415b-a152-c25bcad8d1e4 { display:none !important; }}
#s-0dc89470-870a-4c60-ad5f-27ea7ab87c8b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0dc89470-870a-4c60-ad5f-27ea7ab87c8b {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0dc89470-870a-4c60-ad5f-27ea7ab87c8b {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0dc89470-870a-4c60-ad5f-27ea7ab87c8b {
  display: none;
}
#s-0dc89470-870a-4c60-ad5f-27ea7ab87c8b, #wrap-s-0dc89470-870a-4c60-ad5f-27ea7ab87c8b { display:none !important; }}@media (max-width: 767px){#s-0dc89470-870a-4c60-ad5f-27ea7ab87c8b {
  display: none;
}
#s-0dc89470-870a-4c60-ad5f-27ea7ab87c8b, #wrap-s-0dc89470-870a-4c60-ad5f-27ea7ab87c8b { display:none !important; }}







#s-0dc89470-870a-4c60-ad5f-27ea7ab87c8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dc89470-870a-4c60-ad5f-27ea7ab87c8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5653c08b-fcf9-4eb6-8d12-bb9b5f5f4f37 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5653c08b-fcf9-4eb6-8d12-bb9b5f5f4f37 {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5653c08b-fcf9-4eb6-8d12-bb9b5f5f4f37 {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5653c08b-fcf9-4eb6-8d12-bb9b5f5f4f37 {
  display: none;
}
#s-5653c08b-fcf9-4eb6-8d12-bb9b5f5f4f37, #wrap-s-5653c08b-fcf9-4eb6-8d12-bb9b5f5f4f37 { display:none !important; }}@media (max-width: 767px){#s-5653c08b-fcf9-4eb6-8d12-bb9b5f5f4f37 {
  display: none;
}
#s-5653c08b-fcf9-4eb6-8d12-bb9b5f5f4f37, #wrap-s-5653c08b-fcf9-4eb6-8d12-bb9b5f5f4f37 { display:none !important; }}







#s-5653c08b-fcf9-4eb6-8d12-bb9b5f5f4f37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5653c08b-fcf9-4eb6-8d12-bb9b5f5f4f37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c:active {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c {
  display: none;
}
#s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c, #wrap-s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c { display:none !important; }}@media (max-width: 767px){#s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c {
  display: none;
}
#s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c, #wrap-s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c { display:none !important; }}

  #s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c-root {
    text-align: center;
  }


#s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c-root {
    text-align: center;
  }


#s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c-root {
    text-align: center;
  }


#s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c-root {
    text-align: center;
  }


#s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c-root {
    text-align: center;
  }


#s-0aae43e5-9a60-4d69-93e2-bcc131f36c6c.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-c2551dd2-80a1-4528-861f-a845ccb779a1 {
  margin-left: 0%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2551dd2-80a1-4528-861f-a845ccb779a1 {
  display: none;
}
#s-c2551dd2-80a1-4528-861f-a845ccb779a1, #wrap-s-c2551dd2-80a1-4528-861f-a845ccb779a1 { display:none !important; }}@media (max-width: 767px){#s-c2551dd2-80a1-4528-861f-a845ccb779a1 {
  display: none;
}
#s-c2551dd2-80a1-4528-861f-a845ccb779a1, #wrap-s-c2551dd2-80a1-4528-861f-a845ccb779a1 { display:none !important; }}
#s-2c21eb06-b849-4b0c-849e-4cdc9a21e596 {
  margin-top: 200px;
}
@media (min-width: 1200px){#s-2c21eb06-b849-4b0c-849e-4cdc9a21e596 {
  margin-top: 7%;
display: none;
}
#s-2c21eb06-b849-4b0c-849e-4cdc9a21e596, #wrap-s-2c21eb06-b849-4b0c-849e-4cdc9a21e596 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c21eb06-b849-4b0c-849e-4cdc9a21e596 {
  margin-top: 7%;
display: none;
}
#s-2c21eb06-b849-4b0c-849e-4cdc9a21e596, #wrap-s-2c21eb06-b849-4b0c-849e-4cdc9a21e596 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c21eb06-b849-4b0c-849e-4cdc9a21e596 {
  margin-top: 1px;
}
}@media (max-width: 767px){#s-2c21eb06-b849-4b0c-849e-4cdc9a21e596 {
  margin-top: 1px;
margin-bottom: 1px;
display: none;
}
#s-2c21eb06-b849-4b0c-849e-4cdc9a21e596, #wrap-s-2c21eb06-b849-4b0c-849e-4cdc9a21e596 { display:none !important; }}
#s-c733689b-fb39-49ed-a870-fd9867a22bbf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c733689b-fb39-49ed-a870-fd9867a22bbf {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c733689b-fb39-49ed-a870-fd9867a22bbf {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c733689b-fb39-49ed-a870-fd9867a22bbf {
  display: none;
}
#s-c733689b-fb39-49ed-a870-fd9867a22bbf, #wrap-s-c733689b-fb39-49ed-a870-fd9867a22bbf { display:none !important; }}@media (max-width: 767px){#s-c733689b-fb39-49ed-a870-fd9867a22bbf {
  display: none;
}
#s-c733689b-fb39-49ed-a870-fd9867a22bbf, #wrap-s-c733689b-fb39-49ed-a870-fd9867a22bbf { display:none !important; }}







#s-c733689b-fb39-49ed-a870-fd9867a22bbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c733689b-fb39-49ed-a870-fd9867a22bbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46483fe7-6a40-4395-b133-fddcfc3c53e1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-46483fe7-6a40-4395-b133-fddcfc3c53e1 {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-46483fe7-6a40-4395-b133-fddcfc3c53e1 {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-46483fe7-6a40-4395-b133-fddcfc3c53e1 {
  display: none;
}
#s-46483fe7-6a40-4395-b133-fddcfc3c53e1, #wrap-s-46483fe7-6a40-4395-b133-fddcfc3c53e1 { display:none !important; }}@media (max-width: 767px){#s-46483fe7-6a40-4395-b133-fddcfc3c53e1 {
  display: none;
}
#s-46483fe7-6a40-4395-b133-fddcfc3c53e1, #wrap-s-46483fe7-6a40-4395-b133-fddcfc3c53e1 { display:none !important; }}







#s-46483fe7-6a40-4395-b133-fddcfc3c53e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46483fe7-6a40-4395-b133-fddcfc3c53e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12349908-af01-4750-b38d-7ff557ac9247 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-12349908-af01-4750-b38d-7ff557ac9247:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-12349908-af01-4750-b38d-7ff557ac9247:active {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-12349908-af01-4750-b38d-7ff557ac9247 {
  display: none;
}
#s-12349908-af01-4750-b38d-7ff557ac9247, #wrap-s-12349908-af01-4750-b38d-7ff557ac9247 { display:none !important; }}@media (max-width: 767px){#s-12349908-af01-4750-b38d-7ff557ac9247 {
  display: none;
}
#s-12349908-af01-4750-b38d-7ff557ac9247, #wrap-s-12349908-af01-4750-b38d-7ff557ac9247 { display:none !important; }}

  #s-12349908-af01-4750-b38d-7ff557ac9247-root {
    text-align: center;
  }


#s-12349908-af01-4750-b38d-7ff557ac9247.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-12349908-af01-4750-b38d-7ff557ac9247-root {
    text-align: center;
  }


#s-12349908-af01-4750-b38d-7ff557ac9247.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12349908-af01-4750-b38d-7ff557ac9247-root {
    text-align: center;
  }


#s-12349908-af01-4750-b38d-7ff557ac9247.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12349908-af01-4750-b38d-7ff557ac9247-root {
    text-align: center;
  }


#s-12349908-af01-4750-b38d-7ff557ac9247.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-12349908-af01-4750-b38d-7ff557ac9247-root {
    text-align: center;
  }


#s-12349908-af01-4750-b38d-7ff557ac9247.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-e9eb9e4c-72f5-4297-9a53-0cead42e471a {
  margin-left: 0%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9eb9e4c-72f5-4297-9a53-0cead42e471a {
  display: none;
}
#s-e9eb9e4c-72f5-4297-9a53-0cead42e471a, #wrap-s-e9eb9e4c-72f5-4297-9a53-0cead42e471a { display:none !important; }}@media (max-width: 767px){#s-e9eb9e4c-72f5-4297-9a53-0cead42e471a {
  display: none;
}
#s-e9eb9e4c-72f5-4297-9a53-0cead42e471a, #wrap-s-e9eb9e4c-72f5-4297-9a53-0cead42e471a { display:none !important; }}
#s-88711a64-737b-49e0-8804-5e50ac5b78c8 {
  margin-top: 200px;
}
@media (min-width: 1200px){#s-88711a64-737b-49e0-8804-5e50ac5b78c8 {
  margin-top: 7%;
display: none;
}
#s-88711a64-737b-49e0-8804-5e50ac5b78c8, #wrap-s-88711a64-737b-49e0-8804-5e50ac5b78c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88711a64-737b-49e0-8804-5e50ac5b78c8 {
  margin-top: 7%;
display: none;
}
#s-88711a64-737b-49e0-8804-5e50ac5b78c8, #wrap-s-88711a64-737b-49e0-8804-5e50ac5b78c8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88711a64-737b-49e0-8804-5e50ac5b78c8 {
  margin-top: 1px;
}
}@media (max-width: 767px){#s-88711a64-737b-49e0-8804-5e50ac5b78c8 {
  margin-top: 1px;
margin-bottom: 1px;
display: none;
}
#s-88711a64-737b-49e0-8804-5e50ac5b78c8, #wrap-s-88711a64-737b-49e0-8804-5e50ac5b78c8 { display:none !important; }}
#s-c6b0ed6f-fefe-40cb-928e-bceae4e90178 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c6b0ed6f-fefe-40cb-928e-bceae4e90178 {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6b0ed6f-fefe-40cb-928e-bceae4e90178 {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6b0ed6f-fefe-40cb-928e-bceae4e90178 {
  display: none;
}
#s-c6b0ed6f-fefe-40cb-928e-bceae4e90178, #wrap-s-c6b0ed6f-fefe-40cb-928e-bceae4e90178 { display:none !important; }}@media (max-width: 767px){#s-c6b0ed6f-fefe-40cb-928e-bceae4e90178 {
  display: none;
}
#s-c6b0ed6f-fefe-40cb-928e-bceae4e90178, #wrap-s-c6b0ed6f-fefe-40cb-928e-bceae4e90178 { display:none !important; }}







#s-c6b0ed6f-fefe-40cb-928e-bceae4e90178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6b0ed6f-fefe-40cb-928e-bceae4e90178.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e99c76a-a964-4cbb-87db-21520366d148 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2e99c76a-a964-4cbb-87db-21520366d148 {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2e99c76a-a964-4cbb-87db-21520366d148 {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e99c76a-a964-4cbb-87db-21520366d148 {
  display: none;
}
#s-2e99c76a-a964-4cbb-87db-21520366d148, #wrap-s-2e99c76a-a964-4cbb-87db-21520366d148 { display:none !important; }}@media (max-width: 767px){#s-2e99c76a-a964-4cbb-87db-21520366d148 {
  display: none;
}
#s-2e99c76a-a964-4cbb-87db-21520366d148, #wrap-s-2e99c76a-a964-4cbb-87db-21520366d148 { display:none !important; }}







#s-2e99c76a-a964-4cbb-87db-21520366d148 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e99c76a-a964-4cbb-87db-21520366d148.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38744985-8568-4f94-8254-5b5fa100615d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-38744985-8568-4f94-8254-5b5fa100615d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-38744985-8568-4f94-8254-5b5fa100615d:active {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-38744985-8568-4f94-8254-5b5fa100615d {
  display: none;
}
#s-38744985-8568-4f94-8254-5b5fa100615d, #wrap-s-38744985-8568-4f94-8254-5b5fa100615d { display:none !important; }}@media (max-width: 767px){#s-38744985-8568-4f94-8254-5b5fa100615d {
  display: none;
}
#s-38744985-8568-4f94-8254-5b5fa100615d, #wrap-s-38744985-8568-4f94-8254-5b5fa100615d { display:none !important; }}

  #s-38744985-8568-4f94-8254-5b5fa100615d-root {
    text-align: center;
  }


#s-38744985-8568-4f94-8254-5b5fa100615d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-38744985-8568-4f94-8254-5b5fa100615d-root {
    text-align: center;
  }


#s-38744985-8568-4f94-8254-5b5fa100615d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38744985-8568-4f94-8254-5b5fa100615d-root {
    text-align: center;
  }


#s-38744985-8568-4f94-8254-5b5fa100615d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38744985-8568-4f94-8254-5b5fa100615d-root {
    text-align: center;
  }


#s-38744985-8568-4f94-8254-5b5fa100615d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-38744985-8568-4f94-8254-5b5fa100615d-root {
    text-align: center;
  }


#s-38744985-8568-4f94-8254-5b5fa100615d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-d761dd24-0675-4d90-948d-6e0b11763fa6 {
  margin-left: 0%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d761dd24-0675-4d90-948d-6e0b11763fa6 {
  display: none;
}
#s-d761dd24-0675-4d90-948d-6e0b11763fa6, #wrap-s-d761dd24-0675-4d90-948d-6e0b11763fa6 { display:none !important; }}@media (max-width: 767px){#s-d761dd24-0675-4d90-948d-6e0b11763fa6 {
  display: none;
}
#s-d761dd24-0675-4d90-948d-6e0b11763fa6, #wrap-s-d761dd24-0675-4d90-948d-6e0b11763fa6 { display:none !important; }}
#s-418f7027-dd5a-4a67-a5db-37d1d3f61f36 {
  margin-top: 200px;
}
@media (min-width: 1200px){#s-418f7027-dd5a-4a67-a5db-37d1d3f61f36 {
  margin-top: 7%;
display: none;
}
#s-418f7027-dd5a-4a67-a5db-37d1d3f61f36, #wrap-s-418f7027-dd5a-4a67-a5db-37d1d3f61f36 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-418f7027-dd5a-4a67-a5db-37d1d3f61f36 {
  margin-top: 7%;
display: none;
}
#s-418f7027-dd5a-4a67-a5db-37d1d3f61f36, #wrap-s-418f7027-dd5a-4a67-a5db-37d1d3f61f36 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-418f7027-dd5a-4a67-a5db-37d1d3f61f36 {
  margin-top: 1px;
}
}@media (max-width: 767px){#s-418f7027-dd5a-4a67-a5db-37d1d3f61f36 {
  margin-top: 1px;
margin-bottom: 1px;
display: none;
}
#s-418f7027-dd5a-4a67-a5db-37d1d3f61f36, #wrap-s-418f7027-dd5a-4a67-a5db-37d1d3f61f36 { display:none !important; }}
#s-75c7ce7b-709c-4669-a332-c5a00f2cc6c1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-75c7ce7b-709c-4669-a332-c5a00f2cc6c1 {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75c7ce7b-709c-4669-a332-c5a00f2cc6c1 {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-75c7ce7b-709c-4669-a332-c5a00f2cc6c1 {
  display: none;
}
#s-75c7ce7b-709c-4669-a332-c5a00f2cc6c1, #wrap-s-75c7ce7b-709c-4669-a332-c5a00f2cc6c1 { display:none !important; }}@media (max-width: 767px){#s-75c7ce7b-709c-4669-a332-c5a00f2cc6c1 {
  display: none;
}
#s-75c7ce7b-709c-4669-a332-c5a00f2cc6c1, #wrap-s-75c7ce7b-709c-4669-a332-c5a00f2cc6c1 { display:none !important; }}







#s-75c7ce7b-709c-4669-a332-c5a00f2cc6c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75c7ce7b-709c-4669-a332-c5a00f2cc6c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56178870-073b-4f05-9c79-90e7f8a4e16c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-56178870-073b-4f05-9c79-90e7f8a4e16c {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-56178870-073b-4f05-9c79-90e7f8a4e16c {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-56178870-073b-4f05-9c79-90e7f8a4e16c {
  display: none;
}
#s-56178870-073b-4f05-9c79-90e7f8a4e16c, #wrap-s-56178870-073b-4f05-9c79-90e7f8a4e16c { display:none !important; }}@media (max-width: 767px){#s-56178870-073b-4f05-9c79-90e7f8a4e16c {
  display: none;
}
#s-56178870-073b-4f05-9c79-90e7f8a4e16c, #wrap-s-56178870-073b-4f05-9c79-90e7f8a4e16c { display:none !important; }}







#s-56178870-073b-4f05-9c79-90e7f8a4e16c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56178870-073b-4f05-9c79-90e7f8a4e16c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc5dd989-2e10-4b2d-b74f-a56b570665d7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bc5dd989-2e10-4b2d-b74f-a56b570665d7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc5dd989-2e10-4b2d-b74f-a56b570665d7:active {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-bc5dd989-2e10-4b2d-b74f-a56b570665d7 {
  display: none;
}
#s-bc5dd989-2e10-4b2d-b74f-a56b570665d7, #wrap-s-bc5dd989-2e10-4b2d-b74f-a56b570665d7 { display:none !important; }}@media (max-width: 767px){#s-bc5dd989-2e10-4b2d-b74f-a56b570665d7 {
  display: none;
}
#s-bc5dd989-2e10-4b2d-b74f-a56b570665d7, #wrap-s-bc5dd989-2e10-4b2d-b74f-a56b570665d7 { display:none !important; }}

  #s-bc5dd989-2e10-4b2d-b74f-a56b570665d7-root {
    text-align: center;
  }


#s-bc5dd989-2e10-4b2d-b74f-a56b570665d7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bc5dd989-2e10-4b2d-b74f-a56b570665d7-root {
    text-align: center;
  }


#s-bc5dd989-2e10-4b2d-b74f-a56b570665d7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc5dd989-2e10-4b2d-b74f-a56b570665d7-root {
    text-align: center;
  }


#s-bc5dd989-2e10-4b2d-b74f-a56b570665d7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc5dd989-2e10-4b2d-b74f-a56b570665d7-root {
    text-align: center;
  }


#s-bc5dd989-2e10-4b2d-b74f-a56b570665d7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bc5dd989-2e10-4b2d-b74f-a56b570665d7-root {
    text-align: center;
  }


#s-bc5dd989-2e10-4b2d-b74f-a56b570665d7.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-7160cbe4-6ea1-46df-916c-3f67b54afb26 {
  margin-left: 0%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7160cbe4-6ea1-46df-916c-3f67b54afb26 {
  display: none;
}
#s-7160cbe4-6ea1-46df-916c-3f67b54afb26, #wrap-s-7160cbe4-6ea1-46df-916c-3f67b54afb26 { display:none !important; }}@media (max-width: 767px){#s-7160cbe4-6ea1-46df-916c-3f67b54afb26 {
  display: none;
}
#s-7160cbe4-6ea1-46df-916c-3f67b54afb26, #wrap-s-7160cbe4-6ea1-46df-916c-3f67b54afb26 { display:none !important; }}
#s-d0e49442-ef76-472e-9f77-609e7833aa5b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d0e49442-ef76-472e-9f77-609e7833aa5b {
  display: none;
}
#s-d0e49442-ef76-472e-9f77-609e7833aa5b, #wrap-s-d0e49442-ef76-472e-9f77-609e7833aa5b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0e49442-ef76-472e-9f77-609e7833aa5b {
  display: none;
}
#s-d0e49442-ef76-472e-9f77-609e7833aa5b, #wrap-s-d0e49442-ef76-472e-9f77-609e7833aa5b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d0e49442-ef76-472e-9f77-609e7833aa5b {
  margin-left: 7%;
margin-right: 7%;
}
}@media (max-width: 767px){#s-d0e49442-ef76-472e-9f77-609e7833aa5b {
  display: none;
}
#s-d0e49442-ef76-472e-9f77-609e7833aa5b, #wrap-s-d0e49442-ef76-472e-9f77-609e7833aa5b { display:none !important; }}







#s-d0e49442-ef76-472e-9f77-609e7833aa5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0e49442-ef76-472e-9f77-609e7833aa5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8413cd5c-69e0-4bd3-8aed-101f0949d543 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8413cd5c-69e0-4bd3-8aed-101f0949d543 {
  display: none;
}
#s-8413cd5c-69e0-4bd3-8aed-101f0949d543, #wrap-s-8413cd5c-69e0-4bd3-8aed-101f0949d543 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8413cd5c-69e0-4bd3-8aed-101f0949d543 {
  display: none;
}
#s-8413cd5c-69e0-4bd3-8aed-101f0949d543, #wrap-s-8413cd5c-69e0-4bd3-8aed-101f0949d543 { display:none !important; }}@media (max-width: 767px){#s-8413cd5c-69e0-4bd3-8aed-101f0949d543 {
  display: none;
}
#s-8413cd5c-69e0-4bd3-8aed-101f0949d543, #wrap-s-8413cd5c-69e0-4bd3-8aed-101f0949d543 { display:none !important; }}
#s-8413cd5c-69e0-4bd3-8aed-101f0949d543 .shogun-heading-component h1 {
  color: rgba(69, 68, 68, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 1200px){#s-8798118e-4a21-44d8-a516-646cf48362e0 {
  display: none;
}
#s-8798118e-4a21-44d8-a516-646cf48362e0, #wrap-s-8798118e-4a21-44d8-a516-646cf48362e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8798118e-4a21-44d8-a516-646cf48362e0 {
  display: none;
}
#s-8798118e-4a21-44d8-a516-646cf48362e0, #wrap-s-8798118e-4a21-44d8-a516-646cf48362e0 { display:none !important; }}@media (max-width: 767px){#s-8798118e-4a21-44d8-a516-646cf48362e0 {
  display: none;
}
#s-8798118e-4a21-44d8-a516-646cf48362e0, #wrap-s-8798118e-4a21-44d8-a516-646cf48362e0 { display:none !important; }}
#s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd {
  display: none;
}
#s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd, #wrap-s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd {
  display: none;
}
#s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd, #wrap-s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd {
  margin-top: 3%;
margin-bottom: -1px;
}
}@media (max-width: 767px){#s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd {
  display: none;
}
#s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd, #wrap-s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd { display:none !important; }}







#s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-653ba2f8-2ccf-46d9-a342-f24ffbddf4cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7883361b-f414-4c7f-91e7-4d2335acc129 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7883361b-f414-4c7f-91e7-4d2335acc129:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7883361b-f414-4c7f-91e7-4d2335acc129:active {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-7883361b-f414-4c7f-91e7-4d2335acc129 {
  display: none;
}
#s-7883361b-f414-4c7f-91e7-4d2335acc129, #wrap-s-7883361b-f414-4c7f-91e7-4d2335acc129 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7883361b-f414-4c7f-91e7-4d2335acc129 {
  display: none;
}
#s-7883361b-f414-4c7f-91e7-4d2335acc129, #wrap-s-7883361b-f414-4c7f-91e7-4d2335acc129 { display:none !important; }}@media (max-width: 767px){#s-7883361b-f414-4c7f-91e7-4d2335acc129 {
  display: none;
}
#s-7883361b-f414-4c7f-91e7-4d2335acc129, #wrap-s-7883361b-f414-4c7f-91e7-4d2335acc129 { display:none !important; }}

  #s-7883361b-f414-4c7f-91e7-4d2335acc129-root {
    text-align: center;
  }


#s-7883361b-f414-4c7f-91e7-4d2335acc129.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7883361b-f414-4c7f-91e7-4d2335acc129-root {
    text-align: center;
  }


#s-7883361b-f414-4c7f-91e7-4d2335acc129.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7883361b-f414-4c7f-91e7-4d2335acc129-root {
    text-align: center;
  }


#s-7883361b-f414-4c7f-91e7-4d2335acc129.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7883361b-f414-4c7f-91e7-4d2335acc129-root {
    text-align: center;
  }


#s-7883361b-f414-4c7f-91e7-4d2335acc129.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7883361b-f414-4c7f-91e7-4d2335acc129-root {
    text-align: center;
  }


#s-7883361b-f414-4c7f-91e7-4d2335acc129.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-3d995f21-6628-455a-b449-c09fedaeca92 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3d995f21-6628-455a-b449-c09fedaeca92 {
  display: none;
}
#s-3d995f21-6628-455a-b449-c09fedaeca92, #wrap-s-3d995f21-6628-455a-b449-c09fedaeca92 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d995f21-6628-455a-b449-c09fedaeca92 {
  display: none;
}
#s-3d995f21-6628-455a-b449-c09fedaeca92, #wrap-s-3d995f21-6628-455a-b449-c09fedaeca92 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d995f21-6628-455a-b449-c09fedaeca92 {
  margin-top: 2%;
margin-bottom: 2%;
}
}@media (max-width: 767px){#s-3d995f21-6628-455a-b449-c09fedaeca92 {
  display: none;
}
#s-3d995f21-6628-455a-b449-c09fedaeca92, #wrap-s-3d995f21-6628-455a-b449-c09fedaeca92 { display:none !important; }}







#s-3d995f21-6628-455a-b449-c09fedaeca92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d995f21-6628-455a-b449-c09fedaeca92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1077949-2af6-4eb8-ae59-8e809ff8cb83 {
  margin-top: 200px;
}
@media (min-width: 1200px){#s-c1077949-2af6-4eb8-ae59-8e809ff8cb83 {
  margin-top: 7%;
display: none;
}
#s-c1077949-2af6-4eb8-ae59-8e809ff8cb83, #wrap-s-c1077949-2af6-4eb8-ae59-8e809ff8cb83 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1077949-2af6-4eb8-ae59-8e809ff8cb83 {
  margin-top: 7%;
display: none;
}
#s-c1077949-2af6-4eb8-ae59-8e809ff8cb83, #wrap-s-c1077949-2af6-4eb8-ae59-8e809ff8cb83 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1077949-2af6-4eb8-ae59-8e809ff8cb83 {
  margin-top: 1px;
}
}@media (max-width: 767px){#s-c1077949-2af6-4eb8-ae59-8e809ff8cb83 {
  margin-top: 1px;
margin-bottom: 1px;
display: none;
}
#s-c1077949-2af6-4eb8-ae59-8e809ff8cb83, #wrap-s-c1077949-2af6-4eb8-ae59-8e809ff8cb83 { display:none !important; }}
#s-6cbd103f-6654-428d-8de7-3bb202947b08 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6cbd103f-6654-428d-8de7-3bb202947b08 {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6cbd103f-6654-428d-8de7-3bb202947b08 {
  margin-top: 13%;
margin-left: 22%;
margin-bottom: 0%;
margin-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6cbd103f-6654-428d-8de7-3bb202947b08 {
  display: none;
}
#s-6cbd103f-6654-428d-8de7-3bb202947b08, #wrap-s-6cbd103f-6654-428d-8de7-3bb202947b08 { display:none !important; }}@media (max-width: 767px){#s-6cbd103f-6654-428d-8de7-3bb202947b08 {
  display: none;
}
#s-6cbd103f-6654-428d-8de7-3bb202947b08, #wrap-s-6cbd103f-6654-428d-8de7-3bb202947b08 { display:none !important; }}







#s-6cbd103f-6654-428d-8de7-3bb202947b08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cbd103f-6654-428d-8de7-3bb202947b08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8602c0d-e47c-425e-911f-de3780c25d44 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f8602c0d-e47c-425e-911f-de3780c25d44 {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8602c0d-e47c-425e-911f-de3780c25d44 {
  margin-top: 12%;
margin-bottom: -13%;
margin-right: 23%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8602c0d-e47c-425e-911f-de3780c25d44 {
  display: none;
}
#s-f8602c0d-e47c-425e-911f-de3780c25d44, #wrap-s-f8602c0d-e47c-425e-911f-de3780c25d44 { display:none !important; }}@media (max-width: 767px){#s-f8602c0d-e47c-425e-911f-de3780c25d44 {
  display: none;
}
#s-f8602c0d-e47c-425e-911f-de3780c25d44, #wrap-s-f8602c0d-e47c-425e-911f-de3780c25d44 { display:none !important; }}







#s-f8602c0d-e47c-425e-911f-de3780c25d44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8602c0d-e47c-425e-911f-de3780c25d44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(69, 68, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f:active {background-color: rgba(69, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f {
  display: none;
}
#s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f, #wrap-s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f { display:none !important; }}@media (max-width: 767px){#s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f {
  display: none;
}
#s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f, #wrap-s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f { display:none !important; }}

  #s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f-root {
    text-align: center;
  }


#s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f-root {
    text-align: center;
  }


#s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f-root {
    text-align: center;
  }


#s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f-root {
    text-align: center;
  }


#s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f-root {
    text-align: center;
  }


#s-fda1d9e6-08b8-4d4d-996b-e6736c3fa47f.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 1200px){#s-03bcd973-7d35-45df-a01f-f8c7a870b3a0 {
  margin-left: 0%;
margin-right: 6%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-03bcd973-7d35-45df-a01f-f8c7a870b3a0 {
  display: none;
}
#s-03bcd973-7d35-45df-a01f-f8c7a870b3a0, #wrap-s-03bcd973-7d35-45df-a01f-f8c7a870b3a0 { display:none !important; }}@media (max-width: 767px){#s-03bcd973-7d35-45df-a01f-f8c7a870b3a0 {
  display: none;
}
#s-03bcd973-7d35-45df-a01f-f8c7a870b3a0, #wrap-s-03bcd973-7d35-45df-a01f-f8c7a870b3a0 { display:none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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