.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-e74816f8-264a-49dc-a46a-9a8c96a76ccb {
  margin-left: auto;
margin-right: auto;
max-width: 36em;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.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-86e219e9-20b8-4693-a7e6-bd4519f7a026 {
  background-image: url(https://i.shgcdn.com/8bb67100-e2c2-48a0-aba6-0990ca5b37ba/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: left center;
}








#s-86e219e9-20b8-4693-a7e6-bd4519f7a026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86e219e9-20b8-4693-a7e6-bd4519f7a026.shg-box.shg-c {
  justify-content: center;
}

#s-d4b7d2b6-1a5d-44f5-a87c-9e03f39f6c13 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
max-width: 500px;
background-color: rgba(228, 228, 228, 0.63);
}








#s-d4b7d2b6-1a5d-44f5-a87c-9e03f39f6c13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4b7d2b6-1a5d-44f5-a87c-9e03f39f6c13.shg-box.shg-c {
  justify-content: flex-start;
}

.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-e7321aab-b1b9-48a0-9cfe-087e6fdec8a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-e7321aab-b1b9-48a0-9cfe-087e6fdec8a8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4b8da81f-aeed-4e3a-a862-86c97f2ea36b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 50px;
background-color: rgba(236, 236, 236, 1);
}








#s-4b8da81f-aeed-4e3a-a862-86c97f2ea36b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b8da81f-aeed-4e3a-a862-86c97f2ea36b.shg-box.shg-c {
  justify-content: flex-start;
}

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

#s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a {
  margin-left: auto;
margin-right: auto;
max-width: 1024px;
}

@media (min-width: 0px) {
[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3aa2498e-aaae-45fe-bd84-3bdebdc60d4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-aa0c9e21-6a8e-4d92-848c-a3048d73f033 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-aa0c9e21-6a8e-4d92-848c-a3048d73f033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa0c9e21-6a8e-4d92-848c-a3048d73f033 {
  cursor: pointer;
}#s-aa0c9e21-6a8e-4d92-848c-a3048d73f033.shg-box.shg-c {
  justify-content: flex-start;
}

#s-18b5b1d1-34d9-458d-8dbc-83d646001a63 .shogun-icon-wrapper {
  text-align: center;
}


#s-18b5b1d1-34d9-458d-8dbc-83d646001a63 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(141, 198, 63, 1);
}

#s-6de126c4-30b8-4efa-b672-680e6f8ebb65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6de126c4-30b8-4efa-b672-680e6f8ebb65 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7f3f5d13-59be-467e-b2d1-677433c4bb86 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-7f3f5d13-59be-467e-b2d1-677433c4bb86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f3f5d13-59be-467e-b2d1-677433c4bb86 {
  cursor: pointer;
}#s-7f3f5d13-59be-467e-b2d1-677433c4bb86.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3805f064-a0ce-472d-ae7f-6948299b54f2 .shogun-icon-wrapper {
  text-align: center;
}


#s-3805f064-a0ce-472d-ae7f-6948299b54f2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(141, 198, 63, 1);
}

#s-c9fb47de-66a8-4c3a-911a-bb8a0e97c336 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9fb47de-66a8-4c3a-911a-bb8a0e97c336 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fa4fa441-67c1-475b-a47e-d77096da2799 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-fa4fa441-67c1-475b-a47e-d77096da2799 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa4fa441-67c1-475b-a47e-d77096da2799 {
  cursor: pointer;
}#s-fa4fa441-67c1-475b-a47e-d77096da2799.shg-box.shg-c {
  justify-content: flex-start;
}

#s-101d4f15-eaf2-488f-94ca-f7345b4ff182 .shogun-icon-wrapper {
  text-align: center;
}


#s-101d4f15-eaf2-488f-94ca-f7345b4ff182 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(141, 198, 63, 1);
}

#s-120a000c-bc4c-4af2-a2a2-cebe5fd0a9df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-120a000c-bc4c-4af2-a2a2-cebe5fd0a9df .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c8095302-53cc-40e8-acf6-8f0b59c70f75 {
  min-height: 50px;
}








#s-c8095302-53cc-40e8-acf6-8f0b59c70f75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8095302-53cc-40e8-acf6-8f0b59c70f75.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eadabfee-a3e4-4161-9860-2e29aba8b85d {
  min-height: 50px;
}








#s-eadabfee-a3e4-4161-9860-2e29aba8b85d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eadabfee-a3e4-4161-9860-2e29aba8b85d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7e80c90d-ea80-44bc-89fc-c29ed803f8b1 {
  min-height: 400px;
}








#s-7e80c90d-ea80-44bc-89fc-c29ed803f8b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e80c90d-ea80-44bc-89fc-c29ed803f8b1.shg-box.shg-c {
  justify-content: center;
}

#s-a7329756-d192-4416-88e9-998764b8abb3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk0MzA2ZGYtODcwYy00Mjg5LTk4ZjQtYWE3MjZjYTUyYjU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NTYiIHN0eWxlPSJzdG9wLWNvbG9yOiNiZWJlYmU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuNTA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmRmZGZkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjNiM2IzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTQzMDZkZi04NzBjLTQyODktOThmNC1hYTcyNmNhNTJiNTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-left: 3%;
padding-right: 3%;
min-height: 450px;
}








#s-a7329756-d192-4416-88e9-998764b8abb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7329756-d192-4416-88e9-998764b8abb3.shg-box.shg-c {
  justify-content: center;
}

#s-113739f1-f029-401d-93c5-30bd82e86172 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-113739f1-f029-401d-93c5-30bd82e86172"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-51f82f33-0f41-47c2-9f2d-b91095a4d3c3 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 300px;
}








#s-51f82f33-0f41-47c2-9f2d-b91095a4d3c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51f82f33-0f41-47c2-9f2d-b91095a4d3c3.shg-box.shg-c {
  justify-content: center;
}

#s-e623d241-93cb-4c5d-bd3f-770af5f9337e {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 400px;
text-align: center;
}

#s-78a7fe1a-a17f-48a3-a500-896dadad91b8 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 300px;
max-width: 36em;
}








#s-78a7fe1a-a17f-48a3-a500-896dadad91b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78a7fe1a-a17f-48a3-a500-896dadad91b8.shg-box.shg-c {
  justify-content: center;
}

#s-57c0abf2-ff30-4409-bf62-840a12342f1e {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-57c0abf2-ff30-4409-bf62-840a12342f1e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8d494aed-c539-433d-9a38-958fabd8445e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-71a853b4-ad4e-4788-bdc3-40e82bc116e2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGYxYWY0NzEtMzQxYy00MTUxLTllYTItMzg1NzhhNjJlYjFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWZlZmVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2JjYmNiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZjFhZjQ3MS0zNDFjLTQxNTEtOWVhMi0zODU3OGE2MmViMWEpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10%;
padding-left: 20px;
padding-bottom: 10%;
padding-right: 20px;
min-height: 400px;
}








#s-71a853b4-ad4e-4788-bdc3-40e82bc116e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71a853b4-ad4e-4788-bdc3-40e82bc116e2 {
  cursor: pointer;
}#s-71a853b4-ad4e-4788-bdc3-40e82bc116e2.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ccf0212b-bbd6-44d2-8cc0-acb6ff6efb29 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ccf0212b-bbd6-44d2-8cc0-acb6ff6efb29 .shogun-icon-wrapper {
  text-align: center;
}


#s-ccf0212b-bbd6-44d2-8cc0-acb6ff6efb29 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(141, 198, 63, 1);
}

#s-b9a82c43-c85d-441f-a582-a7ada2bfc278 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9a82c43-c85d-441f-a582-a7ada2bfc278 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6435d954-e75a-4c50-870d-e05f3363994f {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

#s-e31eb1fd-c645-47ad-99c4-1af31ee5c403 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2Q4YWRlNjItMzk1NS00YjgzLTg2OTMtMGE0NDAxNGM1NjFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWZlZmVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjQ5MDU0NTQ1NDU0NTQ1NDIiIHN0eWxlPSJzdG9wLWNvbG9yOiNjYmNiY2I7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2NkOGFkZTYyLTM5NTUtNGI4My04NjkzLTBhNDQwMTRjNTYxZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
padding-top: 10%;
padding-left: 20px;
padding-bottom: 10%;
padding-right: 20px;
min-height: 400px;
}








#s-e31eb1fd-c645-47ad-99c4-1af31ee5c403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e31eb1fd-c645-47ad-99c4-1af31ee5c403 {
  cursor: pointer;
}#s-e31eb1fd-c645-47ad-99c4-1af31ee5c403.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7269f293-9808-437c-a8d7-e8320821afed {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7269f293-9808-437c-a8d7-e8320821afed .shogun-icon-wrapper {
  text-align: center;
}


#s-7269f293-9808-437c-a8d7-e8320821afed .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(141, 198, 63, 1);
}

#s-0c8089a0-8e0b-4699-a6d3-55f5883d4330 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c8089a0-8e0b-4699-a6d3-55f5883d4330 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-47bf1e93-ecd7-4387-9328-1cc55d0be527 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

#s-78b3f887-6419-40e3-9787-218410beeb7c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmRjZTQ2MDktOGQ1My00NmZhLWEzODYtY2U0NzZmM2E1NGEzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWZlZmVmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojY2JjYmNiO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZGNlNDYwOS04ZDUzLTQ2ZmEtYTM4Ni1jZTQ3NmYzYTU0YTMpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 10%;
padding-left: 20px;
padding-bottom: 10%;
padding-right: 20px;
min-height: 400px;
}








#s-78b3f887-6419-40e3-9787-218410beeb7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78b3f887-6419-40e3-9787-218410beeb7c {
  cursor: pointer;
}#s-78b3f887-6419-40e3-9787-218410beeb7c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-164ee053-9ce3-44c8-823e-23e572cde549 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-164ee053-9ce3-44c8-823e-23e572cde549 .shogun-icon-wrapper {
  text-align: center;
}


#s-164ee053-9ce3-44c8-823e-23e572cde549 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(141, 198, 63, 1);
}

#s-6f6df704-bef3-465f-bffe-b5399e201053 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f6df704-bef3-465f-bffe-b5399e201053 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-214bb19f-ebdc-4f44-baee-2e38a52ee0dc {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

#s-22389b70-9a18-4b2d-827a-e15b62131ae3 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-22389b70-9a18-4b2d-827a-e15b62131ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22389b70-9a18-4b2d-827a-e15b62131ae3.shg-box.shg-c {
  justify-content: center;
}

#s-6c38288f-4b07-4e19-a049-34010d2c17a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c38288f-4b07-4e19-a049-34010d2c17a2 .shogun-heading-component h3 {
  color: rgba(141, 198, 63, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2375c2c2-4c19-4b47-8678-74c55aad6bcb {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-be739f11-e6bb-4c6a-899c-f2df972170af {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
max-width: 800px;
}

#s-f48e424b-950e-4f42-b633-d7e23894cc29 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
background-color: rgba(229, 229, 229, 1);
}








#s-f48e424b-950e-4f42-b633-d7e23894cc29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f48e424b-950e-4f42-b633-d7e23894cc29.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7a21809f-96f8-485f-a943-919cb4a29cbd {
  margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-7a21809f-96f8-485f-a943-919cb4a29cbd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-8eca1d31-1f06-48f1-9277-f8e75dd77e4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8eca1d31-1f06-48f1-9277-f8e75dd77e4b .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-08ea614d-1891-45fd-ada7-87e5b1c24e31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-08ea614d-1891-45fd-ada7-87e5b1c24e31 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  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;
  }
}

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