.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-3b28fcab-4195-485c-8b70-2ff8a46f149c {
  min-height: 50px;
background-color: rgba(0, 130, 195, 1);
}








#s-3b28fcab-4195-485c-8b70-2ff8a46f149c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b28fcab-4195-485c-8b70-2ff8a46f149c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16233abf-4d93-4c37-aaf3-475e20298479 {
  margin-bottom: 8px;
}
@media (min-width: 768px) and (max-width: 991px){#s-16233abf-4d93-4c37-aaf3-475e20298479 {
  
}
}@media (max-width: 767px){#s-16233abf-4d93-4c37-aaf3-475e20298479 {
  
}
}
#s-fd48d773-1516-4cf5-8fe8-e8263b3cf9af {
  min-height: 50px;
}








#s-fd48d773-1516-4cf5-8fe8-e8263b3cf9af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd48d773-1516-4cf5-8fe8-e8263b3cf9af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

#s-644bc380-363a-4722-8d1b-68b6c7d3f765 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 121, 194, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-644bc380-363a-4722-8d1b-68b6c7d3f765:hover {background-color: rgba(0, 121, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-644bc380-363a-4722-8d1b-68b6c7d3f765:active {background-color: rgba(0, 121, 194, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-644bc380-363a-4722-8d1b-68b6c7d3f765-root {
    text-align: center;
  }


#s-644bc380-363a-4722-8d1b-68b6c7d3f765.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-644bc380-363a-4722-8d1b-68b6c7d3f765-root {
    text-align: center;
  }


#s-644bc380-363a-4722-8d1b-68b6c7d3f765.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-644bc380-363a-4722-8d1b-68b6c7d3f765-root {
    text-align: center;
  }


#s-644bc380-363a-4722-8d1b-68b6c7d3f765.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-644bc380-363a-4722-8d1b-68b6c7d3f765-root {
    text-align: center;
  }


#s-644bc380-363a-4722-8d1b-68b6c7d3f765.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-644bc380-363a-4722-8d1b-68b6c7d3f765-root {
    text-align: center;
  }


#s-644bc380-363a-4722-8d1b-68b6c7d3f765.shg-btn {
  color: #ffffff;
  font-size: 28px;
  
  
  
  display:  inline-block ;
}
}
#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-a7eacfd6-7850-4122-ab42-fafb98d57421 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a7eacfd6-7850-4122-ab42-fafb98d57421 {
  display: none;
}
#s-a7eacfd6-7850-4122-ab42-fafb98d57421, #wrap-s-a7eacfd6-7850-4122-ab42-fafb98d57421 { display: none !important; }}







#s-a7eacfd6-7850-4122-ab42-fafb98d57421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7eacfd6-7850-4122-ab42-fafb98d57421.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-0e187359-0f31-41ca-9dd2-f3d5a608617f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e187359-0f31-41ca-9dd2-f3d5a608617f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e187359-0f31-41ca-9dd2-f3d5a608617f {
  
}
}@media (max-width: 767px){#s-0e187359-0f31-41ca-9dd2-f3d5a608617f {
  
}
}
#s-0da5067d-8a4b-4dda-abe8-629c0d3c02d6 {
  min-height: 50px;
}








#s-0da5067d-8a4b-4dda-abe8-629c0d3c02d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0da5067d-8a4b-4dda-abe8-629c0d3c02d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-129eb934-b3a7-4c80-8577-8803f7c4cc6e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-129eb934-b3a7-4c80-8577-8803f7c4cc6e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-129eb934-b3a7-4c80-8577-8803f7c4cc6e {
  
}
}@media (max-width: 767px){#s-129eb934-b3a7-4c80-8577-8803f7c4cc6e {
  
}
}
@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; }}
#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-d3d2ae6c-aaf5-4725-8364-271860708fee {
  margin-top: 40px;
min-height: 50px;
}








#s-d3d2ae6c-aaf5-4725-8364-271860708fee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3d2ae6c-aaf5-4725-8364-271860708fee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-de2da2dd-5bb0-4453-af70-68b760d3ca82 {
  display: none;
}
#s-de2da2dd-5bb0-4453-af70-68b760d3ca82, #wrap-s-de2da2dd-5bb0-4453-af70-68b760d3ca82 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de2da2dd-5bb0-4453-af70-68b760d3ca82 {
  display: none;
}
#s-de2da2dd-5bb0-4453-af70-68b760d3ca82, #wrap-s-de2da2dd-5bb0-4453-af70-68b760d3ca82 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de2da2dd-5bb0-4453-af70-68b760d3ca82 {
  display: none;
}
#s-de2da2dd-5bb0-4453-af70-68b760d3ca82, #wrap-s-de2da2dd-5bb0-4453-af70-68b760d3ca82 { display: none !important; }}
@media (max-width: 767px){#s-ef352f07-aa13-4def-9b4f-53778a97ef29 {
  display: none;
}
#s-ef352f07-aa13-4def-9b4f-53778a97ef29, #wrap-s-ef352f07-aa13-4def-9b4f-53778a97ef29 { display: none !important; }}
#s-775f7b87-c2af-47d6-b783-bf4bb7f77ee0 {
  margin-bottom: -50px;
min-height: 50px;
max-width: 373px;
}








#s-775f7b87-c2af-47d6-b783-bf4bb7f77ee0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-775f7b87-c2af-47d6-b783-bf4bb7f77ee0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e25cae5-a98d-4471-a277-2f1386213dc2 {
  min-height: 50px;
}








#s-0e25cae5-a98d-4471-a277-2f1386213dc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e25cae5-a98d-4471-a277-2f1386213dc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6877f16e-e6c6-4041-823a-966e54564f1e {
  padding-top: 8px;
padding-left: 15px;
padding-bottom: 14px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(0, 130, 195, 1);
}








#s-6877f16e-e6c6-4041-823a-966e54564f1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6877f16e-e6c6-4041-823a-966e54564f1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aff3a10e-cb72-4fb9-b752-05e3d2b6663f {
  min-height: 20px;
}
@media (min-width: 1200px){#s-aff3a10e-cb72-4fb9-b752-05e3d2b6663f {
  display: none;
}
#s-aff3a10e-cb72-4fb9-b752-05e3d2b6663f, #wrap-s-aff3a10e-cb72-4fb9-b752-05e3d2b6663f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aff3a10e-cb72-4fb9-b752-05e3d2b6663f {
  display: none;
}
#s-aff3a10e-cb72-4fb9-b752-05e3d2b6663f, #wrap-s-aff3a10e-cb72-4fb9-b752-05e3d2b6663f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aff3a10e-cb72-4fb9-b752-05e3d2b6663f {
  display: none;
}
#s-aff3a10e-cb72-4fb9-b752-05e3d2b6663f, #wrap-s-aff3a10e-cb72-4fb9-b752-05e3d2b6663f { display: none !important; }}







#s-aff3a10e-cb72-4fb9-b752-05e3d2b6663f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aff3a10e-cb72-4fb9-b752-05e3d2b6663f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-024d9b33-3735-44e5-9e1c-01ece0414e94 {
  display: none;
}
#s-024d9b33-3735-44e5-9e1c-01ece0414e94, #wrap-s-024d9b33-3735-44e5-9e1c-01ece0414e94 { display: none !important; }}
@media (min-width: 1200px){#s-afecf6b9-68c2-495d-8619-dc216c20a2bd {
  display: none;
}
#s-afecf6b9-68c2-495d-8619-dc216c20a2bd, #wrap-s-afecf6b9-68c2-495d-8619-dc216c20a2bd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afecf6b9-68c2-495d-8619-dc216c20a2bd {
  display: none;
}
#s-afecf6b9-68c2-495d-8619-dc216c20a2bd, #wrap-s-afecf6b9-68c2-495d-8619-dc216c20a2bd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-afecf6b9-68c2-495d-8619-dc216c20a2bd {
  display: none;
}
#s-afecf6b9-68c2-495d-8619-dc216c20a2bd, #wrap-s-afecf6b9-68c2-495d-8619-dc216c20a2bd { display: none !important; }}
#s-cae85981-127f-4f41-aa50-c0402dad75ec {
  margin-top: -18px;
margin-bottom: 0px;
}

#s-cae85981-127f-4f41-aa50-c0402dad75ec .shogun-icon-wrapper {
  text-align: center;
}


#s-cae85981-127f-4f41-aa50-c0402dad75ec .shogun-icon-wrapper > .shogun-icon {

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

#s-72f34213-ca70-4f98-a6b3-a97e4286ffe5 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-72f34213-ca70-4f98-a6b3-a97e4286ffe5 {
  display: none;
}
#s-72f34213-ca70-4f98-a6b3-a97e4286ffe5, #wrap-s-72f34213-ca70-4f98-a6b3-a97e4286ffe5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72f34213-ca70-4f98-a6b3-a97e4286ffe5 {
  display: none;
}
#s-72f34213-ca70-4f98-a6b3-a97e4286ffe5, #wrap-s-72f34213-ca70-4f98-a6b3-a97e4286ffe5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72f34213-ca70-4f98-a6b3-a97e4286ffe5 {
  display: none;
}
#s-72f34213-ca70-4f98-a6b3-a97e4286ffe5, #wrap-s-72f34213-ca70-4f98-a6b3-a97e4286ffe5 { display: none !important; }}







#s-72f34213-ca70-4f98-a6b3-a97e4286ffe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72f34213-ca70-4f98-a6b3-a97e4286ffe5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b26ef8c-1fa4-4641-84f8-aa1c36148dda {
  min-height: 50px;
}








#s-3b26ef8c-1fa4-4641-84f8-aa1c36148dda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b26ef8c-1fa4-4641-84f8-aa1c36148dda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42a1a057-f25d-4a27-930e-35d37af980a4 {
  padding-left: 20px;
padding-right: 20px;
}

#s-6efec01f-185d-47e1-a841-6712bfe3035b {
  padding-left: 230px;
padding-right: 230px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6efec01f-185d-47e1-a841-6712bfe3035b {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-6efec01f-185d-47e1-a841-6712bfe3035b {
  padding-left: 5px;
padding-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-6efec01f-185d-47e1-a841-6712bfe3035b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6efec01f-185d-47e1-a841-6712bfe3035b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-6efec01f-185d-47e1-a841-6712bfe3035b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-6efec01f-185d-47e1-a841-6712bfe3035b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-fd7d8b9c-62b4-4056-9f74-527542d935e6 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-fd7d8b9c-62b4-4056-9f74-527542d935e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd7d8b9c-62b4-4056-9f74-527542d935e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-9f733931-a7e3-4dff-91fd-080a3e446f2b {
  
}
}
@media (min-width: 1200px){#s-e372f251-aec6-4db5-88e7-f1f96655ea17 {
  display: none;
}
#s-e372f251-aec6-4db5-88e7-f1f96655ea17, #wrap-s-e372f251-aec6-4db5-88e7-f1f96655ea17 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e372f251-aec6-4db5-88e7-f1f96655ea17 {
  display: none;
}
#s-e372f251-aec6-4db5-88e7-f1f96655ea17, #wrap-s-e372f251-aec6-4db5-88e7-f1f96655ea17 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e372f251-aec6-4db5-88e7-f1f96655ea17 {
  display: none;
}
#s-e372f251-aec6-4db5-88e7-f1f96655ea17, #wrap-s-e372f251-aec6-4db5-88e7-f1f96655ea17 { display: none !important; }}@media (max-width: 767px){#s-e372f251-aec6-4db5-88e7-f1f96655ea17 {
  display: none;
}
#s-e372f251-aec6-4db5-88e7-f1f96655ea17, #wrap-s-e372f251-aec6-4db5-88e7-f1f96655ea17 { display: none !important; }}
#s-87914ec5-f111-48af-9a2f-bea98bbd784e {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-87914ec5-f111-48af-9a2f-bea98bbd784e {
  display: none;
}
#s-87914ec5-f111-48af-9a2f-bea98bbd784e, #wrap-s-87914ec5-f111-48af-9a2f-bea98bbd784e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87914ec5-f111-48af-9a2f-bea98bbd784e {
  display: none;
}
#s-87914ec5-f111-48af-9a2f-bea98bbd784e, #wrap-s-87914ec5-f111-48af-9a2f-bea98bbd784e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87914ec5-f111-48af-9a2f-bea98bbd784e {
  display: none;
}
#s-87914ec5-f111-48af-9a2f-bea98bbd784e, #wrap-s-87914ec5-f111-48af-9a2f-bea98bbd784e { display: none !important; }}







#s-87914ec5-f111-48af-9a2f-bea98bbd784e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87914ec5-f111-48af-9a2f-bea98bbd784e.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-c5e44898-c845-4df8-bf64-fe8a6a9d9f92 {
  margin-top: 1px;
margin-bottom: 14px;
}
@media (max-width: 767px){#s-c5e44898-c845-4df8-bf64-fe8a6a9d9f92 {
  display: none;
}
#s-c5e44898-c845-4df8-bf64-fe8a6a9d9f92, #wrap-s-c5e44898-c845-4df8-bf64-fe8a6a9d9f92 { display: none !important; }}
#s-c5e44898-c845-4df8-bf64-fe8a6a9d9f92 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-f4be9c4c-5e9e-4801-9c17-79cc07b27428 {
  display: none;
}
#s-f4be9c4c-5e9e-4801-9c17-79cc07b27428, #wrap-s-f4be9c4c-5e9e-4801-9c17-79cc07b27428 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f4be9c4c-5e9e-4801-9c17-79cc07b27428"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-f4be9c4c-5e9e-4801-9c17-79cc07b27428"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-f4be9c4c-5e9e-4801-9c17-79cc07b27428"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-f4be9c4c-5e9e-4801-9c17-79cc07b27428"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-f4be9c4c-5e9e-4801-9c17-79cc07b27428"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4be9c4c-5e9e-4801-9c17-79cc07b27428"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-f4be9c4c-5e9e-4801-9c17-79cc07b27428"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-def1c92f-770e-422e-baeb-828267f73600 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-def1c92f-770e-422e-baeb-828267f73600 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-08b67b44-d3f0-4445-98c0-28d0bf8e9c1c {
  
}
}@media (max-width: 767px){#s-08b67b44-d3f0-4445-98c0-28d0bf8e9c1c {
  
}
}
@media (min-width: 1200px){#s-d93cadc9-e5f9-46f4-9a08-3f79b5da3944 {
  display: none;
}
#s-d93cadc9-e5f9-46f4-9a08-3f79b5da3944, #wrap-s-d93cadc9-e5f9-46f4-9a08-3f79b5da3944 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d93cadc9-e5f9-46f4-9a08-3f79b5da3944 {
  display: none;
}
#s-d93cadc9-e5f9-46f4-9a08-3f79b5da3944, #wrap-s-d93cadc9-e5f9-46f4-9a08-3f79b5da3944 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d93cadc9-e5f9-46f4-9a08-3f79b5da3944 {
  display: none;
}
#s-d93cadc9-e5f9-46f4-9a08-3f79b5da3944, #wrap-s-d93cadc9-e5f9-46f4-9a08-3f79b5da3944 { display: none !important; }}@media (max-width: 767px){#s-d93cadc9-e5f9-46f4-9a08-3f79b5da3944 {
  display: none;
}
#s-d93cadc9-e5f9-46f4-9a08-3f79b5da3944, #wrap-s-d93cadc9-e5f9-46f4-9a08-3f79b5da3944 { display: none !important; }}
#s-f8b27131-95e3-48f9-8b70-d1586e07ca10 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-f8b27131-95e3-48f9-8b70-d1586e07ca10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8b27131-95e3-48f9-8b70-d1586e07ca10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-7b807552-e141-441c-967a-0dd9f6064472 {
  
}
}
@media (min-width: 1200px){#s-37064869-fdbe-4203-a90f-40adf9d01039 {
  display: none;
}
#s-37064869-fdbe-4203-a90f-40adf9d01039, #wrap-s-37064869-fdbe-4203-a90f-40adf9d01039 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37064869-fdbe-4203-a90f-40adf9d01039 {
  display: none;
}
#s-37064869-fdbe-4203-a90f-40adf9d01039, #wrap-s-37064869-fdbe-4203-a90f-40adf9d01039 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37064869-fdbe-4203-a90f-40adf9d01039 {
  display: none;
}
#s-37064869-fdbe-4203-a90f-40adf9d01039, #wrap-s-37064869-fdbe-4203-a90f-40adf9d01039 { display: none !important; }}@media (max-width: 767px){#s-37064869-fdbe-4203-a90f-40adf9d01039 {
  display: none;
}
#s-37064869-fdbe-4203-a90f-40adf9d01039, #wrap-s-37064869-fdbe-4203-a90f-40adf9d01039 { display: none !important; }}
#s-dcb9c607-9265-4409-8142-f09026c04d41 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-dcb9c607-9265-4409-8142-f09026c04d41 {
  display: none;
}
#s-dcb9c607-9265-4409-8142-f09026c04d41, #wrap-s-dcb9c607-9265-4409-8142-f09026c04d41 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dcb9c607-9265-4409-8142-f09026c04d41 {
  display: none;
}
#s-dcb9c607-9265-4409-8142-f09026c04d41, #wrap-s-dcb9c607-9265-4409-8142-f09026c04d41 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dcb9c607-9265-4409-8142-f09026c04d41 {
  display: none;
}
#s-dcb9c607-9265-4409-8142-f09026c04d41, #wrap-s-dcb9c607-9265-4409-8142-f09026c04d41 { display: none !important; }}







#s-dcb9c607-9265-4409-8142-f09026c04d41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcb9c607-9265-4409-8142-f09026c04d41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1676a329-08f6-4efc-9e62-d7d3b8e51ee2 {
  margin-top: 1px;
margin-bottom: 14px;
}
@media (max-width: 767px){#s-1676a329-08f6-4efc-9e62-d7d3b8e51ee2 {
  display: none;
}
#s-1676a329-08f6-4efc-9e62-d7d3b8e51ee2, #wrap-s-1676a329-08f6-4efc-9e62-d7d3b8e51ee2 { display: none !important; }}
#s-1676a329-08f6-4efc-9e62-d7d3b8e51ee2 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

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

}

@media (min-width: 768px) {
[id="s-c74841d8-cefd-4d5e-ae61-9ddc5701e00e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-c74841d8-cefd-4d5e-ae61-9ddc5701e00e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-c74841d8-cefd-4d5e-ae61-9ddc5701e00e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-c74841d8-cefd-4d5e-ae61-9ddc5701e00e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-c74841d8-cefd-4d5e-ae61-9ddc5701e00e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-c74841d8-cefd-4d5e-ae61-9ddc5701e00e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-0d9140a9-aa11-4759-9948-09d7d8bea997 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-0d9140a9-aa11-4759-9948-09d7d8bea997 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-9310a200-3e7a-4deb-895d-0040e7dabe0c {
  
}
}@media (max-width: 767px){#s-9310a200-3e7a-4deb-895d-0040e7dabe0c {
  
}
}
@media (min-width: 1200px){#s-2c4b1b53-55a8-4f89-837b-6ed07ad5f87e {
  display: none;
}
#s-2c4b1b53-55a8-4f89-837b-6ed07ad5f87e, #wrap-s-2c4b1b53-55a8-4f89-837b-6ed07ad5f87e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c4b1b53-55a8-4f89-837b-6ed07ad5f87e {
  display: none;
}
#s-2c4b1b53-55a8-4f89-837b-6ed07ad5f87e, #wrap-s-2c4b1b53-55a8-4f89-837b-6ed07ad5f87e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2c4b1b53-55a8-4f89-837b-6ed07ad5f87e {
  display: none;
}
#s-2c4b1b53-55a8-4f89-837b-6ed07ad5f87e, #wrap-s-2c4b1b53-55a8-4f89-837b-6ed07ad5f87e { display: none !important; }}@media (max-width: 767px){#s-2c4b1b53-55a8-4f89-837b-6ed07ad5f87e {
  display: none;
}
#s-2c4b1b53-55a8-4f89-837b-6ed07ad5f87e, #wrap-s-2c4b1b53-55a8-4f89-837b-6ed07ad5f87e { display: none !important; }}
#s-11211a13-2e9d-4f2a-8879-eb9966aaf57e {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-11211a13-2e9d-4f2a-8879-eb9966aaf57e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11211a13-2e9d-4f2a-8879-eb9966aaf57e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-29872bc7-b8d5-4cf8-b0c7-793c6cdcd3a3 {
  
}
}
@media (min-width: 1200px){#s-99beae66-37e2-4345-a036-d41813163d26 {
  display: none;
}
#s-99beae66-37e2-4345-a036-d41813163d26, #wrap-s-99beae66-37e2-4345-a036-d41813163d26 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99beae66-37e2-4345-a036-d41813163d26 {
  display: none;
}
#s-99beae66-37e2-4345-a036-d41813163d26, #wrap-s-99beae66-37e2-4345-a036-d41813163d26 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99beae66-37e2-4345-a036-d41813163d26 {
  display: none;
}
#s-99beae66-37e2-4345-a036-d41813163d26, #wrap-s-99beae66-37e2-4345-a036-d41813163d26 { display: none !important; }}@media (max-width: 767px){#s-99beae66-37e2-4345-a036-d41813163d26 {
  display: none;
}
#s-99beae66-37e2-4345-a036-d41813163d26, #wrap-s-99beae66-37e2-4345-a036-d41813163d26 { display: none !important; }}
#s-55cec1a4-195a-43df-87c0-208ddf4ce288 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-55cec1a4-195a-43df-87c0-208ddf4ce288 {
  display: none;
}
#s-55cec1a4-195a-43df-87c0-208ddf4ce288, #wrap-s-55cec1a4-195a-43df-87c0-208ddf4ce288 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55cec1a4-195a-43df-87c0-208ddf4ce288 {
  display: none;
}
#s-55cec1a4-195a-43df-87c0-208ddf4ce288, #wrap-s-55cec1a4-195a-43df-87c0-208ddf4ce288 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55cec1a4-195a-43df-87c0-208ddf4ce288 {
  display: none;
}
#s-55cec1a4-195a-43df-87c0-208ddf4ce288, #wrap-s-55cec1a4-195a-43df-87c0-208ddf4ce288 { display: none !important; }}







#s-55cec1a4-195a-43df-87c0-208ddf4ce288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55cec1a4-195a-43df-87c0-208ddf4ce288.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d156b471-a184-4278-b353-d28ad68cf8e9 {
  margin-top: 1px;
margin-bottom: 14px;
}
@media (max-width: 767px){#s-d156b471-a184-4278-b353-d28ad68cf8e9 {
  display: none;
}
#s-d156b471-a184-4278-b353-d28ad68cf8e9, #wrap-s-d156b471-a184-4278-b353-d28ad68cf8e9 { display: none !important; }}
#s-d156b471-a184-4278-b353-d28ad68cf8e9 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-4b2a9f45-d57c-4361-8ab8-21320be52573 {
  display: none;
}
#s-4b2a9f45-d57c-4361-8ab8-21320be52573, #wrap-s-4b2a9f45-d57c-4361-8ab8-21320be52573 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4b2a9f45-d57c-4361-8ab8-21320be52573"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-4b2a9f45-d57c-4361-8ab8-21320be52573"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-4b2a9f45-d57c-4361-8ab8-21320be52573"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-4b2a9f45-d57c-4361-8ab8-21320be52573"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-4b2a9f45-d57c-4361-8ab8-21320be52573"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b2a9f45-d57c-4361-8ab8-21320be52573"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-4b2a9f45-d57c-4361-8ab8-21320be52573"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-2dec6b70-c6eb-491c-b244-df35871d61cc {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-2dec6b70-c6eb-491c-b244-df35871d61cc hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-3e2081fa-23d4-4c39-a5f4-15a36377044b {
  
}
}@media (max-width: 767px){#s-3e2081fa-23d4-4c39-a5f4-15a36377044b {
  
}
}
@media (min-width: 1200px){#s-bbcbd652-e047-4095-954a-3a7bed055b3d {
  display: none;
}
#s-bbcbd652-e047-4095-954a-3a7bed055b3d, #wrap-s-bbcbd652-e047-4095-954a-3a7bed055b3d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbcbd652-e047-4095-954a-3a7bed055b3d {
  display: none;
}
#s-bbcbd652-e047-4095-954a-3a7bed055b3d, #wrap-s-bbcbd652-e047-4095-954a-3a7bed055b3d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bbcbd652-e047-4095-954a-3a7bed055b3d {
  display: none;
}
#s-bbcbd652-e047-4095-954a-3a7bed055b3d, #wrap-s-bbcbd652-e047-4095-954a-3a7bed055b3d { display: none !important; }}@media (max-width: 767px){#s-bbcbd652-e047-4095-954a-3a7bed055b3d {
  display: none;
}
#s-bbcbd652-e047-4095-954a-3a7bed055b3d, #wrap-s-bbcbd652-e047-4095-954a-3a7bed055b3d { display: none !important; }}
#s-30d04d7f-0b19-4c57-8adf-04fc953089b4 {
  padding-left: 230px;
padding-right: 230px;
}
@media (min-width: 768px) and (max-width: 991px){#s-30d04d7f-0b19-4c57-8adf-04fc953089b4 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-30d04d7f-0b19-4c57-8adf-04fc953089b4 {
  padding-left: 5px;
padding-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-30d04d7f-0b19-4c57-8adf-04fc953089b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30d04d7f-0b19-4c57-8adf-04fc953089b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-30d04d7f-0b19-4c57-8adf-04fc953089b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-30d04d7f-0b19-4c57-8adf-04fc953089b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-c02418fe-8ee0-4629-bf69-1905a7e12d7e {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c02418fe-8ee0-4629-bf69-1905a7e12d7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c02418fe-8ee0-4629-bf69-1905a7e12d7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-79530334-ec86-48c5-809e-640a57f329b9 {
  
}
}
@media (min-width: 1200px){#s-609ac402-fc6d-429c-b27f-9920a2acba50 {
  display: none;
}
#s-609ac402-fc6d-429c-b27f-9920a2acba50, #wrap-s-609ac402-fc6d-429c-b27f-9920a2acba50 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-609ac402-fc6d-429c-b27f-9920a2acba50 {
  display: none;
}
#s-609ac402-fc6d-429c-b27f-9920a2acba50, #wrap-s-609ac402-fc6d-429c-b27f-9920a2acba50 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-609ac402-fc6d-429c-b27f-9920a2acba50 {
  display: none;
}
#s-609ac402-fc6d-429c-b27f-9920a2acba50, #wrap-s-609ac402-fc6d-429c-b27f-9920a2acba50 { display: none !important; }}@media (max-width: 767px){#s-609ac402-fc6d-429c-b27f-9920a2acba50 {
  display: none;
}
#s-609ac402-fc6d-429c-b27f-9920a2acba50, #wrap-s-609ac402-fc6d-429c-b27f-9920a2acba50 { display: none !important; }}
#s-1dd0118a-367b-4ba2-80f0-0b90e9124c4e {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-1dd0118a-367b-4ba2-80f0-0b90e9124c4e {
  display: none;
}
#s-1dd0118a-367b-4ba2-80f0-0b90e9124c4e, #wrap-s-1dd0118a-367b-4ba2-80f0-0b90e9124c4e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dd0118a-367b-4ba2-80f0-0b90e9124c4e {
  display: none;
}
#s-1dd0118a-367b-4ba2-80f0-0b90e9124c4e, #wrap-s-1dd0118a-367b-4ba2-80f0-0b90e9124c4e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dd0118a-367b-4ba2-80f0-0b90e9124c4e {
  display: none;
}
#s-1dd0118a-367b-4ba2-80f0-0b90e9124c4e, #wrap-s-1dd0118a-367b-4ba2-80f0-0b90e9124c4e { display: none !important; }}







#s-1dd0118a-367b-4ba2-80f0-0b90e9124c4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dd0118a-367b-4ba2-80f0-0b90e9124c4e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70c72b1f-5e19-4514-a2d6-3dbf362d7d23 {
  margin-top: 1px;
margin-bottom: 14px;
}
@media (max-width: 767px){#s-70c72b1f-5e19-4514-a2d6-3dbf362d7d23 {
  display: none;
}
#s-70c72b1f-5e19-4514-a2d6-3dbf362d7d23, #wrap-s-70c72b1f-5e19-4514-a2d6-3dbf362d7d23 { display: none !important; }}
#s-70c72b1f-5e19-4514-a2d6-3dbf362d7d23 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-2c932441-86fa-45f4-931d-07ae3ab624e6 {
  display: none;
}
#s-2c932441-86fa-45f4-931d-07ae3ab624e6, #wrap-s-2c932441-86fa-45f4-931d-07ae3ab624e6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2c932441-86fa-45f4-931d-07ae3ab624e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-2c932441-86fa-45f4-931d-07ae3ab624e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2c932441-86fa-45f4-931d-07ae3ab624e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-2c932441-86fa-45f4-931d-07ae3ab624e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2c932441-86fa-45f4-931d-07ae3ab624e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c932441-86fa-45f4-931d-07ae3ab624e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2c932441-86fa-45f4-931d-07ae3ab624e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-972f55ae-519f-437f-a451-af796eb158cd {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-972f55ae-519f-437f-a451-af796eb158cd hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-6e0c3ebf-db55-4037-af47-fdabd3151be7 {
  
}
}@media (max-width: 767px){#s-6e0c3ebf-db55-4037-af47-fdabd3151be7 {
  
}
}
@media (min-width: 1200px){#s-eee664bd-3cfe-4db2-8f1b-39480f2ded4f {
  display: none;
}
#s-eee664bd-3cfe-4db2-8f1b-39480f2ded4f, #wrap-s-eee664bd-3cfe-4db2-8f1b-39480f2ded4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eee664bd-3cfe-4db2-8f1b-39480f2ded4f {
  display: none;
}
#s-eee664bd-3cfe-4db2-8f1b-39480f2ded4f, #wrap-s-eee664bd-3cfe-4db2-8f1b-39480f2ded4f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eee664bd-3cfe-4db2-8f1b-39480f2ded4f {
  display: none;
}
#s-eee664bd-3cfe-4db2-8f1b-39480f2ded4f, #wrap-s-eee664bd-3cfe-4db2-8f1b-39480f2ded4f { display: none !important; }}@media (max-width: 767px){#s-eee664bd-3cfe-4db2-8f1b-39480f2ded4f {
  display: none;
}
#s-eee664bd-3cfe-4db2-8f1b-39480f2ded4f, #wrap-s-eee664bd-3cfe-4db2-8f1b-39480f2ded4f { display: none !important; }}
#s-418ad76e-2af7-4614-b4eb-938c0ac0f7dc {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-418ad76e-2af7-4614-b4eb-938c0ac0f7dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-418ad76e-2af7-4614-b4eb-938c0ac0f7dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-9e05abdb-28a2-4449-ba10-29e29eaa8788 {
  
}
}
@media (min-width: 1200px){#s-0e8f5a79-fcc6-4178-85a2-52fa28dfd8a5 {
  display: none;
}
#s-0e8f5a79-fcc6-4178-85a2-52fa28dfd8a5, #wrap-s-0e8f5a79-fcc6-4178-85a2-52fa28dfd8a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e8f5a79-fcc6-4178-85a2-52fa28dfd8a5 {
  display: none;
}
#s-0e8f5a79-fcc6-4178-85a2-52fa28dfd8a5, #wrap-s-0e8f5a79-fcc6-4178-85a2-52fa28dfd8a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e8f5a79-fcc6-4178-85a2-52fa28dfd8a5 {
  display: none;
}
#s-0e8f5a79-fcc6-4178-85a2-52fa28dfd8a5, #wrap-s-0e8f5a79-fcc6-4178-85a2-52fa28dfd8a5 { display: none !important; }}@media (max-width: 767px){#s-0e8f5a79-fcc6-4178-85a2-52fa28dfd8a5 {
  display: none;
}
#s-0e8f5a79-fcc6-4178-85a2-52fa28dfd8a5, #wrap-s-0e8f5a79-fcc6-4178-85a2-52fa28dfd8a5 { display: none !important; }}
#s-3cef084f-6ce3-4870-9505-8d1a01f7b22d {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-3cef084f-6ce3-4870-9505-8d1a01f7b22d {
  display: none;
}
#s-3cef084f-6ce3-4870-9505-8d1a01f7b22d, #wrap-s-3cef084f-6ce3-4870-9505-8d1a01f7b22d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3cef084f-6ce3-4870-9505-8d1a01f7b22d {
  display: none;
}
#s-3cef084f-6ce3-4870-9505-8d1a01f7b22d, #wrap-s-3cef084f-6ce3-4870-9505-8d1a01f7b22d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3cef084f-6ce3-4870-9505-8d1a01f7b22d {
  display: none;
}
#s-3cef084f-6ce3-4870-9505-8d1a01f7b22d, #wrap-s-3cef084f-6ce3-4870-9505-8d1a01f7b22d { display: none !important; }}







#s-3cef084f-6ce3-4870-9505-8d1a01f7b22d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cef084f-6ce3-4870-9505-8d1a01f7b22d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2492e42-c8d8-42df-a406-3d723233ab71 {
  margin-top: 1px;
margin-bottom: 14px;
}
@media (max-width: 767px){#s-d2492e42-c8d8-42df-a406-3d723233ab71 {
  display: none;
}
#s-d2492e42-c8d8-42df-a406-3d723233ab71, #wrap-s-d2492e42-c8d8-42df-a406-3d723233ab71 { display: none !important; }}
#s-d2492e42-c8d8-42df-a406-3d723233ab71 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-018f23c2-2546-4f4f-8119-9086eaffe251 {
  display: none;
}
#s-018f23c2-2546-4f4f-8119-9086eaffe251, #wrap-s-018f23c2-2546-4f4f-8119-9086eaffe251 { display: none !important; }}
@media (min-width: 0px) {
[id="s-018f23c2-2546-4f4f-8119-9086eaffe251"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-018f23c2-2546-4f4f-8119-9086eaffe251"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-018f23c2-2546-4f4f-8119-9086eaffe251"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-018f23c2-2546-4f4f-8119-9086eaffe251"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-018f23c2-2546-4f4f-8119-9086eaffe251"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-018f23c2-2546-4f4f-8119-9086eaffe251"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-018f23c2-2546-4f4f-8119-9086eaffe251"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-d2582eca-9d76-445f-861f-d6f38ede36f0 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-d2582eca-9d76-445f-861f-d6f38ede36f0 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-d2921f5c-797f-4b4b-bb6b-b64972420e25 {
  
}
}@media (max-width: 767px){#s-d2921f5c-797f-4b4b-bb6b-b64972420e25 {
  
}
}
@media (min-width: 1200px){#s-3b6df902-d9e1-4318-a302-4a3e4fcf3633 {
  display: none;
}
#s-3b6df902-d9e1-4318-a302-4a3e4fcf3633, #wrap-s-3b6df902-d9e1-4318-a302-4a3e4fcf3633 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b6df902-d9e1-4318-a302-4a3e4fcf3633 {
  display: none;
}
#s-3b6df902-d9e1-4318-a302-4a3e4fcf3633, #wrap-s-3b6df902-d9e1-4318-a302-4a3e4fcf3633 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b6df902-d9e1-4318-a302-4a3e4fcf3633 {
  display: none;
}
#s-3b6df902-d9e1-4318-a302-4a3e4fcf3633, #wrap-s-3b6df902-d9e1-4318-a302-4a3e4fcf3633 { display: none !important; }}@media (max-width: 767px){#s-3b6df902-d9e1-4318-a302-4a3e4fcf3633 {
  display: none;
}
#s-3b6df902-d9e1-4318-a302-4a3e4fcf3633, #wrap-s-3b6df902-d9e1-4318-a302-4a3e4fcf3633 { display: none !important; }}
#s-213375a2-61ba-42f9-a618-26eaec5e1176 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-213375a2-61ba-42f9-a618-26eaec5e1176 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-213375a2-61ba-42f9-a618-26eaec5e1176.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-ef85818c-d202-4f75-9c22-2451b5429efc {
  
}
}
@media (min-width: 1200px){#s-253c337b-4a67-42e4-b6a4-72fc89df3e8c {
  display: none;
}
#s-253c337b-4a67-42e4-b6a4-72fc89df3e8c, #wrap-s-253c337b-4a67-42e4-b6a4-72fc89df3e8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-253c337b-4a67-42e4-b6a4-72fc89df3e8c {
  display: none;
}
#s-253c337b-4a67-42e4-b6a4-72fc89df3e8c, #wrap-s-253c337b-4a67-42e4-b6a4-72fc89df3e8c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-253c337b-4a67-42e4-b6a4-72fc89df3e8c {
  display: none;
}
#s-253c337b-4a67-42e4-b6a4-72fc89df3e8c, #wrap-s-253c337b-4a67-42e4-b6a4-72fc89df3e8c { display: none !important; }}@media (max-width: 767px){#s-253c337b-4a67-42e4-b6a4-72fc89df3e8c {
  display: none;
}
#s-253c337b-4a67-42e4-b6a4-72fc89df3e8c, #wrap-s-253c337b-4a67-42e4-b6a4-72fc89df3e8c { display: none !important; }}
#s-91a73b65-e06b-4b2f-9319-f88ec873ce4f {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-91a73b65-e06b-4b2f-9319-f88ec873ce4f {
  display: none;
}
#s-91a73b65-e06b-4b2f-9319-f88ec873ce4f, #wrap-s-91a73b65-e06b-4b2f-9319-f88ec873ce4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91a73b65-e06b-4b2f-9319-f88ec873ce4f {
  display: none;
}
#s-91a73b65-e06b-4b2f-9319-f88ec873ce4f, #wrap-s-91a73b65-e06b-4b2f-9319-f88ec873ce4f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91a73b65-e06b-4b2f-9319-f88ec873ce4f {
  display: none;
}
#s-91a73b65-e06b-4b2f-9319-f88ec873ce4f, #wrap-s-91a73b65-e06b-4b2f-9319-f88ec873ce4f { display: none !important; }}







#s-91a73b65-e06b-4b2f-9319-f88ec873ce4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91a73b65-e06b-4b2f-9319-f88ec873ce4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3d26de4-723f-45bd-9cff-3ba5b6d24257 {
  margin-top: 1px;
margin-bottom: 14px;
}
@media (max-width: 767px){#s-b3d26de4-723f-45bd-9cff-3ba5b6d24257 {
  display: none;
}
#s-b3d26de4-723f-45bd-9cff-3ba5b6d24257, #wrap-s-b3d26de4-723f-45bd-9cff-3ba5b6d24257 { display: none !important; }}
#s-b3d26de4-723f-45bd-9cff-3ba5b6d24257 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-2818779a-0ebe-4cb5-beba-537b5a6efa5b {
  display: none;
}
#s-2818779a-0ebe-4cb5-beba-537b5a6efa5b, #wrap-s-2818779a-0ebe-4cb5-beba-537b5a6efa5b { display: none !important; }}
@media (min-width: 0px) {
[id="s-2818779a-0ebe-4cb5-beba-537b5a6efa5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-2818779a-0ebe-4cb5-beba-537b5a6efa5b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2818779a-0ebe-4cb5-beba-537b5a6efa5b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-2818779a-0ebe-4cb5-beba-537b5a6efa5b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2818779a-0ebe-4cb5-beba-537b5a6efa5b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-2818779a-0ebe-4cb5-beba-537b5a6efa5b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2818779a-0ebe-4cb5-beba-537b5a6efa5b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-6759324d-efe5-4d85-bc53-ba2f9deed69c {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-6759324d-efe5-4d85-bc53-ba2f9deed69c hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-ca2e03d0-3b8d-4bf2-a1fb-0a75fd9982eb {
  
}
}@media (max-width: 767px){#s-ca2e03d0-3b8d-4bf2-a1fb-0a75fd9982eb {
  
}
}
@media (min-width: 1200px){#s-182c579e-8593-4978-aa19-e2af2436289c {
  display: none;
}
#s-182c579e-8593-4978-aa19-e2af2436289c, #wrap-s-182c579e-8593-4978-aa19-e2af2436289c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-182c579e-8593-4978-aa19-e2af2436289c {
  display: none;
}
#s-182c579e-8593-4978-aa19-e2af2436289c, #wrap-s-182c579e-8593-4978-aa19-e2af2436289c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-182c579e-8593-4978-aa19-e2af2436289c {
  display: none;
}
#s-182c579e-8593-4978-aa19-e2af2436289c, #wrap-s-182c579e-8593-4978-aa19-e2af2436289c { display: none !important; }}@media (max-width: 767px){#s-182c579e-8593-4978-aa19-e2af2436289c {
  display: none;
}
#s-182c579e-8593-4978-aa19-e2af2436289c, #wrap-s-182c579e-8593-4978-aa19-e2af2436289c { display: none !important; }}
#s-ce06e54b-fab1-43b4-b4b9-55ed4a72385d {
  padding-left: 230px;
padding-right: 230px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce06e54b-fab1-43b4-b4b9-55ed4a72385d {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-ce06e54b-fab1-43b4-b4b9-55ed4a72385d {
  padding-left: 5px;
padding-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-ce06e54b-fab1-43b4-b4b9-55ed4a72385d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce06e54b-fab1-43b4-b4b9-55ed4a72385d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ce06e54b-fab1-43b4-b4b9-55ed4a72385d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ce06e54b-fab1-43b4-b4b9-55ed4a72385d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-bc2d63cb-44a3-48ae-a06f-3db476e59e0d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-bc2d63cb-44a3-48ae-a06f-3db476e59e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc2d63cb-44a3-48ae-a06f-3db476e59e0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-848bdb81-2226-4d16-b78e-8e7b7a6658a1 {
  
}
}
@media (min-width: 1200px){#s-31c07d79-1fcc-40f5-b275-b71603517f2f {
  display: none;
}
#s-31c07d79-1fcc-40f5-b275-b71603517f2f, #wrap-s-31c07d79-1fcc-40f5-b275-b71603517f2f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-31c07d79-1fcc-40f5-b275-b71603517f2f {
  display: none;
}
#s-31c07d79-1fcc-40f5-b275-b71603517f2f, #wrap-s-31c07d79-1fcc-40f5-b275-b71603517f2f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-31c07d79-1fcc-40f5-b275-b71603517f2f {
  display: none;
}
#s-31c07d79-1fcc-40f5-b275-b71603517f2f, #wrap-s-31c07d79-1fcc-40f5-b275-b71603517f2f { display: none !important; }}@media (max-width: 767px){#s-31c07d79-1fcc-40f5-b275-b71603517f2f {
  display: none;
}
#s-31c07d79-1fcc-40f5-b275-b71603517f2f, #wrap-s-31c07d79-1fcc-40f5-b275-b71603517f2f { display: none !important; }}
#s-9d4579f4-8377-4ebe-a522-46f3b9460409 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-9d4579f4-8377-4ebe-a522-46f3b9460409 {
  display: none;
}
#s-9d4579f4-8377-4ebe-a522-46f3b9460409, #wrap-s-9d4579f4-8377-4ebe-a522-46f3b9460409 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d4579f4-8377-4ebe-a522-46f3b9460409 {
  display: none;
}
#s-9d4579f4-8377-4ebe-a522-46f3b9460409, #wrap-s-9d4579f4-8377-4ebe-a522-46f3b9460409 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9d4579f4-8377-4ebe-a522-46f3b9460409 {
  display: none;
}
#s-9d4579f4-8377-4ebe-a522-46f3b9460409, #wrap-s-9d4579f4-8377-4ebe-a522-46f3b9460409 { display: none !important; }}







#s-9d4579f4-8377-4ebe-a522-46f3b9460409 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d4579f4-8377-4ebe-a522-46f3b9460409.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62d6696b-6257-4e80-aa84-18678dc41ffa {
  margin-top: 1px;
margin-bottom: 14px;
}
@media (max-width: 767px){#s-62d6696b-6257-4e80-aa84-18678dc41ffa {
  display: none;
}
#s-62d6696b-6257-4e80-aa84-18678dc41ffa, #wrap-s-62d6696b-6257-4e80-aa84-18678dc41ffa { display: none !important; }}
#s-62d6696b-6257-4e80-aa84-18678dc41ffa hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-a7c39343-60d1-433f-8e2b-b98a9b5f50df {
  display: none;
}
#s-a7c39343-60d1-433f-8e2b-b98a9b5f50df, #wrap-s-a7c39343-60d1-433f-8e2b-b98a9b5f50df { display: none !important; }}
@media (min-width: 0px) {
[id="s-a7c39343-60d1-433f-8e2b-b98a9b5f50df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-a7c39343-60d1-433f-8e2b-b98a9b5f50df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-a7c39343-60d1-433f-8e2b-b98a9b5f50df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-a7c39343-60d1-433f-8e2b-b98a9b5f50df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-a7c39343-60d1-433f-8e2b-b98a9b5f50df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7c39343-60d1-433f-8e2b-b98a9b5f50df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-a7c39343-60d1-433f-8e2b-b98a9b5f50df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-930b21e9-51bc-4c98-bfc1-55088016056f {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-930b21e9-51bc-4c98-bfc1-55088016056f hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-e4b6b794-13b1-4ef4-91c8-8cd2b170a281 {
  
}
}@media (max-width: 767px){#s-e4b6b794-13b1-4ef4-91c8-8cd2b170a281 {
  
}
}
@media (min-width: 1200px){#s-bba805ed-74dd-4118-bc85-87ee138be41c {
  display: none;
}
#s-bba805ed-74dd-4118-bc85-87ee138be41c, #wrap-s-bba805ed-74dd-4118-bc85-87ee138be41c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bba805ed-74dd-4118-bc85-87ee138be41c {
  display: none;
}
#s-bba805ed-74dd-4118-bc85-87ee138be41c, #wrap-s-bba805ed-74dd-4118-bc85-87ee138be41c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bba805ed-74dd-4118-bc85-87ee138be41c {
  display: none;
}
#s-bba805ed-74dd-4118-bc85-87ee138be41c, #wrap-s-bba805ed-74dd-4118-bc85-87ee138be41c { display: none !important; }}@media (max-width: 767px){#s-bba805ed-74dd-4118-bc85-87ee138be41c {
  display: none;
}
#s-bba805ed-74dd-4118-bc85-87ee138be41c, #wrap-s-bba805ed-74dd-4118-bc85-87ee138be41c { display: none !important; }}
#s-1fd10762-1117-440a-b223-8362af3a66d2 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-1fd10762-1117-440a-b223-8362af3a66d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fd10762-1117-440a-b223-8362af3a66d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-98197fde-41a4-40a1-84ff-4040fc460dce {
  
}
}
@media (min-width: 1200px){#s-3c10c621-3302-445f-b1f4-3e9678165bd4 {
  display: none;
}
#s-3c10c621-3302-445f-b1f4-3e9678165bd4, #wrap-s-3c10c621-3302-445f-b1f4-3e9678165bd4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c10c621-3302-445f-b1f4-3e9678165bd4 {
  display: none;
}
#s-3c10c621-3302-445f-b1f4-3e9678165bd4, #wrap-s-3c10c621-3302-445f-b1f4-3e9678165bd4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c10c621-3302-445f-b1f4-3e9678165bd4 {
  display: none;
}
#s-3c10c621-3302-445f-b1f4-3e9678165bd4, #wrap-s-3c10c621-3302-445f-b1f4-3e9678165bd4 { display: none !important; }}@media (max-width: 767px){#s-3c10c621-3302-445f-b1f4-3e9678165bd4 {
  display: none;
}
#s-3c10c621-3302-445f-b1f4-3e9678165bd4, #wrap-s-3c10c621-3302-445f-b1f4-3e9678165bd4 { display: none !important; }}
#s-ab945e74-b24a-47a3-8716-e13d70415b87 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-ab945e74-b24a-47a3-8716-e13d70415b87 {
  display: none;
}
#s-ab945e74-b24a-47a3-8716-e13d70415b87, #wrap-s-ab945e74-b24a-47a3-8716-e13d70415b87 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab945e74-b24a-47a3-8716-e13d70415b87 {
  display: none;
}
#s-ab945e74-b24a-47a3-8716-e13d70415b87, #wrap-s-ab945e74-b24a-47a3-8716-e13d70415b87 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab945e74-b24a-47a3-8716-e13d70415b87 {
  display: none;
}
#s-ab945e74-b24a-47a3-8716-e13d70415b87, #wrap-s-ab945e74-b24a-47a3-8716-e13d70415b87 { display: none !important; }}







#s-ab945e74-b24a-47a3-8716-e13d70415b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab945e74-b24a-47a3-8716-e13d70415b87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c12bca4-a9b5-4342-b1b3-dd580da0fc41 {
  margin-top: 1px;
margin-bottom: 14px;
}
@media (max-width: 767px){#s-4c12bca4-a9b5-4342-b1b3-dd580da0fc41 {
  display: none;
}
#s-4c12bca4-a9b5-4342-b1b3-dd580da0fc41, #wrap-s-4c12bca4-a9b5-4342-b1b3-dd580da0fc41 { display: none !important; }}
#s-4c12bca4-a9b5-4342-b1b3-dd580da0fc41 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-9cfd0da1-4219-4900-9d4e-92385b15b426 {
  display: none;
}
#s-9cfd0da1-4219-4900-9d4e-92385b15b426, #wrap-s-9cfd0da1-4219-4900-9d4e-92385b15b426 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9cfd0da1-4219-4900-9d4e-92385b15b426"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-9cfd0da1-4219-4900-9d4e-92385b15b426"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-9cfd0da1-4219-4900-9d4e-92385b15b426"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-9cfd0da1-4219-4900-9d4e-92385b15b426"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-9cfd0da1-4219-4900-9d4e-92385b15b426"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cfd0da1-4219-4900-9d4e-92385b15b426"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-9cfd0da1-4219-4900-9d4e-92385b15b426"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-a30d357f-7e94-4d26-ad56-a8b4ddd71519 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-a30d357f-7e94-4d26-ad56-a8b4ddd71519 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-ddf76882-716a-4cf5-8451-986a0266e87d {
  
}
}@media (max-width: 767px){#s-ddf76882-716a-4cf5-8451-986a0266e87d {
  
}
}
@media (min-width: 1200px){#s-4330ade2-7945-4c22-85fc-88b7f54f6a55 {
  display: none;
}
#s-4330ade2-7945-4c22-85fc-88b7f54f6a55, #wrap-s-4330ade2-7945-4c22-85fc-88b7f54f6a55 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4330ade2-7945-4c22-85fc-88b7f54f6a55 {
  display: none;
}
#s-4330ade2-7945-4c22-85fc-88b7f54f6a55, #wrap-s-4330ade2-7945-4c22-85fc-88b7f54f6a55 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4330ade2-7945-4c22-85fc-88b7f54f6a55 {
  display: none;
}
#s-4330ade2-7945-4c22-85fc-88b7f54f6a55, #wrap-s-4330ade2-7945-4c22-85fc-88b7f54f6a55 { display: none !important; }}@media (max-width: 767px){#s-4330ade2-7945-4c22-85fc-88b7f54f6a55 {
  display: none;
}
#s-4330ade2-7945-4c22-85fc-88b7f54f6a55, #wrap-s-4330ade2-7945-4c22-85fc-88b7f54f6a55 { display: none !important; }}
#s-fc7a9021-eb1f-4e72-b7a6-57baf34a44c5 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-fc7a9021-eb1f-4e72-b7a6-57baf34a44c5 {
  display: none;
}
#s-fc7a9021-eb1f-4e72-b7a6-57baf34a44c5, #wrap-s-fc7a9021-eb1f-4e72-b7a6-57baf34a44c5 { display: none !important; }}







#s-fc7a9021-eb1f-4e72-b7a6-57baf34a44c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc7a9021-eb1f-4e72-b7a6-57baf34a44c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-aa133062-3318-4a5d-a1c3-58cd08491136 {
  display: none;
}
#s-aa133062-3318-4a5d-a1c3-58cd08491136, #wrap-s-aa133062-3318-4a5d-a1c3-58cd08491136 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa133062-3318-4a5d-a1c3-58cd08491136 {
  display: none;
}
#s-aa133062-3318-4a5d-a1c3-58cd08491136, #wrap-s-aa133062-3318-4a5d-a1c3-58cd08491136 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa133062-3318-4a5d-a1c3-58cd08491136 {
  display: none;
}
#s-aa133062-3318-4a5d-a1c3-58cd08491136, #wrap-s-aa133062-3318-4a5d-a1c3-58cd08491136 { display: none !important; }}@media (max-width: 767px){#s-aa133062-3318-4a5d-a1c3-58cd08491136 {
  display: none;
}
#s-aa133062-3318-4a5d-a1c3-58cd08491136, #wrap-s-aa133062-3318-4a5d-a1c3-58cd08491136 { display: none !important; }}
#s-0789065d-7454-49fc-b0b5-3faaf5be20f1 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-0789065d-7454-49fc-b0b5-3faaf5be20f1 {
  display: none;
}
#s-0789065d-7454-49fc-b0b5-3faaf5be20f1, #wrap-s-0789065d-7454-49fc-b0b5-3faaf5be20f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0789065d-7454-49fc-b0b5-3faaf5be20f1 {
  display: none;
}
#s-0789065d-7454-49fc-b0b5-3faaf5be20f1, #wrap-s-0789065d-7454-49fc-b0b5-3faaf5be20f1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0789065d-7454-49fc-b0b5-3faaf5be20f1 {
  display: none;
}
#s-0789065d-7454-49fc-b0b5-3faaf5be20f1, #wrap-s-0789065d-7454-49fc-b0b5-3faaf5be20f1 { display: none !important; }}







#s-0789065d-7454-49fc-b0b5-3faaf5be20f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0789065d-7454-49fc-b0b5-3faaf5be20f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9209296d-bcc7-4af4-a95b-b96beae90258 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-9209296d-bcc7-4af4-a95b-b96beae90258 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-c78e77a6-4bb8-4202-93f8-d2636b6ff960 {
  display: none;
}
#s-c78e77a6-4bb8-4202-93f8-d2636b6ff960, #wrap-s-c78e77a6-4bb8-4202-93f8-d2636b6ff960 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c78e77a6-4bb8-4202-93f8-d2636b6ff960"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-c78e77a6-4bb8-4202-93f8-d2636b6ff960"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-c78e77a6-4bb8-4202-93f8-d2636b6ff960"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-c78e77a6-4bb8-4202-93f8-d2636b6ff960"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-c78e77a6-4bb8-4202-93f8-d2636b6ff960"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-c78e77a6-4bb8-4202-93f8-d2636b6ff960"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-c78e77a6-4bb8-4202-93f8-d2636b6ff960"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px){#s-1a02d902-68b5-4ab6-ae9d-269b1d25f266 {
  display: none;
}
#s-1a02d902-68b5-4ab6-ae9d-269b1d25f266, #wrap-s-1a02d902-68b5-4ab6-ae9d-269b1d25f266 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a02d902-68b5-4ab6-ae9d-269b1d25f266 {
  display: none;
}
#s-1a02d902-68b5-4ab6-ae9d-269b1d25f266, #wrap-s-1a02d902-68b5-4ab6-ae9d-269b1d25f266 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a02d902-68b5-4ab6-ae9d-269b1d25f266 {
  display: none;
}
#s-1a02d902-68b5-4ab6-ae9d-269b1d25f266, #wrap-s-1a02d902-68b5-4ab6-ae9d-269b1d25f266 { display: none !important; }}
#s-2ee85ff6-45a2-4d1c-951a-ef5f942b64d2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2ee85ff6-45a2-4d1c-951a-ef5f942b64d2 {
  display: none;
}
#s-2ee85ff6-45a2-4d1c-951a-ef5f942b64d2, #wrap-s-2ee85ff6-45a2-4d1c-951a-ef5f942b64d2 { display: none !important; }}







#s-2ee85ff6-45a2-4d1c-951a-ef5f942b64d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ee85ff6-45a2-4d1c-951a-ef5f942b64d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-535eff63-9c8e-4388-8b44-1c523c35ffe0 {
  padding-top: 8px;
padding-left: 15px;
padding-bottom: 14px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(0, 130, 195, 1);
}








#s-535eff63-9c8e-4388-8b44-1c523c35ffe0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-535eff63-9c8e-4388-8b44-1c523c35ffe0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26a27cef-3b4d-4110-a25e-ab5cbf96394c {
  min-height: 20px;
}
@media (min-width: 1200px){#s-26a27cef-3b4d-4110-a25e-ab5cbf96394c {
  display: none;
}
#s-26a27cef-3b4d-4110-a25e-ab5cbf96394c, #wrap-s-26a27cef-3b4d-4110-a25e-ab5cbf96394c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26a27cef-3b4d-4110-a25e-ab5cbf96394c {
  display: none;
}
#s-26a27cef-3b4d-4110-a25e-ab5cbf96394c, #wrap-s-26a27cef-3b4d-4110-a25e-ab5cbf96394c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26a27cef-3b4d-4110-a25e-ab5cbf96394c {
  display: none;
}
#s-26a27cef-3b4d-4110-a25e-ab5cbf96394c, #wrap-s-26a27cef-3b4d-4110-a25e-ab5cbf96394c { display: none !important; }}







#s-26a27cef-3b4d-4110-a25e-ab5cbf96394c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26a27cef-3b4d-4110-a25e-ab5cbf96394c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-33f392a3-2321-44f7-b0fe-f4ba3ef3776a {
  display: none;
}
#s-33f392a3-2321-44f7-b0fe-f4ba3ef3776a, #wrap-s-33f392a3-2321-44f7-b0fe-f4ba3ef3776a { display: none !important; }}
@media (min-width: 1200px){#s-6b92d661-ed40-4d76-9a00-ef2e5637d749 {
  display: none;
}
#s-6b92d661-ed40-4d76-9a00-ef2e5637d749, #wrap-s-6b92d661-ed40-4d76-9a00-ef2e5637d749 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b92d661-ed40-4d76-9a00-ef2e5637d749 {
  display: none;
}
#s-6b92d661-ed40-4d76-9a00-ef2e5637d749, #wrap-s-6b92d661-ed40-4d76-9a00-ef2e5637d749 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b92d661-ed40-4d76-9a00-ef2e5637d749 {
  display: none;
}
#s-6b92d661-ed40-4d76-9a00-ef2e5637d749, #wrap-s-6b92d661-ed40-4d76-9a00-ef2e5637d749 { display: none !important; }}
#s-f55def9a-1ff2-4397-a31d-522afb2f1a41 {
  margin-top: -18px;
margin-bottom: 0px;
}

#s-f55def9a-1ff2-4397-a31d-522afb2f1a41 .shogun-icon-wrapper {
  text-align: center;
}


#s-f55def9a-1ff2-4397-a31d-522afb2f1a41 .shogun-icon-wrapper > .shogun-icon {

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

#s-ab9651aa-0509-4fb7-ab3f-b5555caf1c5c {
  min-height: 20px;
}
@media (min-width: 1200px){#s-ab9651aa-0509-4fb7-ab3f-b5555caf1c5c {
  display: none;
}
#s-ab9651aa-0509-4fb7-ab3f-b5555caf1c5c, #wrap-s-ab9651aa-0509-4fb7-ab3f-b5555caf1c5c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab9651aa-0509-4fb7-ab3f-b5555caf1c5c {
  display: none;
}
#s-ab9651aa-0509-4fb7-ab3f-b5555caf1c5c, #wrap-s-ab9651aa-0509-4fb7-ab3f-b5555caf1c5c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab9651aa-0509-4fb7-ab3f-b5555caf1c5c {
  display: none;
}
#s-ab9651aa-0509-4fb7-ab3f-b5555caf1c5c, #wrap-s-ab9651aa-0509-4fb7-ab3f-b5555caf1c5c { display: none !important; }}







#s-ab9651aa-0509-4fb7-ab3f-b5555caf1c5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab9651aa-0509-4fb7-ab3f-b5555caf1c5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f44f71da-49d8-4496-95e9-672dae8ff14a {
  padding-left: 15px;
padding-bottom: 30px;
padding-right: 15px;
min-height: 50px;
max-width: 990px;
}








#s-f44f71da-49d8-4496-95e9-672dae8ff14a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f44f71da-49d8-4496-95e9-672dae8ff14a.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-e8057a27-ceeb-485f-872e-882d2cff5189"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8057a27-ceeb-485f-872e-882d2cff5189"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e8057a27-ceeb-485f-872e-882d2cff5189"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e8057a27-ceeb-485f-872e-882d2cff5189"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-07460315-b136-4017-b295-e7e12941a3c9 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-07460315-b136-4017-b295-e7e12941a3c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07460315-b136-4017-b295-e7e12941a3c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-4422d2a7-e204-4e0d-90c4-607c90da6c43 {
  display: none;
}
#s-4422d2a7-e204-4e0d-90c4-607c90da6c43, #wrap-s-4422d2a7-e204-4e0d-90c4-607c90da6c43 { display: none !important; }}
@media (min-width: 1200px){#s-050d3dbe-71ea-47ed-b8b9-963377c9ca4f {
  display: none;
}
#s-050d3dbe-71ea-47ed-b8b9-963377c9ca4f, #wrap-s-050d3dbe-71ea-47ed-b8b9-963377c9ca4f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-050d3dbe-71ea-47ed-b8b9-963377c9ca4f {
  display: none;
}
#s-050d3dbe-71ea-47ed-b8b9-963377c9ca4f, #wrap-s-050d3dbe-71ea-47ed-b8b9-963377c9ca4f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-050d3dbe-71ea-47ed-b8b9-963377c9ca4f {
  display: none;
}
#s-050d3dbe-71ea-47ed-b8b9-963377c9ca4f, #wrap-s-050d3dbe-71ea-47ed-b8b9-963377c9ca4f { display: none !important; }}@media (max-width: 767px){#s-050d3dbe-71ea-47ed-b8b9-963377c9ca4f {
  
}
}
#s-0bf3608b-a893-4e44-82c5-b5e2a2af1ea5 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-0bf3608b-a893-4e44-82c5-b5e2a2af1ea5 {
  display: none;
}
#s-0bf3608b-a893-4e44-82c5-b5e2a2af1ea5, #wrap-s-0bf3608b-a893-4e44-82c5-b5e2a2af1ea5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bf3608b-a893-4e44-82c5-b5e2a2af1ea5 {
  display: none;
}
#s-0bf3608b-a893-4e44-82c5-b5e2a2af1ea5, #wrap-s-0bf3608b-a893-4e44-82c5-b5e2a2af1ea5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0bf3608b-a893-4e44-82c5-b5e2a2af1ea5 {
  display: none;
}
#s-0bf3608b-a893-4e44-82c5-b5e2a2af1ea5, #wrap-s-0bf3608b-a893-4e44-82c5-b5e2a2af1ea5 { display: none !important; }}







#s-0bf3608b-a893-4e44-82c5-b5e2a2af1ea5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bf3608b-a893-4e44-82c5-b5e2a2af1ea5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1eb9109-5c36-4591-8653-a1ef616d48c6 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-d1eb9109-5c36-4591-8653-a1ef616d48c6 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-97654454-87ce-40dd-9e1d-276a455e43dd {
  display: none;
}
#s-97654454-87ce-40dd-9e1d-276a455e43dd, #wrap-s-97654454-87ce-40dd-9e1d-276a455e43dd { display: none !important; }}
@media (min-width: 0px) {
[id="s-97654454-87ce-40dd-9e1d-276a455e43dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-97654454-87ce-40dd-9e1d-276a455e43dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-97654454-87ce-40dd-9e1d-276a455e43dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-97654454-87ce-40dd-9e1d-276a455e43dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-97654454-87ce-40dd-9e1d-276a455e43dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-97654454-87ce-40dd-9e1d-276a455e43dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-97654454-87ce-40dd-9e1d-276a455e43dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-63ba3244-1d30-49ad-a796-db3f7a5d9204 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-63ba3244-1d30-49ad-a796-db3f7a5d9204 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-b44545d4-dcc4-4beb-b416-4873e3b4cf11 {
  
}
}@media (max-width: 767px){#s-b44545d4-dcc4-4beb-b416-4873e3b4cf11 {
  display: none;
}
#s-b44545d4-dcc4-4beb-b416-4873e3b4cf11, #wrap-s-b44545d4-dcc4-4beb-b416-4873e3b4cf11 { display: none !important; }}
@media (min-width: 1200px){#s-38b356b6-2011-4a0a-83af-10576ecc7541 {
  display: none;
}
#s-38b356b6-2011-4a0a-83af-10576ecc7541, #wrap-s-38b356b6-2011-4a0a-83af-10576ecc7541 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38b356b6-2011-4a0a-83af-10576ecc7541 {
  display: none;
}
#s-38b356b6-2011-4a0a-83af-10576ecc7541, #wrap-s-38b356b6-2011-4a0a-83af-10576ecc7541 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38b356b6-2011-4a0a-83af-10576ecc7541 {
  display: none;
}
#s-38b356b6-2011-4a0a-83af-10576ecc7541, #wrap-s-38b356b6-2011-4a0a-83af-10576ecc7541 { display: none !important; }}
#s-6eb82a12-ec35-4b3d-981c-64c157bab00a {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-6eb82a12-ec35-4b3d-981c-64c157bab00a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6eb82a12-ec35-4b3d-981c-64c157bab00a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-7789dd08-9e6c-4cb5-9ee2-9772f3930558 {
  display: none;
}
#s-7789dd08-9e6c-4cb5-9ee2-9772f3930558, #wrap-s-7789dd08-9e6c-4cb5-9ee2-9772f3930558 { display: none !important; }}
@media (min-width: 1200px){#s-1a0164f6-04ca-4b0b-8a39-6cfdc13da819 {
  display: none;
}
#s-1a0164f6-04ca-4b0b-8a39-6cfdc13da819, #wrap-s-1a0164f6-04ca-4b0b-8a39-6cfdc13da819 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a0164f6-04ca-4b0b-8a39-6cfdc13da819 {
  display: none;
}
#s-1a0164f6-04ca-4b0b-8a39-6cfdc13da819, #wrap-s-1a0164f6-04ca-4b0b-8a39-6cfdc13da819 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1a0164f6-04ca-4b0b-8a39-6cfdc13da819 {
  display: none;
}
#s-1a0164f6-04ca-4b0b-8a39-6cfdc13da819, #wrap-s-1a0164f6-04ca-4b0b-8a39-6cfdc13da819 { display: none !important; }}@media (max-width: 767px){#s-1a0164f6-04ca-4b0b-8a39-6cfdc13da819 {
  
}
}
#s-a7681693-89e8-4fb6-9144-8ea74f575445 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-a7681693-89e8-4fb6-9144-8ea74f575445 {
  display: none;
}
#s-a7681693-89e8-4fb6-9144-8ea74f575445, #wrap-s-a7681693-89e8-4fb6-9144-8ea74f575445 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7681693-89e8-4fb6-9144-8ea74f575445 {
  display: none;
}
#s-a7681693-89e8-4fb6-9144-8ea74f575445, #wrap-s-a7681693-89e8-4fb6-9144-8ea74f575445 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7681693-89e8-4fb6-9144-8ea74f575445 {
  display: none;
}
#s-a7681693-89e8-4fb6-9144-8ea74f575445, #wrap-s-a7681693-89e8-4fb6-9144-8ea74f575445 { display: none !important; }}







#s-a7681693-89e8-4fb6-9144-8ea74f575445 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7681693-89e8-4fb6-9144-8ea74f575445.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0534db0-0b68-4d3d-82fd-16d569dc48a7 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-b0534db0-0b68-4d3d-82fd-16d569dc48a7 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-6c8ce2ac-5583-4ae6-9821-4414f71344e6 {
  display: none;
}
#s-6c8ce2ac-5583-4ae6-9821-4414f71344e6, #wrap-s-6c8ce2ac-5583-4ae6-9821-4414f71344e6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6c8ce2ac-5583-4ae6-9821-4414f71344e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-6c8ce2ac-5583-4ae6-9821-4414f71344e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-6c8ce2ac-5583-4ae6-9821-4414f71344e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-6c8ce2ac-5583-4ae6-9821-4414f71344e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-6c8ce2ac-5583-4ae6-9821-4414f71344e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c8ce2ac-5583-4ae6-9821-4414f71344e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-6c8ce2ac-5583-4ae6-9821-4414f71344e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-c5358b03-cbac-436b-b7e1-7d1a3ac59fb9 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-c5358b03-cbac-436b-b7e1-7d1a3ac59fb9 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-01a8afdc-310f-45b0-8be0-26cdb8552e0d {
  
}
}@media (max-width: 767px){#s-01a8afdc-310f-45b0-8be0-26cdb8552e0d {
  display: none;
}
#s-01a8afdc-310f-45b0-8be0-26cdb8552e0d, #wrap-s-01a8afdc-310f-45b0-8be0-26cdb8552e0d { display: none !important; }}
@media (min-width: 1200px){#s-ca181d47-dac6-4e41-b1f5-ebb2a4c03bbb {
  display: none;
}
#s-ca181d47-dac6-4e41-b1f5-ebb2a4c03bbb, #wrap-s-ca181d47-dac6-4e41-b1f5-ebb2a4c03bbb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca181d47-dac6-4e41-b1f5-ebb2a4c03bbb {
  display: none;
}
#s-ca181d47-dac6-4e41-b1f5-ebb2a4c03bbb, #wrap-s-ca181d47-dac6-4e41-b1f5-ebb2a4c03bbb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ca181d47-dac6-4e41-b1f5-ebb2a4c03bbb {
  display: none;
}
#s-ca181d47-dac6-4e41-b1f5-ebb2a4c03bbb, #wrap-s-ca181d47-dac6-4e41-b1f5-ebb2a4c03bbb { display: none !important; }}
#s-e75e25ba-46de-461e-aee1-8b2d2f5ee2f6 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-e75e25ba-46de-461e-aee1-8b2d2f5ee2f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e75e25ba-46de-461e-aee1-8b2d2f5ee2f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-40bb35e3-12e4-4ea2-bc67-3820c3a88ead {
  display: none;
}
#s-40bb35e3-12e4-4ea2-bc67-3820c3a88ead, #wrap-s-40bb35e3-12e4-4ea2-bc67-3820c3a88ead { display: none !important; }}
@media (min-width: 1200px){#s-34b73ac1-7488-4926-91b7-b1a2ef7b621f {
  display: none;
}
#s-34b73ac1-7488-4926-91b7-b1a2ef7b621f, #wrap-s-34b73ac1-7488-4926-91b7-b1a2ef7b621f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34b73ac1-7488-4926-91b7-b1a2ef7b621f {
  display: none;
}
#s-34b73ac1-7488-4926-91b7-b1a2ef7b621f, #wrap-s-34b73ac1-7488-4926-91b7-b1a2ef7b621f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34b73ac1-7488-4926-91b7-b1a2ef7b621f {
  display: none;
}
#s-34b73ac1-7488-4926-91b7-b1a2ef7b621f, #wrap-s-34b73ac1-7488-4926-91b7-b1a2ef7b621f { display: none !important; }}@media (max-width: 767px){#s-34b73ac1-7488-4926-91b7-b1a2ef7b621f {
  
}
}
#s-977357fd-fce9-41d1-bb32-494d249aa306 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-977357fd-fce9-41d1-bb32-494d249aa306 {
  display: none;
}
#s-977357fd-fce9-41d1-bb32-494d249aa306, #wrap-s-977357fd-fce9-41d1-bb32-494d249aa306 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-977357fd-fce9-41d1-bb32-494d249aa306 {
  display: none;
}
#s-977357fd-fce9-41d1-bb32-494d249aa306, #wrap-s-977357fd-fce9-41d1-bb32-494d249aa306 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-977357fd-fce9-41d1-bb32-494d249aa306 {
  display: none;
}
#s-977357fd-fce9-41d1-bb32-494d249aa306, #wrap-s-977357fd-fce9-41d1-bb32-494d249aa306 { display: none !important; }}







#s-977357fd-fce9-41d1-bb32-494d249aa306 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-977357fd-fce9-41d1-bb32-494d249aa306.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bf047d7-37a1-4990-964d-23a53c6cf5ec {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-9bf047d7-37a1-4990-964d-23a53c6cf5ec hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-8be8eff4-19ca-447d-89f2-507d5fb1769d {
  display: none;
}
#s-8be8eff4-19ca-447d-89f2-507d5fb1769d, #wrap-s-8be8eff4-19ca-447d-89f2-507d5fb1769d { display: none !important; }}
@media (min-width: 0px) {
[id="s-8be8eff4-19ca-447d-89f2-507d5fb1769d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-8be8eff4-19ca-447d-89f2-507d5fb1769d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-8be8eff4-19ca-447d-89f2-507d5fb1769d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-8be8eff4-19ca-447d-89f2-507d5fb1769d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-8be8eff4-19ca-447d-89f2-507d5fb1769d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-8be8eff4-19ca-447d-89f2-507d5fb1769d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-8be8eff4-19ca-447d-89f2-507d5fb1769d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-960b49d3-f093-41aa-986a-0887e2fee11b {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-960b49d3-f093-41aa-986a-0887e2fee11b hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-f1d3caca-88f7-471d-b702-16072b1420f2 {
  
}
}@media (max-width: 767px){#s-f1d3caca-88f7-471d-b702-16072b1420f2 {
  display: none;
}
#s-f1d3caca-88f7-471d-b702-16072b1420f2, #wrap-s-f1d3caca-88f7-471d-b702-16072b1420f2 { display: none !important; }}
@media (min-width: 1200px){#s-0f94155e-c4e5-4c59-9e59-71305fd83284 {
  display: none;
}
#s-0f94155e-c4e5-4c59-9e59-71305fd83284, #wrap-s-0f94155e-c4e5-4c59-9e59-71305fd83284 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f94155e-c4e5-4c59-9e59-71305fd83284 {
  display: none;
}
#s-0f94155e-c4e5-4c59-9e59-71305fd83284, #wrap-s-0f94155e-c4e5-4c59-9e59-71305fd83284 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0f94155e-c4e5-4c59-9e59-71305fd83284 {
  display: none;
}
#s-0f94155e-c4e5-4c59-9e59-71305fd83284, #wrap-s-0f94155e-c4e5-4c59-9e59-71305fd83284 { display: none !important; }}
@media (min-width: 0px) {
[id="s-646903a5-20f3-457c-9c2e-fc3bf2b882a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-646903a5-20f3-457c-9c2e-fc3bf2b882a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-646903a5-20f3-457c-9c2e-fc3bf2b882a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-646903a5-20f3-457c-9c2e-fc3bf2b882a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-f0ec1234-3765-443f-b36e-dc300e87c995 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-f0ec1234-3765-443f-b36e-dc300e87c995 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0ec1234-3765-443f-b36e-dc300e87c995.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-5330638a-f847-4e4a-971c-1235b200bf6d {
  display: none;
}
#s-5330638a-f847-4e4a-971c-1235b200bf6d, #wrap-s-5330638a-f847-4e4a-971c-1235b200bf6d { display: none !important; }}
@media (min-width: 1200px){#s-2173bae6-2478-4356-8c19-ff23af25061e {
  display: none;
}
#s-2173bae6-2478-4356-8c19-ff23af25061e, #wrap-s-2173bae6-2478-4356-8c19-ff23af25061e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2173bae6-2478-4356-8c19-ff23af25061e {
  display: none;
}
#s-2173bae6-2478-4356-8c19-ff23af25061e, #wrap-s-2173bae6-2478-4356-8c19-ff23af25061e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2173bae6-2478-4356-8c19-ff23af25061e {
  display: none;
}
#s-2173bae6-2478-4356-8c19-ff23af25061e, #wrap-s-2173bae6-2478-4356-8c19-ff23af25061e { display: none !important; }}@media (max-width: 767px){#s-2173bae6-2478-4356-8c19-ff23af25061e {
  
}
}
#s-8dc3a5c8-22b6-409c-81b1-fe19c33306ca {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-8dc3a5c8-22b6-409c-81b1-fe19c33306ca {
  display: none;
}
#s-8dc3a5c8-22b6-409c-81b1-fe19c33306ca, #wrap-s-8dc3a5c8-22b6-409c-81b1-fe19c33306ca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dc3a5c8-22b6-409c-81b1-fe19c33306ca {
  display: none;
}
#s-8dc3a5c8-22b6-409c-81b1-fe19c33306ca, #wrap-s-8dc3a5c8-22b6-409c-81b1-fe19c33306ca { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8dc3a5c8-22b6-409c-81b1-fe19c33306ca {
  display: none;
}
#s-8dc3a5c8-22b6-409c-81b1-fe19c33306ca, #wrap-s-8dc3a5c8-22b6-409c-81b1-fe19c33306ca { display: none !important; }}







#s-8dc3a5c8-22b6-409c-81b1-fe19c33306ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dc3a5c8-22b6-409c-81b1-fe19c33306ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c088b857-3773-475e-8ac6-325831a1d649 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-c088b857-3773-475e-8ac6-325831a1d649 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-fea90ffa-41d2-458a-ad64-3819377f3e00 {
  display: none;
}
#s-fea90ffa-41d2-458a-ad64-3819377f3e00, #wrap-s-fea90ffa-41d2-458a-ad64-3819377f3e00 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fea90ffa-41d2-458a-ad64-3819377f3e00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-fea90ffa-41d2-458a-ad64-3819377f3e00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-fea90ffa-41d2-458a-ad64-3819377f3e00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-fea90ffa-41d2-458a-ad64-3819377f3e00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-fea90ffa-41d2-458a-ad64-3819377f3e00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-fea90ffa-41d2-458a-ad64-3819377f3e00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-fea90ffa-41d2-458a-ad64-3819377f3e00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-4d873927-0176-4d53-bf2d-0f7c3e74e21a {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-4d873927-0176-4d53-bf2d-0f7c3e74e21a hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-649f69e7-a46b-41cd-9063-659c0eb4bc72 {
  
}
}@media (max-width: 767px){#s-649f69e7-a46b-41cd-9063-659c0eb4bc72 {
  display: none;
}
#s-649f69e7-a46b-41cd-9063-659c0eb4bc72, #wrap-s-649f69e7-a46b-41cd-9063-659c0eb4bc72 { display: none !important; }}
@media (min-width: 1200px){#s-9040c77a-4bdf-4130-bd37-d9238d557c8d {
  display: none;
}
#s-9040c77a-4bdf-4130-bd37-d9238d557c8d, #wrap-s-9040c77a-4bdf-4130-bd37-d9238d557c8d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9040c77a-4bdf-4130-bd37-d9238d557c8d {
  display: none;
}
#s-9040c77a-4bdf-4130-bd37-d9238d557c8d, #wrap-s-9040c77a-4bdf-4130-bd37-d9238d557c8d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9040c77a-4bdf-4130-bd37-d9238d557c8d {
  display: none;
}
#s-9040c77a-4bdf-4130-bd37-d9238d557c8d, #wrap-s-9040c77a-4bdf-4130-bd37-d9238d557c8d { display: none !important; }}
#s-f5dce77a-1d07-4d47-97bf-5e09a655f189 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-f5dce77a-1d07-4d47-97bf-5e09a655f189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5dce77a-1d07-4d47-97bf-5e09a655f189.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-764b8be0-0434-4bc1-85b3-870a5dafeb1c {
  display: none;
}
#s-764b8be0-0434-4bc1-85b3-870a5dafeb1c, #wrap-s-764b8be0-0434-4bc1-85b3-870a5dafeb1c { display: none !important; }}
@media (min-width: 1200px){#s-528b46c2-1733-4262-ac22-08abfe0338c9 {
  display: none;
}
#s-528b46c2-1733-4262-ac22-08abfe0338c9, #wrap-s-528b46c2-1733-4262-ac22-08abfe0338c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-528b46c2-1733-4262-ac22-08abfe0338c9 {
  display: none;
}
#s-528b46c2-1733-4262-ac22-08abfe0338c9, #wrap-s-528b46c2-1733-4262-ac22-08abfe0338c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-528b46c2-1733-4262-ac22-08abfe0338c9 {
  display: none;
}
#s-528b46c2-1733-4262-ac22-08abfe0338c9, #wrap-s-528b46c2-1733-4262-ac22-08abfe0338c9 { display: none !important; }}@media (max-width: 767px){#s-528b46c2-1733-4262-ac22-08abfe0338c9 {
  
}
}
#s-18c55896-5c7b-47c3-be78-e82a95575c07 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-18c55896-5c7b-47c3-be78-e82a95575c07 {
  display: none;
}
#s-18c55896-5c7b-47c3-be78-e82a95575c07, #wrap-s-18c55896-5c7b-47c3-be78-e82a95575c07 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18c55896-5c7b-47c3-be78-e82a95575c07 {
  display: none;
}
#s-18c55896-5c7b-47c3-be78-e82a95575c07, #wrap-s-18c55896-5c7b-47c3-be78-e82a95575c07 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18c55896-5c7b-47c3-be78-e82a95575c07 {
  display: none;
}
#s-18c55896-5c7b-47c3-be78-e82a95575c07, #wrap-s-18c55896-5c7b-47c3-be78-e82a95575c07 { display: none !important; }}







#s-18c55896-5c7b-47c3-be78-e82a95575c07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18c55896-5c7b-47c3-be78-e82a95575c07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d45c5dfc-3e6f-4767-ad5d-6c1058f66097 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-d45c5dfc-3e6f-4767-ad5d-6c1058f66097 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-d86b3140-6f6c-4830-8d83-6e6c28a637b8 {
  display: none;
}
#s-d86b3140-6f6c-4830-8d83-6e6c28a637b8, #wrap-s-d86b3140-6f6c-4830-8d83-6e6c28a637b8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d86b3140-6f6c-4830-8d83-6e6c28a637b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-d86b3140-6f6c-4830-8d83-6e6c28a637b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-d86b3140-6f6c-4830-8d83-6e6c28a637b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-d86b3140-6f6c-4830-8d83-6e6c28a637b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-d86b3140-6f6c-4830-8d83-6e6c28a637b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-d86b3140-6f6c-4830-8d83-6e6c28a637b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-d86b3140-6f6c-4830-8d83-6e6c28a637b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-5d967292-5d1a-4f60-8694-cc9a96ebf6b6 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-5d967292-5d1a-4f60-8694-cc9a96ebf6b6 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-5530e819-6854-43fd-8422-fc759ded3959 {
  
}
}@media (max-width: 767px){#s-5530e819-6854-43fd-8422-fc759ded3959 {
  display: none;
}
#s-5530e819-6854-43fd-8422-fc759ded3959, #wrap-s-5530e819-6854-43fd-8422-fc759ded3959 { display: none !important; }}
@media (min-width: 1200px){#s-a7c6bb32-3407-4180-a1f6-19e749376486 {
  display: none;
}
#s-a7c6bb32-3407-4180-a1f6-19e749376486, #wrap-s-a7c6bb32-3407-4180-a1f6-19e749376486 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7c6bb32-3407-4180-a1f6-19e749376486 {
  display: none;
}
#s-a7c6bb32-3407-4180-a1f6-19e749376486, #wrap-s-a7c6bb32-3407-4180-a1f6-19e749376486 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7c6bb32-3407-4180-a1f6-19e749376486 {
  display: none;
}
#s-a7c6bb32-3407-4180-a1f6-19e749376486, #wrap-s-a7c6bb32-3407-4180-a1f6-19e749376486 { display: none !important; }}
#s-a45160dd-f91e-434e-ad51-8ade0aa50778 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-a45160dd-f91e-434e-ad51-8ade0aa50778 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a45160dd-f91e-434e-ad51-8ade0aa50778.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-189bacdc-e83d-4e5d-b94f-b74c452ffdc8 {
  display: none;
}
#s-189bacdc-e83d-4e5d-b94f-b74c452ffdc8, #wrap-s-189bacdc-e83d-4e5d-b94f-b74c452ffdc8 { display: none !important; }}
@media (min-width: 1200px){#s-18a7c973-c0e6-4848-a1ce-4ede6cf58ca3 {
  display: none;
}
#s-18a7c973-c0e6-4848-a1ce-4ede6cf58ca3, #wrap-s-18a7c973-c0e6-4848-a1ce-4ede6cf58ca3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-18a7c973-c0e6-4848-a1ce-4ede6cf58ca3 {
  display: none;
}
#s-18a7c973-c0e6-4848-a1ce-4ede6cf58ca3, #wrap-s-18a7c973-c0e6-4848-a1ce-4ede6cf58ca3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-18a7c973-c0e6-4848-a1ce-4ede6cf58ca3 {
  display: none;
}
#s-18a7c973-c0e6-4848-a1ce-4ede6cf58ca3, #wrap-s-18a7c973-c0e6-4848-a1ce-4ede6cf58ca3 { display: none !important; }}@media (max-width: 767px){#s-18a7c973-c0e6-4848-a1ce-4ede6cf58ca3 {
  
}
}
#s-d679bd20-2435-47b0-999e-4aaee81e86eb {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-d679bd20-2435-47b0-999e-4aaee81e86eb {
  display: none;
}
#s-d679bd20-2435-47b0-999e-4aaee81e86eb, #wrap-s-d679bd20-2435-47b0-999e-4aaee81e86eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d679bd20-2435-47b0-999e-4aaee81e86eb {
  display: none;
}
#s-d679bd20-2435-47b0-999e-4aaee81e86eb, #wrap-s-d679bd20-2435-47b0-999e-4aaee81e86eb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d679bd20-2435-47b0-999e-4aaee81e86eb {
  display: none;
}
#s-d679bd20-2435-47b0-999e-4aaee81e86eb, #wrap-s-d679bd20-2435-47b0-999e-4aaee81e86eb { display: none !important; }}







#s-d679bd20-2435-47b0-999e-4aaee81e86eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d679bd20-2435-47b0-999e-4aaee81e86eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4849bc1b-2361-46bd-802d-7b5679c93837 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-4849bc1b-2361-46bd-802d-7b5679c93837 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-6b84d6f0-033e-4d3e-833d-6c0747e17353 {
  display: none;
}
#s-6b84d6f0-033e-4d3e-833d-6c0747e17353, #wrap-s-6b84d6f0-033e-4d3e-833d-6c0747e17353 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6b84d6f0-033e-4d3e-833d-6c0747e17353"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-6b84d6f0-033e-4d3e-833d-6c0747e17353"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-6b84d6f0-033e-4d3e-833d-6c0747e17353"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-6b84d6f0-033e-4d3e-833d-6c0747e17353"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-6b84d6f0-033e-4d3e-833d-6c0747e17353"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b84d6f0-033e-4d3e-833d-6c0747e17353"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-6b84d6f0-033e-4d3e-833d-6c0747e17353"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-e846c033-b8cf-4e1c-bba2-9ac1d1424b79 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-e846c033-b8cf-4e1c-bba2-9ac1d1424b79 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-1548e2f2-90c3-4d52-9f43-c8f1e4843c68 {
  
}
}@media (max-width: 767px){#s-1548e2f2-90c3-4d52-9f43-c8f1e4843c68 {
  display: none;
}
#s-1548e2f2-90c3-4d52-9f43-c8f1e4843c68, #wrap-s-1548e2f2-90c3-4d52-9f43-c8f1e4843c68 { display: none !important; }}
@media (min-width: 1200px){#s-58ed28ab-932a-4193-8857-67e9808e0f86 {
  display: none;
}
#s-58ed28ab-932a-4193-8857-67e9808e0f86, #wrap-s-58ed28ab-932a-4193-8857-67e9808e0f86 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58ed28ab-932a-4193-8857-67e9808e0f86 {
  display: none;
}
#s-58ed28ab-932a-4193-8857-67e9808e0f86, #wrap-s-58ed28ab-932a-4193-8857-67e9808e0f86 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58ed28ab-932a-4193-8857-67e9808e0f86 {
  display: none;
}
#s-58ed28ab-932a-4193-8857-67e9808e0f86, #wrap-s-58ed28ab-932a-4193-8857-67e9808e0f86 { display: none !important; }}
@media (min-width: 0px) {
[id="s-40168ea5-48b4-4f7e-aa67-e3ef14717768"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40168ea5-48b4-4f7e-aa67-e3ef14717768"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-40168ea5-48b4-4f7e-aa67-e3ef14717768"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-40168ea5-48b4-4f7e-aa67-e3ef14717768"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-1fe87d2b-aad5-45ec-bd7e-35bf95944e86 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-1fe87d2b-aad5-45ec-bd7e-35bf95944e86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fe87d2b-aad5-45ec-bd7e-35bf95944e86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-f6174c8a-fbf0-4f8d-992c-103033b5f7b3 {
  display: none;
}
#s-f6174c8a-fbf0-4f8d-992c-103033b5f7b3, #wrap-s-f6174c8a-fbf0-4f8d-992c-103033b5f7b3 { display: none !important; }}
@media (min-width: 1200px){#s-04186e72-778e-48ae-a09c-8c7360638c36 {
  display: none;
}
#s-04186e72-778e-48ae-a09c-8c7360638c36, #wrap-s-04186e72-778e-48ae-a09c-8c7360638c36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04186e72-778e-48ae-a09c-8c7360638c36 {
  display: none;
}
#s-04186e72-778e-48ae-a09c-8c7360638c36, #wrap-s-04186e72-778e-48ae-a09c-8c7360638c36 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04186e72-778e-48ae-a09c-8c7360638c36 {
  display: none;
}
#s-04186e72-778e-48ae-a09c-8c7360638c36, #wrap-s-04186e72-778e-48ae-a09c-8c7360638c36 { display: none !important; }}@media (max-width: 767px){#s-04186e72-778e-48ae-a09c-8c7360638c36 {
  
}
}
#s-d3f745fa-2cc3-43b9-8a81-eaad4a84d56b {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-d3f745fa-2cc3-43b9-8a81-eaad4a84d56b {
  display: none;
}
#s-d3f745fa-2cc3-43b9-8a81-eaad4a84d56b, #wrap-s-d3f745fa-2cc3-43b9-8a81-eaad4a84d56b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d3f745fa-2cc3-43b9-8a81-eaad4a84d56b {
  display: none;
}
#s-d3f745fa-2cc3-43b9-8a81-eaad4a84d56b, #wrap-s-d3f745fa-2cc3-43b9-8a81-eaad4a84d56b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d3f745fa-2cc3-43b9-8a81-eaad4a84d56b {
  display: none;
}
#s-d3f745fa-2cc3-43b9-8a81-eaad4a84d56b, #wrap-s-d3f745fa-2cc3-43b9-8a81-eaad4a84d56b { display: none !important; }}







#s-d3f745fa-2cc3-43b9-8a81-eaad4a84d56b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3f745fa-2cc3-43b9-8a81-eaad4a84d56b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-879d2b55-891e-41f5-ae91-0d962d03ecc1 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-879d2b55-891e-41f5-ae91-0d962d03ecc1 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-e1d48913-961e-45af-843e-df23b065edeb {
  display: none;
}
#s-e1d48913-961e-45af-843e-df23b065edeb, #wrap-s-e1d48913-961e-45af-843e-df23b065edeb { display: none !important; }}
@media (min-width: 0px) {
[id="s-e1d48913-961e-45af-843e-df23b065edeb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-e1d48913-961e-45af-843e-df23b065edeb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-e1d48913-961e-45af-843e-df23b065edeb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-e1d48913-961e-45af-843e-df23b065edeb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-e1d48913-961e-45af-843e-df23b065edeb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1d48913-961e-45af-843e-df23b065edeb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-e1d48913-961e-45af-843e-df23b065edeb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-5f066a41-fc96-43f1-bff2-fc1994211c54 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-5f066a41-fc96-43f1-bff2-fc1994211c54 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-8e17162a-5d59-44a1-a990-e880e7c85ac3 {
  
}
}@media (max-width: 767px){#s-8e17162a-5d59-44a1-a990-e880e7c85ac3 {
  display: none;
}
#s-8e17162a-5d59-44a1-a990-e880e7c85ac3, #wrap-s-8e17162a-5d59-44a1-a990-e880e7c85ac3 { display: none !important; }}
@media (min-width: 1200px){#s-f0af4240-6a56-421f-aefd-749d07939d24 {
  display: none;
}
#s-f0af4240-6a56-421f-aefd-749d07939d24, #wrap-s-f0af4240-6a56-421f-aefd-749d07939d24 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0af4240-6a56-421f-aefd-749d07939d24 {
  display: none;
}
#s-f0af4240-6a56-421f-aefd-749d07939d24, #wrap-s-f0af4240-6a56-421f-aefd-749d07939d24 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0af4240-6a56-421f-aefd-749d07939d24 {
  display: none;
}
#s-f0af4240-6a56-421f-aefd-749d07939d24, #wrap-s-f0af4240-6a56-421f-aefd-749d07939d24 { display: none !important; }}
#s-938af02f-f4f9-4983-9ced-db343df98abf {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-938af02f-f4f9-4983-9ced-db343df98abf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-938af02f-f4f9-4983-9ced-db343df98abf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-052885a5-7438-4008-ae08-6b055a52b037 {
  display: none;
}
#s-052885a5-7438-4008-ae08-6b055a52b037, #wrap-s-052885a5-7438-4008-ae08-6b055a52b037 { display: none !important; }}
@media (min-width: 1200px){#s-a691f4ff-172d-4895-b064-2b43a4fa78e9 {
  display: none;
}
#s-a691f4ff-172d-4895-b064-2b43a4fa78e9, #wrap-s-a691f4ff-172d-4895-b064-2b43a4fa78e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a691f4ff-172d-4895-b064-2b43a4fa78e9 {
  display: none;
}
#s-a691f4ff-172d-4895-b064-2b43a4fa78e9, #wrap-s-a691f4ff-172d-4895-b064-2b43a4fa78e9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a691f4ff-172d-4895-b064-2b43a4fa78e9 {
  display: none;
}
#s-a691f4ff-172d-4895-b064-2b43a4fa78e9, #wrap-s-a691f4ff-172d-4895-b064-2b43a4fa78e9 { display: none !important; }}@media (max-width: 767px){#s-a691f4ff-172d-4895-b064-2b43a4fa78e9 {
  
}
}
#s-6373b5ae-d6d9-4f5b-a035-566c3c931740 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-6373b5ae-d6d9-4f5b-a035-566c3c931740 {
  display: none;
}
#s-6373b5ae-d6d9-4f5b-a035-566c3c931740, #wrap-s-6373b5ae-d6d9-4f5b-a035-566c3c931740 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6373b5ae-d6d9-4f5b-a035-566c3c931740 {
  display: none;
}
#s-6373b5ae-d6d9-4f5b-a035-566c3c931740, #wrap-s-6373b5ae-d6d9-4f5b-a035-566c3c931740 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6373b5ae-d6d9-4f5b-a035-566c3c931740 {
  display: none;
}
#s-6373b5ae-d6d9-4f5b-a035-566c3c931740, #wrap-s-6373b5ae-d6d9-4f5b-a035-566c3c931740 { display: none !important; }}







#s-6373b5ae-d6d9-4f5b-a035-566c3c931740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6373b5ae-d6d9-4f5b-a035-566c3c931740.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e66049e1-2233-4c70-8e64-a4cfbf995d07 {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-e66049e1-2233-4c70-8e64-a4cfbf995d07 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-8283b7aa-c016-4951-9108-f77fb8e62627 {
  display: none;
}
#s-8283b7aa-c016-4951-9108-f77fb8e62627, #wrap-s-8283b7aa-c016-4951-9108-f77fb8e62627 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8283b7aa-c016-4951-9108-f77fb8e62627"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-8283b7aa-c016-4951-9108-f77fb8e62627"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-8283b7aa-c016-4951-9108-f77fb8e62627"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-8283b7aa-c016-4951-9108-f77fb8e62627"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-8283b7aa-c016-4951-9108-f77fb8e62627"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-8283b7aa-c016-4951-9108-f77fb8e62627"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-8283b7aa-c016-4951-9108-f77fb8e62627"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-454328a1-0c26-425a-ab8d-f7c6344fc618 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-454328a1-0c26-425a-ab8d-f7c6344fc618 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-8e1d03e4-1174-4f58-b626-fac60898026e {
  
}
}@media (max-width: 767px){#s-8e1d03e4-1174-4f58-b626-fac60898026e {
  display: none;
}
#s-8e1d03e4-1174-4f58-b626-fac60898026e, #wrap-s-8e1d03e4-1174-4f58-b626-fac60898026e { display: none !important; }}
@media (min-width: 1200px){#s-d9cc2a67-2fc0-4068-9fd9-9b3cabd1aa75 {
  display: none;
}
#s-d9cc2a67-2fc0-4068-9fd9-9b3cabd1aa75, #wrap-s-d9cc2a67-2fc0-4068-9fd9-9b3cabd1aa75 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9cc2a67-2fc0-4068-9fd9-9b3cabd1aa75 {
  display: none;
}
#s-d9cc2a67-2fc0-4068-9fd9-9b3cabd1aa75, #wrap-s-d9cc2a67-2fc0-4068-9fd9-9b3cabd1aa75 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9cc2a67-2fc0-4068-9fd9-9b3cabd1aa75 {
  display: none;
}
#s-d9cc2a67-2fc0-4068-9fd9-9b3cabd1aa75, #wrap-s-d9cc2a67-2fc0-4068-9fd9-9b3cabd1aa75 { display: none !important; }}
#s-1a970f7f-68df-4f29-b737-d556c2a73cf8 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-1a970f7f-68df-4f29-b737-d556c2a73cf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a970f7f-68df-4f29-b737-d556c2a73cf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-6ab4f498-4ae5-48d0-9e6a-f15059469c22 {
  display: none;
}
#s-6ab4f498-4ae5-48d0-9e6a-f15059469c22, #wrap-s-6ab4f498-4ae5-48d0-9e6a-f15059469c22 { display: none !important; }}
@media (min-width: 1200px){#s-ea656826-d831-4b2c-b003-ce336f2a3478 {
  display: none;
}
#s-ea656826-d831-4b2c-b003-ce336f2a3478, #wrap-s-ea656826-d831-4b2c-b003-ce336f2a3478 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea656826-d831-4b2c-b003-ce336f2a3478 {
  display: none;
}
#s-ea656826-d831-4b2c-b003-ce336f2a3478, #wrap-s-ea656826-d831-4b2c-b003-ce336f2a3478 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ea656826-d831-4b2c-b003-ce336f2a3478 {
  display: none;
}
#s-ea656826-d831-4b2c-b003-ce336f2a3478, #wrap-s-ea656826-d831-4b2c-b003-ce336f2a3478 { display: none !important; }}@media (max-width: 767px){#s-ea656826-d831-4b2c-b003-ce336f2a3478 {
  
}
}
#s-d538e13e-66b0-4eff-a28b-691fa9380813 {
  margin-top: -25px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 75px;
}
@media (min-width: 1200px){#s-d538e13e-66b0-4eff-a28b-691fa9380813 {
  display: none;
}
#s-d538e13e-66b0-4eff-a28b-691fa9380813, #wrap-s-d538e13e-66b0-4eff-a28b-691fa9380813 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d538e13e-66b0-4eff-a28b-691fa9380813 {
  display: none;
}
#s-d538e13e-66b0-4eff-a28b-691fa9380813, #wrap-s-d538e13e-66b0-4eff-a28b-691fa9380813 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d538e13e-66b0-4eff-a28b-691fa9380813 {
  display: none;
}
#s-d538e13e-66b0-4eff-a28b-691fa9380813, #wrap-s-d538e13e-66b0-4eff-a28b-691fa9380813 { display: none !important; }}







#s-d538e13e-66b0-4eff-a28b-691fa9380813 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d538e13e-66b0-4eff-a28b-691fa9380813.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7564107e-2f4b-4753-af68-91d4647c0efc {
  margin-top: 1px;
margin-bottom: 14px;
}

#s-7564107e-2f4b-4753-af68-91d4647c0efc hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (max-width: 767px){#s-ac859ac3-c4cb-4838-9862-090671ce8851 {
  display: none;
}
#s-ac859ac3-c4cb-4838-9862-090671ce8851, #wrap-s-ac859ac3-c4cb-4838-9862-090671ce8851 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ac859ac3-c4cb-4838-9862-090671ce8851"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-ac859ac3-c4cb-4838-9862-090671ce8851"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-ac859ac3-c4cb-4838-9862-090671ce8851"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-ac859ac3-c4cb-4838-9862-090671ce8851"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-ac859ac3-c4cb-4838-9862-090671ce8851"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac859ac3-c4cb-4838-9862-090671ce8851"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-ac859ac3-c4cb-4838-9862-090671ce8851"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

}

#s-5c72f3e0-c2cc-4e10-8ee0-122d116b69b0 {
  margin-top: -5px;
margin-bottom: 13px;
}

#s-5c72f3e0-c2cc-4e10-8ee0-122d116b69b0 hr {
  border-top: 4px solid rgba(0, 130, 195, 1);
}

@media (min-width: 1200px){#s-81e08a60-8b8e-42bc-aec9-d345e4ed0169 {
  
}
}@media (max-width: 767px){#s-81e08a60-8b8e-42bc-aec9-d345e4ed0169 {
  display: none;
}
#s-81e08a60-8b8e-42bc-aec9-d345e4ed0169, #wrap-s-81e08a60-8b8e-42bc-aec9-d345e4ed0169 { display: none !important; }}
@media (min-width: 1200px){#s-87bfb1d8-25c7-4c7f-84ba-87df2ff741e4 {
  display: none;
}
#s-87bfb1d8-25c7-4c7f-84ba-87df2ff741e4, #wrap-s-87bfb1d8-25c7-4c7f-84ba-87df2ff741e4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87bfb1d8-25c7-4c7f-84ba-87df2ff741e4 {
  display: none;
}
#s-87bfb1d8-25c7-4c7f-84ba-87df2ff741e4, #wrap-s-87bfb1d8-25c7-4c7f-84ba-87df2ff741e4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87bfb1d8-25c7-4c7f-84ba-87df2ff741e4 {
  display: none;
}
#s-87bfb1d8-25c7-4c7f-84ba-87df2ff741e4, #wrap-s-87bfb1d8-25c7-4c7f-84ba-87df2ff741e4 { display: none !important; }}
#s-44c298c2-4598-432f-941d-1b5883c56b97 {
  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-44c298c2-4598-432f-941d-1b5883c56b97:hover {background-color: rgba(203, 251, 0, 1) !important;
color: rgba(0, 130, 195, 1) !important;
text-decoration: none !important;}#s-44c298c2-4598-432f-941d-1b5883c56b97: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-44c298c2-4598-432f-941d-1b5883c56b97 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-44c298c2-4598-432f-941d-1b5883c56b97 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-44c298c2-4598-432f-941d-1b5883c56b97 {
  
}
}@media (max-width: 767px){#s-44c298c2-4598-432f-941d-1b5883c56b97 {
  
}
}

  #s-44c298c2-4598-432f-941d-1b5883c56b97-root {
    text-align: center;
  }


#s-44c298c2-4598-432f-941d-1b5883c56b97.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-44c298c2-4598-432f-941d-1b5883c56b97-root {
    text-align: center;
  }


#s-44c298c2-4598-432f-941d-1b5883c56b97.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44c298c2-4598-432f-941d-1b5883c56b97-root {
    text-align: center;
  }


#s-44c298c2-4598-432f-941d-1b5883c56b97.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44c298c2-4598-432f-941d-1b5883c56b97-root {
    text-align: center;
  }


#s-44c298c2-4598-432f-941d-1b5883c56b97.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-44c298c2-4598-432f-941d-1b5883c56b97-root {
    text-align: center;
  }


#s-44c298c2-4598-432f-941d-1b5883c56b97.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-1710d301-6aea-4edf-b31e-1a14d3826c0d {
  min-height: 50px;
}








#s-1710d301-6aea-4edf-b31e-1a14d3826c0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1710d301-6aea-4edf-b31e-1a14d3826c0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ffc2641-8f12-4dda-b927-f2dc617c8f84 {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
max-width: 990px;
}








#s-7ffc2641-8f12-4dda-b927-f2dc617c8f84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ffc2641-8f12-4dda-b927-f2dc617c8f84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-23f3073d-d8ca-48c7-8bf6-a84c03199737 {
  display: none;
}
#s-23f3073d-d8ca-48c7-8bf6-a84c03199737, #wrap-s-23f3073d-d8ca-48c7-8bf6-a84c03199737 { display: none !important; }}
#s-871a0744-259d-4350-87bd-d23613d0c507 {
  min-height: 50px;
}








#s-871a0744-259d-4350-87bd-d23613d0c507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-871a0744-259d-4350-87bd-d23613d0c507.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2418848e-2c57-4e22-86b8-88375797d9f5 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-2418848e-2c57-4e22-86b8-88375797d9f5 {
  display: none;
}
#s-2418848e-2c57-4e22-86b8-88375797d9f5, #wrap-s-2418848e-2c57-4e22-86b8-88375797d9f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2418848e-2c57-4e22-86b8-88375797d9f5 {
  display: none;
}
#s-2418848e-2c57-4e22-86b8-88375797d9f5, #wrap-s-2418848e-2c57-4e22-86b8-88375797d9f5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2418848e-2c57-4e22-86b8-88375797d9f5 {
  display: none;
}
#s-2418848e-2c57-4e22-86b8-88375797d9f5, #wrap-s-2418848e-2c57-4e22-86b8-88375797d9f5 { display: none !important; }}







#s-2418848e-2c57-4e22-86b8-88375797d9f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2418848e-2c57-4e22-86b8-88375797d9f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-d7c22c69-f019-4017-bd7e-766af9178626 {
  display: none;
}
#s-d7c22c69-f019-4017-bd7e-766af9178626, #wrap-s-d7c22c69-f019-4017-bd7e-766af9178626 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7c22c69-f019-4017-bd7e-766af9178626 {
  display: none;
}
#s-d7c22c69-f019-4017-bd7e-766af9178626, #wrap-s-d7c22c69-f019-4017-bd7e-766af9178626 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7c22c69-f019-4017-bd7e-766af9178626 {
  display: none;
}
#s-d7c22c69-f019-4017-bd7e-766af9178626, #wrap-s-d7c22c69-f019-4017-bd7e-766af9178626 { display: none !important; }}
#s-0a3019e9-3ed3-4a8a-aa5c-3672bd0259ab {
  margin-top: 20px;
}

#s-15dcde9e-250f-4c7b-b4b7-f1ea726e9241 {
  min-height: 50px;
max-width: 300px;
}








#s-15dcde9e-250f-4c7b-b4b7-f1ea726e9241 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15dcde9e-250f-4c7b-b4b7-f1ea726e9241.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8baea7ff-be2b-4a4f-8010-94a2675f3a29 {
  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-8baea7ff-be2b-4a4f-8010-94a2675f3a29:hover {background-color: rgba(203, 251, 0, 1) !important;
color: rgba(0, 130, 195, 1) !important;
text-decoration: none !important;}#s-8baea7ff-be2b-4a4f-8010-94a2675f3a29: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-8baea7ff-be2b-4a4f-8010-94a2675f3a29 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8baea7ff-be2b-4a4f-8010-94a2675f3a29 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8baea7ff-be2b-4a4f-8010-94a2675f3a29 {
  
}
}@media (max-width: 767px){#s-8baea7ff-be2b-4a4f-8010-94a2675f3a29 {
  
}
}

  #s-8baea7ff-be2b-4a4f-8010-94a2675f3a29-root {
    text-align: center;
  }


#s-8baea7ff-be2b-4a4f-8010-94a2675f3a29.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8baea7ff-be2b-4a4f-8010-94a2675f3a29-root {
    text-align: center;
  }


#s-8baea7ff-be2b-4a4f-8010-94a2675f3a29.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8baea7ff-be2b-4a4f-8010-94a2675f3a29-root {
    text-align: center;
  }


#s-8baea7ff-be2b-4a4f-8010-94a2675f3a29.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8baea7ff-be2b-4a4f-8010-94a2675f3a29-root {
    text-align: center;
  }


#s-8baea7ff-be2b-4a4f-8010-94a2675f3a29.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8baea7ff-be2b-4a4f-8010-94a2675f3a29-root {
    text-align: center;
  }


#s-8baea7ff-be2b-4a4f-8010-94a2675f3a29.shg-btn {
  color: rgba(42, 43, 44, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-1c63ee19-4f5e-482e-954f-57af550a9e0d {
  min-height: 50px;
max-width: 990px;
}








#s-1c63ee19-4f5e-482e-954f-57af550a9e0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c63ee19-4f5e-482e-954f-57af550a9e0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8bf29dc-b52a-415c-8539-baa42d6145ed {
  padding-top: 20px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a8bf29dc-b52a-415c-8539-baa42d6145ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8bf29dc-b52a-415c-8539-baa42d6145ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d743d58-7060-4221-bc31-770fd9377638 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-4d743d58-7060-4221-bc31-770fd9377638 {
  display: none;
}
#s-4d743d58-7060-4221-bc31-770fd9377638, #wrap-s-4d743d58-7060-4221-bc31-770fd9377638 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d743d58-7060-4221-bc31-770fd9377638 {
  display: none;
}
#s-4d743d58-7060-4221-bc31-770fd9377638, #wrap-s-4d743d58-7060-4221-bc31-770fd9377638 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d743d58-7060-4221-bc31-770fd9377638 {
  display: none;
}
#s-4d743d58-7060-4221-bc31-770fd9377638, #wrap-s-4d743d58-7060-4221-bc31-770fd9377638 { display: none !important; }}







#s-4d743d58-7060-4221-bc31-770fd9377638 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d743d58-7060-4221-bc31-770fd9377638.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-e6975783-cba3-4911-a37f-26a3ec5d67b0 {
  display: none;
}
#s-e6975783-cba3-4911-a37f-26a3ec5d67b0, #wrap-s-e6975783-cba3-4911-a37f-26a3ec5d67b0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6975783-cba3-4911-a37f-26a3ec5d67b0 {
  display: none;
}
#s-e6975783-cba3-4911-a37f-26a3ec5d67b0, #wrap-s-e6975783-cba3-4911-a37f-26a3ec5d67b0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6975783-cba3-4911-a37f-26a3ec5d67b0 {
  display: none;
}
#s-e6975783-cba3-4911-a37f-26a3ec5d67b0, #wrap-s-e6975783-cba3-4911-a37f-26a3ec5d67b0 { display: none !important; }}
#s-d9e3f833-b8c5-4c44-9d68-c0ce834d76fc {
  min-height: 20px;
}
@media (min-width: 1200px){#s-d9e3f833-b8c5-4c44-9d68-c0ce834d76fc {
  display: none;
}
#s-d9e3f833-b8c5-4c44-9d68-c0ce834d76fc, #wrap-s-d9e3f833-b8c5-4c44-9d68-c0ce834d76fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9e3f833-b8c5-4c44-9d68-c0ce834d76fc {
  display: none;
}
#s-d9e3f833-b8c5-4c44-9d68-c0ce834d76fc, #wrap-s-d9e3f833-b8c5-4c44-9d68-c0ce834d76fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9e3f833-b8c5-4c44-9d68-c0ce834d76fc {
  display: none;
}
#s-d9e3f833-b8c5-4c44-9d68-c0ce834d76fc, #wrap-s-d9e3f833-b8c5-4c44-9d68-c0ce834d76fc { display: none !important; }}







#s-d9e3f833-b8c5-4c44-9d68-c0ce834d76fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9e3f833-b8c5-4c44-9d68-c0ce834d76fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-e7a4a705-f45a-42f6-99cb-75865d02c6c3 {
  display: none;
}
#s-e7a4a705-f45a-42f6-99cb-75865d02c6c3, #wrap-s-e7a4a705-f45a-42f6-99cb-75865d02c6c3 { display: none !important; }}
#s-53c8964f-d94f-4e6a-937f-c300cfd5eefd {
  margin-top: 20px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-53c8964f-d94f-4e6a-937f-c300cfd5eefd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53c8964f-d94f-4e6a-937f-c300cfd5eefd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53c8964f-d94f-4e6a-937f-c300cfd5eefd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53c8964f-d94f-4e6a-937f-c300cfd5eefd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1e287312-f684-4eb7-b26a-95997f4703ca {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-1e287312-f684-4eb7-b26a-95997f4703ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-1e287312-f684-4eb7-b26a-95997f4703ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-1e287312-f684-4eb7-b26a-95997f4703ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e287312-f684-4eb7-b26a-95997f4703ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

.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-a7fa8862-634b-4eed-8b0f-debeb827a073 {
  margin-top: 20px;
text-align: center;
}







  #s-a7fa8862-634b-4eed-8b0f-debeb827a073 img.shogun-image {
    

    
    
    
  }


#s-a7fa8862-634b-4eed-8b0f-debeb827a073 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f378df8-cf27-45ba-bdf6-427719aef921 {
  margin-top: 20px;
text-align: center;
}







  #s-3f378df8-cf27-45ba-bdf6-427719aef921 img.shogun-image {
    

    
    
    
  }


#s-3f378df8-cf27-45ba-bdf6-427719aef921 .shogun-image-content {
  
    align-items: center;
  
}

#s-45ee055a-2e7f-4615-8ede-22654753cd80 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-45ee055a-2e7f-4615-8ede-22654753cd80"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-45ee055a-2e7f-4615-8ede-22654753cd80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-45ee055a-2e7f-4615-8ede-22654753cd80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-45ee055a-2e7f-4615-8ede-22654753cd80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-d6a9672f-1075-4f0d-9a3a-66abb9609cf3 {
  margin-top: 20px;
text-align: center;
}







  #s-d6a9672f-1075-4f0d-9a3a-66abb9609cf3 img.shogun-image {
    

    
    
    
  }


#s-d6a9672f-1075-4f0d-9a3a-66abb9609cf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a63bb6b7-3e1d-4436-a8a7-0b48f6ef3dd1 {
  margin-top: 20px;
text-align: center;
}







  #s-a63bb6b7-3e1d-4436-a8a7-0b48f6ef3dd1 img.shogun-image {
    

    
    
    
  }


#s-a63bb6b7-3e1d-4436-a8a7-0b48f6ef3dd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ac04dd5-c8b6-43ef-af8f-816633ac60f0 {
  margin-top: 20px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-6ac04dd5-c8b6-43ef-af8f-816633ac60f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ac04dd5-c8b6-43ef-af8f-816633ac60f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ac04dd5-c8b6-43ef-af8f-816633ac60f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ac04dd5-c8b6-43ef-af8f-816633ac60f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9a170bd7-77b8-4f47-8bb1-469c41f04f9b {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-9a170bd7-77b8-4f47-8bb1-469c41f04f9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-9a170bd7-77b8-4f47-8bb1-469c41f04f9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-9a170bd7-77b8-4f47-8bb1-469c41f04f9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a170bd7-77b8-4f47-8bb1-469c41f04f9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-40ddfe4d-7539-4939-9c56-21727d535da6 {
  margin-top: 20px;
text-align: center;
}







  #s-40ddfe4d-7539-4939-9c56-21727d535da6 img.shogun-image {
    

    
    
    
  }


#s-40ddfe4d-7539-4939-9c56-21727d535da6 .shogun-image-content {
  
    align-items: center;
  
}

#s-842a0f5a-7089-4798-b9b3-e57bd47af8d1 {
  margin-top: 20px;
text-align: center;
}







  #s-842a0f5a-7089-4798-b9b3-e57bd47af8d1 img.shogun-image {
    

    
    
    
  }


#s-842a0f5a-7089-4798-b9b3-e57bd47af8d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f27951c4-f646-43de-9475-b2df82f24dd8 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-f27951c4-f646-43de-9475-b2df82f24dd8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-f27951c4-f646-43de-9475-b2df82f24dd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-f27951c4-f646-43de-9475-b2df82f24dd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-f27951c4-f646-43de-9475-b2df82f24dd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-cdc34473-2574-43d9-ae85-23659cf4598b {
  margin-top: 20px;
text-align: center;
}







  #s-cdc34473-2574-43d9-ae85-23659cf4598b img.shogun-image {
    

    
    
    
  }


#s-cdc34473-2574-43d9-ae85-23659cf4598b .shogun-image-content {
  
    align-items: center;
  
}

#s-e4a03488-0abb-4971-83a6-e0447dded5c3 {
  margin-top: 20px;
text-align: center;
}







  #s-e4a03488-0abb-4971-83a6-e0447dded5c3 img.shogun-image {
    

    
    
    
  }


#s-e4a03488-0abb-4971-83a6-e0447dded5c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-903507c4-b347-4420-8404-3383601319df {
  margin-top: 20px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-903507c4-b347-4420-8404-3383601319df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-903507c4-b347-4420-8404-3383601319df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-903507c4-b347-4420-8404-3383601319df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-903507c4-b347-4420-8404-3383601319df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-903507c4-b347-4420-8404-3383601319df"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8d214829-f15c-4248-acfc-54d092e1d8f4 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-8d214829-f15c-4248-acfc-54d092e1d8f4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-8d214829-f15c-4248-acfc-54d092e1d8f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8d214829-f15c-4248-acfc-54d092e1d8f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d214829-f15c-4248-acfc-54d092e1d8f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-2d5a06b4-137f-43dd-b627-eba2d7a833fc {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 200px;
background-color: rgba(0, 0, 0, 0);
}








#s-2d5a06b4-137f-43dd-b627-eba2d7a833fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d5a06b4-137f-43dd-b627-eba2d7a833fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bec624d4-df9e-4cf9-a62b-d96a927290d1 {
  margin-top: 20px;
text-align: center;
}







  #s-bec624d4-df9e-4cf9-a62b-d96a927290d1 img.shogun-image {
    

    
    
    
  }


#s-bec624d4-df9e-4cf9-a62b-d96a927290d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-63575474-8244-4dc4-91dc-cd3ae7f509b7 {
  min-height: 200px;
}








#s-63575474-8244-4dc4-91dc-cd3ae7f509b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63575474-8244-4dc4-91dc-cd3ae7f509b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9634367c-4806-4cb3-b956-60f4a2877d64 {
  margin-top: 20px;
text-align: center;
}







  #s-9634367c-4806-4cb3-b956-60f4a2877d64 img.shogun-image {
    

    
    
    
  }


#s-9634367c-4806-4cb3-b956-60f4a2877d64 .shogun-image-content {
  
    align-items: center;
  
}

#s-a46f1ed6-feca-4ab2-ad94-797a76b2c8b8 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-a46f1ed6-feca-4ab2-ad94-797a76b2c8b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-a46f1ed6-feca-4ab2-ad94-797a76b2c8b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a46f1ed6-feca-4ab2-ad94-797a76b2c8b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a46f1ed6-feca-4ab2-ad94-797a76b2c8b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-35b4e813-a89a-4cc9-9fef-7248fba419e3 {
  min-height: 50px;
}








#s-35b4e813-a89a-4cc9-9fef-7248fba419e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b4e813-a89a-4cc9-9fef-7248fba419e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d7d539f-991c-4a12-8ba1-9382e8bc7bac {
  margin-top: 20px;
text-align: center;
}







  #s-8d7d539f-991c-4a12-8ba1-9382e8bc7bac img.shogun-image {
    

    
    
    
  }


#s-8d7d539f-991c-4a12-8ba1-9382e8bc7bac .shogun-image-content {
  
    align-items: center;
  
}

#s-902344ef-4345-4cf9-a86a-d4322595dbc4 {
  min-height: 200px;
}








#s-902344ef-4345-4cf9-a86a-d4322595dbc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-902344ef-4345-4cf9-a86a-d4322595dbc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a049f2d-cdd7-495d-9aef-9076d5417f06 {
  margin-top: 40px;
text-align: center;
}







  #s-6a049f2d-cdd7-495d-9aef-9076d5417f06 img.shogun-image {
    

    
    
    
  }


#s-6a049f2d-cdd7-495d-9aef-9076d5417f06 .shogun-image-content {
  
    align-items: center;
  
}

#s-adfa0885-1f94-4ca8-8882-2eebe3d61766 {
  margin-top: 20px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-adfa0885-1f94-4ca8-8882-2eebe3d61766"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-adfa0885-1f94-4ca8-8882-2eebe3d61766"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-adfa0885-1f94-4ca8-8882-2eebe3d61766"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-adfa0885-1f94-4ca8-8882-2eebe3d61766"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-adfa0885-1f94-4ca8-8882-2eebe3d61766"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3f298894-a16a-49ab-b398-592214d73aeb {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-3f298894-a16a-49ab-b398-592214d73aeb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-3f298894-a16a-49ab-b398-592214d73aeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3f298894-a16a-49ab-b398-592214d73aeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f298894-a16a-49ab-b398-592214d73aeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-2a3968ac-2014-4cd1-aa3a-0af25f4e102e {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-2a3968ac-2014-4cd1-aa3a-0af25f4e102e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a3968ac-2014-4cd1-aa3a-0af25f4e102e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4592895-f7d4-4c3f-8e15-0b581cfbebb9 {
  margin-top: 20px;
text-align: center;
}







  #s-e4592895-f7d4-4c3f-8e15-0b581cfbebb9 img.shogun-image {
    

    
    
    
  }


#s-e4592895-f7d4-4c3f-8e15-0b581cfbebb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e5e07ba-b789-4310-af91-9c25a519aa79 {
  min-height: 50px;
}








#s-8e5e07ba-b789-4310-af91-9c25a519aa79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e5e07ba-b789-4310-af91-9c25a519aa79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-525274f3-fe89-4391-a19f-8fa8ceed855c {
  text-align: center;
}







  #s-525274f3-fe89-4391-a19f-8fa8ceed855c img.shogun-image {
    

    
    
    
  }


#s-525274f3-fe89-4391-a19f-8fa8ceed855c .shogun-image-content {
  
    align-items: center;
  
}

#s-0495d64a-8737-4f0c-8f16-b56b94f1cd45 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-0495d64a-8737-4f0c-8f16-b56b94f1cd45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-0495d64a-8737-4f0c-8f16-b56b94f1cd45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0495d64a-8737-4f0c-8f16-b56b94f1cd45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0495d64a-8737-4f0c-8f16-b56b94f1cd45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-c73310a6-8d65-4d6c-961c-421e9cea9ab1 {
  min-height: 50px;
}








#s-c73310a6-8d65-4d6c-961c-421e9cea9ab1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c73310a6-8d65-4d6c-961c-421e9cea9ab1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75c41282-cdce-461f-b21c-32a3ce891085 {
  text-align: center;
}







  #s-75c41282-cdce-461f-b21c-32a3ce891085 img.shogun-image {
    

    
    
    
  }


#s-75c41282-cdce-461f-b21c-32a3ce891085 .shogun-image-content {
  
    align-items: center;
  
}

#s-b369ea8c-5c18-4b15-8c40-283394e2e0a3 {
  min-height: 50px;
}








#s-b369ea8c-5c18-4b15-8c40-283394e2e0a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b369ea8c-5c18-4b15-8c40-283394e2e0a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-118ac885-cf4c-41de-a9c9-e2ab6cce40ed {
  text-align: center;
}







  #s-118ac885-cf4c-41de-a9c9-e2ab6cce40ed img.shogun-image {
    

    
    
    
  }


#s-118ac885-cf4c-41de-a9c9-e2ab6cce40ed .shogun-image-content {
  
    align-items: center;
  
}

#s-a73d9fc7-92d2-488a-809b-e4537ecbe3fe {
  margin-top: 20px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-a73d9fc7-92d2-488a-809b-e4537ecbe3fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a73d9fc7-92d2-488a-809b-e4537ecbe3fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a73d9fc7-92d2-488a-809b-e4537ecbe3fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a73d9fc7-92d2-488a-809b-e4537ecbe3fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a73d9fc7-92d2-488a-809b-e4537ecbe3fe"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fb323769-d468-4d82-8360-d28ccc5a1da1 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-fb323769-d468-4d82-8360-d28ccc5a1da1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-fb323769-d468-4d82-8360-d28ccc5a1da1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-fb323769-d468-4d82-8360-d28ccc5a1da1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb323769-d468-4d82-8360-d28ccc5a1da1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-2fffc3fe-b488-478d-8b85-5f367b0e9c46 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-2fffc3fe-b488-478d-8b85-5f367b0e9c46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fffc3fe-b488-478d-8b85-5f367b0e9c46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e9752ae-1c77-470e-9947-88d4e80dc8f4 {
  margin-top: 20px;
text-align: center;
}







  #s-6e9752ae-1c77-470e-9947-88d4e80dc8f4 img.shogun-image {
    

    
    
    
  }


#s-6e9752ae-1c77-470e-9947-88d4e80dc8f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba426206-caca-4a87-adeb-0d57ea52a15f {
  min-height: 50px;
}








#s-ba426206-caca-4a87-adeb-0d57ea52a15f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba426206-caca-4a87-adeb-0d57ea52a15f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb3029fc-0165-4736-9c32-edf3c8f9e1e2 {
  text-align: center;
}







  #s-eb3029fc-0165-4736-9c32-edf3c8f9e1e2 img.shogun-image {
    

    
    
    
  }


#s-eb3029fc-0165-4736-9c32-edf3c8f9e1e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e59936c-e08b-4b73-8387-20e951bc7e25 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-2e59936c-e08b-4b73-8387-20e951bc7e25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-2e59936c-e08b-4b73-8387-20e951bc7e25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-2e59936c-e08b-4b73-8387-20e951bc7e25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e59936c-e08b-4b73-8387-20e951bc7e25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-eab149a5-64dd-418b-b308-0c3ee29ee635 {
  min-height: 50px;
}








#s-eab149a5-64dd-418b-b308-0c3ee29ee635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eab149a5-64dd-418b-b308-0c3ee29ee635.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f20541e2-9831-49b7-9bbe-5e6343e4b776 {
  text-align: center;
}







  #s-f20541e2-9831-49b7-9bbe-5e6343e4b776 img.shogun-image {
    

    
    
    
  }


#s-f20541e2-9831-49b7-9bbe-5e6343e4b776 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccb7d818-e9ac-4163-b93a-6bcd160ac1a6 {
  min-height: 50px;
}








#s-ccb7d818-e9ac-4163-b93a-6bcd160ac1a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccb7d818-e9ac-4163-b93a-6bcd160ac1a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-918e6940-5dc2-4b26-8e41-fffec121e7d7 {
  text-align: center;
}







  #s-918e6940-5dc2-4b26-8e41-fffec121e7d7 img.shogun-image {
    

    
    
    
  }


#s-918e6940-5dc2-4b26-8e41-fffec121e7d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ece056bd-3bbe-454d-81eb-4efbb3f67f08 {
  margin-top: 20px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-ece056bd-3bbe-454d-81eb-4efbb3f67f08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ece056bd-3bbe-454d-81eb-4efbb3f67f08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ece056bd-3bbe-454d-81eb-4efbb3f67f08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ece056bd-3bbe-454d-81eb-4efbb3f67f08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ece056bd-3bbe-454d-81eb-4efbb3f67f08"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-268a020f-63b7-41b8-bfc0-4831d8666bb6 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-268a020f-63b7-41b8-bfc0-4831d8666bb6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-268a020f-63b7-41b8-bfc0-4831d8666bb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-268a020f-63b7-41b8-bfc0-4831d8666bb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-268a020f-63b7-41b8-bfc0-4831d8666bb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-686d5a03-f093-4703-896b-06e35b20d1c7 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-686d5a03-f093-4703-896b-06e35b20d1c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-686d5a03-f093-4703-896b-06e35b20d1c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23d1d362-492c-423d-8a2e-309ba08f2c69 {
  margin-top: 20px;
text-align: center;
}







  #s-23d1d362-492c-423d-8a2e-309ba08f2c69 img.shogun-image {
    

    
    
    
  }


#s-23d1d362-492c-423d-8a2e-309ba08f2c69 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e4379a8-4b10-4fd0-a2fe-27a58b4ec41c {
  min-height: 50px;
}








#s-6e4379a8-4b10-4fd0-a2fe-27a58b4ec41c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e4379a8-4b10-4fd0-a2fe-27a58b4ec41c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3564d57c-838f-4629-a3bc-fcdefa8884bf {
  text-align: center;
opacity: 1;
}







  #s-3564d57c-838f-4629-a3bc-fcdefa8884bf img.shogun-image {
    

    
    
    
  }


#s-3564d57c-838f-4629-a3bc-fcdefa8884bf .shogun-image-content {
  
    align-items: center;
  
}

#s-7b54352f-2101-4aa6-907e-376e6ab90d99 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-7b54352f-2101-4aa6-907e-376e6ab90d99"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-7b54352f-2101-4aa6-907e-376e6ab90d99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7b54352f-2101-4aa6-907e-376e6ab90d99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b54352f-2101-4aa6-907e-376e6ab90d99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-dbfc1a0f-e89f-49ec-a915-2d1e54e62d61 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-dbfc1a0f-e89f-49ec-a915-2d1e54e62d61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbfc1a0f-e89f-49ec-a915-2d1e54e62d61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f441551b-7a50-4c61-90be-57b398644d80 {
  margin-top: 20px;
text-align: center;
}







  #s-f441551b-7a50-4c61-90be-57b398644d80 img.shogun-image {
    

    
    
    
  }


#s-f441551b-7a50-4c61-90be-57b398644d80 .shogun-image-content {
  
    align-items: center;
  
}

#s-b364079f-fb13-462f-bb31-0797f01ae9da {
  min-height: 200px;
}








#s-b364079f-fb13-462f-bb31-0797f01ae9da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b364079f-fb13-462f-bb31-0797f01ae9da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-308db40c-20ff-40f0-8f03-d928e7d3adc5 {
  text-align: center;
}







  #s-308db40c-20ff-40f0-8f03-d928e7d3adc5 img.shogun-image {
    

    
    
    
  }


#s-308db40c-20ff-40f0-8f03-d928e7d3adc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2179c7f3-3c9b-40d9-a7fa-579b2e13939c {
  margin-top: 20px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-2179c7f3-3c9b-40d9-a7fa-579b2e13939c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2179c7f3-3c9b-40d9-a7fa-579b2e13939c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2179c7f3-3c9b-40d9-a7fa-579b2e13939c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2179c7f3-3c9b-40d9-a7fa-579b2e13939c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-2179c7f3-3c9b-40d9-a7fa-579b2e13939c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-66aa2ce1-4375-4d8b-81fa-313e1234ce28 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-66aa2ce1-4375-4d8b-81fa-313e1234ce28"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-66aa2ce1-4375-4d8b-81fa-313e1234ce28"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-66aa2ce1-4375-4d8b-81fa-313e1234ce28"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-66aa2ce1-4375-4d8b-81fa-313e1234ce28"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-bbc2bba6-43f3-4bd2-9b7d-32b2c6d4856c {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-bbc2bba6-43f3-4bd2-9b7d-32b2c6d4856c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbc2bba6-43f3-4bd2-9b7d-32b2c6d4856c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74089ff3-6e96-467d-aa6f-bfd02837b5cb {
  margin-top: 20px;
text-align: center;
}







  #s-74089ff3-6e96-467d-aa6f-bfd02837b5cb img.shogun-image {
    

    
    
    
  }


#s-74089ff3-6e96-467d-aa6f-bfd02837b5cb .shogun-image-content {
  
    align-items: center;
  
}

#s-f669ca5e-9649-40f0-992a-b0a26f653ffe {
  min-height: 50px;
max-width: 200px;
}








#s-f669ca5e-9649-40f0-992a-b0a26f653ffe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f669ca5e-9649-40f0-992a-b0a26f653ffe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-843eacf2-58df-44f8-9b1f-07e01dad791b {
  text-align: center;
}







  #s-843eacf2-58df-44f8-9b1f-07e01dad791b img.shogun-image {
    

    
    
    
  }


#s-843eacf2-58df-44f8-9b1f-07e01dad791b .shogun-image-content {
  
    align-items: center;
  
}

#s-3865c147-b119-4bc6-a5d8-1f936fbce7fb {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-3865c147-b119-4bc6-a5d8-1f936fbce7fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-3865c147-b119-4bc6-a5d8-1f936fbce7fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-3865c147-b119-4bc6-a5d8-1f936fbce7fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-3865c147-b119-4bc6-a5d8-1f936fbce7fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-f7eb8780-408e-4107-9b98-0e2726f3be2d {
  min-height: 50px;
max-width: 200px;
}








#s-f7eb8780-408e-4107-9b98-0e2726f3be2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7eb8780-408e-4107-9b98-0e2726f3be2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3f75fee-73eb-4c68-b6a5-cd52c5e8ec2c {
  text-align: center;
}







  #s-d3f75fee-73eb-4c68-b6a5-cd52c5e8ec2c img.shogun-image {
    

    
    
    
  }


#s-d3f75fee-73eb-4c68-b6a5-cd52c5e8ec2c .shogun-image-content {
  
    align-items: center;
  
}

#s-8ba5fbd6-79bb-41b5-8e81-6503b592abf6 {
  min-height: 50px;
max-width: 200px;
}








#s-8ba5fbd6-79bb-41b5-8e81-6503b592abf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ba5fbd6-79bb-41b5-8e81-6503b592abf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30430073-9f67-45d8-807a-62e3b0e619bd {
  text-align: center;
}







  #s-30430073-9f67-45d8-807a-62e3b0e619bd img.shogun-image {
    

    
    
    
  }


#s-30430073-9f67-45d8-807a-62e3b0e619bd .shogun-image-content {
  
    align-items: center;
  
}

#s-49a7035d-ab62-43bf-a9b1-4b079a8e3205 {
  margin-top: 20px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-49a7035d-ab62-43bf-a9b1-4b079a8e3205"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49a7035d-ab62-43bf-a9b1-4b079a8e3205"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49a7035d-ab62-43bf-a9b1-4b079a8e3205"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49a7035d-ab62-43bf-a9b1-4b079a8e3205"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-49a7035d-ab62-43bf-a9b1-4b079a8e3205"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-117d7a0d-99ae-4308-a4be-855e81c15be8 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-117d7a0d-99ae-4308-a4be-855e81c15be8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-117d7a0d-99ae-4308-a4be-855e81c15be8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-117d7a0d-99ae-4308-a4be-855e81c15be8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-117d7a0d-99ae-4308-a4be-855e81c15be8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-b6599895-516e-4f9d-a13d-dc740c772098 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-b6599895-516e-4f9d-a13d-dc740c772098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6599895-516e-4f9d-a13d-dc740c772098.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-299e2388-2109-44a3-8ab3-7582a315fb67 {
  margin-top: 20px;
text-align: center;
}







  #s-299e2388-2109-44a3-8ab3-7582a315fb67 img.shogun-image {
    

    
    
    
  }


#s-299e2388-2109-44a3-8ab3-7582a315fb67 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d4086aa-a557-4008-81ee-47c70ca0bcde {
  min-height: 50px;
max-width: 200px;
}








#s-7d4086aa-a557-4008-81ee-47c70ca0bcde > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d4086aa-a557-4008-81ee-47c70ca0bcde.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9a8a940-088c-489c-9e7f-758b6661f180 {
  margin-top: 20px;
text-align: center;
}







  #s-e9a8a940-088c-489c-9e7f-758b6661f180 img.shogun-image {
    

    
    
    
  }


#s-e9a8a940-088c-489c-9e7f-758b6661f180 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a9f4ab7-cb70-4259-ab4b-835f44d56060 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-4a9f4ab7-cb70-4259-ab4b-835f44d56060"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-4a9f4ab7-cb70-4259-ab4b-835f44d56060"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-4a9f4ab7-cb70-4259-ab4b-835f44d56060"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a9f4ab7-cb70-4259-ab4b-835f44d56060"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-df7e5d23-9db2-4672-a485-306df3cd223f {
  min-height: 50px;
max-width: 200px;
}








#s-df7e5d23-9db2-4672-a485-306df3cd223f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df7e5d23-9db2-4672-a485-306df3cd223f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f25f5711-9e08-4ca1-b8f8-eab9891e676a {
  margin-top: 20px;
text-align: center;
}







  #s-f25f5711-9e08-4ca1-b8f8-eab9891e676a img.shogun-image {
    

    
    
    
  }


#s-f25f5711-9e08-4ca1-b8f8-eab9891e676a .shogun-image-content {
  
    align-items: center;
  
}

#s-2d84871f-9c75-43cf-8868-37e68ab3c5da {
  min-height: 50px;
max-width: 200px;
}








#s-2d84871f-9c75-43cf-8868-37e68ab3c5da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d84871f-9c75-43cf-8868-37e68ab3c5da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7cd9af6-7cc5-4c26-a282-ad72a5a773e9 {
  min-height: 50px;
max-width: 200px;
}








#s-c7cd9af6-7cc5-4c26-a282-ad72a5a773e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7cd9af6-7cc5-4c26-a282-ad72a5a773e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f42303a-6fcb-4317-88f1-4ff4d54e079f {
  margin-top: 20px;
text-align: center;
}







  #s-5f42303a-6fcb-4317-88f1-4ff4d54e079f img.shogun-image {
    

    
    
    
  }


#s-5f42303a-6fcb-4317-88f1-4ff4d54e079f .shogun-image-content {
  
    align-items: center;
  
}

#s-e1f6ab9b-8ae1-454c-a1a5-aa8949b5d6ae {
  margin-top: 20px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-e1f6ab9b-8ae1-454c-a1a5-aa8949b5d6ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1f6ab9b-8ae1-454c-a1a5-aa8949b5d6ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1f6ab9b-8ae1-454c-a1a5-aa8949b5d6ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1f6ab9b-8ae1-454c-a1a5-aa8949b5d6ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e1f6ab9b-8ae1-454c-a1a5-aa8949b5d6ae"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6c13b67a-4935-4b22-b8bf-edf00326902e {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-6c13b67a-4935-4b22-b8bf-edf00326902e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-6c13b67a-4935-4b22-b8bf-edf00326902e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-6c13b67a-4935-4b22-b8bf-edf00326902e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c13b67a-4935-4b22-b8bf-edf00326902e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-ebe37ea7-2865-4641-afb1-ef8be853a65d {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-ebe37ea7-2865-4641-afb1-ef8be853a65d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebe37ea7-2865-4641-afb1-ef8be853a65d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1a0e277-2fdf-4539-b40a-6b2d08bba092 {
  margin-top: 20px;
text-align: center;
}







  #s-b1a0e277-2fdf-4539-b40a-6b2d08bba092 img.shogun-image {
    

    
    
    
  }


#s-b1a0e277-2fdf-4539-b40a-6b2d08bba092 .shogun-image-content {
  
    align-items: center;
  
}

#s-43b8cbce-c512-4038-b73b-1bb04fdbff50 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-43b8cbce-c512-4038-b73b-1bb04fdbff50 {
  display: none;
}
#s-43b8cbce-c512-4038-b73b-1bb04fdbff50, #wrap-s-43b8cbce-c512-4038-b73b-1bb04fdbff50 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43b8cbce-c512-4038-b73b-1bb04fdbff50 {
  display: none;
}
#s-43b8cbce-c512-4038-b73b-1bb04fdbff50, #wrap-s-43b8cbce-c512-4038-b73b-1bb04fdbff50 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-43b8cbce-c512-4038-b73b-1bb04fdbff50 {
  display: none;
}
#s-43b8cbce-c512-4038-b73b-1bb04fdbff50, #wrap-s-43b8cbce-c512-4038-b73b-1bb04fdbff50 { display: none !important; }}







#s-43b8cbce-c512-4038-b73b-1bb04fdbff50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43b8cbce-c512-4038-b73b-1bb04fdbff50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2cc8378-d7d1-4e2f-8857-28c1202cd1d6 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(0, 130, 195, 1);
}








#s-a2cc8378-d7d1-4e2f-8857-28c1202cd1d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2cc8378-d7d1-4e2f-8857-28c1202cd1d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af3e17bf-08ac-4581-8ff5-f015d069376c {
  min-height: 20px;
}
@media (min-width: 1200px){#s-af3e17bf-08ac-4581-8ff5-f015d069376c {
  display: none;
}
#s-af3e17bf-08ac-4581-8ff5-f015d069376c, #wrap-s-af3e17bf-08ac-4581-8ff5-f015d069376c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af3e17bf-08ac-4581-8ff5-f015d069376c {
  display: none;
}
#s-af3e17bf-08ac-4581-8ff5-f015d069376c, #wrap-s-af3e17bf-08ac-4581-8ff5-f015d069376c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af3e17bf-08ac-4581-8ff5-f015d069376c {
  display: none;
}
#s-af3e17bf-08ac-4581-8ff5-f015d069376c, #wrap-s-af3e17bf-08ac-4581-8ff5-f015d069376c { display: none !important; }}







#s-af3e17bf-08ac-4581-8ff5-f015d069376c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af3e17bf-08ac-4581-8ff5-f015d069376c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-e85c7928-7320-40db-a5cb-dee470e38969 {
  display: none;
}
#s-e85c7928-7320-40db-a5cb-dee470e38969, #wrap-s-e85c7928-7320-40db-a5cb-dee470e38969 { display: none !important; }}
@media (min-width: 1200px){#s-cdaf85e4-c130-4c41-a87a-31cda0a9ff83 {
  display: none;
}
#s-cdaf85e4-c130-4c41-a87a-31cda0a9ff83, #wrap-s-cdaf85e4-c130-4c41-a87a-31cda0a9ff83 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdaf85e4-c130-4c41-a87a-31cda0a9ff83 {
  display: none;
}
#s-cdaf85e4-c130-4c41-a87a-31cda0a9ff83, #wrap-s-cdaf85e4-c130-4c41-a87a-31cda0a9ff83 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cdaf85e4-c130-4c41-a87a-31cda0a9ff83 {
  display: none;
}
#s-cdaf85e4-c130-4c41-a87a-31cda0a9ff83, #wrap-s-cdaf85e4-c130-4c41-a87a-31cda0a9ff83 { display: none !important; }}
#s-927a94cd-d3b0-4831-b604-df6a1e877f23 {
  margin-top: -10px;
margin-bottom: 0px;
}

#s-927a94cd-d3b0-4831-b604-df6a1e877f23 .shogun-icon-wrapper {
  text-align: center;
}


#s-927a94cd-d3b0-4831-b604-df6a1e877f23 .shogun-icon-wrapper > .shogun-icon {

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

#s-ecc083cf-638d-4f87-ab22-aeb031debf08 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-ecc083cf-638d-4f87-ab22-aeb031debf08 {
  display: none;
}
#s-ecc083cf-638d-4f87-ab22-aeb031debf08, #wrap-s-ecc083cf-638d-4f87-ab22-aeb031debf08 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ecc083cf-638d-4f87-ab22-aeb031debf08 {
  display: none;
}
#s-ecc083cf-638d-4f87-ab22-aeb031debf08, #wrap-s-ecc083cf-638d-4f87-ab22-aeb031debf08 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ecc083cf-638d-4f87-ab22-aeb031debf08 {
  display: none;
}
#s-ecc083cf-638d-4f87-ab22-aeb031debf08, #wrap-s-ecc083cf-638d-4f87-ab22-aeb031debf08 { display: none !important; }}







#s-ecc083cf-638d-4f87-ab22-aeb031debf08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecc083cf-638d-4f87-ab22-aeb031debf08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3def96f6-d1a3-40c3-8b3a-e6547cc84d8d {
  padding-top: 20px;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3def96f6-d1a3-40c3-8b3a-e6547cc84d8d {
  display: none;
}
#s-3def96f6-d1a3-40c3-8b3a-e6547cc84d8d, #wrap-s-3def96f6-d1a3-40c3-8b3a-e6547cc84d8d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3def96f6-d1a3-40c3-8b3a-e6547cc84d8d {
  display: none;
}
#s-3def96f6-d1a3-40c3-8b3a-e6547cc84d8d, #wrap-s-3def96f6-d1a3-40c3-8b3a-e6547cc84d8d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3def96f6-d1a3-40c3-8b3a-e6547cc84d8d {
  display: none;
}
#s-3def96f6-d1a3-40c3-8b3a-e6547cc84d8d, #wrap-s-3def96f6-d1a3-40c3-8b3a-e6547cc84d8d { display: none !important; }}







#s-3def96f6-d1a3-40c3-8b3a-e6547cc84d8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3def96f6-d1a3-40c3-8b3a-e6547cc84d8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-b0363129-9f32-4dcd-a94b-f792f018d83a {
  display: none;
}
#s-b0363129-9f32-4dcd-a94b-f792f018d83a, #wrap-s-b0363129-9f32-4dcd-a94b-f792f018d83a { display: none !important; }}
#s-b61fb02a-e9ad-488f-a316-5e85b23424d2 {
  margin-top: 30px;
margin-bottom: 60px;
min-height: 50px;
max-width: 990px;
}








#s-b61fb02a-e9ad-488f-a316-5e85b23424d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b61fb02a-e9ad-488f-a316-5e85b23424d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c734a80-2c0a-481e-9cd3-d7c2602d3cb3 {
  min-height: 450px;
}

#s-5e9931b3-db5b-483c-bd6f-46e22e6e4ac6 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 30px;
padding-bottom: 0px;
min-height: 50px;
background-position: center center;
}








#s-5e9931b3-db5b-483c-bd6f-46e22e6e4ac6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.46;
}#s-5e9931b3-db5b-483c-bd6f-46e22e6e4ac6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24883d96-c5d1-4613-8053-a972261c7ad1 {
  min-height: 50px;
}








#s-24883d96-c5d1-4613-8053-a972261c7ad1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24883d96-c5d1-4613-8053-a972261c7ad1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2d1c5cb-24ba-4a32-8211-4a5d1fcd1d91 {
  margin-bottom: 0px;
}

#s-b276f9f6-a680-45b9-8d7b-a166f8ef485c {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 4px;
max-width: 46px;
}








#s-b276f9f6-a680-45b9-8d7b-a166f8ef485c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b276f9f6-a680-45b9-8d7b-a166f8ef485c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aeae55d0-12fa-470e-b668-94f1bddd412b {
  margin-top: -20px;
margin-bottom: 2px;
}

#s-aeae55d0-12fa-470e-b668-94f1bddd412b hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-ac3b7b6b-6a7c-41b8-8c41-cb1214bcf886 {
  margin-top: 10px;
margin-bottom: 0px;
max-width: 990px;
}

@media (min-width: 0px) {
[id="s-ac3b7b6b-6a7c-41b8-8c41-cb1214bcf886"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac3b7b6b-6a7c-41b8-8c41-cb1214bcf886"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-ac3b7b6b-6a7c-41b8-8c41-cb1214bcf886"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-ac3b7b6b-6a7c-41b8-8c41-cb1214bcf886"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-74b1385c-2560-4afc-91b6-b9bf85dc9823 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-74b1385c-2560-4afc-91b6-b9bf85dc9823 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74b1385c-2560-4afc-91b6-b9bf85dc9823.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-723ef7b9-09f5-49fd-baf3-a0f8af22fe4f {
  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-723ef7b9-09f5-49fd-baf3-a0f8af22fe4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-723ef7b9-09f5-49fd-baf3-a0f8af22fe4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1025a9d3-559a-4626-a410-50bc155ea6d2 {
  min-height: 80px;
text-align: center;
}







  #s-1025a9d3-559a-4626-a410-50bc155ea6d2 img.shogun-image {
    

    
    
    
  }


#s-1025a9d3-559a-4626-a410-50bc155ea6d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fa30657-a855-4dff-8b88-1cd2f707421e {
  margin-top: 10px;
}

#s-406985d2-b139-49f1-a959-520eae4a85d7 {
  margin-top: 17px;
margin-bottom: 3px;
min-height: 4px;
max-width: 46px;
}








#s-406985d2-b139-49f1-a959-520eae4a85d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-406985d2-b139-49f1-a959-520eae4a85d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88e616fd-744c-4e1b-a44e-91d7ef4f3941 hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-7b93d1d3-ff74-482d-9f84-ff00f9e14a09 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-7b93d1d3-ff74-482d-9f84-ff00f9e14a09 {
  display: none;
}
#s-7b93d1d3-ff74-482d-9f84-ff00f9e14a09, #wrap-s-7b93d1d3-ff74-482d-9f84-ff00f9e14a09 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b93d1d3-ff74-482d-9f84-ff00f9e14a09 {
  display: none;
}
#s-7b93d1d3-ff74-482d-9f84-ff00f9e14a09, #wrap-s-7b93d1d3-ff74-482d-9f84-ff00f9e14a09 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b93d1d3-ff74-482d-9f84-ff00f9e14a09 {
  display: none;
}
#s-7b93d1d3-ff74-482d-9f84-ff00f9e14a09, #wrap-s-7b93d1d3-ff74-482d-9f84-ff00f9e14a09 { display: none !important; }}







#s-7b93d1d3-ff74-482d-9f84-ff00f9e14a09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b93d1d3-ff74-482d-9f84-ff00f9e14a09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-433a2730-bd66-4d36-a167-43791cfa1c1e {
  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-433a2730-bd66-4d36-a167-43791cfa1c1e:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-433a2730-bd66-4d36-a167-43791cfa1c1e:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-433a2730-bd66-4d36-a167-43791cfa1c1e-root {
    text-align: center;
  }


#s-433a2730-bd66-4d36-a167-43791cfa1c1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-433a2730-bd66-4d36-a167-43791cfa1c1e-root {
    text-align: center;
  }


#s-433a2730-bd66-4d36-a167-43791cfa1c1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-433a2730-bd66-4d36-a167-43791cfa1c1e-root {
    text-align: center;
  }


#s-433a2730-bd66-4d36-a167-43791cfa1c1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-433a2730-bd66-4d36-a167-43791cfa1c1e-root {
    text-align: center;
  }


#s-433a2730-bd66-4d36-a167-43791cfa1c1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-433a2730-bd66-4d36-a167-43791cfa1c1e-root {
    text-align: center;
  }


#s-433a2730-bd66-4d36-a167-43791cfa1c1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-d359468c-85bb-49c2-9a40-729a6d560023 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-d359468c-85bb-49c2-9a40-729a6d560023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d359468c-85bb-49c2-9a40-729a6d560023.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-265a4290-f96e-4401-a484-d1c6214601c5 {
  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-265a4290-f96e-4401-a484-d1c6214601c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-265a4290-f96e-4401-a484-d1c6214601c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77a3d0fd-d1e6-4322-a8e6-68ba6239ad17 {
  min-height: 80px;
text-align: center;
}







  #s-77a3d0fd-d1e6-4322-a8e6-68ba6239ad17 img.shogun-image {
    

    
    
    
  }


#s-77a3d0fd-d1e6-4322-a8e6-68ba6239ad17 .shogun-image-content {
  
    align-items: center;
  
}

#s-21aabc19-4dc3-4077-8f3b-27d4526c87c9 {
  margin-top: 10px;
}

#s-dc094fb2-4e07-4002-a3bb-d83ecafb7bd8 {
  margin-top: 17px;
margin-bottom: 3px;
min-height: 4px;
max-width: 46px;
}








#s-dc094fb2-4e07-4002-a3bb-d83ecafb7bd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc094fb2-4e07-4002-a3bb-d83ecafb7bd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5d0da57-99d2-41c5-b787-c2ba5013b975 hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-ae6844d4-50e2-4130-b977-d62ebad372f1 {
  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-ae6844d4-50e2-4130-b977-d62ebad372f1:hover {background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-ae6844d4-50e2-4130-b977-d62ebad372f1: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-ae6844d4-50e2-4130-b977-d62ebad372f1-root {
    text-align: center;
  }


#s-ae6844d4-50e2-4130-b977-d62ebad372f1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae6844d4-50e2-4130-b977-d62ebad372f1-root {
    text-align: center;
  }


#s-ae6844d4-50e2-4130-b977-d62ebad372f1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae6844d4-50e2-4130-b977-d62ebad372f1-root {
    text-align: center;
  }


#s-ae6844d4-50e2-4130-b977-d62ebad372f1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae6844d4-50e2-4130-b977-d62ebad372f1-root {
    text-align: center;
  }


#s-ae6844d4-50e2-4130-b977-d62ebad372f1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae6844d4-50e2-4130-b977-d62ebad372f1-root {
    text-align: center;
  }


#s-ae6844d4-50e2-4130-b977-d62ebad372f1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-ef6bdbe9-ad04-43be-9cec-57b08f89745d {
  margin-bottom: 20px;
min-height: 50px;
}








#s-ef6bdbe9-ad04-43be-9cec-57b08f89745d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef6bdbe9-ad04-43be-9cec-57b08f89745d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c843053-628a-4a65-b3ad-7685175e7234 {
  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-7c843053-628a-4a65-b3ad-7685175e7234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c843053-628a-4a65-b3ad-7685175e7234.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85645c4d-d717-426e-903b-36da1a7c1549 {
  min-height: 80px;
text-align: center;
}







  #s-85645c4d-d717-426e-903b-36da1a7c1549 img.shogun-image {
    

    
    
    
  }


#s-85645c4d-d717-426e-903b-36da1a7c1549 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a80d3a9-99fe-4950-b84c-0a032cb54ad4 {
  min-height: 16px;
}
@media (max-width: 767px){#s-4a80d3a9-99fe-4950-b84c-0a032cb54ad4 {
  display: none;
}
#s-4a80d3a9-99fe-4950-b84c-0a032cb54ad4, #wrap-s-4a80d3a9-99fe-4950-b84c-0a032cb54ad4 { display: none !important; }}







#s-4a80d3a9-99fe-4950-b84c-0a032cb54ad4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a80d3a9-99fe-4950-b84c-0a032cb54ad4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-650d4837-58a5-483a-8ce9-11a3a3a17294 {
  margin-top: 2px;
}

#s-31f4b73b-31ab-4012-a901-d48f8a457e32 {
  min-height: 16px;
}
@media (max-width: 767px){#s-31f4b73b-31ab-4012-a901-d48f8a457e32 {
  display: none;
}
#s-31f4b73b-31ab-4012-a901-d48f8a457e32, #wrap-s-31f4b73b-31ab-4012-a901-d48f8a457e32 { display: none !important; }}







#s-31f4b73b-31ab-4012-a901-d48f8a457e32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31f4b73b-31ab-4012-a901-d48f8a457e32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7476bccc-753e-49c1-9c82-d809d610558a {
  margin-top: 17px;
margin-bottom: 3px;
min-height: 4px;
max-width: 46px;
}








#s-7476bccc-753e-49c1-9c82-d809d610558a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7476bccc-753e-49c1-9c82-d809d610558a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c27e1c04-1fa2-4411-89b7-9c0939ce69fe hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-95dc964e-e15e-4c97-afd4-3f8afceeacae {
  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-95dc964e-e15e-4c97-afd4-3f8afceeacae:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-95dc964e-e15e-4c97-afd4-3f8afceeacae:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-95dc964e-e15e-4c97-afd4-3f8afceeacae-root {
    text-align: center;
  }


#s-95dc964e-e15e-4c97-afd4-3f8afceeacae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-95dc964e-e15e-4c97-afd4-3f8afceeacae-root {
    text-align: center;
  }


#s-95dc964e-e15e-4c97-afd4-3f8afceeacae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-95dc964e-e15e-4c97-afd4-3f8afceeacae-root {
    text-align: center;
  }


#s-95dc964e-e15e-4c97-afd4-3f8afceeacae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-95dc964e-e15e-4c97-afd4-3f8afceeacae-root {
    text-align: center;
  }


#s-95dc964e-e15e-4c97-afd4-3f8afceeacae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-95dc964e-e15e-4c97-afd4-3f8afceeacae-root {
    text-align: center;
  }


#s-95dc964e-e15e-4c97-afd4-3f8afceeacae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-79809a2a-3fdd-4617-b4f5-5bca2c9b6e20 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 990px;
}

@media (min-width: 0px) {
[id="s-79809a2a-3fdd-4617-b4f5-5bca2c9b6e20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79809a2a-3fdd-4617-b4f5-5bca2c9b6e20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-79809a2a-3fdd-4617-b4f5-5bca2c9b6e20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-79809a2a-3fdd-4617-b4f5-5bca2c9b6e20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-71719c18-735e-45c3-a9e9-978e62fb2198 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-71719c18-735e-45c3-a9e9-978e62fb2198 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71719c18-735e-45c3-a9e9-978e62fb2198.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9ac5275-9aa1-4b4b-9f60-3da060fd4691 {
  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-d9ac5275-9aa1-4b4b-9f60-3da060fd4691 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9ac5275-9aa1-4b4b-9f60-3da060fd4691.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b47ff96c-7614-42bd-94c6-4b150baa0f98 {
  min-height: 80px;
text-align: center;
}







  #s-b47ff96c-7614-42bd-94c6-4b150baa0f98 img.shogun-image {
    

    
    
    
  }


#s-b47ff96c-7614-42bd-94c6-4b150baa0f98 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d56a120-46e3-4307-b0dd-6c5ed9b3e63b {
  margin-top: 10px;
}

#s-a08fe8e8-d407-496d-b553-d467bcfce5d3 {
  margin-top: 17px;
margin-bottom: 3px;
min-height: 4px;
max-width: 46px;
}








#s-a08fe8e8-d407-496d-b553-d467bcfce5d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a08fe8e8-d407-496d-b553-d467bcfce5d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c43f431-89d9-4a33-862a-78433899910d hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-73958266-25bd-4bf3-a288-c32d0957f0a6 {
  min-height: 20px;
}
@media (min-width: 1200px){#s-73958266-25bd-4bf3-a288-c32d0957f0a6 {
  display: none;
}
#s-73958266-25bd-4bf3-a288-c32d0957f0a6, #wrap-s-73958266-25bd-4bf3-a288-c32d0957f0a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73958266-25bd-4bf3-a288-c32d0957f0a6 {
  display: none;
}
#s-73958266-25bd-4bf3-a288-c32d0957f0a6, #wrap-s-73958266-25bd-4bf3-a288-c32d0957f0a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73958266-25bd-4bf3-a288-c32d0957f0a6 {
  display: none;
}
#s-73958266-25bd-4bf3-a288-c32d0957f0a6, #wrap-s-73958266-25bd-4bf3-a288-c32d0957f0a6 { display: none !important; }}







#s-73958266-25bd-4bf3-a288-c32d0957f0a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73958266-25bd-4bf3-a288-c32d0957f0a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ed733c7-3690-44b7-a75a-f0fc14f5b430 {
  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-6ed733c7-3690-44b7-a75a-f0fc14f5b430:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-6ed733c7-3690-44b7-a75a-f0fc14f5b430:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-6ed733c7-3690-44b7-a75a-f0fc14f5b430-root {
    text-align: center;
  }


#s-6ed733c7-3690-44b7-a75a-f0fc14f5b430.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ed733c7-3690-44b7-a75a-f0fc14f5b430-root {
    text-align: center;
  }


#s-6ed733c7-3690-44b7-a75a-f0fc14f5b430.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ed733c7-3690-44b7-a75a-f0fc14f5b430-root {
    text-align: center;
  }


#s-6ed733c7-3690-44b7-a75a-f0fc14f5b430.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ed733c7-3690-44b7-a75a-f0fc14f5b430-root {
    text-align: center;
  }


#s-6ed733c7-3690-44b7-a75a-f0fc14f5b430.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ed733c7-3690-44b7-a75a-f0fc14f5b430-root {
    text-align: center;
  }


#s-6ed733c7-3690-44b7-a75a-f0fc14f5b430.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-7456e59d-c539-4241-9c0b-51e9688d1d24 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-7456e59d-c539-4241-9c0b-51e9688d1d24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7456e59d-c539-4241-9c0b-51e9688d1d24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f51cf10d-ff20-496e-b1a0-308bc56d57c3 {
  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-f51cf10d-ff20-496e-b1a0-308bc56d57c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f51cf10d-ff20-496e-b1a0-308bc56d57c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91d80158-4ed5-4462-9683-7cf06082102c {
  min-height: 80px;
text-align: center;
}







  #s-91d80158-4ed5-4462-9683-7cf06082102c img.shogun-image {
    

    
    
    
  }


#s-91d80158-4ed5-4462-9683-7cf06082102c .shogun-image-content {
  
    align-items: center;
  
}

#s-a294d39a-bab3-46e7-973c-67b3421cdf15 {
  margin-top: 10px;
}

#s-e7e9cd30-54b6-42ef-9f47-4d50b773098d {
  margin-top: 17px;
margin-bottom: 3px;
min-height: 4px;
max-width: 46px;
}








#s-e7e9cd30-54b6-42ef-9f47-4d50b773098d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7e9cd30-54b6-42ef-9f47-4d50b773098d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8dc4bd93-52a0-470b-b362-94471d890fbc hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-d76e5e1b-5d95-4dd5-bc45-66541508782b {
  min-height: 20px;
}
@media (min-width: 1200px){#s-d76e5e1b-5d95-4dd5-bc45-66541508782b {
  display: none;
}
#s-d76e5e1b-5d95-4dd5-bc45-66541508782b, #wrap-s-d76e5e1b-5d95-4dd5-bc45-66541508782b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d76e5e1b-5d95-4dd5-bc45-66541508782b {
  display: none;
}
#s-d76e5e1b-5d95-4dd5-bc45-66541508782b, #wrap-s-d76e5e1b-5d95-4dd5-bc45-66541508782b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d76e5e1b-5d95-4dd5-bc45-66541508782b {
  display: none;
}
#s-d76e5e1b-5d95-4dd5-bc45-66541508782b, #wrap-s-d76e5e1b-5d95-4dd5-bc45-66541508782b { display: none !important; }}







#s-d76e5e1b-5d95-4dd5-bc45-66541508782b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d76e5e1b-5d95-4dd5-bc45-66541508782b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9508c966-5619-4859-a986-c83ff33a6d26 {
  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-9508c966-5619-4859-a986-c83ff33a6d26:hover {background-color: rgba(21, 103, 147, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-9508c966-5619-4859-a986-c83ff33a6d26: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-9508c966-5619-4859-a986-c83ff33a6d26-root {
    text-align: center;
  }


#s-9508c966-5619-4859-a986-c83ff33a6d26.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9508c966-5619-4859-a986-c83ff33a6d26-root {
    text-align: center;
  }


#s-9508c966-5619-4859-a986-c83ff33a6d26.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9508c966-5619-4859-a986-c83ff33a6d26-root {
    text-align: center;
  }


#s-9508c966-5619-4859-a986-c83ff33a6d26.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9508c966-5619-4859-a986-c83ff33a6d26-root {
    text-align: center;
  }


#s-9508c966-5619-4859-a986-c83ff33a6d26.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9508c966-5619-4859-a986-c83ff33a6d26-root {
    text-align: center;
  }


#s-9508c966-5619-4859-a986-c83ff33a6d26.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-552b515d-f878-4f70-a1c3-ab742efbf053 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-552b515d-f878-4f70-a1c3-ab742efbf053 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-552b515d-f878-4f70-a1c3-ab742efbf053.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f241cb9-2589-4322-aa1a-d5b07978d814 {
  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-6f241cb9-2589-4322-aa1a-d5b07978d814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f241cb9-2589-4322-aa1a-d5b07978d814.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8deb4a72-b038-4e84-9bb8-776b6245dd22 {
  min-height: 80px;
text-align: center;
}







  #s-8deb4a72-b038-4e84-9bb8-776b6245dd22 img.shogun-image {
    

    
    
    
  }


#s-8deb4a72-b038-4e84-9bb8-776b6245dd22 .shogun-image-content {
  
    align-items: center;
  
}

#s-123261b8-02ca-4429-845e-6df53cc14358 {
  min-height: 16px;
}
@media (max-width: 767px){#s-123261b8-02ca-4429-845e-6df53cc14358 {
  display: none;
}
#s-123261b8-02ca-4429-845e-6df53cc14358, #wrap-s-123261b8-02ca-4429-845e-6df53cc14358 { display: none !important; }}







#s-123261b8-02ca-4429-845e-6df53cc14358 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-123261b8-02ca-4429-845e-6df53cc14358.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0a4ea61-b36a-4059-9439-6b83da549324 {
  margin-top: 2px;
}

#s-5806e3b5-9c01-4f8d-bc90-9f74ac74ce9a {
  min-height: 16px;
}
@media (max-width: 767px){#s-5806e3b5-9c01-4f8d-bc90-9f74ac74ce9a {
  display: none;
}
#s-5806e3b5-9c01-4f8d-bc90-9f74ac74ce9a, #wrap-s-5806e3b5-9c01-4f8d-bc90-9f74ac74ce9a { display: none !important; }}







#s-5806e3b5-9c01-4f8d-bc90-9f74ac74ce9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5806e3b5-9c01-4f8d-bc90-9f74ac74ce9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59af089e-98d4-493c-ad39-078ccc12c665 {
  margin-top: 17px;
margin-bottom: 3px;
min-height: 4px;
max-width: 46px;
}








#s-59af089e-98d4-493c-ad39-078ccc12c665 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59af089e-98d4-493c-ad39-078ccc12c665.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc79c63b-10b5-46ba-a239-4c2568189049 hr {
  border-top: 4px solid rgba(203, 251, 0, 1);
}

#s-08f11591-382f-436c-80d6-7df592a2da79 {
  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-08f11591-382f-436c-80d6-7df592a2da79:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-08f11591-382f-436c-80d6-7df592a2da79:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}

  #s-08f11591-382f-436c-80d6-7df592a2da79-root {
    text-align: center;
  }


#s-08f11591-382f-436c-80d6-7df592a2da79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-08f11591-382f-436c-80d6-7df592a2da79-root {
    text-align: center;
  }


#s-08f11591-382f-436c-80d6-7df592a2da79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08f11591-382f-436c-80d6-7df592a2da79-root {
    text-align: center;
  }


#s-08f11591-382f-436c-80d6-7df592a2da79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08f11591-382f-436c-80d6-7df592a2da79-root {
    text-align: center;
  }


#s-08f11591-382f-436c-80d6-7df592a2da79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-08f11591-382f-436c-80d6-7df592a2da79-root {
    text-align: center;
  }


#s-08f11591-382f-436c-80d6-7df592a2da79.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-b27b1efb-f685-4ddd-bbfc-1fa46c3de2f6 {
  min-height: 50px;
max-width: 490px;
}








#s-b27b1efb-f685-4ddd-bbfc-1fa46c3de2f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b27b1efb-f685-4ddd-bbfc-1fa46c3de2f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1cbadbe-2798-4437-bc3e-181c787e9afe {
  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-f1cbadbe-2798-4437-bc3e-181c787e9afe:hover {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}#s-f1cbadbe-2798-4437-bc3e-181c787e9afe:active {background-color: rgba(13, 102, 149, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f1cbadbe-2798-4437-bc3e-181c787e9afe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1cbadbe-2798-4437-bc3e-181c787e9afe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1cbadbe-2798-4437-bc3e-181c787e9afe {
  
}
}@media (max-width: 767px){#s-f1cbadbe-2798-4437-bc3e-181c787e9afe {
  
}
}

  #s-f1cbadbe-2798-4437-bc3e-181c787e9afe-root {
    text-align: center;
  }


#s-f1cbadbe-2798-4437-bc3e-181c787e9afe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f1cbadbe-2798-4437-bc3e-181c787e9afe-root {
    text-align: center;
  }


#s-f1cbadbe-2798-4437-bc3e-181c787e9afe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1cbadbe-2798-4437-bc3e-181c787e9afe-root {
    text-align: center;
  }


#s-f1cbadbe-2798-4437-bc3e-181c787e9afe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f1cbadbe-2798-4437-bc3e-181c787e9afe-root {
    text-align: center;
  }


#s-f1cbadbe-2798-4437-bc3e-181c787e9afe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f1cbadbe-2798-4437-bc3e-181c787e9afe-root {
    text-align: center;
  }


#s-f1cbadbe-2798-4437-bc3e-181c787e9afe.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-5527fefd-7a97-4f29-b95e-1d347c5f6803 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-5527fefd-7a97-4f29-b95e-1d347c5f6803 {
  display: none;
}
#s-5527fefd-7a97-4f29-b95e-1d347c5f6803, #wrap-s-5527fefd-7a97-4f29-b95e-1d347c5f6803 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5527fefd-7a97-4f29-b95e-1d347c5f6803 {
  display: none;
}
#s-5527fefd-7a97-4f29-b95e-1d347c5f6803, #wrap-s-5527fefd-7a97-4f29-b95e-1d347c5f6803 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5527fefd-7a97-4f29-b95e-1d347c5f6803 {
  display: none;
}
#s-5527fefd-7a97-4f29-b95e-1d347c5f6803, #wrap-s-5527fefd-7a97-4f29-b95e-1d347c5f6803 { display: none !important; }}







#s-5527fefd-7a97-4f29-b95e-1d347c5f6803 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5527fefd-7a97-4f29-b95e-1d347c5f6803.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dc010a3-1af7-4165-8984-4e04a4f2d98f {
  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-5dc010a3-1af7-4165-8984-4e04a4f2d98f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.64;
}#s-5dc010a3-1af7-4165-8984-4e04a4f2d98f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b9d1755-b4ef-4ea9-a605-571022ce825b {
  min-height: 50px;
}
@media (max-width: 767px){#s-8b9d1755-b4ef-4ea9-a605-571022ce825b {
  display: none;
}
#s-8b9d1755-b4ef-4ea9-a605-571022ce825b, #wrap-s-8b9d1755-b4ef-4ea9-a605-571022ce825b { display: none !important; }}







#s-8b9d1755-b4ef-4ea9-a605-571022ce825b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b9d1755-b4ef-4ea9-a605-571022ce825b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42316001-94d9-4c2a-a03b-cb5e26d8c5a5 {
  padding-left: 15px;
padding-right: 15px;
min-height: 50px;
}








#s-42316001-94d9-4c2a-a03b-cb5e26d8c5a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42316001-94d9-4c2a-a03b-cb5e26d8c5a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df05a04e-1c44-458d-8702-4c4f7544f31d {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-df05a04e-1c44-458d-8702-4c4f7544f31d {
  
}
}@media (max-width: 767px){#s-df05a04e-1c44-458d-8702-4c4f7544f31d {
  display: none;
}
#s-df05a04e-1c44-458d-8702-4c4f7544f31d, #wrap-s-df05a04e-1c44-458d-8702-4c4f7544f31d { display: none !important; }}
#s-8f5dc035-8db0-447b-af54-9503cb2461fe {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8f5dc035-8db0-447b-af54-9503cb2461fe {
  display: none;
}
#s-8f5dc035-8db0-447b-af54-9503cb2461fe, #wrap-s-8f5dc035-8db0-447b-af54-9503cb2461fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f5dc035-8db0-447b-af54-9503cb2461fe {
  display: none;
}
#s-8f5dc035-8db0-447b-af54-9503cb2461fe, #wrap-s-8f5dc035-8db0-447b-af54-9503cb2461fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f5dc035-8db0-447b-af54-9503cb2461fe {
  
}
}@media (max-width: 767px){#s-8f5dc035-8db0-447b-af54-9503cb2461fe {
  
}
}







#s-8f5dc035-8db0-447b-af54-9503cb2461fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f5dc035-8db0-447b-af54-9503cb2461fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f465699-457e-4987-82d8-097e808ee0a2 {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-2f465699-457e-4987-82d8-097e808ee0a2 {
  display: none;
}
#s-2f465699-457e-4987-82d8-097e808ee0a2, #wrap-s-2f465699-457e-4987-82d8-097e808ee0a2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f465699-457e-4987-82d8-097e808ee0a2 {
  display: none;
}
#s-2f465699-457e-4987-82d8-097e808ee0a2, #wrap-s-2f465699-457e-4987-82d8-097e808ee0a2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f465699-457e-4987-82d8-097e808ee0a2 {
  display: none;
}
#s-2f465699-457e-4987-82d8-097e808ee0a2, #wrap-s-2f465699-457e-4987-82d8-097e808ee0a2 { display: none !important; }}@media (max-width: 767px){#s-2f465699-457e-4987-82d8-097e808ee0a2 {
  
}
}
#s-c2588a66-4f0b-41db-8de2-1062357a2f43 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c2588a66-4f0b-41db-8de2-1062357a2f43 {
  display: none;
}
#s-c2588a66-4f0b-41db-8de2-1062357a2f43, #wrap-s-c2588a66-4f0b-41db-8de2-1062357a2f43 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c2588a66-4f0b-41db-8de2-1062357a2f43 {
  display: none;
}
#s-c2588a66-4f0b-41db-8de2-1062357a2f43, #wrap-s-c2588a66-4f0b-41db-8de2-1062357a2f43 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c2588a66-4f0b-41db-8de2-1062357a2f43 {
  display: none;
}
#s-c2588a66-4f0b-41db-8de2-1062357a2f43, #wrap-s-c2588a66-4f0b-41db-8de2-1062357a2f43 { display: none !important; }}@media (max-width: 767px){#s-c2588a66-4f0b-41db-8de2-1062357a2f43 {
  
}
}







#s-c2588a66-4f0b-41db-8de2-1062357a2f43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2588a66-4f0b-41db-8de2-1062357a2f43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5678efdd-1653-454d-a4cb-1d0136d91259 {
  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-5678efdd-1653-454d-a4cb-1d0136d91259:hover {background-color: rgba(203, 251, 0, 1) !important;
color: rgba(0, 130, 195, 1) !important;
text-decoration: none !important;}#s-5678efdd-1653-454d-a4cb-1d0136d91259:active {background-color: rgba(195, 241, 0, 1) !important;
color: rgba(0, 130, 195, 1) !important;
text-decoration: none !important;}

  #s-5678efdd-1653-454d-a4cb-1d0136d91259-root {
    text-align: center;
  }


#s-5678efdd-1653-454d-a4cb-1d0136d91259.shg-btn {
  color: rgba(31, 31, 31, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5678efdd-1653-454d-a4cb-1d0136d91259-root {
    text-align: center;
  }


#s-5678efdd-1653-454d-a4cb-1d0136d91259.shg-btn {
  color: rgba(31, 31, 31, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5678efdd-1653-454d-a4cb-1d0136d91259-root {
    text-align: center;
  }


#s-5678efdd-1653-454d-a4cb-1d0136d91259.shg-btn {
  color: rgba(31, 31, 31, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5678efdd-1653-454d-a4cb-1d0136d91259-root {
    text-align: center;
  }


#s-5678efdd-1653-454d-a4cb-1d0136d91259.shg-btn {
  color: rgba(31, 31, 31, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5678efdd-1653-454d-a4cb-1d0136d91259-root {
    text-align: center;
  }


#s-5678efdd-1653-454d-a4cb-1d0136d91259.shg-btn {
  color: rgba(31, 31, 31, 1);
  font-size: 22px;
  
  
  
  display:  inline-block ;
}
}
#s-64eb8800-7db8-46da-b78b-1bba38a7d93f {
  min-height: 50px;
}
@media (min-width: 1200px){#s-64eb8800-7db8-46da-b78b-1bba38a7d93f {
  display: none;
}
#s-64eb8800-7db8-46da-b78b-1bba38a7d93f, #wrap-s-64eb8800-7db8-46da-b78b-1bba38a7d93f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64eb8800-7db8-46da-b78b-1bba38a7d93f {
  display: none;
}
#s-64eb8800-7db8-46da-b78b-1bba38a7d93f, #wrap-s-64eb8800-7db8-46da-b78b-1bba38a7d93f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64eb8800-7db8-46da-b78b-1bba38a7d93f {
  
}
}@media (max-width: 767px){#s-64eb8800-7db8-46da-b78b-1bba38a7d93f {
  
}
}







#s-64eb8800-7db8-46da-b78b-1bba38a7d93f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64eb8800-7db8-46da-b78b-1bba38a7d93f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f705fa5-8f01-41ed-91a7-2a07bb412085 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3f705fa5-8f01-41ed-91a7-2a07bb412085 {
  
}
}@media (max-width: 767px){#s-3f705fa5-8f01-41ed-91a7-2a07bb412085 {
  display: none;
}
#s-3f705fa5-8f01-41ed-91a7-2a07bb412085, #wrap-s-3f705fa5-8f01-41ed-91a7-2a07bb412085 { display: none !important; }}







#s-3f705fa5-8f01-41ed-91a7-2a07bb412085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f705fa5-8f01-41ed-91a7-2a07bb412085.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c2acfb3-8e80-4671-84e0-60c0b297554c {
  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-1c2acfb3-8e80-4671-84e0-60c0b297554c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.67;
}#s-1c2acfb3-8e80-4671-84e0-60c0b297554c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3d37d5f-aaa9-4e22-81f4-c3eee91b6209 {
  min-height: 40px;
}
@media (max-width: 767px){#s-c3d37d5f-aaa9-4e22-81f4-c3eee91b6209 {
  display: none;
}
#s-c3d37d5f-aaa9-4e22-81f4-c3eee91b6209, #wrap-s-c3d37d5f-aaa9-4e22-81f4-c3eee91b6209 { display: none !important; }}







#s-c3d37d5f-aaa9-4e22-81f4-c3eee91b6209 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3d37d5f-aaa9-4e22-81f4-c3eee91b6209.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e08765ab-637f-4b14-9fa0-27898dc22a5e {
  min-height: 50px;
max-width: 1080px;
}








#s-e08765ab-637f-4b14-9fa0-27898dc22a5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e08765ab-637f-4b14-9fa0-27898dc22a5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fceb66d2-19db-4e26-be8b-86b2cebe8dd9 {
  margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fceb66d2-19db-4e26-be8b-86b2cebe8dd9 {
  display: none;
}
#s-fceb66d2-19db-4e26-be8b-86b2cebe8dd9, #wrap-s-fceb66d2-19db-4e26-be8b-86b2cebe8dd9 { display: none !important; }}@media (max-width: 767px){#s-fceb66d2-19db-4e26-be8b-86b2cebe8dd9 {
  display: none;
}
#s-fceb66d2-19db-4e26-be8b-86b2cebe8dd9, #wrap-s-fceb66d2-19db-4e26-be8b-86b2cebe8dd9 { display: none !important; }}
#s-60c63026-b910-4025-bfe0-8676e871b6b2 {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-60c63026-b910-4025-bfe0-8676e871b6b2 {
  display: none;
}
#s-60c63026-b910-4025-bfe0-8676e871b6b2, #wrap-s-60c63026-b910-4025-bfe0-8676e871b6b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-60c63026-b910-4025-bfe0-8676e871b6b2 {
  display: none;
}
#s-60c63026-b910-4025-bfe0-8676e871b6b2, #wrap-s-60c63026-b910-4025-bfe0-8676e871b6b2 { display: none !important; }}
#s-a52d636e-6680-4373-acac-cae63a83f2f0 {
  min-height: 40px;
}
@media (max-width: 767px){#s-a52d636e-6680-4373-acac-cae63a83f2f0 {
  display: none;
}
#s-a52d636e-6680-4373-acac-cae63a83f2f0, #wrap-s-a52d636e-6680-4373-acac-cae63a83f2f0 { display: none !important; }}







#s-a52d636e-6680-4373-acac-cae63a83f2f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a52d636e-6680-4373-acac-cae63a83f2f0.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}
