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

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

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

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-86b65d41-d801-426a-9a24-fa6fa11d32ff {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
}








#s-86b65d41-d801-426a-9a24-fa6fa11d32ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86b65d41-d801-426a-9a24-fa6fa11d32ff.shg-box.shg-c {
  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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-942103a3-77f9-49ea-9956-a1a7c31982a2 {
  padding-top: 30px;
padding-left: 100px;
padding-bottom: 30px;
padding-right: 100px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-942103a3-77f9-49ea-9956-a1a7c31982a2 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-942103a3-77f9-49ea-9956-a1a7c31982a2 {
  margin-left: -5px;
margin-right: -5px;
display: none;
}
#s-942103a3-77f9-49ea-9956-a1a7c31982a2, #wrap-s-942103a3-77f9-49ea-9956-a1a7c31982a2 { display:none !important; }}@media (max-width: 767px){#s-942103a3-77f9-49ea-9956-a1a7c31982a2 {
  margin-left: -60px;
margin-right: -60px;
display: none;
}
#s-942103a3-77f9-49ea-9956-a1a7c31982a2, #wrap-s-942103a3-77f9-49ea-9956-a1a7c31982a2 { display:none !important; }}
#s-26b8579b-4a0c-45f5-a856-3f19a41692d9 {
  padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-26b8579b-4a0c-45f5-a856-3f19a41692d9 {
  display: none;
}
#s-26b8579b-4a0c-45f5-a856-3f19a41692d9, #wrap-s-26b8579b-4a0c-45f5-a856-3f19a41692d9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26b8579b-4a0c-45f5-a856-3f19a41692d9 {
  display: none;
}
#s-26b8579b-4a0c-45f5-a856-3f19a41692d9, #wrap-s-26b8579b-4a0c-45f5-a856-3f19a41692d9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26b8579b-4a0c-45f5-a856-3f19a41692d9 {
  margin-left: -5px;
margin-right: -5px;
padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-26b8579b-4a0c-45f5-a856-3f19a41692d9 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 30px;
padding-right: 30px;
}
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-d46b6d1a-d6a1-4a8d-a357-cabdf4a1a76c {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-d46b6d1a-d6a1-4a8d-a357-cabdf4a1a76c {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-d46b6d1a-d6a1-4a8d-a357-cabdf4a1a76c .shogun-tabs {
  justify-content: flex-start;
}


  #s-d46b6d1a-d6a1-4a8d-a357-cabdf4a1a76c .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-d46b6d1a-d6a1-4a8d-a357-cabdf4a1a76c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-d46b6d1a-d6a1-4a8d-a357-cabdf4a1a76c .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d46b6d1a-d6a1-4a8d-a357-cabdf4a1a76c .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-d46b6d1a-d6a1-4a8d-a357-cabdf4a1a76c .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-d46b6d1a-d6a1-4a8d-a357-cabdf4a1a76c .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-b604c3d7-2d49-4e01-a2d7-de491d275f7a {
  min-height: 50px;
}








#s-b604c3d7-2d49-4e01-a2d7-de491d275f7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b604c3d7-2d49-4e01-a2d7-de491d275f7a.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ba4c9153-2dda-4029-803d-3fd48ed255c6 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ba4c9153-2dda-4029-803d-3fd48ed255c6 {
  padding-left: 20px;
padding-right: 20px;
}
}



  #s-ba4c9153-2dda-4029-803d-3fd48ed255c6 img.shogun-image {
    
    width: px;
  }


#s-ba4c9153-2dda-4029-803d-3fd48ed255c6 .shogun-image-content {
  
    align-items: center;
  
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9db5dc99-1abc-4917-b34e-d4835f1f3942"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3d7d552b-7dcc-488b-b8e1-9e9b239ffa60 {
  text-align: center;
}




  #s-3d7d552b-7dcc-488b-b8e1-9e9b239ffa60 img.shogun-image {
    
    width: px;
  }


#s-3d7d552b-7dcc-488b-b8e1-9e9b239ffa60 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ccccce2-0789-493e-bef5-02e724ca9563 {
  text-align: center;
}




  #s-7ccccce2-0789-493e-bef5-02e724ca9563 img.shogun-image {
    
    width: px;
  }


#s-7ccccce2-0789-493e-bef5-02e724ca9563 .shogun-image-content {
  
    align-items: center;
  
}

#s-03b296a0-843b-4cb8-a807-2f40a1cf9cad {
  min-height: 50px;
}








#s-03b296a0-843b-4cb8-a807-2f40a1cf9cad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03b296a0-843b-4cb8-a807-2f40a1cf9cad.shg-box.shg-c {
  justify-content: center;
}

#s-3bdbc9ff-3f3c-4d63-b189-a350fad636e5 {
  background-color: rgba(244, 244, 244, 1);
}

#s-e2ff70a3-5834-4b34-bf37-8ec821971c2e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e2ff70a3-5834-4b34-bf37-8ec821971c2e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f703f2be-744e-4ac4-8e1b-0c4ce43e5649 {
  background-color: rgba(244, 244, 244, 1);
}

#s-d195cf25-65ed-4343-bbee-844c406f89d8 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d195cf25-65ed-4343-bbee-844c406f89d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-21fc92bc-253e-4040-bc9d-85807e7ae631 {
  background-color: rgba(244, 244, 244, 1);
}

#s-f3fe2540-0f0f-496c-934f-feda961a20fd {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f3fe2540-0f0f-496c-934f-feda961a20fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-57dab998-95d8-42f2-9cf4-9e0a316e52e1 {
  background-color: rgba(244, 244, 244, 1);
}

#s-abc5857b-0978-40d3-9613-229887fec43e {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-abc5857b-0978-40d3-9613-229887fec43e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-fb988b2c-52b1-4272-80aa-f31ef8d8c954 {
  background-color: rgba(244, 244, 244, 1);
}

#s-a31612ea-5193-4e1c-98fd-2f35aecdd20a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a31612ea-5193-4e1c-98fd-2f35aecdd20a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-29009f7a-db4f-4bf9-b4db-a285c004740e {
  background-color: rgba(244, 244, 244, 1);
}

#s-23db7154-3186-455f-9c90-0f408c8963c0 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-23db7154-3186-455f-9c90-0f408c8963c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ffd30f20-88c3-4d8a-b82c-64a19c494d9f {
  background-color: rgba(244, 244, 244, 1);
}

#s-f7734699-4cee-4bc0-b55c-60143b2724ed {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f7734699-4cee-4bc0-b55c-60143b2724ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b76ff4c3-f979-482c-a39b-c1f35c45636e {
  background-color: rgba(244, 244, 244, 1);
}

#s-6b002fdc-5af0-42fd-bb2c-9f720da2421b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6b002fdc-5af0-42fd-bb2c-9f720da2421b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-1fa6b6e1-cd12-4b64-b676-ee47c21970a5 {
  background-color: rgba(244, 244, 244, 1);
}

#s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c3dd5310-307e-4fdd-a9d9-3771282e9a7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-655e4d16-b8d5-4f69-a04f-80c6318a4ea5 {
  background-color: rgba(244, 244, 244, 1);
}

#s-30efda46-5aad-4850-9c7b-0df5863c76c2 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-30efda46-5aad-4850-9c7b-0df5863c76c2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e511b440-a21b-4e50-afe7-38be33421188 {
  background-color: rgba(244, 244, 244, 1);
}

#s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-76e66e73-1d2d-4106-bb06-60f8e8c7c8f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-84da3c52-30fb-4b3d-85ad-9d81a1d662b8 {
  background-color: rgba(244, 244, 244, 1);
}

#s-df791d40-3720-4777-9ea5-620d02ecadb4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-df791d40-3720-4777-9ea5-620d02ecadb4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ec3094c2-5065-40b3-aa9a-4be5248937f1 {
  background-color: rgba(244, 244, 244, 1);
}

#s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-691d891d-f1d8-483b-a5d9-2c23f3fc8eaf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-3a7e827a-0da2-4518-953b-e8aea2a3befd {
  background-color: rgba(244, 244, 244, 1);
}

#s-9711136d-59fb-4dcc-9dca-c93e3e642e83 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9711136d-59fb-4dcc-9dca-c93e3e642e83"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-cd3a10cf-6d59-40f7-9c18-231f1a95e87b {
  background-color: rgba(244, 244, 244, 1);
}

#s-9ee3f11e-1d2c-4d71-a423-dcb18823a948 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-9ee3f11e-1d2c-4d71-a423-dcb18823a948"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-b825d1e3-821f-406c-b502-9bbdf3fef570 {
  background-color: rgba(244, 244, 244, 1);
}

#s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-385efa9e-dfe7-4bd7-857c-b8ce2010bdd4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-fc6b18b8-9f31-426e-8f53-faedae6b5929 {
  background-color: rgba(244, 244, 244, 1);
}

#s-e7c67a4f-6140-4299-9b76-2533677f781a {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7c67a4f-6140-4299-9b76-2533677f781a {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-e7c67a4f-6140-4299-9b76-2533677f781a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
}



  #s-e7c67a4f-6140-4299-9b76-2533677f781a img.shogun-image {
    
    width: px;
  }


#s-e7c67a4f-6140-4299-9b76-2533677f781a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5565c163-1a9f-465b-97d5-0be5af117939"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0d4f8bb7-b555-4edd-b35e-20076bd8c56d {
  text-align: center;
}
@media (max-width: 767px){#s-0d4f8bb7-b555-4edd-b35e-20076bd8c56d {
  margin-left: 20px;
margin-right: 20px;
}
}



  #s-0d4f8bb7-b555-4edd-b35e-20076bd8c56d img.shogun-image {
    
    width: px;
  }


#s-0d4f8bb7-b555-4edd-b35e-20076bd8c56d .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-f3dab231-064c-41c6-9147-348e85e11045 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-5c47d6c5-c98e-43c0-b472-0461906de876 {
  text-align: center;
}
@media (max-width: 767px){#s-5c47d6c5-c98e-43c0-b472-0461906de876 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
}



  #s-5c47d6c5-c98e-43c0-b472-0461906de876 img.shogun-image {
    
    width: px;
  }


#s-5c47d6c5-c98e-43c0-b472-0461906de876 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-a104e833-d542-4aa3-beb0-227f4ae5b873 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-33ae4e34-4652-4db6-838a-b2ecbeb331e9 {
  text-align: center;
}
@media (max-width: 767px){#s-33ae4e34-4652-4db6-838a-b2ecbeb331e9 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}
}



  #s-33ae4e34-4652-4db6-838a-b2ecbeb331e9 img.shogun-image {
    
    width: px;
  }


#s-33ae4e34-4652-4db6-838a-b2ecbeb331e9 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-350e69c7-f7d3-47d7-a78c-33170648746a {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-ba1323a3-7143-40a7-884e-49cb2126f4b6 {
  margin-left: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-ba1323a3-7143-40a7-884e-49cb2126f4b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba1323a3-7143-40a7-884e-49cb2126f4b6.shg-box.shg-c {
  justify-content: center;
}

#s-e4acfcc5-8c07-4c2f-87e6-b169e58ec16d {
  min-height: 50px;
}








#s-e4acfcc5-8c07-4c2f-87e6-b169e58ec16d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4acfcc5-8c07-4c2f-87e6-b169e58ec16d.shg-box.shg-c {
  justify-content: center;
}

#s-96a15407-e8a9-4e5d-adbd-84b2219c08c6 {
  min-height: 50px;
}








#s-96a15407-e8a9-4e5d-adbd-84b2219c08c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96a15407-e8a9-4e5d-adbd-84b2219c08c6.shg-box.shg-c {
  justify-content: center;
}

#s-ecdfb461-6cea-4a81-aacf-632168d607a8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 100px;
padding-bottom: 20px;
padding-right: 100px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ecdfb461-6cea-4a81-aacf-632168d607a8 {
  margin-left: -25px;
margin-right: -25px;
display: none;
}
#s-ecdfb461-6cea-4a81-aacf-632168d607a8, #wrap-s-ecdfb461-6cea-4a81-aacf-632168d607a8 { display:none !important; }}@media (max-width: 767px){#s-ecdfb461-6cea-4a81-aacf-632168d607a8 {
  padding-top: 10px;
padding-bottom: 10px;
display: none;
}
#s-ecdfb461-6cea-4a81-aacf-632168d607a8, #wrap-s-ecdfb461-6cea-4a81-aacf-632168d607a8 { display:none !important; }}
#s-6b012afb-a901-49f8-8c50-3cfd5b0f9892 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-6b012afb-a901-49f8-8c50-3cfd5b0f9892 {
  padding-left: 80px;
padding-right: 80px;
display: none;
}
#s-6b012afb-a901-49f8-8c50-3cfd5b0f9892, #wrap-s-6b012afb-a901-49f8-8c50-3cfd5b0f9892 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b012afb-a901-49f8-8c50-3cfd5b0f9892 {
  display: none;
}
#s-6b012afb-a901-49f8-8c50-3cfd5b0f9892, #wrap-s-6b012afb-a901-49f8-8c50-3cfd5b0f9892 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b012afb-a901-49f8-8c50-3cfd5b0f9892 {
  margin-left: -25px;
margin-right: -25px;
padding-left: 40px;
padding-right: 40px;
}
}@media (max-width: 767px){#s-6b012afb-a901-49f8-8c50-3cfd5b0f9892 {
  margin-left: -20px;
margin-right: -20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
}
#s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe {
  padding-top: 15px;
padding-bottom: 15px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe {
  margin-left: -25px;
margin-right: -25px;
}
}@media (max-width: 767px){#s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe {
  margin-left: -20px;
margin-right: -20px;
}
}
@media (min-width: 0px) {
[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40a303ad-0b39-45ac-bfa3-3d4d31c7c6fe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b364f022-5f64-49ff-a7d2-83e37acf296b {
  text-align: center;
}
@media (min-width: 1200px){#s-b364f022-5f64-49ff-a7d2-83e37acf296b {
  padding-left: 20px;
padding-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b364f022-5f64-49ff-a7d2-83e37acf296b {
  padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-b364f022-5f64-49ff-a7d2-83e37acf296b {
  padding-left: 40px;
padding-right: 40px;
}
}



  #s-b364f022-5f64-49ff-a7d2-83e37acf296b img.shogun-image {
    
    width: px;
  }


#s-b364f022-5f64-49ff-a7d2-83e37acf296b .shogun-image-content {
  
    align-items: center;
  
}

#s-2660b15a-fc7b-4117-93a9-a5c7dfc949b7 {
  padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2660b15a-fc7b-4117-93a9-a5c7dfc949b7 {
  display: none;
}
#s-2660b15a-fc7b-4117-93a9-a5c7dfc949b7, #wrap-s-2660b15a-fc7b-4117-93a9-a5c7dfc949b7 { display:none !important; }}@media (max-width: 767px){#s-2660b15a-fc7b-4117-93a9-a5c7dfc949b7 {
  display: none;
}
#s-2660b15a-fc7b-4117-93a9-a5c7dfc949b7, #wrap-s-2660b15a-fc7b-4117-93a9-a5c7dfc949b7 { display:none !important; }}
#s-d748f0a6-051f-42d0-bf91-951708ba1f6d {
  padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 1200px){#s-d748f0a6-051f-42d0-bf91-951708ba1f6d {
  padding-top: 40px;
padding-bottom: 40px;
display: none;
}
#s-d748f0a6-051f-42d0-bf91-951708ba1f6d, #wrap-s-d748f0a6-051f-42d0-bf91-951708ba1f6d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d748f0a6-051f-42d0-bf91-951708ba1f6d {
  padding-top: 40px;
padding-bottom: 40px;
display: none;
}
#s-d748f0a6-051f-42d0-bf91-951708ba1f6d, #wrap-s-d748f0a6-051f-42d0-bf91-951708ba1f6d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d748f0a6-051f-42d0-bf91-951708ba1f6d {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-d748f0a6-051f-42d0-bf91-951708ba1f6d {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-81053d47-0a2b-490d-bb9d-b73c992e758b {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
text-align: center;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-81053d47-0a2b-490d-bb9d-b73c992e758b {
  margin-left: -25px;
margin-right: -25px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-81053d47-0a2b-490d-bb9d-b73c992e758b {
  margin-left: -20px;
margin-right: -20px;
padding-left: 10px;
padding-right: 10px;
}
}



  #s-81053d47-0a2b-490d-bb9d-b73c992e758b img.shogun-image {
    
    width: px;
  }


#s-81053d47-0a2b-490d-bb9d-b73c992e758b .shogun-image-content {
  
    align-items: center;
  
}

#s-ab83bcc4-a7c3-477f-8483-b39a75535089 {
  min-height: 50px;
}








#s-ab83bcc4-a7c3-477f-8483-b39a75535089 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab83bcc4-a7c3-477f-8483-b39a75535089.shg-box.shg-c {
  justify-content: center;
}

#s-b8704a2d-ee83-4050-b890-8ee3915e13c7 {
  min-height: 50px;
}








#s-b8704a2d-ee83-4050-b890-8ee3915e13c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8704a2d-ee83-4050-b890-8ee3915e13c7.shg-box.shg-c {
  justify-content: center;
}

#s-22923776-1986-40c5-a1e5-4b1f454c53c7 {
  margin-top: 30px;
margin-left: -25px;
margin-bottom: 30px;
margin-right: -25px;
}

@media (min-width: 0px) {
[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22923776-1986-40c5-a1e5-4b1f454c53c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-2c44220a-ce28-4d36-a54a-8f64df49e0f5 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c44220a-ce28-4d36-a54a-8f64df49e0f5 {
  margin-left: -20px;
margin-right: -20px;
padding-top: 30px;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-2c44220a-ce28-4d36-a54a-8f64df49e0f5 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-4728a59b-ce7d-4f61-87d2-01b4624233c0 {
  text-align: center;
}




  #s-4728a59b-ce7d-4f61-87d2-01b4624233c0 img.shogun-image {
    
    width: px;
  }


#s-4728a59b-ce7d-4f61-87d2-01b4624233c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3dabfda-36a0-4834-b282-2eef57ea8c1a {
  text-align: center;
}




  #s-a3dabfda-36a0-4834-b282-2eef57ea8c1a img.shogun-image {
    
    width: px;
  }


#s-a3dabfda-36a0-4834-b282-2eef57ea8c1a .shogun-image-content {
  
    align-items: center;
  
}

#s-e09f4408-658a-4304-83b6-7a025180648b {
  text-align: center;
}




  #s-e09f4408-658a-4304-83b6-7a025180648b img.shogun-image {
    
    width: px;
  }


#s-e09f4408-658a-4304-83b6-7a025180648b .shogun-image-content {
  
    align-items: center;
  
}

#s-88a1e07d-a9bb-4e45-bc57-d5a33df1848a {
  text-align: center;
}




  #s-88a1e07d-a9bb-4e45-bc57-d5a33df1848a img.shogun-image {
    
    width: px;
  }


#s-88a1e07d-a9bb-4e45-bc57-d5a33df1848a .shogun-image-content {
  
    align-items: center;
  
}

#s-62e1390e-aa12-401c-b8f5-6fe2a1ad67b0 {
  padding-top: 50px;
padding-left: 30px;
padding-bottom: 50px;
padding-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-62e1390e-aa12-401c-b8f5-6fe2a1ad67b0 {
  padding-top: 10px;
padding-bottom: 10px;
display: none;
}
#s-62e1390e-aa12-401c-b8f5-6fe2a1ad67b0, #wrap-s-62e1390e-aa12-401c-b8f5-6fe2a1ad67b0 { display:none !important; }}@media (max-width: 767px){#s-62e1390e-aa12-401c-b8f5-6fe2a1ad67b0 {
  padding-top: 20px;
padding-bottom: 20px;
display: none;
}
#s-62e1390e-aa12-401c-b8f5-6fe2a1ad67b0, #wrap-s-62e1390e-aa12-401c-b8f5-6fe2a1ad67b0 { display:none !important; }}
#s-03b0108e-b78c-4231-bbca-fcc5a22ddcca {
  padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-03b0108e-b78c-4231-bbca-fcc5a22ddcca {
  display: none;
}
#s-03b0108e-b78c-4231-bbca-fcc5a22ddcca, #wrap-s-03b0108e-b78c-4231-bbca-fcc5a22ddcca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03b0108e-b78c-4231-bbca-fcc5a22ddcca {
  display: none;
}
#s-03b0108e-b78c-4231-bbca-fcc5a22ddcca, #wrap-s-03b0108e-b78c-4231-bbca-fcc5a22ddcca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03b0108e-b78c-4231-bbca-fcc5a22ddcca {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-03b0108e-b78c-4231-bbca-fcc5a22ddcca {
  padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
}
}
#s-74d30edf-21b4-46a4-95d9-a884ef030587 {
  margin-left: -25px;
margin-right: -25px;
padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-74d30edf-21b4-46a4-95d9-a884ef030587 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74d30edf-21b4-46a4-95d9-a884ef030587 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-74d30edf-21b4-46a4-95d9-a884ef030587 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-74d30edf-21b4-46a4-95d9-a884ef030587 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-ffe5c8f1-fa45-40ca-bff5-9d74e055f179 {
  min-height: 50px;
}








#s-ffe5c8f1-fa45-40ca-bff5-9d74e055f179 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffe5c8f1-fa45-40ca-bff5-9d74e055f179.shg-box.shg-c {
  justify-content: center;
}

#s-e8927130-367b-42eb-b201-489b1051bebe {
  background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e8927130-367b-42eb-b201-489b1051bebe {
  margin-left: -25px;
margin-right: -25px;
}
}
@media (min-width: 0px) {
[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e8927130-367b-42eb-b201-489b1051bebe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d12c6c5a-db40-4ba0-911b-f26fc4eca0e9 {
  padding-top: 60px;
padding-left: 50px;
padding-bottom: 60px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d12c6c5a-db40-4ba0-911b-f26fc4eca0e9 {
  display: none;
}
#s-d12c6c5a-db40-4ba0-911b-f26fc4eca0e9, #wrap-s-d12c6c5a-db40-4ba0-911b-f26fc4eca0e9 { display:none !important; }}@media (max-width: 767px){#s-d12c6c5a-db40-4ba0-911b-f26fc4eca0e9 {
  display: none;
}
#s-d12c6c5a-db40-4ba0-911b-f26fc4eca0e9, #wrap-s-d12c6c5a-db40-4ba0-911b-f26fc4eca0e9 { display:none !important; }}
#s-87f0d0d3-7755-47ee-9db8-c6a25c8d2f14 {
  padding-top: 40px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
}
@media (min-width: 1200px){#s-87f0d0d3-7755-47ee-9db8-c6a25c8d2f14 {
  display: none;
}
#s-87f0d0d3-7755-47ee-9db8-c6a25c8d2f14, #wrap-s-87f0d0d3-7755-47ee-9db8-c6a25c8d2f14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87f0d0d3-7755-47ee-9db8-c6a25c8d2f14 {
  display: none;
}
#s-87f0d0d3-7755-47ee-9db8-c6a25c8d2f14, #wrap-s-87f0d0d3-7755-47ee-9db8-c6a25c8d2f14 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87f0d0d3-7755-47ee-9db8-c6a25c8d2f14 {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-87f0d0d3-7755-47ee-9db8-c6a25c8d2f14 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
}
}
#s-c8f081dd-c9b6-4d53-a62a-c21b0d5c9e14 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8f081dd-c9b6-4d53-a62a-c21b0d5c9e14 {
  margin-left: -10px;
margin-right: -10px;
padding-top: 30px;
padding-bottom: 30px;
}
}
#s-909dc9c8-0ce9-408b-a232-3690e8b8219d {
  text-align: center;
}




  #s-909dc9c8-0ce9-408b-a232-3690e8b8219d img.shogun-image {
    
    width: px;
  }


#s-909dc9c8-0ce9-408b-a232-3690e8b8219d .shogun-image-content {
  
    align-items: center;
  
}

#s-f10cc032-f89e-417d-9ac0-e3481ddea126 {
  text-align: center;
}




  #s-f10cc032-f89e-417d-9ac0-e3481ddea126 img.shogun-image {
    
    width: px;
  }


#s-f10cc032-f89e-417d-9ac0-e3481ddea126 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb2d3c80-5714-4590-bfa0-a33af5cb5963 {
  text-align: center;
}




  #s-fb2d3c80-5714-4590-bfa0-a33af5cb5963 img.shogun-image {
    
    width: px;
  }


#s-fb2d3c80-5714-4590-bfa0-a33af5cb5963 .shogun-image-content {
  
    align-items: center;
  
}

#s-c083f0ad-86ce-4d96-af8e-e7b3bcb537d6 {
  min-height: 50px;
}








#s-c083f0ad-86ce-4d96-af8e-e7b3bcb537d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c083f0ad-86ce-4d96-af8e-e7b3bcb537d6.shg-box.shg-c {
  justify-content: center;
}

#s-4a8f99e1-09c1-4877-9cfa-f643586f3b96 {
  padding-top: 0px;
padding-left: 100px;
padding-bottom: 0px;
padding-right: 100px;
text-align: center;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4a8f99e1-09c1-4877-9cfa-f643586f3b96 {
  margin-top: -10px;
margin-left: -25px;
margin-bottom: -10px;
margin-right: -25px;
}
}@media (max-width: 767px){#s-4a8f99e1-09c1-4877-9cfa-f643586f3b96 {
  padding-left: 10px;
padding-right: 10px;
}
}



  #s-4a8f99e1-09c1-4877-9cfa-f643586f3b96 img.shogun-image {
    
    width: px;
  }


#s-4a8f99e1-09c1-4877-9cfa-f643586f3b96 .shogun-image-content {
  
    align-items: center;
  
}

#s-42c4e59c-e5e2-447e-9aa2-e09916f1b157 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 80px;
padding-bottom: 30px;
padding-right: 80px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-42c4e59c-e5e2-447e-9aa2-e09916f1b157 {
  display: none;
}
#s-42c4e59c-e5e2-447e-9aa2-e09916f1b157, #wrap-s-42c4e59c-e5e2-447e-9aa2-e09916f1b157 { display:none !important; }}@media (max-width: 767px){#s-42c4e59c-e5e2-447e-9aa2-e09916f1b157 {
  display: none;
}
#s-42c4e59c-e5e2-447e-9aa2-e09916f1b157, #wrap-s-42c4e59c-e5e2-447e-9aa2-e09916f1b157 { display:none !important; }}
#s-a93faf46-3b6e-446a-85de-1c3993ca8c81 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 50px;
padding-bottom: 20px;
padding-right: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a93faf46-3b6e-446a-85de-1c3993ca8c81 {
  display: none;
}
#s-a93faf46-3b6e-446a-85de-1c3993ca8c81, #wrap-s-a93faf46-3b6e-446a-85de-1c3993ca8c81 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a93faf46-3b6e-446a-85de-1c3993ca8c81 {
  display: none;
}
#s-a93faf46-3b6e-446a-85de-1c3993ca8c81, #wrap-s-a93faf46-3b6e-446a-85de-1c3993ca8c81 { display:none !important; }}@media (max-width: 767px){#s-a93faf46-3b6e-446a-85de-1c3993ca8c81 {
  margin-top: 10px;
margin-left: -20px;
margin-bottom: 0px;
margin-right: -20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
}
}
#s-475d7a58-9869-4dcf-b8f3-c20c8e73cdae {
  min-height: 50px;
}








#s-475d7a58-9869-4dcf-b8f3-c20c8e73cdae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-475d7a58-9869-4dcf-b8f3-c20c8e73cdae.shg-box.shg-c {
  justify-content: center;
}

#s-66378022-567f-4071-90b4-f10c4aaa6399 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-66378022-567f-4071-90b4-f10c4aaa6399 {
  margin-left: -20px;
margin-right: -20px;
}
}



  #s-66378022-567f-4071-90b4-f10c4aaa6399 img.shogun-image {
    
    width: px;
  }


#s-66378022-567f-4071-90b4-f10c4aaa6399 .shogun-image-content {
  
    align-items: center;
  
}

#s-f19c5a91-ffda-4547-9aee-1dd01c2430a4 {
  min-height: 50px;
}








#s-f19c5a91-ffda-4547-9aee-1dd01c2430a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f19c5a91-ffda-4547-9aee-1dd01c2430a4.shg-box.shg-c {
  justify-content: center;
}

#s-f1c4d03e-54e6-486e-b9c8-85d24d84c001 {
  margin-left: -25px;
margin-right: -25px;
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f1c4d03e-54e6-486e-b9c8-85d24d84c001 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (max-width: 767px){#s-f1c4d03e-54e6-486e-b9c8-85d24d84c001 {
  margin-left: -20px;
margin-right: -20px;
padding-top: 10px;
padding-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f1c4d03e-54e6-486e-b9c8-85d24d84c001"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-54f25dfa-dc22-405a-bdcc-32cfa6b67a5a {
  margin-top: 20px;
margin-bottom: 20px;
padding-left: 30px;
padding-right: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-54f25dfa-dc22-405a-bdcc-32cfa6b67a5a {
  padding-top: 40px;
padding-left: 10px;
padding-bottom: 40px;
padding-right: 10px;
}
}



  #s-54f25dfa-dc22-405a-bdcc-32cfa6b67a5a img.shogun-image {
    
    width: px;
  }


#s-54f25dfa-dc22-405a-bdcc-32cfa6b67a5a .shogun-image-content {
  
    align-items: center;
  
}

#s-ae399b43-45cb-411e-97a9-ae776ca07167 {
  padding-top: 70px;
padding-left: 50px;
padding-bottom: 70px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ae399b43-45cb-411e-97a9-ae776ca07167 {
  padding-left: 10px;
padding-right: 10px;
display: none;
}
#s-ae399b43-45cb-411e-97a9-ae776ca07167, #wrap-s-ae399b43-45cb-411e-97a9-ae776ca07167 { display:none !important; }}@media (max-width: 767px){#s-ae399b43-45cb-411e-97a9-ae776ca07167 {
  padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-ae399b43-45cb-411e-97a9-ae776ca07167, #wrap-s-ae399b43-45cb-411e-97a9-ae776ca07167 { display:none !important; }}
#s-b0ec7d49-6154-44c5-bbe3-579a7a19fac5 {
  padding-top: 40px;
padding-left: 50px;
padding-bottom: 40px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-b0ec7d49-6154-44c5-bbe3-579a7a19fac5 {
  display: none;
}
#s-b0ec7d49-6154-44c5-bbe3-579a7a19fac5, #wrap-s-b0ec7d49-6154-44c5-bbe3-579a7a19fac5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0ec7d49-6154-44c5-bbe3-579a7a19fac5 {
  display: none;
}
#s-b0ec7d49-6154-44c5-bbe3-579a7a19fac5, #wrap-s-b0ec7d49-6154-44c5-bbe3-579a7a19fac5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0ec7d49-6154-44c5-bbe3-579a7a19fac5 {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-b0ec7d49-6154-44c5-bbe3-579a7a19fac5 {
  padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
}
}
#s-fd55ced4-2272-4952-8cad-3d44ed9be9c8 {
  min-height: 50px;
}








#s-fd55ced4-2272-4952-8cad-3d44ed9be9c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd55ced4-2272-4952-8cad-3d44ed9be9c8.shg-box.shg-c {
  justify-content: center;
}

#s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b {
  padding-top: 30px;
padding-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b {
  margin-left: -25px;
margin-right: -25px;
}
}
@media (min-width: 0px) {
[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d58f691d-f191-4c8a-b0dd-3fc7b6c9b29b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-579bd858-f8de-4ba1-adcb-7434b81acf0e {
  padding-top: 90px;
padding-left: 50px;
padding-bottom: 90px;
padding-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-579bd858-f8de-4ba1-adcb-7434b81acf0e {
  padding-left: 0px;
padding-right: 0px;
display: none;
}
#s-579bd858-f8de-4ba1-adcb-7434b81acf0e, #wrap-s-579bd858-f8de-4ba1-adcb-7434b81acf0e { display:none !important; }}@media (max-width: 767px){#s-579bd858-f8de-4ba1-adcb-7434b81acf0e {
  padding-left: 30px;
padding-right: 30px;
display: none;
}
#s-579bd858-f8de-4ba1-adcb-7434b81acf0e, #wrap-s-579bd858-f8de-4ba1-adcb-7434b81acf0e { display:none !important; }}
#s-1c4b0dac-0284-41da-a44d-1cbf201217b1 {
  padding-top: 70px;
padding-left: 50px;
padding-bottom: 70px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-1c4b0dac-0284-41da-a44d-1cbf201217b1 {
  display: none;
}
#s-1c4b0dac-0284-41da-a44d-1cbf201217b1, #wrap-s-1c4b0dac-0284-41da-a44d-1cbf201217b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c4b0dac-0284-41da-a44d-1cbf201217b1 {
  display: none;
}
#s-1c4b0dac-0284-41da-a44d-1cbf201217b1, #wrap-s-1c4b0dac-0284-41da-a44d-1cbf201217b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c4b0dac-0284-41da-a44d-1cbf201217b1 {
  padding-top: 25px;
padding-left: 0px;
padding-bottom: 25px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-1c4b0dac-0284-41da-a44d-1cbf201217b1 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
}
#s-9567781f-9266-46e2-b1d8-a0fffe307701 {
  padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9567781f-9266-46e2-b1d8-a0fffe307701 {
  padding-top: 25px;
padding-left: 70px;
padding-bottom: 25px;
padding-right: 70px;
}
}@media (max-width: 767px){#s-9567781f-9266-46e2-b1d8-a0fffe307701 {
  padding-left: 60px;
padding-right: 60px;
}
}



  #s-9567781f-9266-46e2-b1d8-a0fffe307701 img.shogun-image {
    
    width: px;
  }


#s-9567781f-9266-46e2-b1d8-a0fffe307701 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cc75f74-693d-47c3-a45e-823e5dfb15d0 {
  min-height: 50px;
}








#s-7cc75f74-693d-47c3-a45e-823e5dfb15d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cc75f74-693d-47c3-a45e-823e5dfb15d0.shg-box.shg-c {
  justify-content: center;
}

#s-70333717-cda1-4f4d-8572-bb3107066a43 {
  padding-top: 50px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-70333717-cda1-4f4d-8572-bb3107066a43 {
  padding-top: 20px;
}
}@media (max-width: 767px){#s-70333717-cda1-4f4d-8572-bb3107066a43 {
  padding-top: 10px;
}
}
#s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7 {
  margin-left: -25px;
margin-right: -25px;
}
}@media (max-width: 767px){#s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7 {
  display: none;
}
#s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7, #wrap-s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-dc9e91c2-3810-46a1-8f3c-2ac1f8f655a7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ee6963cf-b48c-45f9-a222-c12c8bcce455 {
  text-align: center;
}
@media (max-width: 767px){#s-ee6963cf-b48c-45f9-a222-c12c8bcce455 {
  display: none;
}
#s-ee6963cf-b48c-45f9-a222-c12c8bcce455, #wrap-s-ee6963cf-b48c-45f9-a222-c12c8bcce455 { display:none !important; }}



  #s-ee6963cf-b48c-45f9-a222-c12c8bcce455 img.shogun-image {
    
    width: px;
  }


#s-ee6963cf-b48c-45f9-a222-c12c8bcce455 .shogun-image-content {
  
    align-items: center;
  
}

#s-20194f81-907e-4de5-9302-5c7b5c32c939 {
  text-align: center;
}
@media (max-width: 767px){#s-20194f81-907e-4de5-9302-5c7b5c32c939 {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-20194f81-907e-4de5-9302-5c7b5c32c939, #wrap-s-20194f81-907e-4de5-9302-5c7b5c32c939 { display:none !important; }}



  #s-20194f81-907e-4de5-9302-5c7b5c32c939 img.shogun-image {
    
    width: px;
  }


#s-20194f81-907e-4de5-9302-5c7b5c32c939 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f25d2f1-44eb-4b93-9137-447cf594b3bc {
  margin-left: 2px;
margin-right: 2px;
text-align: center;
}
@media (max-width: 767px){#s-6f25d2f1-44eb-4b93-9137-447cf594b3bc {
  padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-6f25d2f1-44eb-4b93-9137-447cf594b3bc, #wrap-s-6f25d2f1-44eb-4b93-9137-447cf594b3bc { display:none !important; }}



  #s-6f25d2f1-44eb-4b93-9137-447cf594b3bc img.shogun-image {
    
    width: px;
  }


#s-6f25d2f1-44eb-4b93-9137-447cf594b3bc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-72d63a1f-160e-43f9-969b-c83474bcfa18"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-930bb21d-6e09-4772-aa73-69438aeecb44 {
  text-align: center;
}
@media (max-width: 767px){#s-930bb21d-6e09-4772-aa73-69438aeecb44 {
  margin-left: 20px;
margin-right: 20px;
}
}



  #s-930bb21d-6e09-4772-aa73-69438aeecb44 img.shogun-image {
    
    width: px;
  }


#s-930bb21d-6e09-4772-aa73-69438aeecb44 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-8369fffc-6c19-428b-8240-d0f6b819bd98 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-687072d7-0033-471e-a56e-e96c7057278b {
  text-align: center;
}
@media (max-width: 767px){#s-687072d7-0033-471e-a56e-e96c7057278b {
  margin-left: 20px;
margin-right: 20px;
}
}



  #s-687072d7-0033-471e-a56e-e96c7057278b img.shogun-image {
    
    width: px;
  }


#s-687072d7-0033-471e-a56e-e96c7057278b .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-93fdc512-f424-44ba-a27a-49aa5080c20a {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-691c8407-abe9-477a-87e0-9ede17cd6fdc {
  text-align: center;
}
@media (max-width: 767px){#s-691c8407-abe9-477a-87e0-9ede17cd6fdc {
  margin-left: 20px;
margin-right: 20px;
}
}



  #s-691c8407-abe9-477a-87e0-9ede17cd6fdc img.shogun-image {
    
    width: px;
  }


#s-691c8407-abe9-477a-87e0-9ede17cd6fdc .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-18c5432f-664e-4d7d-8c43-bf3bcc07e5f6 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-59a6f862-ccb1-4d17-b4d8-f3e15042dcb9 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-59a6f862-ccb1-4d17-b4d8-f3e15042dcb9 {
  display: none;
}
#s-59a6f862-ccb1-4d17-b4d8-f3e15042dcb9, #wrap-s-59a6f862-ccb1-4d17-b4d8-f3e15042dcb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59a6f862-ccb1-4d17-b4d8-f3e15042dcb9 {
  display: none;
}
#s-59a6f862-ccb1-4d17-b4d8-f3e15042dcb9, #wrap-s-59a6f862-ccb1-4d17-b4d8-f3e15042dcb9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59a6f862-ccb1-4d17-b4d8-f3e15042dcb9 {
  display: none;
}
#s-59a6f862-ccb1-4d17-b4d8-f3e15042dcb9, #wrap-s-59a6f862-ccb1-4d17-b4d8-f3e15042dcb9 { display:none !important; }}
#s-e8f80bd8-e535-4ffe-bb2b-4f9e92f4f6af {
  text-align: center;
}
@media (max-width: 767px){#s-e8f80bd8-e535-4ffe-bb2b-4f9e92f4f6af {
  padding-left: 60px;
padding-right: 60px;
}
}



  #s-e8f80bd8-e535-4ffe-bb2b-4f9e92f4f6af img.shogun-image {
    
    width: px;
  }


#s-e8f80bd8-e535-4ffe-bb2b-4f9e92f4f6af .shogun-image-content {
  
    align-items: center;
  
}

#s-ebae4d2b-20d0-41e3-8a60-babc162270d8 {
  text-align: center;
}




  #s-ebae4d2b-20d0-41e3-8a60-babc162270d8 img.shogun-image {
    
    width: px;
  }


#s-ebae4d2b-20d0-41e3-8a60-babc162270d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e6981ee-24dc-4e88-a2da-3a6879a4879d {
  text-align: center;
}
@media (max-width: 767px){#s-2e6981ee-24dc-4e88-a2da-3a6879a4879d {
  padding-left: 15px;
padding-right: 15px;
}
}



  #s-2e6981ee-24dc-4e88-a2da-3a6879a4879d img.shogun-image {
    
    width: px;
  }


#s-2e6981ee-24dc-4e88-a2da-3a6879a4879d .shogun-image-content {
  
    align-items: 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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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