.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-af9c43eb-e7db-4253-b345-089722c7f928 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 42px;
background-color: rgba(26, 25, 29, 1);
}
@media (min-width: 1200px){#s-af9c43eb-e7db-4253-b345-089722c7f928 {
  display: none;
}
#s-af9c43eb-e7db-4253-b345-089722c7f928, #wrap-s-af9c43eb-e7db-4253-b345-089722c7f928 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af9c43eb-e7db-4253-b345-089722c7f928 {
  display: none;
}
#s-af9c43eb-e7db-4253-b345-089722c7f928, #wrap-s-af9c43eb-e7db-4253-b345-089722c7f928 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af9c43eb-e7db-4253-b345-089722c7f928 {
  display: none;
}
#s-af9c43eb-e7db-4253-b345-089722c7f928, #wrap-s-af9c43eb-e7db-4253-b345-089722c7f928 { display: none !important; }}@media (max-width: 767px){#s-af9c43eb-e7db-4253-b345-089722c7f928 {
  display: none;
}
#s-af9c43eb-e7db-4253-b345-089722c7f928, #wrap-s-af9c43eb-e7db-4253-b345-089722c7f928 { display: none !important; }}







#s-af9c43eb-e7db-4253-b345-089722c7f928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af9c43eb-e7db-4253-b345-089722c7f928.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80a38f8c-b7b7-47d2-a2f4-fe857133045f {
  min-height: 42px;
max-width: 990px;
}








#s-80a38f8c-b7b7-47d2-a2f4-fe857133045f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80a38f8c-b7b7-47d2-a2f4-fe857133045f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-65d543fa-8b54-4dfc-a8bb-aa943496b32b {
  margin-left: 0px;
margin-right: 0px;
padding-left: 15px;
padding-right: 15px;
background-color: rgba(26, 25, 29, 1);
}
@media (max-width: 767px){#s-65d543fa-8b54-4dfc-a8bb-aa943496b32b {
  display: none;
}
#s-65d543fa-8b54-4dfc-a8bb-aa943496b32b, #wrap-s-65d543fa-8b54-4dfc-a8bb-aa943496b32b { display: none !important; }}
@media (min-width: 0px) {
[id="s-65d543fa-8b54-4dfc-a8bb-aa943496b32b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-65d543fa-8b54-4dfc-a8bb-aa943496b32b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-65d543fa-8b54-4dfc-a8bb-aa943496b32b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-65d543fa-8b54-4dfc-a8bb-aa943496b32b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4055bbeb-16ca-46b8-b349-54b8ea269c72 {
  min-height: 42px;
}








#s-4055bbeb-16ca-46b8-b349-54b8ea269c72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4055bbeb-16ca-46b8-b349-54b8ea269c72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe81bcb8-1a2a-4ddb-8a7b-bd2e93810fec {
  margin-top: 6px;
margin-bottom: 0px;
}

#s-7daedb6f-e6ac-42fc-9783-7d24cf1bd430 {
  min-height: 42px;
}








#s-7daedb6f-e6ac-42fc-9783-7d24cf1bd430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7daedb6f-e6ac-42fc-9783-7d24cf1bd430.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: ;
}

#s-da83b51b-c3f9-4e0a-9462-1b8f11fdafc9 {
  margin-top: 1px;
}
@media (min-width: 1200px){#s-da83b51b-c3f9-4e0a-9462-1b8f11fdafc9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da83b51b-c3f9-4e0a-9462-1b8f11fdafc9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da83b51b-c3f9-4e0a-9462-1b8f11fdafc9 {
  
}
}@media (max-width: 767px){#s-da83b51b-c3f9-4e0a-9462-1b8f11fdafc9 {
  display: none;
}
#s-da83b51b-c3f9-4e0a-9462-1b8f11fdafc9, #wrap-s-da83b51b-c3f9-4e0a-9462-1b8f11fdafc9 { display: none !important; }}
#s-3598ef61-8359-47f6-86f7-e4346a26ae7c {
  min-height: 42px;
}








#s-3598ef61-8359-47f6-86f7-e4346a26ae7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3598ef61-8359-47f6-86f7-e4346a26ae7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0463d99-6b7c-44f5-8ebf-e5be15411f76 {
  margin-top: -2px;
}

#s-a5892799-37ce-4d45-8ffb-b9926d7895ff {
  margin-left: -37px;
margin-right: -37px;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 1200px){#s-a5892799-37ce-4d45-8ffb-b9926d7895ff {
  display: none;
}
#s-a5892799-37ce-4d45-8ffb-b9926d7895ff, #wrap-s-a5892799-37ce-4d45-8ffb-b9926d7895ff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5892799-37ce-4d45-8ffb-b9926d7895ff {
  display: none;
}
#s-a5892799-37ce-4d45-8ffb-b9926d7895ff, #wrap-s-a5892799-37ce-4d45-8ffb-b9926d7895ff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5892799-37ce-4d45-8ffb-b9926d7895ff {
  display: none;
}
#s-a5892799-37ce-4d45-8ffb-b9926d7895ff, #wrap-s-a5892799-37ce-4d45-8ffb-b9926d7895ff { display: none !important; }}
@media (min-width: 0px) {
[id="s-a5892799-37ce-4d45-8ffb-b9926d7895ff"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a5892799-37ce-4d45-8ffb-b9926d7895ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5892799-37ce-4d45-8ffb-b9926d7895ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a5892799-37ce-4d45-8ffb-b9926d7895ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5892799-37ce-4d45-8ffb-b9926d7895ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5892799-37ce-4d45-8ffb-b9926d7895ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a5892799-37ce-4d45-8ffb-b9926d7895ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-de84c8d5-ab8f-4de0-8b43-1c7e837b3a64 {
  min-height: 42px;
}








#s-de84c8d5-ab8f-4de0-8b43-1c7e837b3a64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de84c8d5-ab8f-4de0-8b43-1c7e837b3a64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb7db7b6-1f31-45f2-acc3-8f7aa5d2193f {
  margin-top: 6px;
margin-bottom: 0px;
}

#s-0dd3e77a-2865-4c74-835b-cc0d4c0f7fe3 {
  min-height: 50px;
}








#s-0dd3e77a-2865-4c74-835b-cc0d4c0f7fe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dd3e77a-2865-4c74-835b-cc0d4c0f7fe3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25863fde-d506-40e1-8e38-7c60fdace70f {
  margin-top: -8px;
}
@media (min-width: 1200px){#s-25863fde-d506-40e1-8e38-7c60fdace70f {
  display: none;
}
#s-25863fde-d506-40e1-8e38-7c60fdace70f, #wrap-s-25863fde-d506-40e1-8e38-7c60fdace70f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25863fde-d506-40e1-8e38-7c60fdace70f {
  display: none;
}
#s-25863fde-d506-40e1-8e38-7c60fdace70f, #wrap-s-25863fde-d506-40e1-8e38-7c60fdace70f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25863fde-d506-40e1-8e38-7c60fdace70f {
  display: none;
}
#s-25863fde-d506-40e1-8e38-7c60fdace70f, #wrap-s-25863fde-d506-40e1-8e38-7c60fdace70f { display: none !important; }}
#s-c058e536-b135-4175-8179-6dfdfb52030a {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-c058e536-b135-4175-8179-6dfdfb52030a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c058e536-b135-4175-8179-6dfdfb52030a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c058e536-b135-4175-8179-6dfdfb52030a {
  
}
}@media (max-width: 767px){#s-c058e536-b135-4175-8179-6dfdfb52030a {
  display: none;
}
#s-c058e536-b135-4175-8179-6dfdfb52030a, #wrap-s-c058e536-b135-4175-8179-6dfdfb52030a { display: none !important; }}
#s-589da84a-04d0-4262-85e3-884dc6973d34 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-589da84a-04d0-4262-85e3-884dc6973d34 {
  display: none;
}
#s-589da84a-04d0-4262-85e3-884dc6973d34, #wrap-s-589da84a-04d0-4262-85e3-884dc6973d34 { display: none !important; }}
#s-b8dea9ba-d9fe-4678-a5d8-923d20ae7a6f {
  margin-top: 8px;
}
@media (min-width: 1200px){#s-b8dea9ba-d9fe-4678-a5d8-923d20ae7a6f {
  display: none;
}
#s-b8dea9ba-d9fe-4678-a5d8-923d20ae7a6f, #wrap-s-b8dea9ba-d9fe-4678-a5d8-923d20ae7a6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b8dea9ba-d9fe-4678-a5d8-923d20ae7a6f {
  display: none;
}
#s-b8dea9ba-d9fe-4678-a5d8-923d20ae7a6f, #wrap-s-b8dea9ba-d9fe-4678-a5d8-923d20ae7a6f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b8dea9ba-d9fe-4678-a5d8-923d20ae7a6f {
  display: none;
}
#s-b8dea9ba-d9fe-4678-a5d8-923d20ae7a6f, #wrap-s-b8dea9ba-d9fe-4678-a5d8-923d20ae7a6f { display: none !important; }}
#s-a214de23-6d19-4c32-a6ba-60b54b0dba68 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 50px;
background-position: center center;
}

#s-a214de23-6d19-4c32-a6ba-60b54b0dba68 {
  background-image: url(https://i.shgcdn.com/bcfb96d9-5ce1-4737-bd98-f6e2dc20d604/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a214de23-6d19-4c32-a6ba-60b54b0dba68 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.61;
}#s-a214de23-6d19-4c32-a6ba-60b54b0dba68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-514b8897-688f-49a0-b848-fb8e2ecad3d6 {
  background-attachment: fixed;
margin-top: 34px;
margin-bottom: 60px;
min-height: 50px;
max-width: 990px;
}








#s-514b8897-688f-49a0-b848-fb8e2ecad3d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-514b8897-688f-49a0-b848-fb8e2ecad3d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db82fd56-4244-46d2-865a-11289c0a9c96 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-db82fd56-4244-46d2-865a-11289c0a9c96 {
  
}
}@media (max-width: 767px){#s-db82fd56-4244-46d2-865a-11289c0a9c96 {
  
}
}
#s-e73f38dc-d799-4d59-9a48-77f0cf913ea9 {
  padding-left: 5px;
padding-right: 5px;
min-height: 50px;
}








#s-e73f38dc-d799-4d59-9a48-77f0cf913ea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e73f38dc-d799-4d59-9a48-77f0cf913ea9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2490ab3-dec9-41cf-8521-ffb92d66630a {
  padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
max-width: 800px;
}
@media (max-width: 767px){#s-f2490ab3-dec9-41cf-8521-ffb92d66630a {
  
}
}







#s-f2490ab3-dec9-41cf-8521-ffb92d66630a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2490ab3-dec9-41cf-8521-ffb92d66630a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-31fc1ba7-af30-4524-bbb3-f79bee5ba473 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31fc1ba7-af30-4524-bbb3-f79bee5ba473 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31fc1ba7-af30-4524-bbb3-f79bee5ba473 {
  
}
}@media (max-width: 767px){#s-31fc1ba7-af30-4524-bbb3-f79bee5ba473 {
  
}
}
#s-b6dbe94d-b3f3-4993-a67d-ae8a2eb9c183 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b6dbe94d-b3f3-4993-a67d-ae8a2eb9c183 {
  
}
}@media (max-width: 767px){#s-b6dbe94d-b3f3-4993-a67d-ae8a2eb9c183 {
  
}
}







#s-b6dbe94d-b3f3-4993-a67d-ae8a2eb9c183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6dbe94d-b3f3-4993-a67d-ae8a2eb9c183.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-4cf53733-b675-443d-af5a-9a648674681f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4cf53733-b675-443d-af5a-9a648674681f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4cf53733-b675-443d-af5a-9a648674681f {
  
}
}@media (max-width: 767px){#s-4cf53733-b675-443d-af5a-9a648674681f {
  
}
}
#s-fd3ec0d6-3ef8-42a1-838a-568570a94922 {
  min-height: 50px;
}








#s-fd3ec0d6-3ef8-42a1-838a-568570a94922 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd3ec0d6-3ef8-42a1-838a-568570a94922.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-4e4c94ea-4ca4-498f-a351-bfe57290f27d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e4c94ea-4ca4-498f-a351-bfe57290f27d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e4c94ea-4ca4-498f-a351-bfe57290f27d {
  
}
}@media (max-width: 767px){#s-4e4c94ea-4ca4-498f-a351-bfe57290f27d {
  
}
}
@media (min-width: 1200px){#s-0f91e0bd-fe40-4655-910f-ce3ae71a027d {
  display: none;
}
#s-0f91e0bd-fe40-4655-910f-ce3ae71a027d, #wrap-s-0f91e0bd-fe40-4655-910f-ce3ae71a027d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f91e0bd-fe40-4655-910f-ce3ae71a027d {
  display: none;
}
#s-0f91e0bd-fe40-4655-910f-ce3ae71a027d, #wrap-s-0f91e0bd-fe40-4655-910f-ce3ae71a027d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f91e0bd-fe40-4655-910f-ce3ae71a027d {
  display: none;
}
#s-0f91e0bd-fe40-4655-910f-ce3ae71a027d, #wrap-s-0f91e0bd-fe40-4655-910f-ce3ae71a027d { display: none !important; }}@media (max-width: 767px){#s-0f91e0bd-fe40-4655-910f-ce3ae71a027d {
  display: none;
}
#s-0f91e0bd-fe40-4655-910f-ce3ae71a027d, #wrap-s-0f91e0bd-fe40-4655-910f-ce3ae71a027d { display: none !important; }}
#s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7 {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 460px;
}
@media (min-width: 1200px){#s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7 {
  display: none;
}
#s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7, #wrap-s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7 {
  display: none;
}
#s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7, #wrap-s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7 {
  display: none;
}
#s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7, #wrap-s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7 { display: none !important; }}@media (max-width: 767px){#s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7 {
  display: none;
}
#s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7, #wrap-s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7 { display: none !important; }}







#s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-505b5c9e-136f-4845-85ab-61dd4d4b3fe7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5d86048-0cd5-4d3c-98e5-b5ab07bb89af {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-radius: 3px;
background-color: rgba(52, 142, 220, 1);
}
@media (min-width: 1200px){#s-b5d86048-0cd5-4d3c-98e5-b5ab07bb89af {
  display: none;
}
#s-b5d86048-0cd5-4d3c-98e5-b5ab07bb89af, #wrap-s-b5d86048-0cd5-4d3c-98e5-b5ab07bb89af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5d86048-0cd5-4d3c-98e5-b5ab07bb89af {
  display: none;
}
#s-b5d86048-0cd5-4d3c-98e5-b5ab07bb89af, #wrap-s-b5d86048-0cd5-4d3c-98e5-b5ab07bb89af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5d86048-0cd5-4d3c-98e5-b5ab07bb89af {
  display: none;
}
#s-b5d86048-0cd5-4d3c-98e5-b5ab07bb89af, #wrap-s-b5d86048-0cd5-4d3c-98e5-b5ab07bb89af { display: none !important; }}
#s-f47140cf-b893-4498-ad43-9f62c7c24016 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-radius: 3px;
background-color: rgba(52, 142, 220, 1);
}
@media (max-width: 767px){#s-f47140cf-b893-4498-ad43-9f62c7c24016 {
  display: none;
}
#s-f47140cf-b893-4498-ad43-9f62c7c24016, #wrap-s-f47140cf-b893-4498-ad43-9f62c7c24016 { display: none !important; }}
#s-dc51eaaa-687e-4346-9d5f-1a906089dd7f {
  margin-top: 30px;
}
@media (max-width: 767px){#s-dc51eaaa-687e-4346-9d5f-1a906089dd7f {
  display: none;
}
#s-dc51eaaa-687e-4346-9d5f-1a906089dd7f, #wrap-s-dc51eaaa-687e-4346-9d5f-1a906089dd7f { display: none !important; }}
#s-985cd386-4c3a-45bc-a256-7ed51dccbf60 {
  margin-top: 30px;
}
@media (min-width: 1200px){#s-985cd386-4c3a-45bc-a256-7ed51dccbf60 {
  display: none;
}
#s-985cd386-4c3a-45bc-a256-7ed51dccbf60, #wrap-s-985cd386-4c3a-45bc-a256-7ed51dccbf60 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-985cd386-4c3a-45bc-a256-7ed51dccbf60 {
  display: none;
}
#s-985cd386-4c3a-45bc-a256-7ed51dccbf60, #wrap-s-985cd386-4c3a-45bc-a256-7ed51dccbf60 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-985cd386-4c3a-45bc-a256-7ed51dccbf60 {
  display: none;
}
#s-985cd386-4c3a-45bc-a256-7ed51dccbf60, #wrap-s-985cd386-4c3a-45bc-a256-7ed51dccbf60 { display: none !important; }}
#s-67e214cf-f244-450a-9c70-6b5cffc0161d {
  min-height: 50px;
max-width: 260px;
}
@media (max-width: 767px){#s-67e214cf-f244-450a-9c70-6b5cffc0161d {
  
}
}







#s-67e214cf-f244-450a-9c70-6b5cffc0161d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67e214cf-f244-450a-9c70-6b5cffc0161d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b38001e-e6f3-4fe7-b08f-33c9685ad988 {
  min-height: 50px;
}








#s-3b38001e-e6f3-4fe7-b08f-33c9685ad988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b38001e-e6f3-4fe7-b08f-33c9685ad988.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae3bf7ed-3643-4127-b1d1-a0bd1537f626 {
  min-height: 50px;
background-color: rgba(0, 130, 195, 1);
}








#s-ae3bf7ed-3643-4127-b1d1-a0bd1537f626 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae3bf7ed-3643-4127-b1d1-a0bd1537f626.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8f53153-a0d1-4c25-8bf7-9721878d5b5f {
  min-height: 50px;
}

#s-6777208a-854f-4328-987a-d75e80c4c33d {
  min-height: 50px;
}








#s-6777208a-854f-4328-987a-d75e80c4c33d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6777208a-854f-4328-987a-d75e80c4c33d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63f384d2-a700-4902-a7ff-f281d425190f {
  margin-top: -18px;
margin-bottom: 0px;
}

#s-63f384d2-a700-4902-a7ff-f281d425190f .shogun-icon-wrapper {
  text-align: center;
}


#s-63f384d2-a700-4902-a7ff-f281d425190f .shogun-icon-wrapper > .shogun-icon {

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

#s-2cab4f9d-bc9a-4516-9000-3ca673553da5 {
  margin-left: 20px;
margin-right: 20px;
}

#s-b2003f9a-3678-4b03-a107-3f6ba1135a66 {
  margin-left: 230px;
margin-right: 230px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2003f9a-3678-4b03-a107-3f6ba1135a66 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-b2003f9a-3678-4b03-a107-3f6ba1135a66 {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-b2003f9a-3678-4b03-a107-3f6ba1135a66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2003f9a-3678-4b03-a107-3f6ba1135a66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b2003f9a-3678-4b03-a107-3f6ba1135a66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b2003f9a-3678-4b03-a107-3f6ba1135a66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-14604971-b9f0-454f-8a14-df875639c52a {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-14604971-b9f0-454f-8a14-df875639c52a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14604971-b9f0-454f-8a14-df875639c52a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-f82f05ad-1683-4eb8-ae85-8e462bdfa9cc {
  display: none;
}
#s-f82f05ad-1683-4eb8-ae85-8e462bdfa9cc, #wrap-s-f82f05ad-1683-4eb8-ae85-8e462bdfa9cc { display: none !important; }}
@media (min-width: 1200px){#s-855deb9b-c39c-4325-9e21-c5ad9921db7f {
  display: none;
}
#s-855deb9b-c39c-4325-9e21-c5ad9921db7f, #wrap-s-855deb9b-c39c-4325-9e21-c5ad9921db7f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-855deb9b-c39c-4325-9e21-c5ad9921db7f {
  display: none;
}
#s-855deb9b-c39c-4325-9e21-c5ad9921db7f, #wrap-s-855deb9b-c39c-4325-9e21-c5ad9921db7f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-855deb9b-c39c-4325-9e21-c5ad9921db7f {
  display: none;
}
#s-855deb9b-c39c-4325-9e21-c5ad9921db7f, #wrap-s-855deb9b-c39c-4325-9e21-c5ad9921db7f { display: none !important; }}@media (max-width: 767px){#s-855deb9b-c39c-4325-9e21-c5ad9921db7f {
  
}
}
#s-ebc975f0-a15f-4171-afed-50abce2f538f {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-ebc975f0-a15f-4171-afed-50abce2f538f {
  display: none;
}
#s-ebc975f0-a15f-4171-afed-50abce2f538f, #wrap-s-ebc975f0-a15f-4171-afed-50abce2f538f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebc975f0-a15f-4171-afed-50abce2f538f {
  display: none;
}
#s-ebc975f0-a15f-4171-afed-50abce2f538f, #wrap-s-ebc975f0-a15f-4171-afed-50abce2f538f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebc975f0-a15f-4171-afed-50abce2f538f {
  display: none;
}
#s-ebc975f0-a15f-4171-afed-50abce2f538f, #wrap-s-ebc975f0-a15f-4171-afed-50abce2f538f { display: none !important; }}







#s-ebc975f0-a15f-4171-afed-50abce2f538f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebc975f0-a15f-4171-afed-50abce2f538f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-b75e7c2d-8086-464d-b0a0-3f7bd9ad7ea1 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-b75e7c2d-8086-464d-b0a0-3f7bd9ad7ea1 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-e7d30e53-dc44-4bb2-8eca-2f68b94582a7 {
  display: none;
}
#s-e7d30e53-dc44-4bb2-8eca-2f68b94582a7, #wrap-s-e7d30e53-dc44-4bb2-8eca-2f68b94582a7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e7d30e53-dc44-4bb2-8eca-2f68b94582a7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-e7d30e53-dc44-4bb2-8eca-2f68b94582a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-e7d30e53-dc44-4bb2-8eca-2f68b94582a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-e7d30e53-dc44-4bb2-8eca-2f68b94582a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-e7d30e53-dc44-4bb2-8eca-2f68b94582a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7d30e53-dc44-4bb2-8eca-2f68b94582a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-e7d30e53-dc44-4bb2-8eca-2f68b94582a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-8f32e581-adcb-44c8-ac48-09bcc5e7ed25 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-8f32e581-adcb-44c8-ac48-09bcc5e7ed25 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-c8cc3f34-0c7d-431d-9744-022c8b1b2fb2 {
  
}
}@media (max-width: 767px){#s-c8cc3f34-0c7d-431d-9744-022c8b1b2fb2 {
  
}
}
@media (min-width: 1200px){#s-1d3f51e7-bc23-44a8-b161-a9dc01a72fc0 {
  display: none;
}
#s-1d3f51e7-bc23-44a8-b161-a9dc01a72fc0, #wrap-s-1d3f51e7-bc23-44a8-b161-a9dc01a72fc0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d3f51e7-bc23-44a8-b161-a9dc01a72fc0 {
  display: none;
}
#s-1d3f51e7-bc23-44a8-b161-a9dc01a72fc0, #wrap-s-1d3f51e7-bc23-44a8-b161-a9dc01a72fc0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d3f51e7-bc23-44a8-b161-a9dc01a72fc0 {
  display: none;
}
#s-1d3f51e7-bc23-44a8-b161-a9dc01a72fc0, #wrap-s-1d3f51e7-bc23-44a8-b161-a9dc01a72fc0 { display: none !important; }}@media (max-width: 767px){#s-1d3f51e7-bc23-44a8-b161-a9dc01a72fc0 {
  display: none;
}
#s-1d3f51e7-bc23-44a8-b161-a9dc01a72fc0, #wrap-s-1d3f51e7-bc23-44a8-b161-a9dc01a72fc0 { display: none !important; }}
#s-f96ff3f4-52e1-4981-a354-180838a14455 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-f96ff3f4-52e1-4981-a354-180838a14455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f96ff3f4-52e1-4981-a354-180838a14455.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-42387750-fc5f-43ba-84c4-b7e1cf0571a3 {
  display: none;
}
#s-42387750-fc5f-43ba-84c4-b7e1cf0571a3, #wrap-s-42387750-fc5f-43ba-84c4-b7e1cf0571a3 { display: none !important; }}
@media (min-width: 1200px){#s-57cc5b37-3741-4fc5-b172-1b019b721106 {
  display: none;
}
#s-57cc5b37-3741-4fc5-b172-1b019b721106, #wrap-s-57cc5b37-3741-4fc5-b172-1b019b721106 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57cc5b37-3741-4fc5-b172-1b019b721106 {
  display: none;
}
#s-57cc5b37-3741-4fc5-b172-1b019b721106, #wrap-s-57cc5b37-3741-4fc5-b172-1b019b721106 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57cc5b37-3741-4fc5-b172-1b019b721106 {
  display: none;
}
#s-57cc5b37-3741-4fc5-b172-1b019b721106, #wrap-s-57cc5b37-3741-4fc5-b172-1b019b721106 { display: none !important; }}@media (max-width: 767px){#s-57cc5b37-3741-4fc5-b172-1b019b721106 {
  
}
}
#s-d44adf40-1825-4547-867c-e0ad25de9884 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-d44adf40-1825-4547-867c-e0ad25de9884 {
  display: none;
}
#s-d44adf40-1825-4547-867c-e0ad25de9884, #wrap-s-d44adf40-1825-4547-867c-e0ad25de9884 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d44adf40-1825-4547-867c-e0ad25de9884 {
  display: none;
}
#s-d44adf40-1825-4547-867c-e0ad25de9884, #wrap-s-d44adf40-1825-4547-867c-e0ad25de9884 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d44adf40-1825-4547-867c-e0ad25de9884 {
  display: none;
}
#s-d44adf40-1825-4547-867c-e0ad25de9884, #wrap-s-d44adf40-1825-4547-867c-e0ad25de9884 { display: none !important; }}







#s-d44adf40-1825-4547-867c-e0ad25de9884 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d44adf40-1825-4547-867c-e0ad25de9884.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e9253e0-bcba-4579-a908-22e6a4b0a5e8 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-7e9253e0-bcba-4579-a908-22e6a4b0a5e8 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-60c5d9c4-58d6-42da-9221-b89357bdb840 {
  display: none;
}
#s-60c5d9c4-58d6-42da-9221-b89357bdb840, #wrap-s-60c5d9c4-58d6-42da-9221-b89357bdb840 { display: none !important; }}
@media (min-width: 0px) {
[id="s-60c5d9c4-58d6-42da-9221-b89357bdb840"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-60c5d9c4-58d6-42da-9221-b89357bdb840"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-60c5d9c4-58d6-42da-9221-b89357bdb840"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-60c5d9c4-58d6-42da-9221-b89357bdb840"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-60c5d9c4-58d6-42da-9221-b89357bdb840"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-60c5d9c4-58d6-42da-9221-b89357bdb840"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-60c5d9c4-58d6-42da-9221-b89357bdb840"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-3632655c-3f73-472c-bf4f-c0e9c771c779 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-3632655c-3f73-472c-bf4f-c0e9c771c779 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-f4402b08-2948-454d-b0fa-38cab670f652 {
  
}
}@media (max-width: 767px){#s-f4402b08-2948-454d-b0fa-38cab670f652 {
  
}
}
@media (min-width: 1200px){#s-12bc6d6c-e3db-4771-9ed7-a8d6cabdbda2 {
  display: none;
}
#s-12bc6d6c-e3db-4771-9ed7-a8d6cabdbda2, #wrap-s-12bc6d6c-e3db-4771-9ed7-a8d6cabdbda2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-12bc6d6c-e3db-4771-9ed7-a8d6cabdbda2 {
  display: none;
}
#s-12bc6d6c-e3db-4771-9ed7-a8d6cabdbda2, #wrap-s-12bc6d6c-e3db-4771-9ed7-a8d6cabdbda2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-12bc6d6c-e3db-4771-9ed7-a8d6cabdbda2 {
  display: none;
}
#s-12bc6d6c-e3db-4771-9ed7-a8d6cabdbda2, #wrap-s-12bc6d6c-e3db-4771-9ed7-a8d6cabdbda2 { display: none !important; }}@media (max-width: 767px){#s-12bc6d6c-e3db-4771-9ed7-a8d6cabdbda2 {
  display: none;
}
#s-12bc6d6c-e3db-4771-9ed7-a8d6cabdbda2, #wrap-s-12bc6d6c-e3db-4771-9ed7-a8d6cabdbda2 { display: none !important; }}
#s-011c17b9-e95f-4eb7-b29c-c94f69084230 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-011c17b9-e95f-4eb7-b29c-c94f69084230 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-011c17b9-e95f-4eb7-b29c-c94f69084230.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-4f76f3f1-a224-4484-a032-af3401021f16 {
  display: none;
}
#s-4f76f3f1-a224-4484-a032-af3401021f16, #wrap-s-4f76f3f1-a224-4484-a032-af3401021f16 { display: none !important; }}
@media (min-width: 1200px){#s-458f6b03-d57b-47bd-846a-2df77aeac2c0 {
  display: none;
}
#s-458f6b03-d57b-47bd-846a-2df77aeac2c0, #wrap-s-458f6b03-d57b-47bd-846a-2df77aeac2c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-458f6b03-d57b-47bd-846a-2df77aeac2c0 {
  display: none;
}
#s-458f6b03-d57b-47bd-846a-2df77aeac2c0, #wrap-s-458f6b03-d57b-47bd-846a-2df77aeac2c0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-458f6b03-d57b-47bd-846a-2df77aeac2c0 {
  display: none;
}
#s-458f6b03-d57b-47bd-846a-2df77aeac2c0, #wrap-s-458f6b03-d57b-47bd-846a-2df77aeac2c0 { display: none !important; }}@media (max-width: 767px){#s-458f6b03-d57b-47bd-846a-2df77aeac2c0 {
  
}
}
#s-a15a9a52-9e29-47f0-9e3e-1e17460ed058 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-a15a9a52-9e29-47f0-9e3e-1e17460ed058 {
  display: none;
}
#s-a15a9a52-9e29-47f0-9e3e-1e17460ed058, #wrap-s-a15a9a52-9e29-47f0-9e3e-1e17460ed058 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a15a9a52-9e29-47f0-9e3e-1e17460ed058 {
  display: none;
}
#s-a15a9a52-9e29-47f0-9e3e-1e17460ed058, #wrap-s-a15a9a52-9e29-47f0-9e3e-1e17460ed058 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a15a9a52-9e29-47f0-9e3e-1e17460ed058 {
  display: none;
}
#s-a15a9a52-9e29-47f0-9e3e-1e17460ed058, #wrap-s-a15a9a52-9e29-47f0-9e3e-1e17460ed058 { display: none !important; }}







#s-a15a9a52-9e29-47f0-9e3e-1e17460ed058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a15a9a52-9e29-47f0-9e3e-1e17460ed058.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8becbf10-efba-4771-bc59-37ffdbd552d0 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-8becbf10-efba-4771-bc59-37ffdbd552d0 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-500ce755-5c9b-4f4b-bb5d-13fc59c71399 {
  display: none;
}
#s-500ce755-5c9b-4f4b-bb5d-13fc59c71399, #wrap-s-500ce755-5c9b-4f4b-bb5d-13fc59c71399 { display: none !important; }}
@media (min-width: 0px) {
[id="s-500ce755-5c9b-4f4b-bb5d-13fc59c71399"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-500ce755-5c9b-4f4b-bb5d-13fc59c71399"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-500ce755-5c9b-4f4b-bb5d-13fc59c71399"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-500ce755-5c9b-4f4b-bb5d-13fc59c71399"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-500ce755-5c9b-4f4b-bb5d-13fc59c71399"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-500ce755-5c9b-4f4b-bb5d-13fc59c71399"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-500ce755-5c9b-4f4b-bb5d-13fc59c71399"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-9800e90f-f632-47f9-a329-42f15c28abd2 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-9800e90f-f632-47f9-a329-42f15c28abd2 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-1fcd08c4-6395-4ff1-9581-cc2d8ebe9b0e {
  
}
}@media (max-width: 767px){#s-1fcd08c4-6395-4ff1-9581-cc2d8ebe9b0e {
  
}
}
@media (min-width: 1200px){#s-916f701b-573c-497c-8875-cf204525f0f6 {
  display: none;
}
#s-916f701b-573c-497c-8875-cf204525f0f6, #wrap-s-916f701b-573c-497c-8875-cf204525f0f6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-916f701b-573c-497c-8875-cf204525f0f6 {
  display: none;
}
#s-916f701b-573c-497c-8875-cf204525f0f6, #wrap-s-916f701b-573c-497c-8875-cf204525f0f6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-916f701b-573c-497c-8875-cf204525f0f6 {
  display: none;
}
#s-916f701b-573c-497c-8875-cf204525f0f6, #wrap-s-916f701b-573c-497c-8875-cf204525f0f6 { display: none !important; }}@media (max-width: 767px){#s-916f701b-573c-497c-8875-cf204525f0f6 {
  display: none;
}
#s-916f701b-573c-497c-8875-cf204525f0f6, #wrap-s-916f701b-573c-497c-8875-cf204525f0f6 { display: none !important; }}
#s-43367ab3-c16e-4d7b-b8eb-225414b81a7a {
  margin-left: 230px;
margin-right: 230px;
}
@media (min-width: 768px) and (max-width: 991px){#s-43367ab3-c16e-4d7b-b8eb-225414b81a7a {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-43367ab3-c16e-4d7b-b8eb-225414b81a7a {
  margin-left: 2px;
margin-right: 2px;
}
}
@media (min-width: 0px) {
[id="s-43367ab3-c16e-4d7b-b8eb-225414b81a7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43367ab3-c16e-4d7b-b8eb-225414b81a7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-43367ab3-c16e-4d7b-b8eb-225414b81a7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-43367ab3-c16e-4d7b-b8eb-225414b81a7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-40be0820-da58-4387-8b9b-d0d1974f1d53 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-40be0820-da58-4387-8b9b-d0d1974f1d53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40be0820-da58-4387-8b9b-d0d1974f1d53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-12bbd3a0-3124-422a-ad64-6eefb51e316f {
  display: none;
}
#s-12bbd3a0-3124-422a-ad64-6eefb51e316f, #wrap-s-12bbd3a0-3124-422a-ad64-6eefb51e316f { display: none !important; }}
@media (min-width: 1200px){#s-c1b7c52c-6d15-47a3-8ce2-94bb7b5a0e35 {
  display: none;
}
#s-c1b7c52c-6d15-47a3-8ce2-94bb7b5a0e35, #wrap-s-c1b7c52c-6d15-47a3-8ce2-94bb7b5a0e35 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c1b7c52c-6d15-47a3-8ce2-94bb7b5a0e35 {
  display: none;
}
#s-c1b7c52c-6d15-47a3-8ce2-94bb7b5a0e35, #wrap-s-c1b7c52c-6d15-47a3-8ce2-94bb7b5a0e35 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c1b7c52c-6d15-47a3-8ce2-94bb7b5a0e35 {
  display: none;
}
#s-c1b7c52c-6d15-47a3-8ce2-94bb7b5a0e35, #wrap-s-c1b7c52c-6d15-47a3-8ce2-94bb7b5a0e35 { display: none !important; }}@media (max-width: 767px){#s-c1b7c52c-6d15-47a3-8ce2-94bb7b5a0e35 {
  
}
}
#s-fac1f1f5-8b22-4e26-bbbc-b5f07365aeff {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-fac1f1f5-8b22-4e26-bbbc-b5f07365aeff {
  display: none;
}
#s-fac1f1f5-8b22-4e26-bbbc-b5f07365aeff, #wrap-s-fac1f1f5-8b22-4e26-bbbc-b5f07365aeff { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fac1f1f5-8b22-4e26-bbbc-b5f07365aeff {
  display: none;
}
#s-fac1f1f5-8b22-4e26-bbbc-b5f07365aeff, #wrap-s-fac1f1f5-8b22-4e26-bbbc-b5f07365aeff { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fac1f1f5-8b22-4e26-bbbc-b5f07365aeff {
  display: none;
}
#s-fac1f1f5-8b22-4e26-bbbc-b5f07365aeff, #wrap-s-fac1f1f5-8b22-4e26-bbbc-b5f07365aeff { display: none !important; }}







#s-fac1f1f5-8b22-4e26-bbbc-b5f07365aeff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fac1f1f5-8b22-4e26-bbbc-b5f07365aeff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f549bf41-a6d8-4be9-899c-5a30c8c168ce {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-f549bf41-a6d8-4be9-899c-5a30c8c168ce hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-90df0642-b73b-4a4a-9ee8-9caebcc50d9d {
  display: none;
}
#s-90df0642-b73b-4a4a-9ee8-9caebcc50d9d, #wrap-s-90df0642-b73b-4a4a-9ee8-9caebcc50d9d { display: none !important; }}
@media (min-width: 0px) {
[id="s-90df0642-b73b-4a4a-9ee8-9caebcc50d9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-90df0642-b73b-4a4a-9ee8-9caebcc50d9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-90df0642-b73b-4a4a-9ee8-9caebcc50d9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-90df0642-b73b-4a4a-9ee8-9caebcc50d9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-90df0642-b73b-4a4a-9ee8-9caebcc50d9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-90df0642-b73b-4a4a-9ee8-9caebcc50d9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-90df0642-b73b-4a4a-9ee8-9caebcc50d9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-fc6187d1-d853-4042-a198-9c438c15f3e8 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-fc6187d1-d853-4042-a198-9c438c15f3e8 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-5e679b2d-5470-4c86-b9f8-9de5b5d14570 {
  
}
}@media (max-width: 767px){#s-5e679b2d-5470-4c86-b9f8-9de5b5d14570 {
  
}
}
@media (min-width: 1200px){#s-61778e24-946a-4d7c-8767-5574df00df3f {
  display: none;
}
#s-61778e24-946a-4d7c-8767-5574df00df3f, #wrap-s-61778e24-946a-4d7c-8767-5574df00df3f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61778e24-946a-4d7c-8767-5574df00df3f {
  display: none;
}
#s-61778e24-946a-4d7c-8767-5574df00df3f, #wrap-s-61778e24-946a-4d7c-8767-5574df00df3f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61778e24-946a-4d7c-8767-5574df00df3f {
  display: none;
}
#s-61778e24-946a-4d7c-8767-5574df00df3f, #wrap-s-61778e24-946a-4d7c-8767-5574df00df3f { display: none !important; }}@media (max-width: 767px){#s-61778e24-946a-4d7c-8767-5574df00df3f {
  display: none;
}
#s-61778e24-946a-4d7c-8767-5574df00df3f, #wrap-s-61778e24-946a-4d7c-8767-5574df00df3f { display: none !important; }}
#s-731625b8-97fc-4f02-b068-b3c711492332 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-731625b8-97fc-4f02-b068-b3c711492332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-731625b8-97fc-4f02-b068-b3c711492332.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-13b3af0f-e4a1-4428-8a2c-8ae47a9a6b9c {
  display: none;
}
#s-13b3af0f-e4a1-4428-8a2c-8ae47a9a6b9c, #wrap-s-13b3af0f-e4a1-4428-8a2c-8ae47a9a6b9c { display: none !important; }}
@media (min-width: 1200px){#s-db235471-b56b-4dc7-a49e-7011e88a2e30 {
  display: none;
}
#s-db235471-b56b-4dc7-a49e-7011e88a2e30, #wrap-s-db235471-b56b-4dc7-a49e-7011e88a2e30 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db235471-b56b-4dc7-a49e-7011e88a2e30 {
  display: none;
}
#s-db235471-b56b-4dc7-a49e-7011e88a2e30, #wrap-s-db235471-b56b-4dc7-a49e-7011e88a2e30 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db235471-b56b-4dc7-a49e-7011e88a2e30 {
  display: none;
}
#s-db235471-b56b-4dc7-a49e-7011e88a2e30, #wrap-s-db235471-b56b-4dc7-a49e-7011e88a2e30 { display: none !important; }}@media (max-width: 767px){#s-db235471-b56b-4dc7-a49e-7011e88a2e30 {
  
}
}
#s-2f7e6c07-47ac-40fa-ba87-b2d052c0b7c4 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-2f7e6c07-47ac-40fa-ba87-b2d052c0b7c4 {
  display: none;
}
#s-2f7e6c07-47ac-40fa-ba87-b2d052c0b7c4, #wrap-s-2f7e6c07-47ac-40fa-ba87-b2d052c0b7c4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f7e6c07-47ac-40fa-ba87-b2d052c0b7c4 {
  display: none;
}
#s-2f7e6c07-47ac-40fa-ba87-b2d052c0b7c4, #wrap-s-2f7e6c07-47ac-40fa-ba87-b2d052c0b7c4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f7e6c07-47ac-40fa-ba87-b2d052c0b7c4 {
  display: none;
}
#s-2f7e6c07-47ac-40fa-ba87-b2d052c0b7c4, #wrap-s-2f7e6c07-47ac-40fa-ba87-b2d052c0b7c4 { display: none !important; }}







#s-2f7e6c07-47ac-40fa-ba87-b2d052c0b7c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f7e6c07-47ac-40fa-ba87-b2d052c0b7c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a13f1b2-66b9-4b4a-a9ed-88851262344f {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-3a13f1b2-66b9-4b4a-a9ed-88851262344f hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-03925818-dc50-4d77-9d69-a197f309e2d3 {
  display: none;
}
#s-03925818-dc50-4d77-9d69-a197f309e2d3, #wrap-s-03925818-dc50-4d77-9d69-a197f309e2d3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-03925818-dc50-4d77-9d69-a197f309e2d3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-03925818-dc50-4d77-9d69-a197f309e2d3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-03925818-dc50-4d77-9d69-a197f309e2d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-03925818-dc50-4d77-9d69-a197f309e2d3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-03925818-dc50-4d77-9d69-a197f309e2d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-03925818-dc50-4d77-9d69-a197f309e2d3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-03925818-dc50-4d77-9d69-a197f309e2d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-fad164ae-3612-437c-b6ef-96ba02ce8a35 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-fad164ae-3612-437c-b6ef-96ba02ce8a35 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-31bc44d4-55d3-425d-ae8c-ac204388ed81 {
  
}
}@media (max-width: 767px){#s-31bc44d4-55d3-425d-ae8c-ac204388ed81 {
  
}
}
@media (min-width: 1200px){#s-28fdb482-30ca-4bee-b871-a9091fbd3122 {
  display: none;
}
#s-28fdb482-30ca-4bee-b871-a9091fbd3122, #wrap-s-28fdb482-30ca-4bee-b871-a9091fbd3122 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28fdb482-30ca-4bee-b871-a9091fbd3122 {
  display: none;
}
#s-28fdb482-30ca-4bee-b871-a9091fbd3122, #wrap-s-28fdb482-30ca-4bee-b871-a9091fbd3122 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28fdb482-30ca-4bee-b871-a9091fbd3122 {
  display: none;
}
#s-28fdb482-30ca-4bee-b871-a9091fbd3122, #wrap-s-28fdb482-30ca-4bee-b871-a9091fbd3122 { display: none !important; }}@media (max-width: 767px){#s-28fdb482-30ca-4bee-b871-a9091fbd3122 {
  display: none;
}
#s-28fdb482-30ca-4bee-b871-a9091fbd3122, #wrap-s-28fdb482-30ca-4bee-b871-a9091fbd3122 { display: none !important; }}
#s-9041a9bb-3892-4f58-aebb-917419dc7316 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-9041a9bb-3892-4f58-aebb-917419dc7316 {
  display: none;
}
#s-9041a9bb-3892-4f58-aebb-917419dc7316, #wrap-s-9041a9bb-3892-4f58-aebb-917419dc7316 { display: none !important; }}







#s-9041a9bb-3892-4f58-aebb-917419dc7316 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9041a9bb-3892-4f58-aebb-917419dc7316.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-e9a05a41-bf45-452f-8ec5-39cad92ce2d8 {
  
}
}
@media (min-width: 1200px){#s-bc6e95d2-2dca-4d1c-a889-c3ce93d7a227 {
  display: none;
}
#s-bc6e95d2-2dca-4d1c-a889-c3ce93d7a227, #wrap-s-bc6e95d2-2dca-4d1c-a889-c3ce93d7a227 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc6e95d2-2dca-4d1c-a889-c3ce93d7a227 {
  display: none;
}
#s-bc6e95d2-2dca-4d1c-a889-c3ce93d7a227, #wrap-s-bc6e95d2-2dca-4d1c-a889-c3ce93d7a227 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc6e95d2-2dca-4d1c-a889-c3ce93d7a227 {
  display: none;
}
#s-bc6e95d2-2dca-4d1c-a889-c3ce93d7a227, #wrap-s-bc6e95d2-2dca-4d1c-a889-c3ce93d7a227 { display: none !important; }}@media (max-width: 767px){#s-bc6e95d2-2dca-4d1c-a889-c3ce93d7a227 {
  
}
}
#s-8b2302d2-b40a-48b5-a3d8-ed9f726aa162 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-8b2302d2-b40a-48b5-a3d8-ed9f726aa162 {
  display: none;
}
#s-8b2302d2-b40a-48b5-a3d8-ed9f726aa162, #wrap-s-8b2302d2-b40a-48b5-a3d8-ed9f726aa162 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b2302d2-b40a-48b5-a3d8-ed9f726aa162 {
  display: none;
}
#s-8b2302d2-b40a-48b5-a3d8-ed9f726aa162, #wrap-s-8b2302d2-b40a-48b5-a3d8-ed9f726aa162 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8b2302d2-b40a-48b5-a3d8-ed9f726aa162 {
  display: none;
}
#s-8b2302d2-b40a-48b5-a3d8-ed9f726aa162, #wrap-s-8b2302d2-b40a-48b5-a3d8-ed9f726aa162 { display: none !important; }}







#s-8b2302d2-b40a-48b5-a3d8-ed9f726aa162 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b2302d2-b40a-48b5-a3d8-ed9f726aa162.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03537331-a87e-4030-98d4-21694cd972ae {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-03537331-a87e-4030-98d4-21694cd972ae hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-b6dee236-9d98-4ec1-9b72-e2bfedaa9148 {
  display: none;
}
#s-b6dee236-9d98-4ec1-9b72-e2bfedaa9148, #wrap-s-b6dee236-9d98-4ec1-9b72-e2bfedaa9148 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b6dee236-9d98-4ec1-9b72-e2bfedaa9148"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-b6dee236-9d98-4ec1-9b72-e2bfedaa9148"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-b6dee236-9d98-4ec1-9b72-e2bfedaa9148"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-b6dee236-9d98-4ec1-9b72-e2bfedaa9148"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-b6dee236-9d98-4ec1-9b72-e2bfedaa9148"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6dee236-9d98-4ec1-9b72-e2bfedaa9148"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-b6dee236-9d98-4ec1-9b72-e2bfedaa9148"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-d5246fc6-9f73-43f6-9a42-37930d751071 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-d5246fc6-9f73-43f6-9a42-37930d751071 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-c665ed56-5b54-4e5a-82c7-3246ebd09fb5 {
  
}
}@media (max-width: 767px){#s-c665ed56-5b54-4e5a-82c7-3246ebd09fb5 {
  
}
}
@media (min-width: 1200px){#s-8e185ee3-824d-44ed-a14f-67c850cca99c {
  display: none;
}
#s-8e185ee3-824d-44ed-a14f-67c850cca99c, #wrap-s-8e185ee3-824d-44ed-a14f-67c850cca99c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e185ee3-824d-44ed-a14f-67c850cca99c {
  display: none;
}
#s-8e185ee3-824d-44ed-a14f-67c850cca99c, #wrap-s-8e185ee3-824d-44ed-a14f-67c850cca99c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e185ee3-824d-44ed-a14f-67c850cca99c {
  display: none;
}
#s-8e185ee3-824d-44ed-a14f-67c850cca99c, #wrap-s-8e185ee3-824d-44ed-a14f-67c850cca99c { display: none !important; }}
#s-8478278d-d615-4fd3-b421-b707d13a3854 {
  margin-left: 230px;
margin-right: 230px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8478278d-d615-4fd3-b421-b707d13a3854 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-8478278d-d615-4fd3-b421-b707d13a3854 {
  margin-left: 2px;
margin-right: 2px;
}
}
@media (min-width: 0px) {
[id="s-8478278d-d615-4fd3-b421-b707d13a3854"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8478278d-d615-4fd3-b421-b707d13a3854"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-8478278d-d615-4fd3-b421-b707d13a3854"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-8478278d-d615-4fd3-b421-b707d13a3854"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-91bef6a5-e029-4551-8a8b-2c52b454f021 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-91bef6a5-e029-4551-8a8b-2c52b454f021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91bef6a5-e029-4551-8a8b-2c52b454f021.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-e33003cf-2a15-4d18-a46b-c4e75f777d93 {
  display: none;
}
#s-e33003cf-2a15-4d18-a46b-c4e75f777d93, #wrap-s-e33003cf-2a15-4d18-a46b-c4e75f777d93 { display: none !important; }}
@media (min-width: 1200px){#s-6338bc30-fd05-45da-8ae7-e51b4fb17d32 {
  display: none;
}
#s-6338bc30-fd05-45da-8ae7-e51b4fb17d32, #wrap-s-6338bc30-fd05-45da-8ae7-e51b4fb17d32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6338bc30-fd05-45da-8ae7-e51b4fb17d32 {
  display: none;
}
#s-6338bc30-fd05-45da-8ae7-e51b4fb17d32, #wrap-s-6338bc30-fd05-45da-8ae7-e51b4fb17d32 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6338bc30-fd05-45da-8ae7-e51b4fb17d32 {
  display: none;
}
#s-6338bc30-fd05-45da-8ae7-e51b4fb17d32, #wrap-s-6338bc30-fd05-45da-8ae7-e51b4fb17d32 { display: none !important; }}@media (max-width: 767px){#s-6338bc30-fd05-45da-8ae7-e51b4fb17d32 {
  
}
}
#s-a0d832a3-4407-4d83-9b06-79b07ab747d5 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-a0d832a3-4407-4d83-9b06-79b07ab747d5 {
  display: none;
}
#s-a0d832a3-4407-4d83-9b06-79b07ab747d5, #wrap-s-a0d832a3-4407-4d83-9b06-79b07ab747d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0d832a3-4407-4d83-9b06-79b07ab747d5 {
  display: none;
}
#s-a0d832a3-4407-4d83-9b06-79b07ab747d5, #wrap-s-a0d832a3-4407-4d83-9b06-79b07ab747d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0d832a3-4407-4d83-9b06-79b07ab747d5 {
  display: none;
}
#s-a0d832a3-4407-4d83-9b06-79b07ab747d5, #wrap-s-a0d832a3-4407-4d83-9b06-79b07ab747d5 { display: none !important; }}







#s-a0d832a3-4407-4d83-9b06-79b07ab747d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0d832a3-4407-4d83-9b06-79b07ab747d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc852169-f26b-4b73-a7a7-8f78541294fa {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-cc852169-f26b-4b73-a7a7-8f78541294fa hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-087b1236-2361-448c-ab17-4a62cc493a1f {
  display: none;
}
#s-087b1236-2361-448c-ab17-4a62cc493a1f, #wrap-s-087b1236-2361-448c-ab17-4a62cc493a1f { display: none !important; }}
@media (min-width: 0px) {
[id="s-087b1236-2361-448c-ab17-4a62cc493a1f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-087b1236-2361-448c-ab17-4a62cc493a1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-087b1236-2361-448c-ab17-4a62cc493a1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-087b1236-2361-448c-ab17-4a62cc493a1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-087b1236-2361-448c-ab17-4a62cc493a1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-087b1236-2361-448c-ab17-4a62cc493a1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-087b1236-2361-448c-ab17-4a62cc493a1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-bd0843dc-4ea5-475f-be76-915a30f8e08c {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-bd0843dc-4ea5-475f-be76-915a30f8e08c hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-039575d0-3406-4a69-adad-3b30b208d99d {
  
}
}@media (max-width: 767px){#s-039575d0-3406-4a69-adad-3b30b208d99d {
  
}
}
@media (min-width: 1200px){#s-667e8cd4-7134-4a01-ab52-fbf5e8b35f20 {
  display: none;
}
#s-667e8cd4-7134-4a01-ab52-fbf5e8b35f20, #wrap-s-667e8cd4-7134-4a01-ab52-fbf5e8b35f20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-667e8cd4-7134-4a01-ab52-fbf5e8b35f20 {
  display: none;
}
#s-667e8cd4-7134-4a01-ab52-fbf5e8b35f20, #wrap-s-667e8cd4-7134-4a01-ab52-fbf5e8b35f20 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-667e8cd4-7134-4a01-ab52-fbf5e8b35f20 {
  display: none;
}
#s-667e8cd4-7134-4a01-ab52-fbf5e8b35f20, #wrap-s-667e8cd4-7134-4a01-ab52-fbf5e8b35f20 { display: none !important; }}
@media (min-width: 1200px){#s-e0e6e596-7ba1-4173-bf00-3dc9824e6c66 {
  display: none;
}
#s-e0e6e596-7ba1-4173-bf00-3dc9824e6c66, #wrap-s-e0e6e596-7ba1-4173-bf00-3dc9824e6c66 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0e6e596-7ba1-4173-bf00-3dc9824e6c66 {
  display: none;
}
#s-e0e6e596-7ba1-4173-bf00-3dc9824e6c66, #wrap-s-e0e6e596-7ba1-4173-bf00-3dc9824e6c66 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0e6e596-7ba1-4173-bf00-3dc9824e6c66 {
  display: none;
}
#s-e0e6e596-7ba1-4173-bf00-3dc9824e6c66, #wrap-s-e0e6e596-7ba1-4173-bf00-3dc9824e6c66 { display: none !important; }}@media (max-width: 767px){#s-e0e6e596-7ba1-4173-bf00-3dc9824e6c66 {
  display: none;
}
#s-e0e6e596-7ba1-4173-bf00-3dc9824e6c66, #wrap-s-e0e6e596-7ba1-4173-bf00-3dc9824e6c66 { display: none !important; }}
#s-8976a8c1-2182-4e06-95b6-9d055480e209 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-8976a8c1-2182-4e06-95b6-9d055480e209 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8976a8c1-2182-4e06-95b6-9d055480e209.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-37dc23ea-e977-438f-a4ae-43ef961858be {
  display: none;
}
#s-37dc23ea-e977-438f-a4ae-43ef961858be, #wrap-s-37dc23ea-e977-438f-a4ae-43ef961858be { display: none !important; }}
@media (min-width: 1200px){#s-58b447cf-e5ae-4a12-ba5f-ace3628de8b5 {
  display: none;
}
#s-58b447cf-e5ae-4a12-ba5f-ace3628de8b5, #wrap-s-58b447cf-e5ae-4a12-ba5f-ace3628de8b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58b447cf-e5ae-4a12-ba5f-ace3628de8b5 {
  display: none;
}
#s-58b447cf-e5ae-4a12-ba5f-ace3628de8b5, #wrap-s-58b447cf-e5ae-4a12-ba5f-ace3628de8b5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58b447cf-e5ae-4a12-ba5f-ace3628de8b5 {
  display: none;
}
#s-58b447cf-e5ae-4a12-ba5f-ace3628de8b5, #wrap-s-58b447cf-e5ae-4a12-ba5f-ace3628de8b5 { display: none !important; }}@media (max-width: 767px){#s-58b447cf-e5ae-4a12-ba5f-ace3628de8b5 {
  
}
}
#s-1ccae665-5012-4dd2-ba1a-b5886b1c245a {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-1ccae665-5012-4dd2-ba1a-b5886b1c245a {
  display: none;
}
#s-1ccae665-5012-4dd2-ba1a-b5886b1c245a, #wrap-s-1ccae665-5012-4dd2-ba1a-b5886b1c245a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1ccae665-5012-4dd2-ba1a-b5886b1c245a {
  display: none;
}
#s-1ccae665-5012-4dd2-ba1a-b5886b1c245a, #wrap-s-1ccae665-5012-4dd2-ba1a-b5886b1c245a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1ccae665-5012-4dd2-ba1a-b5886b1c245a {
  display: none;
}
#s-1ccae665-5012-4dd2-ba1a-b5886b1c245a, #wrap-s-1ccae665-5012-4dd2-ba1a-b5886b1c245a { display: none !important; }}







#s-1ccae665-5012-4dd2-ba1a-b5886b1c245a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ccae665-5012-4dd2-ba1a-b5886b1c245a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f39f1787-77ff-4a5b-9a9e-4329d1cbdd03 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-f39f1787-77ff-4a5b-9a9e-4329d1cbdd03 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-41ee80e3-428c-4906-8333-3946d835de5c {
  display: none;
}
#s-41ee80e3-428c-4906-8333-3946d835de5c, #wrap-s-41ee80e3-428c-4906-8333-3946d835de5c { display: none !important; }}
@media (min-width: 0px) {
[id="s-41ee80e3-428c-4906-8333-3946d835de5c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-41ee80e3-428c-4906-8333-3946d835de5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-41ee80e3-428c-4906-8333-3946d835de5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-41ee80e3-428c-4906-8333-3946d835de5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-41ee80e3-428c-4906-8333-3946d835de5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-41ee80e3-428c-4906-8333-3946d835de5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-41ee80e3-428c-4906-8333-3946d835de5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-b3756ac0-7301-4f87-a450-18554df5fc9a {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-b3756ac0-7301-4f87-a450-18554df5fc9a hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-7c7aca76-357b-41a9-93a2-556b764698ad {
  
}
}@media (max-width: 767px){#s-7c7aca76-357b-41a9-93a2-556b764698ad {
  
}
}
@media (min-width: 1200px){#s-161ed39a-146b-41d4-b052-dbc97c94dec9 {
  display: none;
}
#s-161ed39a-146b-41d4-b052-dbc97c94dec9, #wrap-s-161ed39a-146b-41d4-b052-dbc97c94dec9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-161ed39a-146b-41d4-b052-dbc97c94dec9 {
  display: none;
}
#s-161ed39a-146b-41d4-b052-dbc97c94dec9, #wrap-s-161ed39a-146b-41d4-b052-dbc97c94dec9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-161ed39a-146b-41d4-b052-dbc97c94dec9 {
  display: none;
}
#s-161ed39a-146b-41d4-b052-dbc97c94dec9, #wrap-s-161ed39a-146b-41d4-b052-dbc97c94dec9 { display: none !important; }}@media (max-width: 767px){#s-161ed39a-146b-41d4-b052-dbc97c94dec9 {
  display: none;
}
#s-161ed39a-146b-41d4-b052-dbc97c94dec9, #wrap-s-161ed39a-146b-41d4-b052-dbc97c94dec9 { display: none !important; }}
#s-335a702c-7af2-4d18-86f9-4b38b7b82590 {
  min-height: 50px;
}








#s-335a702c-7af2-4d18-86f9-4b38b7b82590 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-335a702c-7af2-4d18-86f9-4b38b7b82590.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b02a58df-49e0-4cff-95ca-e7224351dc5a {
  padding-top: 8px;
padding-left: 15px;
padding-bottom: 14px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(0, 130, 195, 1);
}








#s-b02a58df-49e0-4cff-95ca-e7224351dc5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b02a58df-49e0-4cff-95ca-e7224351dc5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d94f7245-16f4-4d9d-b020-fd9a83bd158b {
  min-height: 20px;
}
@media (min-width: 1200px){#s-d94f7245-16f4-4d9d-b020-fd9a83bd158b {
  display: none;
}
#s-d94f7245-16f4-4d9d-b020-fd9a83bd158b, #wrap-s-d94f7245-16f4-4d9d-b020-fd9a83bd158b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d94f7245-16f4-4d9d-b020-fd9a83bd158b {
  display: none;
}
#s-d94f7245-16f4-4d9d-b020-fd9a83bd158b, #wrap-s-d94f7245-16f4-4d9d-b020-fd9a83bd158b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d94f7245-16f4-4d9d-b020-fd9a83bd158b {
  display: none;
}
#s-d94f7245-16f4-4d9d-b020-fd9a83bd158b, #wrap-s-d94f7245-16f4-4d9d-b020-fd9a83bd158b { display: none !important; }}







#s-d94f7245-16f4-4d9d-b020-fd9a83bd158b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d94f7245-16f4-4d9d-b020-fd9a83bd158b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-1cc8bd98-8dd4-4ad3-b506-b2d560a7e9e6 {
  display: none;
}
#s-1cc8bd98-8dd4-4ad3-b506-b2d560a7e9e6, #wrap-s-1cc8bd98-8dd4-4ad3-b506-b2d560a7e9e6 { display: none !important; }}
@media (min-width: 1200px){#s-c4a00409-684f-43c7-aa9b-89a934c9895b {
  display: none;
}
#s-c4a00409-684f-43c7-aa9b-89a934c9895b, #wrap-s-c4a00409-684f-43c7-aa9b-89a934c9895b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4a00409-684f-43c7-aa9b-89a934c9895b {
  display: none;
}
#s-c4a00409-684f-43c7-aa9b-89a934c9895b, #wrap-s-c4a00409-684f-43c7-aa9b-89a934c9895b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4a00409-684f-43c7-aa9b-89a934c9895b {
  display: none;
}
#s-c4a00409-684f-43c7-aa9b-89a934c9895b, #wrap-s-c4a00409-684f-43c7-aa9b-89a934c9895b { display: none !important; }}
#s-b2070539-8baf-41c0-8b1d-80c62c6f9ca4 {
  margin-top: -18px;
margin-bottom: 0px;
}

#s-b2070539-8baf-41c0-8b1d-80c62c6f9ca4 .shogun-icon-wrapper {
  text-align: center;
}


#s-b2070539-8baf-41c0-8b1d-80c62c6f9ca4 .shogun-icon-wrapper > .shogun-icon {

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

#s-953be188-32b5-439e-9390-68e6654a2123 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-953be188-32b5-439e-9390-68e6654a2123 {
  display: none;
}
#s-953be188-32b5-439e-9390-68e6654a2123, #wrap-s-953be188-32b5-439e-9390-68e6654a2123 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-953be188-32b5-439e-9390-68e6654a2123 {
  display: none;
}
#s-953be188-32b5-439e-9390-68e6654a2123, #wrap-s-953be188-32b5-439e-9390-68e6654a2123 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-953be188-32b5-439e-9390-68e6654a2123 {
  display: none;
}
#s-953be188-32b5-439e-9390-68e6654a2123, #wrap-s-953be188-32b5-439e-9390-68e6654a2123 { display: none !important; }}







#s-953be188-32b5-439e-9390-68e6654a2123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-953be188-32b5-439e-9390-68e6654a2123.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-181df0af-15a9-4326-89f6-3d499b4304ad {
  padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 990px;
}








#s-181df0af-15a9-4326-89f6-3d499b4304ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-181df0af-15a9-4326-89f6-3d499b4304ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-48fdfe62-0b51-4cd6-96d4-4a83236b0273"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48fdfe62-0b51-4cd6-96d4-4a83236b0273"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-48fdfe62-0b51-4cd6-96d4-4a83236b0273"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-48fdfe62-0b51-4cd6-96d4-4a83236b0273"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-2f792538-35dd-4b3c-ab62-54a6b49dc388 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-2f792538-35dd-4b3c-ab62-54a6b49dc388 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f792538-35dd-4b3c-ab62-54a6b49dc388.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-d9df8c47-a953-4a1a-b67b-c8231a6148a4 {
  display: none;
}
#s-d9df8c47-a953-4a1a-b67b-c8231a6148a4, #wrap-s-d9df8c47-a953-4a1a-b67b-c8231a6148a4 { display: none !important; }}
@media (min-width: 1200px){#s-a3acdd30-bcb8-46ba-943a-8fad2ee86605 {
  display: none;
}
#s-a3acdd30-bcb8-46ba-943a-8fad2ee86605, #wrap-s-a3acdd30-bcb8-46ba-943a-8fad2ee86605 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3acdd30-bcb8-46ba-943a-8fad2ee86605 {
  display: none;
}
#s-a3acdd30-bcb8-46ba-943a-8fad2ee86605, #wrap-s-a3acdd30-bcb8-46ba-943a-8fad2ee86605 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a3acdd30-bcb8-46ba-943a-8fad2ee86605 {
  display: none;
}
#s-a3acdd30-bcb8-46ba-943a-8fad2ee86605, #wrap-s-a3acdd30-bcb8-46ba-943a-8fad2ee86605 { display: none !important; }}@media (max-width: 767px){#s-a3acdd30-bcb8-46ba-943a-8fad2ee86605 {
  
}
}
#s-e9ab5bcd-3f08-4988-94aa-b49d8bda14b0 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-e9ab5bcd-3f08-4988-94aa-b49d8bda14b0 {
  display: none;
}
#s-e9ab5bcd-3f08-4988-94aa-b49d8bda14b0, #wrap-s-e9ab5bcd-3f08-4988-94aa-b49d8bda14b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9ab5bcd-3f08-4988-94aa-b49d8bda14b0 {
  display: none;
}
#s-e9ab5bcd-3f08-4988-94aa-b49d8bda14b0, #wrap-s-e9ab5bcd-3f08-4988-94aa-b49d8bda14b0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e9ab5bcd-3f08-4988-94aa-b49d8bda14b0 {
  display: none;
}
#s-e9ab5bcd-3f08-4988-94aa-b49d8bda14b0, #wrap-s-e9ab5bcd-3f08-4988-94aa-b49d8bda14b0 { display: none !important; }}







#s-e9ab5bcd-3f08-4988-94aa-b49d8bda14b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9ab5bcd-3f08-4988-94aa-b49d8bda14b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af4eae1d-d126-425d-bbc3-4a25630aa219 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-af4eae1d-d126-425d-bbc3-4a25630aa219 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-fcca5d2d-3aad-45a5-b5a5-7fb2542582c9 {
  display: none;
}
#s-fcca5d2d-3aad-45a5-b5a5-7fb2542582c9, #wrap-s-fcca5d2d-3aad-45a5-b5a5-7fb2542582c9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fcca5d2d-3aad-45a5-b5a5-7fb2542582c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-fcca5d2d-3aad-45a5-b5a5-7fb2542582c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-fcca5d2d-3aad-45a5-b5a5-7fb2542582c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-fcca5d2d-3aad-45a5-b5a5-7fb2542582c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-fcca5d2d-3aad-45a5-b5a5-7fb2542582c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcca5d2d-3aad-45a5-b5a5-7fb2542582c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-fcca5d2d-3aad-45a5-b5a5-7fb2542582c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-24bf6bc4-6902-45f6-8edb-5a106206ac21 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-24bf6bc4-6902-45f6-8edb-5a106206ac21 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-5d175b5e-2a7e-4227-b68f-313b541e392c {
  
}
}@media (max-width: 767px){#s-5d175b5e-2a7e-4227-b68f-313b541e392c {
  display: none;
}
#s-5d175b5e-2a7e-4227-b68f-313b541e392c, #wrap-s-5d175b5e-2a7e-4227-b68f-313b541e392c { display: none !important; }}
@media (min-width: 1200px){#s-6fdda79c-566c-47fe-9fd5-2ed316af4925 {
  display: none;
}
#s-6fdda79c-566c-47fe-9fd5-2ed316af4925, #wrap-s-6fdda79c-566c-47fe-9fd5-2ed316af4925 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6fdda79c-566c-47fe-9fd5-2ed316af4925 {
  display: none;
}
#s-6fdda79c-566c-47fe-9fd5-2ed316af4925, #wrap-s-6fdda79c-566c-47fe-9fd5-2ed316af4925 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6fdda79c-566c-47fe-9fd5-2ed316af4925 {
  display: none;
}
#s-6fdda79c-566c-47fe-9fd5-2ed316af4925, #wrap-s-6fdda79c-566c-47fe-9fd5-2ed316af4925 { display: none !important; }}
#s-22041b81-3716-4c71-b215-00ba74aed245 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-22041b81-3716-4c71-b215-00ba74aed245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22041b81-3716-4c71-b215-00ba74aed245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-7f5a14ab-d145-4834-9d4e-87a8fdff7d9d {
  display: none;
}
#s-7f5a14ab-d145-4834-9d4e-87a8fdff7d9d, #wrap-s-7f5a14ab-d145-4834-9d4e-87a8fdff7d9d { display: none !important; }}
@media (min-width: 1200px){#s-28d7627e-11df-4e07-b5c2-ae92b50f0ffb {
  display: none;
}
#s-28d7627e-11df-4e07-b5c2-ae92b50f0ffb, #wrap-s-28d7627e-11df-4e07-b5c2-ae92b50f0ffb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28d7627e-11df-4e07-b5c2-ae92b50f0ffb {
  display: none;
}
#s-28d7627e-11df-4e07-b5c2-ae92b50f0ffb, #wrap-s-28d7627e-11df-4e07-b5c2-ae92b50f0ffb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28d7627e-11df-4e07-b5c2-ae92b50f0ffb {
  display: none;
}
#s-28d7627e-11df-4e07-b5c2-ae92b50f0ffb, #wrap-s-28d7627e-11df-4e07-b5c2-ae92b50f0ffb { display: none !important; }}@media (max-width: 767px){#s-28d7627e-11df-4e07-b5c2-ae92b50f0ffb {
  
}
}
#s-69e9a18d-2280-4c62-b867-91469ba15f54 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-69e9a18d-2280-4c62-b867-91469ba15f54 {
  display: none;
}
#s-69e9a18d-2280-4c62-b867-91469ba15f54, #wrap-s-69e9a18d-2280-4c62-b867-91469ba15f54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69e9a18d-2280-4c62-b867-91469ba15f54 {
  display: none;
}
#s-69e9a18d-2280-4c62-b867-91469ba15f54, #wrap-s-69e9a18d-2280-4c62-b867-91469ba15f54 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69e9a18d-2280-4c62-b867-91469ba15f54 {
  display: none;
}
#s-69e9a18d-2280-4c62-b867-91469ba15f54, #wrap-s-69e9a18d-2280-4c62-b867-91469ba15f54 { display: none !important; }}







#s-69e9a18d-2280-4c62-b867-91469ba15f54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69e9a18d-2280-4c62-b867-91469ba15f54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-171baf90-7d14-46ea-b56b-a803f0323900 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-171baf90-7d14-46ea-b56b-a803f0323900 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-162dba7c-e3b8-420b-9e09-b8b69500a788 {
  display: none;
}
#s-162dba7c-e3b8-420b-9e09-b8b69500a788, #wrap-s-162dba7c-e3b8-420b-9e09-b8b69500a788 { display: none !important; }}
@media (min-width: 0px) {
[id="s-162dba7c-e3b8-420b-9e09-b8b69500a788"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-162dba7c-e3b8-420b-9e09-b8b69500a788"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-162dba7c-e3b8-420b-9e09-b8b69500a788"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-162dba7c-e3b8-420b-9e09-b8b69500a788"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-162dba7c-e3b8-420b-9e09-b8b69500a788"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-162dba7c-e3b8-420b-9e09-b8b69500a788"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-162dba7c-e3b8-420b-9e09-b8b69500a788"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-a7d08032-ac00-4026-8fac-0d80e2bfed49 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-a7d08032-ac00-4026-8fac-0d80e2bfed49 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-3c98c4a6-095f-4825-8d2a-3775cc10df21 {
  
}
}@media (max-width: 767px){#s-3c98c4a6-095f-4825-8d2a-3775cc10df21 {
  display: none;
}
#s-3c98c4a6-095f-4825-8d2a-3775cc10df21, #wrap-s-3c98c4a6-095f-4825-8d2a-3775cc10df21 { display: none !important; }}
@media (min-width: 1200px){#s-7112e8b5-b3b0-4d55-92f2-c5e095d6b878 {
  display: none;
}
#s-7112e8b5-b3b0-4d55-92f2-c5e095d6b878, #wrap-s-7112e8b5-b3b0-4d55-92f2-c5e095d6b878 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7112e8b5-b3b0-4d55-92f2-c5e095d6b878 {
  display: none;
}
#s-7112e8b5-b3b0-4d55-92f2-c5e095d6b878, #wrap-s-7112e8b5-b3b0-4d55-92f2-c5e095d6b878 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7112e8b5-b3b0-4d55-92f2-c5e095d6b878 {
  display: none;
}
#s-7112e8b5-b3b0-4d55-92f2-c5e095d6b878, #wrap-s-7112e8b5-b3b0-4d55-92f2-c5e095d6b878 { display: none !important; }}
#s-ddbdce09-9e65-455d-bbb3-a4af3dd7a9c5 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-ddbdce09-9e65-455d-bbb3-a4af3dd7a9c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddbdce09-9e65-455d-bbb3-a4af3dd7a9c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-ed6616ca-ab70-42cc-ac68-0842b19b166b {
  display: none;
}
#s-ed6616ca-ab70-42cc-ac68-0842b19b166b, #wrap-s-ed6616ca-ab70-42cc-ac68-0842b19b166b { display: none !important; }}
@media (min-width: 1200px){#s-56b00078-0983-41b3-900f-8f647be4668a {
  display: none;
}
#s-56b00078-0983-41b3-900f-8f647be4668a, #wrap-s-56b00078-0983-41b3-900f-8f647be4668a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56b00078-0983-41b3-900f-8f647be4668a {
  display: none;
}
#s-56b00078-0983-41b3-900f-8f647be4668a, #wrap-s-56b00078-0983-41b3-900f-8f647be4668a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56b00078-0983-41b3-900f-8f647be4668a {
  display: none;
}
#s-56b00078-0983-41b3-900f-8f647be4668a, #wrap-s-56b00078-0983-41b3-900f-8f647be4668a { display: none !important; }}@media (max-width: 767px){#s-56b00078-0983-41b3-900f-8f647be4668a {
  
}
}
#s-7cfdaeea-c752-4609-b602-fa0566d63701 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-7cfdaeea-c752-4609-b602-fa0566d63701 {
  display: none;
}
#s-7cfdaeea-c752-4609-b602-fa0566d63701, #wrap-s-7cfdaeea-c752-4609-b602-fa0566d63701 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7cfdaeea-c752-4609-b602-fa0566d63701 {
  display: none;
}
#s-7cfdaeea-c752-4609-b602-fa0566d63701, #wrap-s-7cfdaeea-c752-4609-b602-fa0566d63701 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7cfdaeea-c752-4609-b602-fa0566d63701 {
  display: none;
}
#s-7cfdaeea-c752-4609-b602-fa0566d63701, #wrap-s-7cfdaeea-c752-4609-b602-fa0566d63701 { display: none !important; }}







#s-7cfdaeea-c752-4609-b602-fa0566d63701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cfdaeea-c752-4609-b602-fa0566d63701.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4224b996-f97e-4007-b708-670dab240aea {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-4224b996-f97e-4007-b708-670dab240aea hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-fc3eaba8-3ea4-4c76-af27-74ad11cefbb6 {
  display: none;
}
#s-fc3eaba8-3ea4-4c76-af27-74ad11cefbb6, #wrap-s-fc3eaba8-3ea4-4c76-af27-74ad11cefbb6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fc3eaba8-3ea4-4c76-af27-74ad11cefbb6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-fc3eaba8-3ea4-4c76-af27-74ad11cefbb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-fc3eaba8-3ea4-4c76-af27-74ad11cefbb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-fc3eaba8-3ea4-4c76-af27-74ad11cefbb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-fc3eaba8-3ea4-4c76-af27-74ad11cefbb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc3eaba8-3ea4-4c76-af27-74ad11cefbb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-fc3eaba8-3ea4-4c76-af27-74ad11cefbb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-3ffd6e46-9d8c-4712-ae76-45c954cff710 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-3ffd6e46-9d8c-4712-ae76-45c954cff710 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-c4fadee3-0209-4a23-b7cd-c775a69cea21 {
  
}
}@media (max-width: 767px){#s-c4fadee3-0209-4a23-b7cd-c775a69cea21 {
  display: none;
}
#s-c4fadee3-0209-4a23-b7cd-c775a69cea21, #wrap-s-c4fadee3-0209-4a23-b7cd-c775a69cea21 { display: none !important; }}
@media (min-width: 1200px){#s-42a376d2-868b-41ab-a255-d1ece4fbf26c {
  display: none;
}
#s-42a376d2-868b-41ab-a255-d1ece4fbf26c, #wrap-s-42a376d2-868b-41ab-a255-d1ece4fbf26c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42a376d2-868b-41ab-a255-d1ece4fbf26c {
  display: none;
}
#s-42a376d2-868b-41ab-a255-d1ece4fbf26c, #wrap-s-42a376d2-868b-41ab-a255-d1ece4fbf26c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42a376d2-868b-41ab-a255-d1ece4fbf26c {
  display: none;
}
#s-42a376d2-868b-41ab-a255-d1ece4fbf26c, #wrap-s-42a376d2-868b-41ab-a255-d1ece4fbf26c { display: none !important; }}
@media (min-width: 0px) {
[id="s-03766f31-ba88-42d2-acee-0682ccf09ae4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03766f31-ba88-42d2-acee-0682ccf09ae4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-03766f31-ba88-42d2-acee-0682ccf09ae4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-03766f31-ba88-42d2-acee-0682ccf09ae4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-7d6836af-7556-4482-8809-db38061eb0f1 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-7d6836af-7556-4482-8809-db38061eb0f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d6836af-7556-4482-8809-db38061eb0f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-e1f88458-df77-4a7f-b6b6-0c59e9731b56 {
  display: none;
}
#s-e1f88458-df77-4a7f-b6b6-0c59e9731b56, #wrap-s-e1f88458-df77-4a7f-b6b6-0c59e9731b56 { display: none !important; }}
@media (min-width: 1200px){#s-5030b763-6f1d-4f50-8b5b-7f1fe9ad76c8 {
  display: none;
}
#s-5030b763-6f1d-4f50-8b5b-7f1fe9ad76c8, #wrap-s-5030b763-6f1d-4f50-8b5b-7f1fe9ad76c8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5030b763-6f1d-4f50-8b5b-7f1fe9ad76c8 {
  display: none;
}
#s-5030b763-6f1d-4f50-8b5b-7f1fe9ad76c8, #wrap-s-5030b763-6f1d-4f50-8b5b-7f1fe9ad76c8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5030b763-6f1d-4f50-8b5b-7f1fe9ad76c8 {
  display: none;
}
#s-5030b763-6f1d-4f50-8b5b-7f1fe9ad76c8, #wrap-s-5030b763-6f1d-4f50-8b5b-7f1fe9ad76c8 { display: none !important; }}@media (max-width: 767px){#s-5030b763-6f1d-4f50-8b5b-7f1fe9ad76c8 {
  
}
}
#s-a86d4aa2-ff20-417f-8505-1cedeca40309 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-a86d4aa2-ff20-417f-8505-1cedeca40309 {
  display: none;
}
#s-a86d4aa2-ff20-417f-8505-1cedeca40309, #wrap-s-a86d4aa2-ff20-417f-8505-1cedeca40309 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a86d4aa2-ff20-417f-8505-1cedeca40309 {
  display: none;
}
#s-a86d4aa2-ff20-417f-8505-1cedeca40309, #wrap-s-a86d4aa2-ff20-417f-8505-1cedeca40309 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a86d4aa2-ff20-417f-8505-1cedeca40309 {
  display: none;
}
#s-a86d4aa2-ff20-417f-8505-1cedeca40309, #wrap-s-a86d4aa2-ff20-417f-8505-1cedeca40309 { display: none !important; }}







#s-a86d4aa2-ff20-417f-8505-1cedeca40309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a86d4aa2-ff20-417f-8505-1cedeca40309.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f01b059-22ad-4cea-af96-3592f311133c {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-8f01b059-22ad-4cea-af96-3592f311133c hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-07572375-8b6c-4ad8-9498-35435d033002 {
  display: none;
}
#s-07572375-8b6c-4ad8-9498-35435d033002, #wrap-s-07572375-8b6c-4ad8-9498-35435d033002 { display: none !important; }}
@media (min-width: 0px) {
[id="s-07572375-8b6c-4ad8-9498-35435d033002"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-07572375-8b6c-4ad8-9498-35435d033002"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-07572375-8b6c-4ad8-9498-35435d033002"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-07572375-8b6c-4ad8-9498-35435d033002"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-07572375-8b6c-4ad8-9498-35435d033002"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-07572375-8b6c-4ad8-9498-35435d033002"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-07572375-8b6c-4ad8-9498-35435d033002"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-7b03492b-c92f-4d19-9667-32ea359cf33a {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-7b03492b-c92f-4d19-9667-32ea359cf33a hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-a5188381-86c8-44e6-a579-f4f6362e4422 {
  
}
}@media (max-width: 767px){#s-a5188381-86c8-44e6-a579-f4f6362e4422 {
  display: none;
}
#s-a5188381-86c8-44e6-a579-f4f6362e4422, #wrap-s-a5188381-86c8-44e6-a579-f4f6362e4422 { display: none !important; }}
@media (min-width: 1200px){#s-c7f6b246-24ab-49b9-a02a-415534f1202b {
  display: none;
}
#s-c7f6b246-24ab-49b9-a02a-415534f1202b, #wrap-s-c7f6b246-24ab-49b9-a02a-415534f1202b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7f6b246-24ab-49b9-a02a-415534f1202b {
  display: none;
}
#s-c7f6b246-24ab-49b9-a02a-415534f1202b, #wrap-s-c7f6b246-24ab-49b9-a02a-415534f1202b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7f6b246-24ab-49b9-a02a-415534f1202b {
  display: none;
}
#s-c7f6b246-24ab-49b9-a02a-415534f1202b, #wrap-s-c7f6b246-24ab-49b9-a02a-415534f1202b { display: none !important; }}
#s-b13ac589-539d-4f95-b22f-4afb7d5d2bbc {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-b13ac589-539d-4f95-b22f-4afb7d5d2bbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b13ac589-539d-4f95-b22f-4afb7d5d2bbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-d67aab1d-0b1d-4b2b-9381-1624489eb72e {
  display: none;
}
#s-d67aab1d-0b1d-4b2b-9381-1624489eb72e, #wrap-s-d67aab1d-0b1d-4b2b-9381-1624489eb72e { display: none !important; }}
@media (min-width: 1200px){#s-8f88f707-136a-48e5-93fc-9c58e20b3db8 {
  display: none;
}
#s-8f88f707-136a-48e5-93fc-9c58e20b3db8, #wrap-s-8f88f707-136a-48e5-93fc-9c58e20b3db8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f88f707-136a-48e5-93fc-9c58e20b3db8 {
  display: none;
}
#s-8f88f707-136a-48e5-93fc-9c58e20b3db8, #wrap-s-8f88f707-136a-48e5-93fc-9c58e20b3db8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f88f707-136a-48e5-93fc-9c58e20b3db8 {
  display: none;
}
#s-8f88f707-136a-48e5-93fc-9c58e20b3db8, #wrap-s-8f88f707-136a-48e5-93fc-9c58e20b3db8 { display: none !important; }}@media (max-width: 767px){#s-8f88f707-136a-48e5-93fc-9c58e20b3db8 {
  
}
}
#s-f5d73b22-6aee-44f9-9fd2-2df1f5520ef3 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-f5d73b22-6aee-44f9-9fd2-2df1f5520ef3 {
  display: none;
}
#s-f5d73b22-6aee-44f9-9fd2-2df1f5520ef3, #wrap-s-f5d73b22-6aee-44f9-9fd2-2df1f5520ef3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5d73b22-6aee-44f9-9fd2-2df1f5520ef3 {
  display: none;
}
#s-f5d73b22-6aee-44f9-9fd2-2df1f5520ef3, #wrap-s-f5d73b22-6aee-44f9-9fd2-2df1f5520ef3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5d73b22-6aee-44f9-9fd2-2df1f5520ef3 {
  display: none;
}
#s-f5d73b22-6aee-44f9-9fd2-2df1f5520ef3, #wrap-s-f5d73b22-6aee-44f9-9fd2-2df1f5520ef3 { display: none !important; }}







#s-f5d73b22-6aee-44f9-9fd2-2df1f5520ef3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5d73b22-6aee-44f9-9fd2-2df1f5520ef3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-303d31a5-1884-4aad-b0a7-a980fc6b5913 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-303d31a5-1884-4aad-b0a7-a980fc6b5913 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-2a7cbcbf-6fa2-41b1-bbb6-f6aed4ddbb27 {
  display: none;
}
#s-2a7cbcbf-6fa2-41b1-bbb6-f6aed4ddbb27, #wrap-s-2a7cbcbf-6fa2-41b1-bbb6-f6aed4ddbb27 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2a7cbcbf-6fa2-41b1-bbb6-f6aed4ddbb27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-2a7cbcbf-6fa2-41b1-bbb6-f6aed4ddbb27"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2a7cbcbf-6fa2-41b1-bbb6-f6aed4ddbb27"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-2a7cbcbf-6fa2-41b1-bbb6-f6aed4ddbb27"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2a7cbcbf-6fa2-41b1-bbb6-f6aed4ddbb27"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a7cbcbf-6fa2-41b1-bbb6-f6aed4ddbb27"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2a7cbcbf-6fa2-41b1-bbb6-f6aed4ddbb27"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-c42c48d9-cb77-4a18-9f59-2f1a6c2a8e8d {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-c42c48d9-cb77-4a18-9f59-2f1a6c2a8e8d hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-aa28f541-3ce0-4fc6-9775-9a4baf0eeef4 {
  
}
}@media (max-width: 767px){#s-aa28f541-3ce0-4fc6-9775-9a4baf0eeef4 {
  display: none;
}
#s-aa28f541-3ce0-4fc6-9775-9a4baf0eeef4, #wrap-s-aa28f541-3ce0-4fc6-9775-9a4baf0eeef4 { display: none !important; }}
@media (min-width: 1200px){#s-5274c499-753d-46ac-9190-f44127796130 {
  display: none;
}
#s-5274c499-753d-46ac-9190-f44127796130, #wrap-s-5274c499-753d-46ac-9190-f44127796130 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5274c499-753d-46ac-9190-f44127796130 {
  display: none;
}
#s-5274c499-753d-46ac-9190-f44127796130, #wrap-s-5274c499-753d-46ac-9190-f44127796130 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5274c499-753d-46ac-9190-f44127796130 {
  display: none;
}
#s-5274c499-753d-46ac-9190-f44127796130, #wrap-s-5274c499-753d-46ac-9190-f44127796130 { display: none !important; }}
#s-4ed01210-aeaa-4b2d-be9b-0bed8b36666b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-4ed01210-aeaa-4b2d-be9b-0bed8b36666b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ed01210-aeaa-4b2d-be9b-0bed8b36666b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-787703d7-e06a-4ee7-afcb-e92e8bd2048a {
  display: none;
}
#s-787703d7-e06a-4ee7-afcb-e92e8bd2048a, #wrap-s-787703d7-e06a-4ee7-afcb-e92e8bd2048a { display: none !important; }}
@media (min-width: 1200px){#s-d209d86f-47f0-4ca7-8759-8e88d759d646 {
  display: none;
}
#s-d209d86f-47f0-4ca7-8759-8e88d759d646, #wrap-s-d209d86f-47f0-4ca7-8759-8e88d759d646 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d209d86f-47f0-4ca7-8759-8e88d759d646 {
  display: none;
}
#s-d209d86f-47f0-4ca7-8759-8e88d759d646, #wrap-s-d209d86f-47f0-4ca7-8759-8e88d759d646 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d209d86f-47f0-4ca7-8759-8e88d759d646 {
  display: none;
}
#s-d209d86f-47f0-4ca7-8759-8e88d759d646, #wrap-s-d209d86f-47f0-4ca7-8759-8e88d759d646 { display: none !important; }}@media (max-width: 767px){#s-d209d86f-47f0-4ca7-8759-8e88d759d646 {
  
}
}
#s-5d285306-90f8-4a1f-bca8-7f2b511b57b3 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-5d285306-90f8-4a1f-bca8-7f2b511b57b3 {
  display: none;
}
#s-5d285306-90f8-4a1f-bca8-7f2b511b57b3, #wrap-s-5d285306-90f8-4a1f-bca8-7f2b511b57b3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d285306-90f8-4a1f-bca8-7f2b511b57b3 {
  display: none;
}
#s-5d285306-90f8-4a1f-bca8-7f2b511b57b3, #wrap-s-5d285306-90f8-4a1f-bca8-7f2b511b57b3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d285306-90f8-4a1f-bca8-7f2b511b57b3 {
  display: none;
}
#s-5d285306-90f8-4a1f-bca8-7f2b511b57b3, #wrap-s-5d285306-90f8-4a1f-bca8-7f2b511b57b3 { display: none !important; }}







#s-5d285306-90f8-4a1f-bca8-7f2b511b57b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d285306-90f8-4a1f-bca8-7f2b511b57b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33bc5786-d575-4868-b7b0-e42e188d8c7f {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-33bc5786-d575-4868-b7b0-e42e188d8c7f hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-25557e4c-bba7-408e-b05d-9108ce5dc01f {
  display: none;
}
#s-25557e4c-bba7-408e-b05d-9108ce5dc01f, #wrap-s-25557e4c-bba7-408e-b05d-9108ce5dc01f { display: none !important; }}
@media (min-width: 0px) {
[id="s-25557e4c-bba7-408e-b05d-9108ce5dc01f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-25557e4c-bba7-408e-b05d-9108ce5dc01f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-25557e4c-bba7-408e-b05d-9108ce5dc01f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-25557e4c-bba7-408e-b05d-9108ce5dc01f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-25557e4c-bba7-408e-b05d-9108ce5dc01f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-25557e4c-bba7-408e-b05d-9108ce5dc01f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-25557e4c-bba7-408e-b05d-9108ce5dc01f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-c4e11f80-277a-49e1-975a-17dcba1ce397 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-c4e11f80-277a-49e1-975a-17dcba1ce397 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-7a9e93aa-a3a5-4c19-bd94-e29c9770b845 {
  
}
}@media (max-width: 767px){#s-7a9e93aa-a3a5-4c19-bd94-e29c9770b845 {
  display: none;
}
#s-7a9e93aa-a3a5-4c19-bd94-e29c9770b845, #wrap-s-7a9e93aa-a3a5-4c19-bd94-e29c9770b845 { display: none !important; }}
@media (min-width: 1200px){#s-443e8b1a-0e9f-4792-8d57-9db55ad00b53 {
  display: none;
}
#s-443e8b1a-0e9f-4792-8d57-9db55ad00b53, #wrap-s-443e8b1a-0e9f-4792-8d57-9db55ad00b53 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-443e8b1a-0e9f-4792-8d57-9db55ad00b53 {
  display: none;
}
#s-443e8b1a-0e9f-4792-8d57-9db55ad00b53, #wrap-s-443e8b1a-0e9f-4792-8d57-9db55ad00b53 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-443e8b1a-0e9f-4792-8d57-9db55ad00b53 {
  display: none;
}
#s-443e8b1a-0e9f-4792-8d57-9db55ad00b53, #wrap-s-443e8b1a-0e9f-4792-8d57-9db55ad00b53 { display: none !important; }}
@media (min-width: 0px) {
[id="s-edd4d080-37ed-40dc-a7bf-4382b6da9b65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edd4d080-37ed-40dc-a7bf-4382b6da9b65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-edd4d080-37ed-40dc-a7bf-4382b6da9b65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-edd4d080-37ed-40dc-a7bf-4382b6da9b65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-c0f07536-f8e6-492b-919e-5367250bd959 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c0f07536-f8e6-492b-919e-5367250bd959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0f07536-f8e6-492b-919e-5367250bd959.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-b12aba7d-b551-4ee1-9f4a-e081a498436e {
  display: none;
}
#s-b12aba7d-b551-4ee1-9f4a-e081a498436e, #wrap-s-b12aba7d-b551-4ee1-9f4a-e081a498436e { display: none !important; }}
@media (min-width: 1200px){#s-aae6b121-8751-4481-a155-f6a42a91187c {
  display: none;
}
#s-aae6b121-8751-4481-a155-f6a42a91187c, #wrap-s-aae6b121-8751-4481-a155-f6a42a91187c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aae6b121-8751-4481-a155-f6a42a91187c {
  display: none;
}
#s-aae6b121-8751-4481-a155-f6a42a91187c, #wrap-s-aae6b121-8751-4481-a155-f6a42a91187c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aae6b121-8751-4481-a155-f6a42a91187c {
  display: none;
}
#s-aae6b121-8751-4481-a155-f6a42a91187c, #wrap-s-aae6b121-8751-4481-a155-f6a42a91187c { display: none !important; }}@media (max-width: 767px){#s-aae6b121-8751-4481-a155-f6a42a91187c {
  
}
}
#s-a965338b-dea8-44bb-bdb0-e14fc737cf3e {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-a965338b-dea8-44bb-bdb0-e14fc737cf3e {
  display: none;
}
#s-a965338b-dea8-44bb-bdb0-e14fc737cf3e, #wrap-s-a965338b-dea8-44bb-bdb0-e14fc737cf3e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a965338b-dea8-44bb-bdb0-e14fc737cf3e {
  display: none;
}
#s-a965338b-dea8-44bb-bdb0-e14fc737cf3e, #wrap-s-a965338b-dea8-44bb-bdb0-e14fc737cf3e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a965338b-dea8-44bb-bdb0-e14fc737cf3e {
  display: none;
}
#s-a965338b-dea8-44bb-bdb0-e14fc737cf3e, #wrap-s-a965338b-dea8-44bb-bdb0-e14fc737cf3e { display: none !important; }}







#s-a965338b-dea8-44bb-bdb0-e14fc737cf3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a965338b-dea8-44bb-bdb0-e14fc737cf3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0c26ebf-5ed1-4fef-8700-076b9a5bc660 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-e0c26ebf-5ed1-4fef-8700-076b9a5bc660 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-606b9dda-7c98-433c-b363-97cf9fc00094 {
  display: none;
}
#s-606b9dda-7c98-433c-b363-97cf9fc00094, #wrap-s-606b9dda-7c98-433c-b363-97cf9fc00094 { display: none !important; }}
@media (min-width: 0px) {
[id="s-606b9dda-7c98-433c-b363-97cf9fc00094"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-606b9dda-7c98-433c-b363-97cf9fc00094"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-606b9dda-7c98-433c-b363-97cf9fc00094"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-606b9dda-7c98-433c-b363-97cf9fc00094"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-606b9dda-7c98-433c-b363-97cf9fc00094"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-606b9dda-7c98-433c-b363-97cf9fc00094"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-606b9dda-7c98-433c-b363-97cf9fc00094"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-b7a0aa13-c902-4737-819b-ee6aed54837b {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-b7a0aa13-c902-4737-819b-ee6aed54837b hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-aea4e53f-6593-44b0-af91-3d8daf3b5d7c {
  
}
}@media (max-width: 767px){#s-aea4e53f-6593-44b0-af91-3d8daf3b5d7c {
  display: none;
}
#s-aea4e53f-6593-44b0-af91-3d8daf3b5d7c, #wrap-s-aea4e53f-6593-44b0-af91-3d8daf3b5d7c { display: none !important; }}
@media (min-width: 1200px){#s-6571a319-e73b-4011-bc56-3f90f4ff6a77 {
  display: none;
}
#s-6571a319-e73b-4011-bc56-3f90f4ff6a77, #wrap-s-6571a319-e73b-4011-bc56-3f90f4ff6a77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6571a319-e73b-4011-bc56-3f90f4ff6a77 {
  display: none;
}
#s-6571a319-e73b-4011-bc56-3f90f4ff6a77, #wrap-s-6571a319-e73b-4011-bc56-3f90f4ff6a77 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6571a319-e73b-4011-bc56-3f90f4ff6a77 {
  display: none;
}
#s-6571a319-e73b-4011-bc56-3f90f4ff6a77, #wrap-s-6571a319-e73b-4011-bc56-3f90f4ff6a77 { display: none !important; }}
#s-b119a57b-06bc-4af6-95ac-9ad39969f4a1 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-b119a57b-06bc-4af6-95ac-9ad39969f4a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b119a57b-06bc-4af6-95ac-9ad39969f4a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-406592b1-bebd-490b-ba42-8b0ba3a65498 {
  display: none;
}
#s-406592b1-bebd-490b-ba42-8b0ba3a65498, #wrap-s-406592b1-bebd-490b-ba42-8b0ba3a65498 { display: none !important; }}
@media (min-width: 1200px){#s-c58e6136-303d-4db6-b1f3-5518c7d9ed6f {
  display: none;
}
#s-c58e6136-303d-4db6-b1f3-5518c7d9ed6f, #wrap-s-c58e6136-303d-4db6-b1f3-5518c7d9ed6f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c58e6136-303d-4db6-b1f3-5518c7d9ed6f {
  display: none;
}
#s-c58e6136-303d-4db6-b1f3-5518c7d9ed6f, #wrap-s-c58e6136-303d-4db6-b1f3-5518c7d9ed6f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c58e6136-303d-4db6-b1f3-5518c7d9ed6f {
  display: none;
}
#s-c58e6136-303d-4db6-b1f3-5518c7d9ed6f, #wrap-s-c58e6136-303d-4db6-b1f3-5518c7d9ed6f { display: none !important; }}@media (max-width: 767px){#s-c58e6136-303d-4db6-b1f3-5518c7d9ed6f {
  
}
}
#s-babe82a2-3caa-470b-b345-23eba9961382 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-babe82a2-3caa-470b-b345-23eba9961382 {
  display: none;
}
#s-babe82a2-3caa-470b-b345-23eba9961382, #wrap-s-babe82a2-3caa-470b-b345-23eba9961382 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-babe82a2-3caa-470b-b345-23eba9961382 {
  display: none;
}
#s-babe82a2-3caa-470b-b345-23eba9961382, #wrap-s-babe82a2-3caa-470b-b345-23eba9961382 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-babe82a2-3caa-470b-b345-23eba9961382 {
  display: none;
}
#s-babe82a2-3caa-470b-b345-23eba9961382, #wrap-s-babe82a2-3caa-470b-b345-23eba9961382 { display: none !important; }}







#s-babe82a2-3caa-470b-b345-23eba9961382 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-babe82a2-3caa-470b-b345-23eba9961382.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c2d0717-8915-47b8-b469-9e2c528d6c5e {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-3c2d0717-8915-47b8-b469-9e2c528d6c5e hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-60c717c5-adee-4525-9faa-196228633897 {
  display: none;
}
#s-60c717c5-adee-4525-9faa-196228633897, #wrap-s-60c717c5-adee-4525-9faa-196228633897 { display: none !important; }}
@media (min-width: 0px) {
[id="s-60c717c5-adee-4525-9faa-196228633897"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-60c717c5-adee-4525-9faa-196228633897"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-60c717c5-adee-4525-9faa-196228633897"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-60c717c5-adee-4525-9faa-196228633897"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-60c717c5-adee-4525-9faa-196228633897"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-60c717c5-adee-4525-9faa-196228633897"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-60c717c5-adee-4525-9faa-196228633897"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-c0533f87-f221-4f57-be7a-9d02fe26bcf0 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-c0533f87-f221-4f57-be7a-9d02fe26bcf0 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-8b54de08-b523-47b7-9f83-9591c4fc13be {
  
}
}@media (max-width: 767px){#s-8b54de08-b523-47b7-9f83-9591c4fc13be {
  display: none;
}
#s-8b54de08-b523-47b7-9f83-9591c4fc13be, #wrap-s-8b54de08-b523-47b7-9f83-9591c4fc13be { display: none !important; }}
@media (min-width: 1200px){#s-afb7cd05-1d4a-49bd-93f8-628f20ae29ed {
  display: none;
}
#s-afb7cd05-1d4a-49bd-93f8-628f20ae29ed, #wrap-s-afb7cd05-1d4a-49bd-93f8-628f20ae29ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afb7cd05-1d4a-49bd-93f8-628f20ae29ed {
  display: none;
}
#s-afb7cd05-1d4a-49bd-93f8-628f20ae29ed, #wrap-s-afb7cd05-1d4a-49bd-93f8-628f20ae29ed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-afb7cd05-1d4a-49bd-93f8-628f20ae29ed {
  display: none;
}
#s-afb7cd05-1d4a-49bd-93f8-628f20ae29ed, #wrap-s-afb7cd05-1d4a-49bd-93f8-628f20ae29ed { display: none !important; }}
#s-e39a393b-2aec-492c-bd7b-68adcf9541d1 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-e39a393b-2aec-492c-bd7b-68adcf9541d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e39a393b-2aec-492c-bd7b-68adcf9541d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-885a04ba-984c-4ac1-9cfe-5603e958de63 {
  display: none;
}
#s-885a04ba-984c-4ac1-9cfe-5603e958de63, #wrap-s-885a04ba-984c-4ac1-9cfe-5603e958de63 { display: none !important; }}
@media (min-width: 1200px){#s-9d85332e-5005-4f03-9a21-d35d9da32410 {
  display: none;
}
#s-9d85332e-5005-4f03-9a21-d35d9da32410, #wrap-s-9d85332e-5005-4f03-9a21-d35d9da32410 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d85332e-5005-4f03-9a21-d35d9da32410 {
  display: none;
}
#s-9d85332e-5005-4f03-9a21-d35d9da32410, #wrap-s-9d85332e-5005-4f03-9a21-d35d9da32410 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d85332e-5005-4f03-9a21-d35d9da32410 {
  display: none;
}
#s-9d85332e-5005-4f03-9a21-d35d9da32410, #wrap-s-9d85332e-5005-4f03-9a21-d35d9da32410 { display: none !important; }}@media (max-width: 767px){#s-9d85332e-5005-4f03-9a21-d35d9da32410 {
  
}
}
#s-da2e1317-4269-4194-8c2b-1b1e84ff03da {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-da2e1317-4269-4194-8c2b-1b1e84ff03da {
  display: none;
}
#s-da2e1317-4269-4194-8c2b-1b1e84ff03da, #wrap-s-da2e1317-4269-4194-8c2b-1b1e84ff03da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da2e1317-4269-4194-8c2b-1b1e84ff03da {
  display: none;
}
#s-da2e1317-4269-4194-8c2b-1b1e84ff03da, #wrap-s-da2e1317-4269-4194-8c2b-1b1e84ff03da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da2e1317-4269-4194-8c2b-1b1e84ff03da {
  display: none;
}
#s-da2e1317-4269-4194-8c2b-1b1e84ff03da, #wrap-s-da2e1317-4269-4194-8c2b-1b1e84ff03da { display: none !important; }}







#s-da2e1317-4269-4194-8c2b-1b1e84ff03da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da2e1317-4269-4194-8c2b-1b1e84ff03da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-001b8ff1-9d81-4131-9faa-daf5c97c7121 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-001b8ff1-9d81-4131-9faa-daf5c97c7121 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-28706afa-7292-4b8c-9e0d-eecff2907de6 {
  display: none;
}
#s-28706afa-7292-4b8c-9e0d-eecff2907de6, #wrap-s-28706afa-7292-4b8c-9e0d-eecff2907de6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-28706afa-7292-4b8c-9e0d-eecff2907de6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-28706afa-7292-4b8c-9e0d-eecff2907de6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-28706afa-7292-4b8c-9e0d-eecff2907de6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-28706afa-7292-4b8c-9e0d-eecff2907de6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-28706afa-7292-4b8c-9e0d-eecff2907de6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-28706afa-7292-4b8c-9e0d-eecff2907de6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-28706afa-7292-4b8c-9e0d-eecff2907de6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-b0d8cf31-0d27-450a-a0e0-1dde91acd7c8 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-b0d8cf31-0d27-450a-a0e0-1dde91acd7c8 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-3c365c9c-a73f-4938-9f17-eab0cb21916f {
  
}
}@media (max-width: 767px){#s-3c365c9c-a73f-4938-9f17-eab0cb21916f {
  display: none;
}
#s-3c365c9c-a73f-4938-9f17-eab0cb21916f, #wrap-s-3c365c9c-a73f-4938-9f17-eab0cb21916f { display: none !important; }}
@media (min-width: 1200px){#s-84b2642b-8d3b-4942-a1d2-f6b5da73241e {
  display: none;
}
#s-84b2642b-8d3b-4942-a1d2-f6b5da73241e, #wrap-s-84b2642b-8d3b-4942-a1d2-f6b5da73241e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84b2642b-8d3b-4942-a1d2-f6b5da73241e {
  display: none;
}
#s-84b2642b-8d3b-4942-a1d2-f6b5da73241e, #wrap-s-84b2642b-8d3b-4942-a1d2-f6b5da73241e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84b2642b-8d3b-4942-a1d2-f6b5da73241e {
  display: none;
}
#s-84b2642b-8d3b-4942-a1d2-f6b5da73241e, #wrap-s-84b2642b-8d3b-4942-a1d2-f6b5da73241e { display: none !important; }}
.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-d6d27f26-8d32-4e2d-b902-c0365810294a {
  border-style: solid;
margin-top: 0px;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 3px;
text-align: center;
background-color: rgba(203, 251, 0, 1);
text-decoration: none;
}
#s-d6d27f26-8d32-4e2d-b902-c0365810294a:hover {background-color: rgba(203, 251, 0, 1) !important;
color: rgba(0, 130, 195, 1) !important;
text-decoration: none !important;}#s-d6d27f26-8d32-4e2d-b902-c0365810294a:active {background-color: rgba(195, 241, 0, 1) !important;
color: rgba(0, 130, 195, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d6d27f26-8d32-4e2d-b902-c0365810294a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6d27f26-8d32-4e2d-b902-c0365810294a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6d27f26-8d32-4e2d-b902-c0365810294a {
  
}
}@media (max-width: 767px){#s-d6d27f26-8d32-4e2d-b902-c0365810294a {
  
}
}

  #s-d6d27f26-8d32-4e2d-b902-c0365810294a-root {
    text-align: center;
  }


#s-d6d27f26-8d32-4e2d-b902-c0365810294a.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6d27f26-8d32-4e2d-b902-c0365810294a-root {
    text-align: center;
  }


#s-d6d27f26-8d32-4e2d-b902-c0365810294a.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6d27f26-8d32-4e2d-b902-c0365810294a-root {
    text-align: center;
  }


#s-d6d27f26-8d32-4e2d-b902-c0365810294a.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6d27f26-8d32-4e2d-b902-c0365810294a-root {
    text-align: center;
  }


#s-d6d27f26-8d32-4e2d-b902-c0365810294a.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6d27f26-8d32-4e2d-b902-c0365810294a-root {
    text-align: center;
  }


#s-d6d27f26-8d32-4e2d-b902-c0365810294a.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-e6527b6c-171d-4c20-8335-46f09aa41007 {
  min-height: 50px;
}








#s-e6527b6c-171d-4c20-8335-46f09aa41007 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6527b6c-171d-4c20-8335-46f09aa41007.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ade1ddf-e21a-40f1-80e5-d907cd8abc0a {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
max-width: 990px;
}








#s-6ade1ddf-e21a-40f1-80e5-d907cd8abc0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ade1ddf-e21a-40f1-80e5-d907cd8abc0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea94512b-7ead-4e0f-a47a-9d8eebf04290 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-ea94512b-7ead-4e0f-a47a-9d8eebf04290 {
  display: none;
}
#s-ea94512b-7ead-4e0f-a47a-9d8eebf04290, #wrap-s-ea94512b-7ead-4e0f-a47a-9d8eebf04290 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea94512b-7ead-4e0f-a47a-9d8eebf04290 {
  display: none;
}
#s-ea94512b-7ead-4e0f-a47a-9d8eebf04290, #wrap-s-ea94512b-7ead-4e0f-a47a-9d8eebf04290 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea94512b-7ead-4e0f-a47a-9d8eebf04290 {
  display: none;
}
#s-ea94512b-7ead-4e0f-a47a-9d8eebf04290, #wrap-s-ea94512b-7ead-4e0f-a47a-9d8eebf04290 { display: none !important; }}







#s-ea94512b-7ead-4e0f-a47a-9d8eebf04290 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea94512b-7ead-4e0f-a47a-9d8eebf04290.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-bd6966b2-7a27-403d-8208-8cc9dc57fa22 {
  display: none;
}
#s-bd6966b2-7a27-403d-8208-8cc9dc57fa22, #wrap-s-bd6966b2-7a27-403d-8208-8cc9dc57fa22 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd6966b2-7a27-403d-8208-8cc9dc57fa22 {
  display: none;
}
#s-bd6966b2-7a27-403d-8208-8cc9dc57fa22, #wrap-s-bd6966b2-7a27-403d-8208-8cc9dc57fa22 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd6966b2-7a27-403d-8208-8cc9dc57fa22 {
  display: none;
}
#s-bd6966b2-7a27-403d-8208-8cc9dc57fa22, #wrap-s-bd6966b2-7a27-403d-8208-8cc9dc57fa22 { display: none !important; }}
#s-321ae215-f12f-4312-b2b1-546570e704f6 {
  margin-top: 20px;
}

#s-24eb5af7-52b4-476c-86e5-350fedaecc2f {
  min-height: 50px;
max-width: 300px;
}








#s-24eb5af7-52b4-476c-86e5-350fedaecc2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24eb5af7-52b4-476c-86e5-350fedaecc2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b84f4a7-d071-45c0-b200-4069d8adf88c {
  border-style: solid;
margin-top: 0px;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 3px;
text-align: center;
background-color: rgba(203, 251, 0, 1);
text-decoration: none;
}
#s-1b84f4a7-d071-45c0-b200-4069d8adf88c:hover {background-color: rgba(203, 251, 0, 1) !important;
color: rgba(0, 130, 195, 1) !important;
text-decoration: none !important;}#s-1b84f4a7-d071-45c0-b200-4069d8adf88c:active {background-color: rgba(195, 241, 0, 1) !important;
color: rgba(0, 130, 195, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1b84f4a7-d071-45c0-b200-4069d8adf88c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b84f4a7-d071-45c0-b200-4069d8adf88c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b84f4a7-d071-45c0-b200-4069d8adf88c {
  
}
}@media (max-width: 767px){#s-1b84f4a7-d071-45c0-b200-4069d8adf88c {
  
}
}

  #s-1b84f4a7-d071-45c0-b200-4069d8adf88c-root {
    text-align: center;
  }


#s-1b84f4a7-d071-45c0-b200-4069d8adf88c.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1b84f4a7-d071-45c0-b200-4069d8adf88c-root {
    text-align: center;
  }


#s-1b84f4a7-d071-45c0-b200-4069d8adf88c.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b84f4a7-d071-45c0-b200-4069d8adf88c-root {
    text-align: center;
  }


#s-1b84f4a7-d071-45c0-b200-4069d8adf88c.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b84f4a7-d071-45c0-b200-4069d8adf88c-root {
    text-align: center;
  }


#s-1b84f4a7-d071-45c0-b200-4069d8adf88c.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1b84f4a7-d071-45c0-b200-4069d8adf88c-root {
    text-align: center;
  }


#s-1b84f4a7-d071-45c0-b200-4069d8adf88c.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-110e1679-a86b-49c1-ab48-25ced8487992 {
  padding-top: 20px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-110e1679-a86b-49c1-ab48-25ced8487992 {
  display: none;
}
#s-110e1679-a86b-49c1-ab48-25ced8487992, #wrap-s-110e1679-a86b-49c1-ab48-25ced8487992 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-110e1679-a86b-49c1-ab48-25ced8487992 {
  display: none;
}
#s-110e1679-a86b-49c1-ab48-25ced8487992, #wrap-s-110e1679-a86b-49c1-ab48-25ced8487992 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-110e1679-a86b-49c1-ab48-25ced8487992 {
  display: none;
}
#s-110e1679-a86b-49c1-ab48-25ced8487992, #wrap-s-110e1679-a86b-49c1-ab48-25ced8487992 { display: none !important; }}







#s-110e1679-a86b-49c1-ab48-25ced8487992 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-110e1679-a86b-49c1-ab48-25ced8487992.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-9c3dca07-0d7a-44f0-957b-e8dcfc4ec0d2 {
  display: none;
}
#s-9c3dca07-0d7a-44f0-957b-e8dcfc4ec0d2, #wrap-s-9c3dca07-0d7a-44f0-957b-e8dcfc4ec0d2 { display: none !important; }}
#s-05e2cf78-8157-4ac7-a0a4-e92d8ea917ad {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
background-position: center center;
}








#s-05e2cf78-8157-4ac7-a0a4-e92d8ea917ad > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.46;
}#s-05e2cf78-8157-4ac7-a0a4-e92d8ea917ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8186a889-dc64-4dc3-ad2c-5f01367d0f1f {
  min-height: 50px;
}








#s-8186a889-dc64-4dc3-ad2c-5f01367d0f1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8186a889-dc64-4dc3-ad2c-5f01367d0f1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffe438df-ad91-4456-a42f-a42348ec4011 {
  margin-bottom: 0px;
}

#s-8c3128c5-6c6d-4d08-b035-170168af44cb {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-8c3128c5-6c6d-4d08-b035-170168af44cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c3128c5-6c6d-4d08-b035-170168af44cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7af37b0d-4203-4d82-bebb-4b566ca046e5 {
  margin-top: -20px;
margin-bottom: 2px;
}

#s-7af37b0d-4203-4d82-bebb-4b566ca046e5 hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-6c46fa01-d4da-4fa5-996e-3e62339b7d8d {
  margin-top: 10px;
margin-bottom: 0px;
max-width: 990px;
}

@media (min-width: 0px) {
[id="s-6c46fa01-d4da-4fa5-996e-3e62339b7d8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c46fa01-d4da-4fa5-996e-3e62339b7d8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-6c46fa01-d4da-4fa5-996e-3e62339b7d8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-6c46fa01-d4da-4fa5-996e-3e62339b7d8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-8d73323e-8803-43dd-84dc-972402dc3a7d {
  margin-bottom: 20px;
min-height: 50px;
}








#s-8d73323e-8803-43dd-84dc-972402dc3a7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d73323e-8803-43dd-84dc-972402dc3a7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ee36bde-9aa4-447a-b58d-60210700ffd5 {
  padding-top: 25px;
padding-left: 10px;
padding-bottom: 24px;
padding-right: 10px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5ee36bde-9aa4-447a-b58d-60210700ffd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ee36bde-9aa4-447a-b58d-60210700ffd5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-47827d1b-45f6-433d-ac74-14dd5e606a95 {
  min-height: 80px;
text-align: center;
}







  #s-47827d1b-45f6-433d-ac74-14dd5e606a95 img.shogun-image {
    

    
    
    
  }


#s-47827d1b-45f6-433d-ac74-14dd5e606a95 .shogun-image-content {
  
    align-items: center;
  
}

#s-319cab0f-15ba-4e08-a921-6aae83d56550 {
  margin-top: 10px;
}

#s-8f8339f6-57a8-4d99-8e66-16a8ae5c7c4f {
  margin-top: 17px;
margin-bottom: 3px;
min-height: 4px;
max-width: 46px;
}








#s-8f8339f6-57a8-4d99-8e66-16a8ae5c7c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f8339f6-57a8-4d99-8e66-16a8ae5c7c4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11577e59-31b3-4440-af60-59ea07369b28 hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-92319758-9c82-4b79-ac4f-0474c3738ae6 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-92319758-9c82-4b79-ac4f-0474c3738ae6 {
  display: none;
}
#s-92319758-9c82-4b79-ac4f-0474c3738ae6, #wrap-s-92319758-9c82-4b79-ac4f-0474c3738ae6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-92319758-9c82-4b79-ac4f-0474c3738ae6 {
  display: none;
}
#s-92319758-9c82-4b79-ac4f-0474c3738ae6, #wrap-s-92319758-9c82-4b79-ac4f-0474c3738ae6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-92319758-9c82-4b79-ac4f-0474c3738ae6 {
  display: none;
}
#s-92319758-9c82-4b79-ac4f-0474c3738ae6, #wrap-s-92319758-9c82-4b79-ac4f-0474c3738ae6 { display: none !important; }}







#s-92319758-9c82-4b79-ac4f-0474c3738ae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92319758-9c82-4b79-ac4f-0474c3738ae6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1ad83bc-318a-41a9-83df-c661d8c5141b {
  border-style: solid;
margin-top: 0px;
padding-top: 12px;
padding-left: 17px;
padding-bottom: 12px;
padding-right: 38px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
background-color: rgba(0, 130, 195, 1);
text-decoration: none;
}
#s-f1ad83bc-318a-41a9-83df-c661d8c5141b:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-f1ad83bc-318a-41a9-83df-c661d8c5141b:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-f1ad83bc-318a-41a9-83df-c661d8c5141b-root {
    text-align: center;
  }


#s-f1ad83bc-318a-41a9-83df-c661d8c5141b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f1ad83bc-318a-41a9-83df-c661d8c5141b-root {
    text-align: center;
  }


#s-f1ad83bc-318a-41a9-83df-c661d8c5141b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1ad83bc-318a-41a9-83df-c661d8c5141b-root {
    text-align: center;
  }


#s-f1ad83bc-318a-41a9-83df-c661d8c5141b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1ad83bc-318a-41a9-83df-c661d8c5141b-root {
    text-align: center;
  }


#s-f1ad83bc-318a-41a9-83df-c661d8c5141b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f1ad83bc-318a-41a9-83df-c661d8c5141b-root {
    text-align: center;
  }


#s-f1ad83bc-318a-41a9-83df-c661d8c5141b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-95839d2c-6bda-4761-9046-effb2a81db93 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-95839d2c-6bda-4761-9046-effb2a81db93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95839d2c-6bda-4761-9046-effb2a81db93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cb99ab9-e320-449a-938d-5bd459fa4b8b {
  padding-top: 25px;
padding-left: 10px;
padding-bottom: 24px;
padding-right: 10px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4cb99ab9-e320-449a-938d-5bd459fa4b8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cb99ab9-e320-449a-938d-5bd459fa4b8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba324fdb-8436-4788-91ca-d9ce32c8a2c1 {
  min-height: 80px;
text-align: center;
}







  #s-ba324fdb-8436-4788-91ca-d9ce32c8a2c1 img.shogun-image {
    

    
    
    
  }


#s-ba324fdb-8436-4788-91ca-d9ce32c8a2c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6bb2b06-e528-48af-96a5-9890fbe6566d {
  margin-top: 10px;
}

#s-8a4b8889-44a0-48bd-b261-530922b5812c {
  margin-top: 17px;
margin-bottom: 3px;
min-height: 4px;
max-width: 46px;
}








#s-8a4b8889-44a0-48bd-b261-530922b5812c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a4b8889-44a0-48bd-b261-530922b5812c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92fc7705-937a-4a98-95ab-8e1a43868663 hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-da8067bf-5e47-4fc7-9616-efbd394d4bf3 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 17px;
padding-bottom: 12px;
padding-right: 38px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
background-color: rgba(0, 130, 195, 1);
text-decoration: none;
}
#s-da8067bf-5e47-4fc7-9616-efbd394d4bf3:hover {background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-da8067bf-5e47-4fc7-9616-efbd394d4bf3:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-da8067bf-5e47-4fc7-9616-efbd394d4bf3-root {
    text-align: center;
  }


#s-da8067bf-5e47-4fc7-9616-efbd394d4bf3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-da8067bf-5e47-4fc7-9616-efbd394d4bf3-root {
    text-align: center;
  }


#s-da8067bf-5e47-4fc7-9616-efbd394d4bf3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da8067bf-5e47-4fc7-9616-efbd394d4bf3-root {
    text-align: center;
  }


#s-da8067bf-5e47-4fc7-9616-efbd394d4bf3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da8067bf-5e47-4fc7-9616-efbd394d4bf3-root {
    text-align: center;
  }


#s-da8067bf-5e47-4fc7-9616-efbd394d4bf3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-da8067bf-5e47-4fc7-9616-efbd394d4bf3-root {
    text-align: center;
  }


#s-da8067bf-5e47-4fc7-9616-efbd394d4bf3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-33bd0050-0185-494c-b166-c9d243bedd56 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-33bd0050-0185-494c-b166-c9d243bedd56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33bd0050-0185-494c-b166-c9d243bedd56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df6ad65c-0c72-420e-82eb-77f0e85a4ab4 {
  padding-top: 25px;
padding-left: 10px;
padding-bottom: 24px;
padding-right: 10px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-df6ad65c-0c72-420e-82eb-77f0e85a4ab4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df6ad65c-0c72-420e-82eb-77f0e85a4ab4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7987e3b9-aa83-4c60-a902-8924b61a8855 {
  min-height: 80px;
text-align: center;
}







  #s-7987e3b9-aa83-4c60-a902-8924b61a8855 img.shogun-image {
    

    
    
    
  }


#s-7987e3b9-aa83-4c60-a902-8924b61a8855 .shogun-image-content {
  
    align-items: center;
  
}

#s-02db20c4-10bd-45da-8f01-2ccacce962de {
  min-height: 16px;
}
@media (max-width: 767px){#s-02db20c4-10bd-45da-8f01-2ccacce962de {
  display: none;
}
#s-02db20c4-10bd-45da-8f01-2ccacce962de, #wrap-s-02db20c4-10bd-45da-8f01-2ccacce962de { display: none !important; }}







#s-02db20c4-10bd-45da-8f01-2ccacce962de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02db20c4-10bd-45da-8f01-2ccacce962de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fec8efc9-7408-4e07-b67a-a41bad2be999 {
  margin-top: 2px;
}

#s-ec55fc00-f62b-4479-a253-fe36bcfc500e {
  min-height: 16px;
}
@media (max-width: 767px){#s-ec55fc00-f62b-4479-a253-fe36bcfc500e {
  display: none;
}
#s-ec55fc00-f62b-4479-a253-fe36bcfc500e, #wrap-s-ec55fc00-f62b-4479-a253-fe36bcfc500e { display: none !important; }}







#s-ec55fc00-f62b-4479-a253-fe36bcfc500e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec55fc00-f62b-4479-a253-fe36bcfc500e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-022575eb-00a3-4f98-9892-985605db5313 {
  margin-top: 17px;
margin-bottom: 3px;
min-height: 4px;
max-width: 46px;
}








#s-022575eb-00a3-4f98-9892-985605db5313 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-022575eb-00a3-4f98-9892-985605db5313.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-908ed6eb-c661-4468-a8ac-2b9c6e9eca43 hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9 {
  border-style: solid;
margin-top: 0px;
padding-top: 12px;
padding-left: 17px;
padding-bottom: 12px;
padding-right: 38px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
background-color: rgba(0, 130, 195, 1);
text-decoration: none;
}
#s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9-root {
    text-align: center;
  }


#s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9-root {
    text-align: center;
  }


#s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9-root {
    text-align: center;
  }


#s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9-root {
    text-align: center;
  }


#s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9-root {
    text-align: center;
  }


#s-3524792f-b7d8-4582-a9d2-4ff4bcf3b4b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-c6fa48c2-a5b8-4d34-91f5-952238852cc3 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 990px;
}

@media (min-width: 0px) {
[id="s-c6fa48c2-a5b8-4d34-91f5-952238852cc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6fa48c2-a5b8-4d34-91f5-952238852cc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-c6fa48c2-a5b8-4d34-91f5-952238852cc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-c6fa48c2-a5b8-4d34-91f5-952238852cc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-f65baefb-89eb-4cc5-8d68-a5042ead4304 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-f65baefb-89eb-4cc5-8d68-a5042ead4304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f65baefb-89eb-4cc5-8d68-a5042ead4304.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-674b4d28-4072-42ef-8b1a-9a39d16b4d3a {
  padding-top: 25px;
padding-left: 10px;
padding-bottom: 24px;
padding-right: 10px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-674b4d28-4072-42ef-8b1a-9a39d16b4d3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-674b4d28-4072-42ef-8b1a-9a39d16b4d3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-455b8a30-0821-40e7-8194-d72344fbe7a1 {
  min-height: 80px;
text-align: center;
}







  #s-455b8a30-0821-40e7-8194-d72344fbe7a1 img.shogun-image {
    

    
    
    
  }


#s-455b8a30-0821-40e7-8194-d72344fbe7a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-704d255c-41bd-4bb2-bb29-190fefc111b4 {
  margin-top: 10px;
}

#s-a3d6d66c-250a-41de-bace-bb2f9f747408 {
  margin-top: 17px;
margin-bottom: 3px;
min-height: 4px;
max-width: 46px;
}








#s-a3d6d66c-250a-41de-bace-bb2f9f747408 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3d6d66c-250a-41de-bace-bb2f9f747408.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88b35a2c-a9b3-4009-ab75-765cfc318337 hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-8deaa49e-7ebe-4df6-886a-c3e57abffa49 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-8deaa49e-7ebe-4df6-886a-c3e57abffa49 {
  display: none;
}
#s-8deaa49e-7ebe-4df6-886a-c3e57abffa49, #wrap-s-8deaa49e-7ebe-4df6-886a-c3e57abffa49 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8deaa49e-7ebe-4df6-886a-c3e57abffa49 {
  display: none;
}
#s-8deaa49e-7ebe-4df6-886a-c3e57abffa49, #wrap-s-8deaa49e-7ebe-4df6-886a-c3e57abffa49 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8deaa49e-7ebe-4df6-886a-c3e57abffa49 {
  display: none;
}
#s-8deaa49e-7ebe-4df6-886a-c3e57abffa49, #wrap-s-8deaa49e-7ebe-4df6-886a-c3e57abffa49 { display: none !important; }}







#s-8deaa49e-7ebe-4df6-886a-c3e57abffa49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8deaa49e-7ebe-4df6-886a-c3e57abffa49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1 {
  border-style: solid;
margin-top: 0px;
padding-top: 12px;
padding-left: 17px;
padding-bottom: 12px;
padding-right: 38px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
background-color: rgba(0, 130, 195, 1);
text-decoration: none;
}
#s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1-root {
    text-align: center;
  }


#s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1-root {
    text-align: center;
  }


#s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1-root {
    text-align: center;
  }


#s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1-root {
    text-align: center;
  }


#s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1-root {
    text-align: center;
  }


#s-23143e72-4d0e-4bf6-a9a4-afa1002b11c1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-25464fee-4b66-45c4-8526-f3d3266a8de5 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-25464fee-4b66-45c4-8526-f3d3266a8de5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25464fee-4b66-45c4-8526-f3d3266a8de5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b134758a-8fb8-4bd1-a3e1-e03655a586f1 {
  padding-top: 25px;
padding-left: 10px;
padding-bottom: 24px;
padding-right: 10px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b134758a-8fb8-4bd1-a3e1-e03655a586f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b134758a-8fb8-4bd1-a3e1-e03655a586f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0d43591-655e-44db-9ab3-a6f4c39acd70 {
  min-height: 80px;
text-align: center;
}







  #s-e0d43591-655e-44db-9ab3-a6f4c39acd70 img.shogun-image {
    

    
    
    
  }


#s-e0d43591-655e-44db-9ab3-a6f4c39acd70 .shogun-image-content {
  
    align-items: center;
  
}

#s-66538dbd-76c7-4a98-9ccd-ae95b4f00f68 {
  margin-top: 10px;
}

#s-cae8b7cf-49e2-4a17-841a-f8d5124b41a4 {
  margin-top: 17px;
margin-bottom: 3px;
min-height: 4px;
max-width: 46px;
}








#s-cae8b7cf-49e2-4a17-841a-f8d5124b41a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cae8b7cf-49e2-4a17-841a-f8d5124b41a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8b8d69a-fccb-4415-9566-d13692ac7fc8 hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-c7099ddf-f1a4-4673-a4ac-bf0d66ba04ea {
  min-height: 20px;
}
@media (min-width: 1200px){#s-c7099ddf-f1a4-4673-a4ac-bf0d66ba04ea {
  display: none;
}
#s-c7099ddf-f1a4-4673-a4ac-bf0d66ba04ea, #wrap-s-c7099ddf-f1a4-4673-a4ac-bf0d66ba04ea { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7099ddf-f1a4-4673-a4ac-bf0d66ba04ea {
  display: none;
}
#s-c7099ddf-f1a4-4673-a4ac-bf0d66ba04ea, #wrap-s-c7099ddf-f1a4-4673-a4ac-bf0d66ba04ea { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c7099ddf-f1a4-4673-a4ac-bf0d66ba04ea {
  display: none;
}
#s-c7099ddf-f1a4-4673-a4ac-bf0d66ba04ea, #wrap-s-c7099ddf-f1a4-4673-a4ac-bf0d66ba04ea { display: none !important; }}







#s-c7099ddf-f1a4-4673-a4ac-bf0d66ba04ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7099ddf-f1a4-4673-a4ac-bf0d66ba04ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 12px;
padding-left: 17px;
padding-bottom: 12px;
padding-right: 38px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
background-color: rgba(0, 130, 195, 1);
text-decoration: none;
}
#s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c:hover {background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c-root {
    text-align: center;
  }


#s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c-root {
    text-align: center;
  }


#s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c-root {
    text-align: center;
  }


#s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c-root {
    text-align: center;
  }


#s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c-root {
    text-align: center;
  }


#s-4f38216e-f48c-487a-8dad-ed4b3b02fc4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-ede7e381-afe3-4b62-a279-88edc4eca41f {
  margin-bottom: 20px;
min-height: 50px;
}








#s-ede7e381-afe3-4b62-a279-88edc4eca41f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ede7e381-afe3-4b62-a279-88edc4eca41f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-824df6c3-0366-47f5-a4a8-cbca1f31cf69 {
  padding-top: 25px;
padding-left: 10px;
padding-bottom: 24px;
padding-right: 10px;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-824df6c3-0366-47f5-a4a8-cbca1f31cf69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-824df6c3-0366-47f5-a4a8-cbca1f31cf69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37c8373c-fbba-4a6d-aadb-b19ba49fb8ad {
  min-height: 80px;
text-align: center;
}







  #s-37c8373c-fbba-4a6d-aadb-b19ba49fb8ad img.shogun-image {
    

    
    
    
  }


#s-37c8373c-fbba-4a6d-aadb-b19ba49fb8ad .shogun-image-content {
  
    align-items: center;
  
}

#s-5d178e4b-93b3-4e59-82bc-0840727cb7d1 {
  min-height: 16px;
}
@media (max-width: 767px){#s-5d178e4b-93b3-4e59-82bc-0840727cb7d1 {
  display: none;
}
#s-5d178e4b-93b3-4e59-82bc-0840727cb7d1, #wrap-s-5d178e4b-93b3-4e59-82bc-0840727cb7d1 { display: none !important; }}







#s-5d178e4b-93b3-4e59-82bc-0840727cb7d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d178e4b-93b3-4e59-82bc-0840727cb7d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56e2d749-1465-49b9-8580-d7bfcde4ff5a {
  margin-top: 2px;
}

#s-1803b7de-bb6f-4257-a8a0-a1c2fac48784 {
  min-height: 16px;
}
@media (max-width: 767px){#s-1803b7de-bb6f-4257-a8a0-a1c2fac48784 {
  display: none;
}
#s-1803b7de-bb6f-4257-a8a0-a1c2fac48784, #wrap-s-1803b7de-bb6f-4257-a8a0-a1c2fac48784 { display: none !important; }}







#s-1803b7de-bb6f-4257-a8a0-a1c2fac48784 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1803b7de-bb6f-4257-a8a0-a1c2fac48784.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-806f1ee5-2509-41dc-a569-42734864692a {
  margin-top: 17px;
margin-bottom: 3px;
min-height: 4px;
max-width: 46px;
}








#s-806f1ee5-2509-41dc-a569-42734864692a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-806f1ee5-2509-41dc-a569-42734864692a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9cadb9e-95eb-4b01-88f9-b89bba6392d1 hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-0c17c5db-6d88-4cf6-a908-478e916fd0e5 {
  border-style: solid;
margin-top: 0px;
padding-top: 12px;
padding-left: 17px;
padding-bottom: 12px;
padding-right: 38px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 6px;
text-align: center;
background-color: rgba(0, 130, 195, 1);
text-decoration: none;
}
#s-0c17c5db-6d88-4cf6-a908-478e916fd0e5:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-0c17c5db-6d88-4cf6-a908-478e916fd0e5:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-0c17c5db-6d88-4cf6-a908-478e916fd0e5-root {
    text-align: center;
  }


#s-0c17c5db-6d88-4cf6-a908-478e916fd0e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c17c5db-6d88-4cf6-a908-478e916fd0e5-root {
    text-align: center;
  }


#s-0c17c5db-6d88-4cf6-a908-478e916fd0e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c17c5db-6d88-4cf6-a908-478e916fd0e5-root {
    text-align: center;
  }


#s-0c17c5db-6d88-4cf6-a908-478e916fd0e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c17c5db-6d88-4cf6-a908-478e916fd0e5-root {
    text-align: center;
  }


#s-0c17c5db-6d88-4cf6-a908-478e916fd0e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c17c5db-6d88-4cf6-a908-478e916fd0e5-root {
    text-align: center;
  }


#s-0c17c5db-6d88-4cf6-a908-478e916fd0e5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d4f6ce51-28c8-4c9f-809a-546249ed305a {
  min-height: 50px;
max-width: 490px;
}








#s-d4f6ce51-28c8-4c9f-809a-546249ed305a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4f6ce51-28c8-4c9f-809a-546249ed305a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa {
  border-style: solid;
margin-top: 0px;
margin-bottom: 30px;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 3px;
text-align: center;
background-color: rgba(0, 130, 195, 1);
text-decoration: none;
}
#s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa {
  
}
}@media (max-width: 767px){#s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa {
  
}
}

  #s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa-root {
    text-align: center;
  }


#s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa-root {
    text-align: center;
  }


#s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa-root {
    text-align: center;
  }


#s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa-root {
    text-align: center;
  }


#s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa-root {
    text-align: center;
  }


#s-2dd03919-bfea-4d79-b21e-0ffab6b6c5aa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-97b31014-cfe2-4830-a7f6-43bed0164a94 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-97b31014-cfe2-4830-a7f6-43bed0164a94 {
  display: none;
}
#s-97b31014-cfe2-4830-a7f6-43bed0164a94, #wrap-s-97b31014-cfe2-4830-a7f6-43bed0164a94 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97b31014-cfe2-4830-a7f6-43bed0164a94 {
  display: none;
}
#s-97b31014-cfe2-4830-a7f6-43bed0164a94, #wrap-s-97b31014-cfe2-4830-a7f6-43bed0164a94 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97b31014-cfe2-4830-a7f6-43bed0164a94 {
  display: none;
}
#s-97b31014-cfe2-4830-a7f6-43bed0164a94, #wrap-s-97b31014-cfe2-4830-a7f6-43bed0164a94 { display: none !important; }}







#s-97b31014-cfe2-4830-a7f6-43bed0164a94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97b31014-cfe2-4830-a7f6-43bed0164a94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02bfc273-29c4-4abb-8513-b18dc473dfa2 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-02bfc273-29c4-4abb-8513-b18dc473dfa2 {
  display: none;
}
#s-02bfc273-29c4-4abb-8513-b18dc473dfa2, #wrap-s-02bfc273-29c4-4abb-8513-b18dc473dfa2 { display: none !important; }}@media (max-width: 767px){#s-02bfc273-29c4-4abb-8513-b18dc473dfa2 {
  display: none;
}
#s-02bfc273-29c4-4abb-8513-b18dc473dfa2, #wrap-s-02bfc273-29c4-4abb-8513-b18dc473dfa2 { display: none !important; }}







#s-02bfc273-29c4-4abb-8513-b18dc473dfa2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02bfc273-29c4-4abb-8513-b18dc473dfa2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96070df1-13cb-4818-a88e-aff923fcaf0a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(236, 236, 236, 1);
text-align: center;
opacity: 1;
}







  #s-96070df1-13cb-4818-a88e-aff923fcaf0a img.shogun-image {
    

    
    
    
  }


#s-96070df1-13cb-4818-a88e-aff923fcaf0a .shogun-image-content {
  
    align-items: center;
  
}

#s-3044318d-ca8e-4e83-b467-5f4d2bc5055e {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 45px;
padding-left: 0px;
padding-bottom: 50px;
padding-right: 0px;
background-position: center center;
}








#s-3044318d-ca8e-4e83-b467-5f4d2bc5055e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.64;
}#s-3044318d-ca8e-4e83-b467-5f4d2bc5055e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e6a3c03-3c81-41bb-949e-b3bbb8f88b15 {
  min-height: 50px;
}
@media (max-width: 767px){#s-5e6a3c03-3c81-41bb-949e-b3bbb8f88b15 {
  display: none;
}
#s-5e6a3c03-3c81-41bb-949e-b3bbb8f88b15, #wrap-s-5e6a3c03-3c81-41bb-949e-b3bbb8f88b15 { display: none !important; }}







#s-5e6a3c03-3c81-41bb-949e-b3bbb8f88b15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e6a3c03-3c81-41bb-949e-b3bbb8f88b15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c1e7489-d71f-4d80-a9c2-87b5d66435bc {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-0c1e7489-d71f-4d80-a9c2-87b5d66435bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c1e7489-d71f-4d80-a9c2-87b5d66435bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd130ae5-61a0-4427-b11b-29ba320e4237 {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fd130ae5-61a0-4427-b11b-29ba320e4237 {
  
}
}@media (max-width: 767px){#s-fd130ae5-61a0-4427-b11b-29ba320e4237 {
  display: none;
}
#s-fd130ae5-61a0-4427-b11b-29ba320e4237, #wrap-s-fd130ae5-61a0-4427-b11b-29ba320e4237 { display: none !important; }}
#s-7a3bba6d-a6ed-45f3-be8a-e297a9688d2a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7a3bba6d-a6ed-45f3-be8a-e297a9688d2a {
  display: none;
}
#s-7a3bba6d-a6ed-45f3-be8a-e297a9688d2a, #wrap-s-7a3bba6d-a6ed-45f3-be8a-e297a9688d2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a3bba6d-a6ed-45f3-be8a-e297a9688d2a {
  display: none;
}
#s-7a3bba6d-a6ed-45f3-be8a-e297a9688d2a, #wrap-s-7a3bba6d-a6ed-45f3-be8a-e297a9688d2a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a3bba6d-a6ed-45f3-be8a-e297a9688d2a {
  
}
}@media (max-width: 767px){#s-7a3bba6d-a6ed-45f3-be8a-e297a9688d2a {
  
}
}







#s-7a3bba6d-a6ed-45f3-be8a-e297a9688d2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a3bba6d-a6ed-45f3-be8a-e297a9688d2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-400f64f2-8825-46fe-a7b9-5a2c36075a23 {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-400f64f2-8825-46fe-a7b9-5a2c36075a23 {
  display: none;
}
#s-400f64f2-8825-46fe-a7b9-5a2c36075a23, #wrap-s-400f64f2-8825-46fe-a7b9-5a2c36075a23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-400f64f2-8825-46fe-a7b9-5a2c36075a23 {
  display: none;
}
#s-400f64f2-8825-46fe-a7b9-5a2c36075a23, #wrap-s-400f64f2-8825-46fe-a7b9-5a2c36075a23 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-400f64f2-8825-46fe-a7b9-5a2c36075a23 {
  display: none;
}
#s-400f64f2-8825-46fe-a7b9-5a2c36075a23, #wrap-s-400f64f2-8825-46fe-a7b9-5a2c36075a23 { display: none !important; }}@media (max-width: 767px){#s-400f64f2-8825-46fe-a7b9-5a2c36075a23 {
  
}
}
#s-56914dc7-68a4-46c2-b1a2-a97005a40ea3 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-56914dc7-68a4-46c2-b1a2-a97005a40ea3 {
  display: none;
}
#s-56914dc7-68a4-46c2-b1a2-a97005a40ea3, #wrap-s-56914dc7-68a4-46c2-b1a2-a97005a40ea3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56914dc7-68a4-46c2-b1a2-a97005a40ea3 {
  display: none;
}
#s-56914dc7-68a4-46c2-b1a2-a97005a40ea3, #wrap-s-56914dc7-68a4-46c2-b1a2-a97005a40ea3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56914dc7-68a4-46c2-b1a2-a97005a40ea3 {
  display: none;
}
#s-56914dc7-68a4-46c2-b1a2-a97005a40ea3, #wrap-s-56914dc7-68a4-46c2-b1a2-a97005a40ea3 { display: none !important; }}@media (max-width: 767px){#s-56914dc7-68a4-46c2-b1a2-a97005a40ea3 {
  
}
}







#s-56914dc7-68a4-46c2-b1a2-a97005a40ea3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56914dc7-68a4-46c2-b1a2-a97005a40ea3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a {
  margin-top: 20px;
padding-top: 13px;
padding-left: 30px;
padding-bottom: 13px;
padding-right: 30px;
border-radius: 6px;
text-align: center;
background-color: rgba(203, 251, 0, 1);
text-decoration: none;
}
#s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a:hover {background-color: rgba(203, 251, 0, 1) !important;
color: rgba(0, 130, 195, 1) !important;
text-decoration: none !important;}#s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a:active {background-color: rgba(195, 241, 0, 1) !important;
color: rgba(0, 130, 195, 1) !important;
text-decoration: none !important;}

  #s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a-root {
    text-align: center;
  }


#s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a.shg-btn {
  color: rgba(31, 31, 31, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a-root {
    text-align: center;
  }


#s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a.shg-btn {
  color: rgba(31, 31, 31, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a-root {
    text-align: center;
  }


#s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a.shg-btn {
  color: rgba(31, 31, 31, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a-root {
    text-align: center;
  }


#s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a.shg-btn {
  color: rgba(31, 31, 31, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a-root {
    text-align: center;
  }


#s-0db8a1d2-169b-4ca8-b4f7-f87f09a8bd5a.shg-btn {
  color: rgba(31, 31, 31, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-dce86b40-8ab2-4f18-b23e-f3ea4fc0d257 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dce86b40-8ab2-4f18-b23e-f3ea4fc0d257 {
  display: none;
}
#s-dce86b40-8ab2-4f18-b23e-f3ea4fc0d257, #wrap-s-dce86b40-8ab2-4f18-b23e-f3ea4fc0d257 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dce86b40-8ab2-4f18-b23e-f3ea4fc0d257 {
  display: none;
}
#s-dce86b40-8ab2-4f18-b23e-f3ea4fc0d257, #wrap-s-dce86b40-8ab2-4f18-b23e-f3ea4fc0d257 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dce86b40-8ab2-4f18-b23e-f3ea4fc0d257 {
  
}
}@media (max-width: 767px){#s-dce86b40-8ab2-4f18-b23e-f3ea4fc0d257 {
  
}
}







#s-dce86b40-8ab2-4f18-b23e-f3ea4fc0d257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dce86b40-8ab2-4f18-b23e-f3ea4fc0d257.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44f2f2ee-bb81-4a84-ae7a-58907fca5c35 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-44f2f2ee-bb81-4a84-ae7a-58907fca5c35 {
  
}
}@media (max-width: 767px){#s-44f2f2ee-bb81-4a84-ae7a-58907fca5c35 {
  display: none;
}
#s-44f2f2ee-bb81-4a84-ae7a-58907fca5c35, #wrap-s-44f2f2ee-bb81-4a84-ae7a-58907fca5c35 { display: none !important; }}







#s-44f2f2ee-bb81-4a84-ae7a-58907fca5c35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44f2f2ee-bb81-4a84-ae7a-58907fca5c35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-065081d1-f12f-4555-aa0c-f825aeb5cc14 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 50px;
padding-left: 0px;
padding-bottom: 40px;
padding-right: 0px;
background-position: center center;
}








#s-065081d1-f12f-4555-aa0c-f825aeb5cc14 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.67;
}#s-065081d1-f12f-4555-aa0c-f825aeb5cc14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1df7775-77e5-4bf1-9c04-8207e554ec8d {
  min-height: 40px;
}
@media (max-width: 767px){#s-d1df7775-77e5-4bf1-9c04-8207e554ec8d {
  display: none;
}
#s-d1df7775-77e5-4bf1-9c04-8207e554ec8d, #wrap-s-d1df7775-77e5-4bf1-9c04-8207e554ec8d { display: none !important; }}







#s-d1df7775-77e5-4bf1-9c04-8207e554ec8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1df7775-77e5-4bf1-9c04-8207e554ec8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad8d27ef-b91b-4c25-ac14-adf6a7e1bd89 {
  min-height: 50px;
max-width: 1080px;
}








#s-ad8d27ef-b91b-4c25-ac14-adf6a7e1bd89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad8d27ef-b91b-4c25-ac14-adf6a7e1bd89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-552631f2-6567-40ca-94e0-65a1d15bc5d8 {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-552631f2-6567-40ca-94e0-65a1d15bc5d8 {
  display: none;
}
#s-552631f2-6567-40ca-94e0-65a1d15bc5d8, #wrap-s-552631f2-6567-40ca-94e0-65a1d15bc5d8 { display: none !important; }}@media (max-width: 767px){#s-552631f2-6567-40ca-94e0-65a1d15bc5d8 {
  display: none;
}
#s-552631f2-6567-40ca-94e0-65a1d15bc5d8, #wrap-s-552631f2-6567-40ca-94e0-65a1d15bc5d8 { display: none !important; }}
#s-bd89252f-eef2-4d54-be73-8cc842351667 {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-bd89252f-eef2-4d54-be73-8cc842351667 {
  display: none;
}
#s-bd89252f-eef2-4d54-be73-8cc842351667, #wrap-s-bd89252f-eef2-4d54-be73-8cc842351667 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd89252f-eef2-4d54-be73-8cc842351667 {
  display: none;
}
#s-bd89252f-eef2-4d54-be73-8cc842351667, #wrap-s-bd89252f-eef2-4d54-be73-8cc842351667 { display: none !important; }}
#s-8d633c64-d936-485a-bfa8-ab8752a9e1f0 {
  min-height: 40px;
}
@media (max-width: 767px){#s-8d633c64-d936-485a-bfa8-ab8752a9e1f0 {
  display: none;
}
#s-8d633c64-d936-485a-bfa8-ab8752a9e1f0, #wrap-s-8d633c64-d936-485a-bfa8-ab8752a9e1f0 { display: none !important; }}







#s-8d633c64-d936-485a-bfa8-ab8752a9e1f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d633c64-d936-485a-bfa8-ab8752a9e1f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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}
