.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-182b83d1-8428-409a-bae3-13411f734c7d {
  min-height: 50px;
}








#s-182b83d1-8428-409a-bae3-13411f734c7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-182b83d1-8428-409a-bae3-13411f734c7d.shg-box.shg-c {
  justify-content: center;
}

.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-d3c33f6c-9f5b-429b-b117-6c91d6c6c000 .shogun-tabs {
  justify-content: flex-start;
}


  #s-d3c33f6c-9f5b-429b-b117-6c91d6c6c000 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-d3c33f6c-9f5b-429b-b117-6c91d6c6c000 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-d3c33f6c-9f5b-429b-b117-6c91d6c6c000 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d3c33f6c-9f5b-429b-b117-6c91d6c6c000 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-d3c33f6c-9f5b-429b-b117-6c91d6c6c000 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-d3c33f6c-9f5b-429b-b117-6c91d6c6c000 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

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

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

#s-f385bfc9-962e-4dfa-a904-6245baf7e29b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f385bfc9-962e-4dfa-a904-6245baf7e29b .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.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-e708e97a-c2ab-499f-bee0-b2d430d86083 {
  min-height: 50px;
}








#s-e708e97a-c2ab-499f-bee0-b2d430d86083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e708e97a-c2ab-499f-bee0-b2d430d86083.shg-box.shg-c {
  justify-content: center;
}

#s-e5c72788-3f28-4b0f-929b-3cee8d385525 {
  min-height: 50px;
}








#s-e5c72788-3f28-4b0f-929b-3cee8d385525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5c72788-3f28-4b0f-929b-3cee8d385525.shg-box.shg-c {
  justify-content: center;
}

#s-2b806c77-ce08-4a96-90bf-6b1effb280dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2b806c77-ce08-4a96-90bf-6b1effb280dc .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d7bbc1d1-07a6-4e92-9617-b6f80b64904d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d7bbc1d1-07a6-4e92-9617-b6f80b64904d .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0caa2d22-28a9-4471-9454-fc7dcc97f5a2 {
  min-height: 50px;
}








#s-0caa2d22-28a9-4471-9454-fc7dcc97f5a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0caa2d22-28a9-4471-9454-fc7dcc97f5a2.shg-box.shg-c {
  justify-content: center;
}

#s-5760dd42-e25e-4df6-a695-89fe2d249365 {
  min-height: 50px;
}








#s-5760dd42-e25e-4df6-a695-89fe2d249365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5760dd42-e25e-4df6-a695-89fe2d249365.shg-box.shg-c {
  justify-content: center;
}

#s-09bf63fc-b66f-4cbf-8a23-4e3afa241431 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-09bf63fc-b66f-4cbf-8a23-4e3afa241431 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-84e429ab-5f81-423e-82d8-57537eecdfa5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-84e429ab-5f81-423e-82d8-57537eecdfa5 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ee341603-7def-43f4-8544-98927112907a {
  min-height: 50px;
}








#s-ee341603-7def-43f4-8544-98927112907a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee341603-7def-43f4-8544-98927112907a.shg-box.shg-c {
  justify-content: center;
}

#s-b19885bd-2d24-4620-a732-e910df56a5f8 {
  min-height: 50px;
}








#s-b19885bd-2d24-4620-a732-e910df56a5f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b19885bd-2d24-4620-a732-e910df56a5f8.shg-box.shg-c {
  justify-content: center;
}

#s-ede67c30-74d7-42c4-bba6-4c226e36e6e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ede67c30-74d7-42c4-bba6-4c226e36e6e6 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b6476a6d-fa16-44ff-a217-92456eaa6bd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b6476a6d-fa16-44ff-a217-92456eaa6bd8 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-85598b1e-64b4-49a8-9b7f-c8d266847fdc {
  min-height: 50px;
}








#s-85598b1e-64b4-49a8-9b7f-c8d266847fdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85598b1e-64b4-49a8-9b7f-c8d266847fdc.shg-box.shg-c {
  justify-content: center;
}

#s-7932a90d-d612-4968-9dc9-6f5ca4f31007 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7932a90d-d612-4968-9dc9-6f5ca4f31007 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-67b3de2b-d359-4458-ad8b-c31df28517c5 {
  min-height: 50px;
}








#s-67b3de2b-d359-4458-ad8b-c31df28517c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67b3de2b-d359-4458-ad8b-c31df28517c5.shg-box.shg-c {
  justify-content: center;
}

#s-a342efe7-ad18-49f0-83c4-61bbf9bc21b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a342efe7-ad18-49f0-83c4-61bbf9bc21b7 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4d1a5dda-f5dd-4ec3-9a2f-ec828898ddb0 {
  min-height: 50px;
}








#s-4d1a5dda-f5dd-4ec3-9a2f-ec828898ddb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d1a5dda-f5dd-4ec3-9a2f-ec828898ddb0.shg-box.shg-c {
  justify-content: center;
}

#s-3d29140f-a97e-4ca0-884b-1b629e1dbbcd {
  min-height: 50px;
}








#s-3d29140f-a97e-4ca0-884b-1b629e1dbbcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d29140f-a97e-4ca0-884b-1b629e1dbbcd.shg-box.shg-c {
  justify-content: center;
}

#s-b04315b0-75b0-4e72-a352-ff039829f792 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b04315b0-75b0-4e72-a352-ff039829f792 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f933d67f-e33f-4b56-8029-5971902166d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f933d67f-e33f-4b56-8029-5971902166d2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-bbe090c6-3c34-4a19-938d-66b262aa804d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bbe090c6-3c34-4a19-938d-66b262aa804d .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6ccb50ff-feda-4c41-ad8f-821c82b0d1ef {
  min-height: 50px;
}








#s-6ccb50ff-feda-4c41-ad8f-821c82b0d1ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ccb50ff-feda-4c41-ad8f-821c82b0d1ef.shg-box.shg-c {
  justify-content: center;
}

#s-9daf1d29-462a-4923-9ec7-ba7559892e75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9daf1d29-462a-4923-9ec7-ba7559892e75 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-00050328-862f-4979-9950-2c19933700dd {
  min-height: 50px;
}








#s-00050328-862f-4979-9950-2c19933700dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00050328-862f-4979-9950-2c19933700dd.shg-box.shg-c {
  justify-content: center;
}

#s-a59c1443-9548-4343-b4a4-6c6e9dc87376 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a59c1443-9548-4343-b4a4-6c6e9dc87376 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d5b1bf16-ff3d-4c08-94c8-75ef9b04745b {
  min-height: 50px;
}








#s-d5b1bf16-ff3d-4c08-94c8-75ef9b04745b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5b1bf16-ff3d-4c08-94c8-75ef9b04745b.shg-box.shg-c {
  justify-content: center;
}

#s-01077a60-e557-4ec0-8fb9-6cd91f0f12ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-01077a60-e557-4ec0-8fb9-6cd91f0f12ff .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c791e989-caef-4803-b957-1e589bcfa6a7 {
  border-style: solid;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
}

#s-1d924f83-39f7-4f55-8368-3bd62ee7a5ec {
  min-height: 50px;
}








#s-1d924f83-39f7-4f55-8368-3bd62ee7a5ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d924f83-39f7-4f55-8368-3bd62ee7a5ec.shg-box.shg-c {
  justify-content: center;
}

#s-2c374224-e08c-430e-af20-71c61eb40c58 {
  min-height: 50px;
}








#s-2c374224-e08c-430e-af20-71c61eb40c58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c374224-e08c-430e-af20-71c61eb40c58.shg-box.shg-c {
  justify-content: center;
}

#s-87723355-15c7-4e0b-b351-6445fe99861b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-87723355-15c7-4e0b-b351-6445fe99861b .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-228e9c95-6d20-4d16-8bad-89cb606bba38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-228e9c95-6d20-4d16-8bad-89cb606bba38 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-48220246-93f7-4a98-a411-52253360d8a5 {
  min-height: 50px;
}








#s-48220246-93f7-4a98-a411-52253360d8a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48220246-93f7-4a98-a411-52253360d8a5.shg-box.shg-c {
  justify-content: center;
}

#s-bff852c5-9496-4901-a64a-5fac8c91b0b6 {
  min-height: 50px;
}








#s-bff852c5-9496-4901-a64a-5fac8c91b0b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bff852c5-9496-4901-a64a-5fac8c91b0b6.shg-box.shg-c {
  justify-content: center;
}

#s-ab209b71-c2aa-4fea-a7c1-e7a47064d2d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ab209b71-c2aa-4fea-a7c1-e7a47064d2d0 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0c937f91-ce9c-4564-9c04-58da71cdbb57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0c937f91-ce9c-4564-9c04-58da71cdbb57 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-90f4e910-5a81-42d6-b405-6b20a8825a65 {
  min-height: 50px;
}








#s-90f4e910-5a81-42d6-b405-6b20a8825a65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90f4e910-5a81-42d6-b405-6b20a8825a65.shg-box.shg-c {
  justify-content: center;
}

#s-535d01f5-a2b1-42d7-9e6f-6ac770ef9a95 {
  min-height: 50px;
}








#s-535d01f5-a2b1-42d7-9e6f-6ac770ef9a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-535d01f5-a2b1-42d7-9e6f-6ac770ef9a95.shg-box.shg-c {
  justify-content: center;
}

#s-9fd5a989-69d5-4010-b097-b92bbb11874d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9fd5a989-69d5-4010-b097-b92bbb11874d .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b5c8ea9e-1397-4c67-8558-7e441476fbd8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5c8ea9e-1397-4c67-8558-7e441476fbd8 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-32634def-f4c1-4ca1-b88f-3b56e5e8ac8d {
  min-height: 50px;
}








#s-32634def-f4c1-4ca1-b88f-3b56e5e8ac8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32634def-f4c1-4ca1-b88f-3b56e5e8ac8d.shg-box.shg-c {
  justify-content: center;
}

#s-f8d22725-2d6b-4c53-80ba-534aa171b3de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f8d22725-2d6b-4c53-80ba-534aa171b3de .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3ef7e9f9-6eea-4620-98aa-98ca591d6841 {
  min-height: 50px;
}








#s-3ef7e9f9-6eea-4620-98aa-98ca591d6841 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ef7e9f9-6eea-4620-98aa-98ca591d6841.shg-box.shg-c {
  justify-content: center;
}

#s-b213df19-229e-4ab0-b1e5-d385e351c698 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b213df19-229e-4ab0-b1e5-d385e351c698 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-7354b9d5-f029-469c-91ca-c2bb13d7e854 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-7354b9d5-f029-469c-91ca-c2bb13d7e854 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7354b9d5-f029-469c-91ca-c2bb13d7e854 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-7354b9d5-f029-469c-91ca-c2bb13d7e854 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7354b9d5-f029-469c-91ca-c2bb13d7e854 td.shogun-table-column, #s-7354b9d5-f029-469c-91ca-c2bb13d7e854 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-06e67b60-67cd-465f-b9d2-47a19f32fa12 {
  min-height: 50px;
}








#s-06e67b60-67cd-465f-b9d2-47a19f32fa12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06e67b60-67cd-465f-b9d2-47a19f32fa12.shg-box.shg-c {
  justify-content: center;
}

#s-7cdfab00-0d94-4ea1-a615-5c3262babf29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7cdfab00-0d94-4ea1-a615-5c3262babf29 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-560b1b9c-ebde-4326-b03b-4c2bdf26210c {
  min-height: 50px;
}








#s-560b1b9c-ebde-4326-b03b-4c2bdf26210c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-560b1b9c-ebde-4326-b03b-4c2bdf26210c.shg-box.shg-c {
  justify-content: center;
}

#s-c17ee29d-f354-4e9a-b44f-432222108596 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c17ee29d-f354-4e9a-b44f-432222108596 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fd44657e-8831-40df-ac14-8eee79ffb2b5 {
  min-height: 50px;
}








#s-fd44657e-8831-40df-ac14-8eee79ffb2b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd44657e-8831-40df-ac14-8eee79ffb2b5.shg-box.shg-c {
  justify-content: center;
}

#s-df775abf-59d8-4747-ac4d-14b5e33cd7d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-df775abf-59d8-4747-ac4d-14b5e33cd7d5 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



/*
  $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;
}
