.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-70a4cc46-9700-463f-9a4c-980c331dad10 {
  min-height: 50px;
}








#s-70a4cc46-9700-463f-9a4c-980c331dad10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70a4cc46-9700-463f-9a4c-980c331dad10.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-b3331e48-7937-4682-9014-5af8f84d8db6 {
  text-align: center;
}




  #s-b3331e48-7937-4682-9014-5af8f84d8db6 img.shogun-image {
    
    width: px;
  }


#s-b3331e48-7937-4682-9014-5af8f84d8db6 .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-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ddb42f37-d305-42da-8fb6-a62691ddabc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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;
}

@media (min-width: 1200px){#s-99ec2747-e485-4c8e-8793-872fe9097632 {
  display: none;
}
#s-99ec2747-e485-4c8e-8793-872fe9097632, #wrap-s-99ec2747-e485-4c8e-8793-872fe9097632 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99ec2747-e485-4c8e-8793-872fe9097632 {
  display: none;
}
#s-99ec2747-e485-4c8e-8793-872fe9097632, #wrap-s-99ec2747-e485-4c8e-8793-872fe9097632 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-8863655c-611a-47a9-9528-adb4270cd48e {
  display: none;
}
#s-8863655c-611a-47a9-9528-adb4270cd48e, #wrap-s-8863655c-611a-47a9-9528-adb4270cd48e { display:none !important; }}@media (max-width: 767px){#s-8863655c-611a-47a9-9528-adb4270cd48e {
  display: none;
}
#s-8863655c-611a-47a9-9528-adb4270cd48e, #wrap-s-8863655c-611a-47a9-9528-adb4270cd48e { display:none !important; }}
#s-64ce7f89-9ec1-44fa-ae34-f4234622af9f {
  margin-top: 0px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-64ce7f89-9ec1-44fa-ae34-f4234622af9f {
  display: none;
}
#s-64ce7f89-9ec1-44fa-ae34-f4234622af9f, #wrap-s-64ce7f89-9ec1-44fa-ae34-f4234622af9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-64ce7f89-9ec1-44fa-ae34-f4234622af9f {
  display: none;
}
#s-64ce7f89-9ec1-44fa-ae34-f4234622af9f, #wrap-s-64ce7f89-9ec1-44fa-ae34-f4234622af9f { display:none !important; }}







#s-64ce7f89-9ec1-44fa-ae34-f4234622af9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64ce7f89-9ec1-44fa-ae34-f4234622af9f.shg-box.shg-c {
  justify-content: center;
}

#s-bc8c5068-cc1e-4df3-b3a0-5ec8bf502573 {
  padding-bottom: 25px;
min-height: 50px;
}








#s-bc8c5068-cc1e-4df3-b3a0-5ec8bf502573 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc8c5068-cc1e-4df3-b3a0-5ec8bf502573.shg-box.shg-c {
  justify-content: center;
}

#s-92d591ec-4fe7-4b8d-954a-91435641289b {
  margin-top: 0px;
margin-bottom: 0px;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-5bf8170a-d222-46dc-aa8d-657b81b70968 {
  padding-left: 20px;
padding-right: 20px;
}

#s-5bf8170a-d222-46dc-aa8d-657b81b70968 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-5bf8170a-d222-46dc-aa8d-657b81b70968 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 25px;
}

#s-5bf8170a-d222-46dc-aa8d-657b81b70968 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5bf8170a-d222-46dc-aa8d-657b81b70968 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-5bf8170a-d222-46dc-aa8d-657b81b70968 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: futura-pt;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-5bf8170a-d222-46dc-aa8d-657b81b70968 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-e9f7ec0c-f407-46e5-9c22-d7edfdcdfb8c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-8146272a-2d14-4215-9b69-40f5d3682fb5 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-2b3ec1c3-9549-4de5-a1aa-20ea44bcd297 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e3ba4aaf-183d-406d-8496-0e28fc87c769 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-0ccb59b2-1641-45cf-808b-ce5db4bd8253 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-524fe983-8034-4acb-955f-53bd1448cbf9 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-6c3cfd54-05ec-4fe3-8b0b-dfcbe669c74b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

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

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

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

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

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

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

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

#s-cde158d5-bf6b-43d1-8a40-9870e287a2c3 {
  margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(124, 124, 124, 1);
text-align: center;
text-decoration: none;
line-height: 3em;
background-image: none;
hover-type: color;
}
#s-cde158d5-bf6b-43d1-8a40-9870e287a2c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cde158d5-bf6b-43d1-8a40-9870e287a2c3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cde158d5-bf6b-43d1-8a40-9870e287a2c3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-1bee071a-f6d2-4457-8b4e-dd10c620e51f {
  min-height: 50px;
}








#s-1bee071a-f6d2-4457-8b4e-dd10c620e51f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bee071a-f6d2-4457-8b4e-dd10c620e51f.shg-box.shg-c {
  justify-content: center;
}

#s-2563e5be-3ad3-40e3-ad89-331112b8d9c3 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-47e62109-94e8-4d7f-9d5b-c591562b5cbe {
  padding-left: 20px;
padding-right: 20px;
}

#s-47e62109-94e8-4d7f-9d5b-c591562b5cbe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-47e62109-94e8-4d7f-9d5b-c591562b5cbe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 25px;
}

#s-47e62109-94e8-4d7f-9d5b-c591562b5cbe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-47e62109-94e8-4d7f-9d5b-c591562b5cbe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-47e62109-94e8-4d7f-9d5b-c591562b5cbe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: futura-pt;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-47e62109-94e8-4d7f-9d5b-c591562b5cbe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-86793be2-3fb4-44fb-aece-3dfdd533b682 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-9e827056-8b9e-4cec-b4f9-6e611def5202 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-fbe3f953-28a7-4a03-9d58-f6942526cd66 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-fe4c9dd4-497a-4221-9600-d706b0092817 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-cad3d2c2-0a4a-4314-88bb-8221b6871966 {
  min-height: 50px;
}








#s-cad3d2c2-0a4a-4314-88bb-8221b6871966 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cad3d2c2-0a4a-4314-88bb-8221b6871966.shg-box.shg-c {
  justify-content: center;
}

#s-7de5b3af-d6c2-4e5f-bc74-f211fb19a694 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c508ba18-87e0-42ff-ac19-adae18a93dcb {
  padding-left: 20px;
padding-right: 20px;
}

#s-c508ba18-87e0-42ff-ac19-adae18a93dcb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-c508ba18-87e0-42ff-ac19-adae18a93dcb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 25px;
}

#s-c508ba18-87e0-42ff-ac19-adae18a93dcb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c508ba18-87e0-42ff-ac19-adae18a93dcb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-c508ba18-87e0-42ff-ac19-adae18a93dcb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: futura-pt;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-c508ba18-87e0-42ff-ac19-adae18a93dcb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-8a25a3d4-b3e2-4da9-a36b-f23853a8284f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e4b54d33-54cb-4d8b-b0dd-75a80fce3f44 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-a0fef994-5cb0-4800-a623-e2a45ca17356 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-21b936cd-b25e-4d66-ba76-08a9e17acca9 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-87c95de9-f18e-48a2-90dd-15d12cd6d34b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-036759cc-5df1-4024-98e1-3f328dd75c66 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-091247df-39de-4e8b-98a6-6c07ce72ccdf {
  min-height: 50px;
}








#s-091247df-39de-4e8b-98a6-6c07ce72ccdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-091247df-39de-4e8b-98a6-6c07ce72ccdf.shg-box.shg-c {
  justify-content: center;
}

#s-d25a84a0-d639-4282-87a2-5a4fdc81f12f {
  min-height: 50px;
}








#s-d25a84a0-d639-4282-87a2-5a4fdc81f12f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d25a84a0-d639-4282-87a2-5a4fdc81f12f.shg-box.shg-c {
  justify-content: center;
}

#s-221befc8-c1be-460f-b5dd-8c2c0ae2cd05 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c1a3f829-d9be-42c4-8a60-69e6ff828510 {
  padding-left: 20px;
padding-right: 20px;
}

#s-c1a3f829-d9be-42c4-8a60-69e6ff828510 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-c1a3f829-d9be-42c4-8a60-69e6ff828510 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 25px;
}

#s-c1a3f829-d9be-42c4-8a60-69e6ff828510 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c1a3f829-d9be-42c4-8a60-69e6ff828510 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-c1a3f829-d9be-42c4-8a60-69e6ff828510 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: futura-pt;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-c1a3f829-d9be-42c4-8a60-69e6ff828510 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-cc57dad2-3993-4a59-9823-79d5bc60879c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d26e263e-3a46-42b2-bc58-5e057c253107 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-a97e581c-5b42-497d-bfa1-c9784e2ad6d0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-eb723221-0016-4eed-95f0-bbebde24a997 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ae788238-53d5-4396-9ae9-b81fd0188ff2 {
  min-height: 50px;
}








#s-ae788238-53d5-4396-9ae9-b81fd0188ff2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae788238-53d5-4396-9ae9-b81fd0188ff2.shg-box.shg-c {
  justify-content: center;
}

#s-320b840b-7bec-4569-8428-688036eefe8a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-fafca836-d158-4b61-9fca-21778403efab {
  padding-left: 20px;
padding-right: 20px;
}

#s-fafca836-d158-4b61-9fca-21778403efab > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-fafca836-d158-4b61-9fca-21778403efab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 25px;
}

#s-fafca836-d158-4b61-9fca-21778403efab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fafca836-d158-4b61-9fca-21778403efab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-fafca836-d158-4b61-9fca-21778403efab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: futura-pt;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-fafca836-d158-4b61-9fca-21778403efab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-d976caab-255e-4b1c-9365-bc83fd05bd75 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-4d272053-4a2d-4fed-8791-5d279cd04b6d {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e84b68b1-cfa7-46c2-909a-886b43d1f91c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-bc5d9d7b-a651-4c22-94d9-dd87158b839e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1d8c3f5e-2338-4f98-af57-74382c1997fb {
  padding-left: 20px;
padding-right: 20px;
}

#s-1d8c3f5e-2338-4f98-af57-74382c1997fb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-1d8c3f5e-2338-4f98-af57-74382c1997fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 25px;
}

#s-1d8c3f5e-2338-4f98-af57-74382c1997fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1d8c3f5e-2338-4f98-af57-74382c1997fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-1d8c3f5e-2338-4f98-af57-74382c1997fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: futura-pt;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-1d8c3f5e-2338-4f98-af57-74382c1997fb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-03675a83-b2d8-4c5d-83a0-48feac1591c0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-14811bea-a319-41f0-a337-171f53c4fe2c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-f269f0f1-b3e9-481a-9677-aefab36425fb {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-4c4c99b3-5943-4b62-bb58-eb7a7838b885 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-310d02e7-9fb6-4ac0-8a65-4767b1e05943 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-da271808-5a56-49a6-89c5-aa419b817c3b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-4cf55294-0713-40fa-8150-0a8fa015d439 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4cf55294-0713-40fa-8150-0a8fa015d439 {
  display: none;
}
#s-4cf55294-0713-40fa-8150-0a8fa015d439, #wrap-s-4cf55294-0713-40fa-8150-0a8fa015d439 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cf55294-0713-40fa-8150-0a8fa015d439 {
  display: none;
}
#s-4cf55294-0713-40fa-8150-0a8fa015d439, #wrap-s-4cf55294-0713-40fa-8150-0a8fa015d439 { display:none !important; }}







#s-4cf55294-0713-40fa-8150-0a8fa015d439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cf55294-0713-40fa-8150-0a8fa015d439.shg-box.shg-c {
  justify-content: center;
}

#s-0f72f3cd-5cb2-4a5b-a2b5-16d3259820dd {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f72f3cd-5cb2-4a5b-a2b5-16d3259820dd {
  display: none;
}
#s-0f72f3cd-5cb2-4a5b-a2b5-16d3259820dd, #wrap-s-0f72f3cd-5cb2-4a5b-a2b5-16d3259820dd { display:none !important; }}@media (max-width: 767px){#s-0f72f3cd-5cb2-4a5b-a2b5-16d3259820dd {
  display: none;
}
#s-0f72f3cd-5cb2-4a5b-a2b5-16d3259820dd, #wrap-s-0f72f3cd-5cb2-4a5b-a2b5-16d3259820dd { display:none !important; }}







#s-0f72f3cd-5cb2-4a5b-a2b5-16d3259820dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f72f3cd-5cb2-4a5b-a2b5-16d3259820dd.shg-box.shg-c {
  justify-content: center;
}

#s-3d34bec6-cdc3-4562-a089-485d6804c6c9 {
  background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3d34bec6-cdc3-4562-a089-485d6804c6c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8c0b6892-1b28-4f9c-91e0-e85438a29654 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 300px;
}








#s-8c0b6892-1b28-4f9c-91e0-e85438a29654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c0b6892-1b28-4f9c-91e0-e85438a29654.shg-box.shg-c {
  justify-content: center;
}

#s-2d41736d-f204-45e4-bc63-412399e589ab {
  border-style: solid;
margin-top: 20px;
margin-left: 80px;
margin-bottom: 20px;
margin-right: 80px;
padding-top: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-2d41736d-f204-45e4-bc63-412399e589ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d41736d-f204-45e4-bc63-412399e589ab.shg-box.shg-c {
  justify-content: center;
}

#s-eccef876-a390-4096-97ca-fd2b2ae32b03 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-eccef876-a390-4096-97ca-fd2b2ae32b03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eccef876-a390-4096-97ca-fd2b2ae32b03 {
  cursor: pointer;
}#s-eccef876-a390-4096-97ca-fd2b2ae32b03.shg-box.shg-c {
  justify-content: center;
}

#s-52e78f8b-b84d-4045-a3b1-3ef4119896a1 {
  margin-top: 10px;
}

#s-12fae188-940e-4709-ba4f-4cadf2df617e {
  min-height: 50px;
}








#s-12fae188-940e-4709-ba4f-4cadf2df617e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12fae188-940e-4709-ba4f-4cadf2df617e.shg-box.shg-c {
  justify-content: center;
}

#s-253e1eb8-24a6-4597-9a05-df9f11d7deb9 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 56px;
}








#s-253e1eb8-24a6-4597-9a05-df9f11d7deb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-253e1eb8-24a6-4597-9a05-df9f11d7deb9 {
  cursor: pointer;
}#s-253e1eb8-24a6-4597-9a05-df9f11d7deb9.shg-box.shg-c {
  justify-content: center;
}

#s-344dbdc0-dcf8-41dd-b822-3a0004877399 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-1525609c-69b5-4e8f-847a-cc59cef7212b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-1c637747-9715-48e1-80ab-48b7c8ea160f {
  margin-top: 0px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1c637747-9715-48e1-80ab-48b7c8ea160f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c637747-9715-48e1-80ab-48b7c8ea160f.shg-box.shg-c {
  justify-content: center;
}

#s-80c8f703-226b-463d-8e44-f0da1dcc49fa {
  padding-bottom: 25px;
min-height: 50px;
}








#s-80c8f703-226b-463d-8e44-f0da1dcc49fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80c8f703-226b-463d-8e44-f0da1dcc49fa.shg-box.shg-c {
  justify-content: center;
}

#s-5f094f8c-f127-4cfc-b6e5-cd3f8ee2800e {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2750f41d-891e-44da-974c-2fa563ac8d0e {
  padding-left: 20px;
padding-right: 20px;
}

#s-2750f41d-891e-44da-974c-2fa563ac8d0e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-2750f41d-891e-44da-974c-2fa563ac8d0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 25px;
}

#s-2750f41d-891e-44da-974c-2fa563ac8d0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-2750f41d-891e-44da-974c-2fa563ac8d0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-2750f41d-891e-44da-974c-2fa563ac8d0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: futura-pt;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-2750f41d-891e-44da-974c-2fa563ac8d0e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-e4d9317b-39f6-4077-9097-0ba57197e06f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-7450d96b-5bbb-4019-8bac-e49cc46eefdd {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-1e965f19-a030-4a33-aa2d-0fb61deb7056 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-bbf4aaf4-2fe1-470a-9f85-07d79a1c1374 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-2d2368fe-fb9e-4f41-87c9-d0aebfb78ab0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-6d8de673-121c-45cb-b45a-1067c49205cd {
  margin-top: 25px;
margin-left: 100px;
margin-bottom: 25px;
margin-right: 100px;
}

#s-b6539927-60f9-47bb-82eb-b568d1d1d54b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-23a88bc6-0bd6-45d0-b60c-0bfde8c59919 {
  margin-bottom: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(124, 124, 124, 1);
text-align: center;
text-decoration: none;
line-height: 3em;
background-image: none;
hover-type: color;
}
#s-23a88bc6-0bd6-45d0-b60c-0bfde8c59919:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-23a88bc6-0bd6-45d0-b60c-0bfde8c59919:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23a88bc6-0bd6-45d0-b60c-0bfde8c59919.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-cdd669c1-3895-46e2-85f3-267a300f238f {
  min-height: 50px;
}








#s-cdd669c1-3895-46e2-85f3-267a300f238f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdd669c1-3895-46e2-85f3-267a300f238f.shg-box.shg-c {
  justify-content: center;
}

#s-07330dec-4203-438c-8c16-a9279a8f33f7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-06a74d46-d56b-4126-bd08-8609f90921a0 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
}

#s-06a74d46-d56b-4126-bd08-8609f90921a0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-06a74d46-d56b-4126-bd08-8609f90921a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 25px;
}

#s-06a74d46-d56b-4126-bd08-8609f90921a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-06a74d46-d56b-4126-bd08-8609f90921a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-06a74d46-d56b-4126-bd08-8609f90921a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: futura-pt;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-06a74d46-d56b-4126-bd08-8609f90921a0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-61448149-461b-44e2-847d-3e455440e64b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-86f9ed9c-07f1-42c7-8e68-6c39402d4895 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-b974f131-6a67-4fc6-873f-6eddbf901d53 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-9984bfc7-5381-4adc-99ba-49e8c27120c1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-5f05e055-1600-4590-9178-0d91e5f94f25 {
  min-height: 50px;
}








#s-5f05e055-1600-4590-9178-0d91e5f94f25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f05e055-1600-4590-9178-0d91e5f94f25.shg-box.shg-c {
  justify-content: center;
}

#s-dd82a8e6-3a7a-4448-a16b-60993fff17a7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a3e86343-0816-4a67-b9ad-1440d4284a12 {
  padding-left: 20px;
padding-right: 20px;
}

#s-a3e86343-0816-4a67-b9ad-1440d4284a12 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-a3e86343-0816-4a67-b9ad-1440d4284a12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 25px;
}

#s-a3e86343-0816-4a67-b9ad-1440d4284a12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-a3e86343-0816-4a67-b9ad-1440d4284a12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-a3e86343-0816-4a67-b9ad-1440d4284a12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: futura-pt;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-a3e86343-0816-4a67-b9ad-1440d4284a12 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-eff19ece-5e7a-4c69-97b0-b8fb64f0ea97 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ac1816d3-f888-4300-9b1a-e9c9f4626c65 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-63c63101-37ea-4985-a4f5-4cb98be2959b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d3f7a832-11bd-4575-9ee6-eaa34d8fb619 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-a1eec300-d61f-406d-b286-47bd214ba1b3 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e61e228d-653e-4eb7-a15c-6298da078009 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-249ba19f-1233-490c-a29b-4bc8325266d1 {
  min-height: 50px;
}








#s-249ba19f-1233-490c-a29b-4bc8325266d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-249ba19f-1233-490c-a29b-4bc8325266d1.shg-box.shg-c {
  justify-content: center;
}

#s-9d0247e8-0014-48de-a871-1f632dc7f62a {
  min-height: 50px;
}








#s-9d0247e8-0014-48de-a871-1f632dc7f62a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d0247e8-0014-48de-a871-1f632dc7f62a.shg-box.shg-c {
  justify-content: center;
}

#s-7b55f44b-866f-4f1e-ad78-4bbca6e32bf8 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-97fd2d7d-d2ad-4f79-8a47-60f192fb0c9e {
  padding-left: 20px;
padding-right: 20px;
}

#s-97fd2d7d-d2ad-4f79-8a47-60f192fb0c9e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-97fd2d7d-d2ad-4f79-8a47-60f192fb0c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 25px;
}

#s-97fd2d7d-d2ad-4f79-8a47-60f192fb0c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-97fd2d7d-d2ad-4f79-8a47-60f192fb0c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-97fd2d7d-d2ad-4f79-8a47-60f192fb0c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: futura-pt;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-97fd2d7d-d2ad-4f79-8a47-60f192fb0c9e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-a3ca9a46-3e37-4d09-a16d-37a7e7d76930 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-fa485fb2-3656-4886-b3b5-58856133318b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-b79e6562-50bb-45fd-8d86-98ce607948b9 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ffe13570-158b-46a9-a85b-fbabcca6f6e0 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-cb4b7b1f-8d4c-4ed0-a9ea-4717a1824c3d {
  min-height: 50px;
}








#s-cb4b7b1f-8d4c-4ed0-a9ea-4717a1824c3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb4b7b1f-8d4c-4ed0-a9ea-4717a1824c3d.shg-box.shg-c {
  justify-content: center;
}

#s-df1a082a-d151-411e-bdbe-a8b620fd4720 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-59b0a9fc-f144-45b5-b633-24cf042d1388 {
  padding-left: 20px;
padding-right: 20px;
}

#s-59b0a9fc-f144-45b5-b633-24cf042d1388 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-59b0a9fc-f144-45b5-b633-24cf042d1388 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 25px;
}

#s-59b0a9fc-f144-45b5-b633-24cf042d1388 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-59b0a9fc-f144-45b5-b633-24cf042d1388 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-59b0a9fc-f144-45b5-b633-24cf042d1388 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: futura-pt;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-59b0a9fc-f144-45b5-b633-24cf042d1388 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-be2b750b-d8b3-4abc-9d10-72edafce1864 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-9d14c8ba-e79e-415e-a9ae-07bb045c9abe {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-6053e230-571e-4128-b559-7bee5c42280c {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-5aafa993-046e-45e5-a993-b905c045864b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8edc631d-7f12-47b8-bde8-2e85b7b32ac1 {
  padding-left: 20px;
padding-right: 20px;
}

#s-8edc631d-7f12-47b8-bde8-2e85b7b32ac1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(240, 240, 240, 1);
}

#s-8edc631d-7f12-47b8-bde8-2e85b7b32ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(227, 227, 227, 1);
  padding: 25px;
}

#s-8edc631d-7f12-47b8-bde8-2e85b7b32ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8edc631d-7f12-47b8-bde8-2e85b7b32ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(240, 240, 240, 1);
}

#s-8edc631d-7f12-47b8-bde8-2e85b7b32ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: futura-pt;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-8edc631d-7f12-47b8-bde8-2e85b7b32ac1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}
#s-c356bbfe-b103-4a6c-98f1-6de62e60ce42 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-f35d1914-a185-4100-b4cc-9dd3d643b4d8 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d4c96756-523e-447f-a26f-7500ba7304ec {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-e0546ff6-f444-4ef4-be78-137b227c3b87 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-d238b0e9-2006-4c38-b7f3-b45ef06c5fce {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-f9e26c85-d9d9-4f0a-bd37-b18a57eea705 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-ef41472b-d243-4c5e-9fe4-dc32a304bea4 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 300px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-ef41472b-d243-4c5e-9fe4-dc32a304bea4 {
  display: none;
}
#s-ef41472b-d243-4c5e-9fe4-dc32a304bea4, #wrap-s-ef41472b-d243-4c5e-9fe4-dc32a304bea4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef41472b-d243-4c5e-9fe4-dc32a304bea4 {
  display: none;
}
#s-ef41472b-d243-4c5e-9fe4-dc32a304bea4, #wrap-s-ef41472b-d243-4c5e-9fe4-dc32a304bea4 { display:none !important; }}







#s-ef41472b-d243-4c5e-9fe4-dc32a304bea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef41472b-d243-4c5e-9fe4-dc32a304bea4.shg-box.shg-c {
  justify-content: center;
}

#s-25935ea7-7707-4330-8c63-0c5ed0e359f8 {
  border-style: solid;
margin-top: 20px;
margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
padding-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-25935ea7-7707-4330-8c63-0c5ed0e359f8 {
  display: none;
}
#s-25935ea7-7707-4330-8c63-0c5ed0e359f8, #wrap-s-25935ea7-7707-4330-8c63-0c5ed0e359f8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25935ea7-7707-4330-8c63-0c5ed0e359f8 {
  display: none;
}
#s-25935ea7-7707-4330-8c63-0c5ed0e359f8, #wrap-s-25935ea7-7707-4330-8c63-0c5ed0e359f8 { display:none !important; }}







#s-25935ea7-7707-4330-8c63-0c5ed0e359f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25935ea7-7707-4330-8c63-0c5ed0e359f8.shg-box.shg-c {
  justify-content: center;
}








#s-9658e4ed-9d14-42a8-a1bf-22173bc561c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9658e4ed-9d14-42a8-a1bf-22173bc561c1 {
  cursor: pointer;
}#s-9658e4ed-9d14-42a8-a1bf-22173bc561c1.shg-box.shg-c {
  justify-content: center;
}

#s-4afcf4c3-4f90-4f74-addc-b411855a26b3 {
  margin-top: 10px;
}

#s-aa9dd7cd-9734-42f5-9c14-85fc6523697e {
  border-style: solid;
margin-left: 100px;
margin-right: 100px;
padding-top: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-aa9dd7cd-9734-42f5-9c14-85fc6523697e {
  display: none;
}
#s-aa9dd7cd-9734-42f5-9c14-85fc6523697e, #wrap-s-aa9dd7cd-9734-42f5-9c14-85fc6523697e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa9dd7cd-9734-42f5-9c14-85fc6523697e {
  display: none;
}
#s-aa9dd7cd-9734-42f5-9c14-85fc6523697e, #wrap-s-aa9dd7cd-9734-42f5-9c14-85fc6523697e { display:none !important; }}







#s-aa9dd7cd-9734-42f5-9c14-85fc6523697e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa9dd7cd-9734-42f5-9c14-85fc6523697e.shg-box.shg-c {
  justify-content: center;
}








#s-402edb1b-69d6-4eb7-a263-327a90008beb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-402edb1b-69d6-4eb7-a263-327a90008beb.shg-box.shg-c {
  justify-content: center;
}

#s-7303ec3f-5d5c-4d00-9f06-21cd9340c652 {
  margin-top: 10px;
}

#s-f306f48e-ff63-41ec-aa16-02a514394a1c {
  margin-top: 20px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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