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

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

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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-e8eaa9cf-157d-43ec-a7b2-6d57123037b7 {
  min-height: 50px;
}








#s-e8eaa9cf-157d-43ec-a7b2-6d57123037b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8eaa9cf-157d-43ec-a7b2-6d57123037b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d135a90-41d8-4f5f-a84b-67066ce3ed94 {
  box-shadow:1px 1px 1px 1px rgba(240, 240, 240, 0);
margin-left: 10%;
margin-right: 10%;
padding-top: 30px;
padding-bottom: 30px;
min-height: 200px;
background-color: rgba(240, 240, 240, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-6d135a90-41d8-4f5f-a84b-67066ce3ed94 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-6d135a90-41d8-4f5f-a84b-67066ce3ed94 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-6d135a90-41d8-4f5f-a84b-67066ce3ed94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d135a90-41d8-4f5f-a84b-67066ce3ed94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-33d9acfd-a1da-4869-9b3d-4f40146d90d0 {
  margin-bottom: -5px;
padding-top: 10px;
text-align: center;
}

#s-33d9acfd-a1da-4869-9b3d-4f40146d90d0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 52px;
  line-height: 1em;
  
  
}



#s-e037ba13-e81d-459d-a9e4-a48f7521e034 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
text-align: center;
}

#s-e037ba13-e81d-459d-a9e4-a48f7521e034 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 1200px){#s-3f3f355f-5245-4f08-bdd7-f7555b949353 {
  display: none;
}
#s-3f3f355f-5245-4f08-bdd7-f7555b949353, #wrap-s-3f3f355f-5245-4f08-bdd7-f7555b949353 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f3f355f-5245-4f08-bdd7-f7555b949353 {
  display: none;
}
#s-3f3f355f-5245-4f08-bdd7-f7555b949353, #wrap-s-3f3f355f-5245-4f08-bdd7-f7555b949353 { display: none !important; }}
#s-0cfcb257-001c-4f54-9b6b-1fdb45abf85d {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-0cfcb257-001c-4f54-9b6b-1fdb45abf85d {
  display: none;
}
#s-0cfcb257-001c-4f54-9b6b-1fdb45abf85d, #wrap-s-0cfcb257-001c-4f54-9b6b-1fdb45abf85d { display: none !important; }}@media (max-width: 767px){#s-0cfcb257-001c-4f54-9b6b-1fdb45abf85d {
  display: none;
}
#s-0cfcb257-001c-4f54-9b6b-1fdb45abf85d, #wrap-s-0cfcb257-001c-4f54-9b6b-1fdb45abf85d { display: none !important; }}







#s-0cfcb257-001c-4f54-9b6b-1fdb45abf85d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cfcb257-001c-4f54-9b6b-1fdb45abf85d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71c88f1c-26b2-4ac2-99d8-4d9219e504bd {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-71c88f1c-26b2-4ac2-99d8-4d9219e504bd {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-71c88f1c-26b2-4ac2-99d8-4d9219e504bd {
  padding-top: 30px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
}
}







#s-71c88f1c-26b2-4ac2-99d8-4d9219e504bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71c88f1c-26b2-4ac2-99d8-4d9219e504bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7baea46-a277-45ee-bf73-3b95822af2fa {
  padding-bottom: 10px;
text-align: center;
}

#s-d7baea46-a277-45ee-bf73-3b95822af2fa .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-fb6ad8ad-d0a8-4f7a-8b25-be90154126fe {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fb6ad8ad-d0a8-4f7a-8b25-be90154126fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fb6ad8ad-d0a8-4f7a-8b25-be90154126fe {
  
}
}@media (max-width: 767px){#s-fb6ad8ad-d0a8-4f7a-8b25-be90154126fe {
  padding-top: 0px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(242, 100, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: custom undefined;
line-height: 1.15em;
}
#s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14 {
  
}
}

  #s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14-root {
    text-align: center;
  }


#s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14-root {
    text-align: center;
  }


#s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14-root {
    text-align: center;
  }


#s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14-root {
    text-align: center;
  }


#s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14-root {
    text-align: center;
  }


#s-7f359a5d-f6a2-47d9-9f24-c68529ad5f14.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-22ea38ca-ebb3-4cc0-9b9a-cce060557175 {
  min-height: 50px;
}








#s-22ea38ca-ebb3-4cc0-9b9a-cce060557175 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22ea38ca-ebb3-4cc0-9b9a-cce060557175.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd8cbad5-43b8-471d-95fd-2fa44c123403 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dd8cbad5-43b8-471d-95fd-2fa44c123403 {
  padding-left: 3%;
padding-right: 3%;
display: none;
}
#s-dd8cbad5-43b8-471d-95fd-2fa44c123403, #wrap-s-dd8cbad5-43b8-471d-95fd-2fa44c123403 { display: none !important; }}@media (max-width: 767px){#s-dd8cbad5-43b8-471d-95fd-2fa44c123403 {
  padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
}
}







#s-dd8cbad5-43b8-471d-95fd-2fa44c123403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd8cbad5-43b8-471d-95fd-2fa44c123403.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-744b8502-21a1-4567-b949-79905bc011fc {
  padding-top: 50px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-744b8502-21a1-4567-b949-79905bc011fc {
  padding-top: 30px;
}
}
#s-744b8502-21a1-4567-b949-79905bc011fc .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-82fdf2f9-fe83-4b3a-8c49-50f996c331c3 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-82fdf2f9-fe83-4b3a-8c49-50f996c331c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-82fdf2f9-fe83-4b3a-8c49-50f996c331c3 {
  
}
}@media (max-width: 767px){#s-82fdf2f9-fe83-4b3a-8c49-50f996c331c3 {
  padding-top: 1px;
padding-bottom: 1px;
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

@media (min-width: 0px) {
[id="s-9fd5ee23-b5b1-44a8-b657-dc50c8ed7165"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fd5ee23-b5b1-44a8-b657-dc50c8ed7165"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-9fd5ee23-b5b1-44a8-b657-dc50c8ed7165"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-9fd5ee23-b5b1-44a8-b657-dc50c8ed7165"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-3a7d73d6-65bf-487d-848d-d597770d2b2e {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-3a7d73d6-65bf-487d-848d-d597770d2b2e {
  
}
}






  #s-3a7d73d6-65bf-487d-848d-d597770d2b2e img.shogun-image {
    

    
    
    
  }


#s-3a7d73d6-65bf-487d-848d-d597770d2b2e .shogun-image-content {
  
    align-items: center;
  
}

#s-91e38996-4e4b-4d2c-a842-6455cad3463d {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-91e38996-4e4b-4d2c-a842-6455cad3463d {
  padding-top: 1px;
}
}
#s-91e38996-4e4b-4d2c-a842-6455cad3463d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (max-width: 767px){#s-57bdec92-a576-4a0b-9faa-0392739d1f30 {
  padding-top: 2px;
padding-bottom: 2px;
}
}
#s-d692866d-e1e4-4cd2-9c49-c171f72ffc78 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-d692866d-e1e4-4cd2-9c49-c171f72ffc78 {
  
}
}






  #s-d692866d-e1e4-4cd2-9c49-c171f72ffc78 img.shogun-image {
    

    
    
    
  }


#s-d692866d-e1e4-4cd2-9c49-c171f72ffc78 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbe51201-bb62-4c24-87af-d9b32c004803 {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-dbe51201-bb62-4c24-87af-d9b32c004803 {
  padding-top: 1px;
}
}
#s-dbe51201-bb62-4c24-87af-d9b32c004803 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d9f14c75-0008-4d59-ba9c-f65e79a29e7e {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-d9f14c75-0008-4d59-ba9c-f65e79a29e7e {
  
}
}






  #s-d9f14c75-0008-4d59-ba9c-f65e79a29e7e img.shogun-image {
    

    
    
    
  }


#s-d9f14c75-0008-4d59-ba9c-f65e79a29e7e .shogun-image-content {
  
    align-items: center;
  
}

#s-373f3f46-4818-4ed0-8106-62092fb6d8f9 {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-373f3f46-4818-4ed0-8106-62092fb6d8f9 {
  padding-top: 1px;
}
}
#s-373f3f46-4818-4ed0-8106-62092fb6d8f9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b0e2e868-204a-4f61-a9bd-3fda331ccb50 {
  padding-top: 20px;
}
@media (max-width: 767px){#s-b0e2e868-204a-4f61-a9bd-3fda331ccb50 {
  padding-top: 1px;
}
}
@media (min-width: 0px) {
[id="s-b0e2e868-204a-4f61-a9bd-3fda331ccb50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0e2e868-204a-4f61-a9bd-3fda331ccb50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-b0e2e868-204a-4f61-a9bd-3fda331ccb50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-b0e2e868-204a-4f61-a9bd-3fda331ccb50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-0e80d124-2ad1-43c5-bad7-7b0cb63e218d {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-0e80d124-2ad1-43c5-bad7-7b0cb63e218d {
  
}
}






  #s-0e80d124-2ad1-43c5-bad7-7b0cb63e218d img.shogun-image {
    

    
    
    
  }


#s-0e80d124-2ad1-43c5-bad7-7b0cb63e218d .shogun-image-content {
  
    align-items: center;
  
}

#s-a1a18131-06fe-435f-ad31-9aa9be0ac823 {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-a1a18131-06fe-435f-ad31-9aa9be0ac823 {
  padding-top: 1px;
}
}
#s-a1a18131-06fe-435f-ad31-9aa9be0ac823 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1cbd09e3-9b6e-4c4f-8d3b-8cd8b945ecd4 {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-1cbd09e3-9b6e-4c4f-8d3b-8cd8b945ecd4 {
  
}
}






  #s-1cbd09e3-9b6e-4c4f-8d3b-8cd8b945ecd4 img.shogun-image {
    

    
    
    
  }


#s-1cbd09e3-9b6e-4c4f-8d3b-8cd8b945ecd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca9b0fd2-fd32-40e3-97e6-7e57f1003e3f {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-ca9b0fd2-fd32-40e3-97e6-7e57f1003e3f {
  padding-top: 1px;
}
}
#s-ca9b0fd2-fd32-40e3-97e6-7e57f1003e3f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f21db918-908e-4d85-a193-9757da32723f {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
max-width: 200px;
text-align: center;
}
@media (max-width: 767px){#s-f21db918-908e-4d85-a193-9757da32723f {
  
}
}






  #s-f21db918-908e-4d85-a193-9757da32723f img.shogun-image {
    

    
    
    
  }


#s-f21db918-908e-4d85-a193-9757da32723f .shogun-image-content {
  
    align-items: center;
  
}

#s-2f81e00b-f5e2-4658-a405-bb3eb84c46d7 {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-2f81e00b-f5e2-4658-a405-bb3eb84c46d7 {
  padding-top: 1px;
}
}
#s-2f81e00b-f5e2-4658-a405-bb3eb84c46d7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 1200px){#s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d {
  display: none;
}
#s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d, #wrap-s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d {
  display: none;
}
#s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d, #wrap-s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d {
  padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
display: none;
}
#s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d, #wrap-s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d { display: none !important; }}







#s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04980fa2-8c46-4eb6-bda1-8b62205a2e9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7df02498-9c47-48f2-9fbb-2c76e84c12df {
  padding-top: 50px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7df02498-9c47-48f2-9fbb-2c76e84c12df {
  padding-top: 30px;
}
}
#s-7df02498-9c47-48f2-9fbb-2c76e84c12df .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-b270ff1b-5de4-4e38-a94e-576ca7bfeb27 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b270ff1b-5de4-4e38-a94e-576ca7bfeb27 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b270ff1b-5de4-4e38-a94e-576ca7bfeb27 {
  
}
}@media (max-width: 767px){#s-b270ff1b-5de4-4e38-a94e-576ca7bfeb27 {
  padding-top: 1px;
padding-bottom: 1px;
}
}
@media (min-width: 0px) {
[id="s-97159408-d500-40be-9291-77f54eadbcd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97159408-d500-40be-9291-77f54eadbcd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-97159408-d500-40be-9291-77f54eadbcd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-97159408-d500-40be-9291-77f54eadbcd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-1d55ae23-8c3e-42cb-a99d-561e389b4c32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-1d55ae23-8c3e-42cb-a99d-561e389b4c32 img.shogun-image {
    

    
    
    
  }


#s-1d55ae23-8c3e-42cb-a99d-561e389b4c32 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7483381-d529-4b87-a701-f1d02d2e8ef3 {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-e7483381-d529-4b87-a701-f1d02d2e8ef3 {
  padding-top: 1px;
}
}
#s-e7483381-d529-4b87-a701-f1d02d2e8ef3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (max-width: 767px){#s-a4c60d5d-c556-4b05-8319-3670f3e3b3e2 {
  padding-top: 2px;
padding-bottom: 2px;
}
}
#s-1e7eee56-26a5-4738-b9ec-bb4c99a8ef64 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-1e7eee56-26a5-4738-b9ec-bb4c99a8ef64 {
  display: none;
}
#s-1e7eee56-26a5-4738-b9ec-bb4c99a8ef64, #wrap-s-1e7eee56-26a5-4738-b9ec-bb4c99a8ef64 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e7eee56-26a5-4738-b9ec-bb4c99a8ef64 {
  display: none;
}
#s-1e7eee56-26a5-4738-b9ec-bb4c99a8ef64, #wrap-s-1e7eee56-26a5-4738-b9ec-bb4c99a8ef64 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e7eee56-26a5-4738-b9ec-bb4c99a8ef64 {
  display: none;
}
#s-1e7eee56-26a5-4738-b9ec-bb4c99a8ef64, #wrap-s-1e7eee56-26a5-4738-b9ec-bb4c99a8ef64 { display: none !important; }}







#s-1e7eee56-26a5-4738-b9ec-bb4c99a8ef64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e7eee56-26a5-4738-b9ec-bb4c99a8ef64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3673a906-102d-41b3-84ec-cfc2b5d9d58a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-3673a906-102d-41b3-84ec-cfc2b5d9d58a img.shogun-image {
    

    
    
    
  }


#s-3673a906-102d-41b3-84ec-cfc2b5d9d58a .shogun-image-content {
  
    align-items: center;
  
}

#s-7f519b76-ae26-4fa0-b252-e11c8de6fc73 {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-7f519b76-ae26-4fa0-b252-e11c8de6fc73 {
  padding-top: 1px;
}
}
#s-7f519b76-ae26-4fa0-b252-e11c8de6fc73 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2e1b6fb4-16cb-4bfe-a403-dbcd6d9d56da {
  min-height: 30px;
}
@media (min-width: 1200px){#s-2e1b6fb4-16cb-4bfe-a403-dbcd6d9d56da {
  display: none;
}
#s-2e1b6fb4-16cb-4bfe-a403-dbcd6d9d56da, #wrap-s-2e1b6fb4-16cb-4bfe-a403-dbcd6d9d56da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e1b6fb4-16cb-4bfe-a403-dbcd6d9d56da {
  display: none;
}
#s-2e1b6fb4-16cb-4bfe-a403-dbcd6d9d56da, #wrap-s-2e1b6fb4-16cb-4bfe-a403-dbcd6d9d56da { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e1b6fb4-16cb-4bfe-a403-dbcd6d9d56da {
  display: none;
}
#s-2e1b6fb4-16cb-4bfe-a403-dbcd6d9d56da, #wrap-s-2e1b6fb4-16cb-4bfe-a403-dbcd6d9d56da { display: none !important; }}







#s-2e1b6fb4-16cb-4bfe-a403-dbcd6d9d56da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1b6fb4-16cb-4bfe-a403-dbcd6d9d56da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36faf61f-214b-41fd-a655-69df14a268ea {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-36faf61f-214b-41fd-a655-69df14a268ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36faf61f-214b-41fd-a655-69df14a268ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-36faf61f-214b-41fd-a655-69df14a268ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-36faf61f-214b-41fd-a655-69df14a268ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-306ac46f-0dec-4b6d-8d72-3db66c7ad186 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-306ac46f-0dec-4b6d-8d72-3db66c7ad186 img.shogun-image {
    

    
    
    
  }


#s-306ac46f-0dec-4b6d-8d72-3db66c7ad186 .shogun-image-content {
  
    align-items: center;
  
}

#s-8410ba7f-b58f-496e-86f6-f6d02a29b3ca {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-8410ba7f-b58f-496e-86f6-f6d02a29b3ca {
  padding-top: 1px;
}
}
#s-8410ba7f-b58f-496e-86f6-f6d02a29b3ca .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e8bcbcae-ea25-4afb-9b8b-348c231c5c81 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-e8bcbcae-ea25-4afb-9b8b-348c231c5c81 {
  display: none;
}
#s-e8bcbcae-ea25-4afb-9b8b-348c231c5c81, #wrap-s-e8bcbcae-ea25-4afb-9b8b-348c231c5c81 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8bcbcae-ea25-4afb-9b8b-348c231c5c81 {
  display: none;
}
#s-e8bcbcae-ea25-4afb-9b8b-348c231c5c81, #wrap-s-e8bcbcae-ea25-4afb-9b8b-348c231c5c81 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e8bcbcae-ea25-4afb-9b8b-348c231c5c81 {
  display: none;
}
#s-e8bcbcae-ea25-4afb-9b8b-348c231c5c81, #wrap-s-e8bcbcae-ea25-4afb-9b8b-348c231c5c81 { display: none !important; }}







#s-e8bcbcae-ea25-4afb-9b8b-348c231c5c81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8bcbcae-ea25-4afb-9b8b-348c231c5c81.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc9c74b2-ec36-4625-847e-64c8581a0759 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-fc9c74b2-ec36-4625-847e-64c8581a0759 {
  display: none;
}
#s-fc9c74b2-ec36-4625-847e-64c8581a0759, #wrap-s-fc9c74b2-ec36-4625-847e-64c8581a0759 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc9c74b2-ec36-4625-847e-64c8581a0759 {
  display: none;
}
#s-fc9c74b2-ec36-4625-847e-64c8581a0759, #wrap-s-fc9c74b2-ec36-4625-847e-64c8581a0759 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc9c74b2-ec36-4625-847e-64c8581a0759 {
  display: none;
}
#s-fc9c74b2-ec36-4625-847e-64c8581a0759, #wrap-s-fc9c74b2-ec36-4625-847e-64c8581a0759 { display: none !important; }}







#s-fc9c74b2-ec36-4625-847e-64c8581a0759 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc9c74b2-ec36-4625-847e-64c8581a0759.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60f1bc74-0deb-4390-8c7d-8114554aff1b {
  text-align: center;
}







  #s-60f1bc74-0deb-4390-8c7d-8114554aff1b img.shogun-image {
    

    
    
    
  }


#s-60f1bc74-0deb-4390-8c7d-8114554aff1b .shogun-image-content {
  
    align-items: center;
  
}

#s-6ec77309-4109-4f27-ac45-dc18a47ca317 {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-6ec77309-4109-4f27-ac45-dc18a47ca317 {
  padding-top: 1px;
}
}
#s-6ec77309-4109-4f27-ac45-dc18a47ca317 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-91eb2d61-037b-434f-b4c1-b913aaead6c0 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-91eb2d61-037b-434f-b4c1-b913aaead6c0 {
  display: none;
}
#s-91eb2d61-037b-434f-b4c1-b913aaead6c0, #wrap-s-91eb2d61-037b-434f-b4c1-b913aaead6c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-91eb2d61-037b-434f-b4c1-b913aaead6c0 {
  display: none;
}
#s-91eb2d61-037b-434f-b4c1-b913aaead6c0, #wrap-s-91eb2d61-037b-434f-b4c1-b913aaead6c0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-91eb2d61-037b-434f-b4c1-b913aaead6c0 {
  display: none;
}
#s-91eb2d61-037b-434f-b4c1-b913aaead6c0, #wrap-s-91eb2d61-037b-434f-b4c1-b913aaead6c0 { display: none !important; }}







#s-91eb2d61-037b-434f-b4c1-b913aaead6c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91eb2d61-037b-434f-b4c1-b913aaead6c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8705cc47-2d6b-4153-a599-45a08271f359"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8705cc47-2d6b-4153-a599-45a08271f359"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-8705cc47-2d6b-4153-a599-45a08271f359"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-8705cc47-2d6b-4153-a599-45a08271f359"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-4342793c-8312-459f-9c0f-d0e31ab5c357 {
  min-height: 30px;
}
@media (min-width: 1200px){#s-4342793c-8312-459f-9c0f-d0e31ab5c357 {
  display: none;
}
#s-4342793c-8312-459f-9c0f-d0e31ab5c357, #wrap-s-4342793c-8312-459f-9c0f-d0e31ab5c357 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4342793c-8312-459f-9c0f-d0e31ab5c357 {
  display: none;
}
#s-4342793c-8312-459f-9c0f-d0e31ab5c357, #wrap-s-4342793c-8312-459f-9c0f-d0e31ab5c357 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4342793c-8312-459f-9c0f-d0e31ab5c357 {
  display: none;
}
#s-4342793c-8312-459f-9c0f-d0e31ab5c357, #wrap-s-4342793c-8312-459f-9c0f-d0e31ab5c357 { display: none !important; }}







#s-4342793c-8312-459f-9c0f-d0e31ab5c357 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4342793c-8312-459f-9c0f-d0e31ab5c357.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10199302-a36b-4305-9cc8-570a0292f187 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-10199302-a36b-4305-9cc8-570a0292f187 img.shogun-image {
    

    
    
    
  }


#s-10199302-a36b-4305-9cc8-570a0292f187 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd20cac1-5f90-45bf-b1cd-ca63c9672c52 {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-fd20cac1-5f90-45bf-b1cd-ca63c9672c52 {
  padding-top: 1px;
}
}
#s-fd20cac1-5f90-45bf-b1cd-ca63c9672c52 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ac1c6878-089a-4381-8903-bd00895dc1fa {
  min-height: 30px;
}
@media (min-width: 1200px){#s-ac1c6878-089a-4381-8903-bd00895dc1fa {
  display: none;
}
#s-ac1c6878-089a-4381-8903-bd00895dc1fa, #wrap-s-ac1c6878-089a-4381-8903-bd00895dc1fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac1c6878-089a-4381-8903-bd00895dc1fa {
  display: none;
}
#s-ac1c6878-089a-4381-8903-bd00895dc1fa, #wrap-s-ac1c6878-089a-4381-8903-bd00895dc1fa { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac1c6878-089a-4381-8903-bd00895dc1fa {
  display: none;
}
#s-ac1c6878-089a-4381-8903-bd00895dc1fa, #wrap-s-ac1c6878-089a-4381-8903-bd00895dc1fa { display: none !important; }}







#s-ac1c6878-089a-4381-8903-bd00895dc1fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac1c6878-089a-4381-8903-bd00895dc1fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-918ed3e0-10cb-4981-b8fa-d9a31a8f8b98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-918ed3e0-10cb-4981-b8fa-d9a31a8f8b98 img.shogun-image {
    

    
    
    
  }


#s-918ed3e0-10cb-4981-b8fa-d9a31a8f8b98 .shogun-image-content {
  
    align-items: center;
  
}

#s-4bbd5d72-d0f1-490f-ab16-7da41d37e066 {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}
@media (max-width: 767px){#s-4bbd5d72-d0f1-490f-ab16-7da41d37e066 {
  padding-top: 1px;
}
}
#s-4bbd5d72-d0f1-490f-ab16-7da41d37e066 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-02660422-8113-412c-839c-6f5b12098299 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-02660422-8113-412c-839c-6f5b12098299 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-02660422-8113-412c-839c-6f5b12098299 {
  padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
}
}







#s-02660422-8113-412c-839c-6f5b12098299 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02660422-8113-412c-839c-6f5b12098299.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25f88403-9f65-4d96-a35b-fe6dc96ca84a {
  padding-bottom: 10px;
text-align: center;
}

#s-25f88403-9f65-4d96-a35b-fe6dc96ca84a .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-c4f2fbc0-5be0-4351-a6b4-aa64694005a7 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c4f2fbc0-5be0-4351-a6b4-aa64694005a7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4f2fbc0-5be0-4351-a6b4-aa64694005a7 {
  
}
}
#s-09f2dd75-514a-4226-8c44-653376207da8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-09f2dd75-514a-4226-8c44-653376207da8 {
  display: none;
}
#s-09f2dd75-514a-4226-8c44-653376207da8, #wrap-s-09f2dd75-514a-4226-8c44-653376207da8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09f2dd75-514a-4226-8c44-653376207da8 {
  display: none;
}
#s-09f2dd75-514a-4226-8c44-653376207da8, #wrap-s-09f2dd75-514a-4226-8c44-653376207da8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09f2dd75-514a-4226-8c44-653376207da8 {
  display: none;
}
#s-09f2dd75-514a-4226-8c44-653376207da8, #wrap-s-09f2dd75-514a-4226-8c44-653376207da8 { display: none !important; }}







#s-09f2dd75-514a-4226-8c44-653376207da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09f2dd75-514a-4226-8c44-653376207da8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-588e8124-26c2-45bd-bbf0-d49e799f8706 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-588e8124-26c2-45bd-bbf0-d49e799f8706 {
  
}
}@media (max-width: 767px){#s-588e8124-26c2-45bd-bbf0-d49e799f8706 {
  
}
}
@media (min-width: 0px) {
[id="s-588e8124-26c2-45bd-bbf0-d49e799f8706"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-588e8124-26c2-45bd-bbf0-d49e799f8706"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-588e8124-26c2-45bd-bbf0-d49e799f8706"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-588e8124-26c2-45bd-bbf0-d49e799f8706"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-71076939-bd39-401f-a97a-40cc27f72fd0 {
  text-align: center;
}







  #s-71076939-bd39-401f-a97a-40cc27f72fd0 img.shogun-image {
    

    
    
    
  }


#s-71076939-bd39-401f-a97a-40cc27f72fd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b929d5c-ef99-466d-8a97-0816b2c7851f {
  text-align: center;
}







  #s-1b929d5c-ef99-466d-8a97-0816b2c7851f img.shogun-image {
    

    
    
    
  }


#s-1b929d5c-ef99-466d-8a97-0816b2c7851f .shogun-image-content {
  
    align-items: center;
  
}

#s-269aabc8-7331-482b-bac0-208303bce249 {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-269aabc8-7331-482b-bac0-208303bce249 {
  
}
}@media (max-width: 767px){#s-269aabc8-7331-482b-bac0-208303bce249 {
  
}
}
@media (min-width: 0px) {
[id="s-269aabc8-7331-482b-bac0-208303bce249"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-269aabc8-7331-482b-bac0-208303bce249"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-269aabc8-7331-482b-bac0-208303bce249"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-269aabc8-7331-482b-bac0-208303bce249"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-b748090c-20f9-4d59-add8-a5b527924de4 {
  text-align: center;
}







  #s-b748090c-20f9-4d59-add8-a5b527924de4 img.shogun-image {
    

    
    
    
  }


#s-b748090c-20f9-4d59-add8-a5b527924de4 .shogun-image-content {
  
    align-items: center;
  
}

#s-bdf7cec0-865c-4b0c-bfab-6c0498358fbb {
  text-align: center;
}







  #s-bdf7cec0-865c-4b0c-bfab-6c0498358fbb img.shogun-image {
    

    
    
    
  }


#s-bdf7cec0-865c-4b0c-bfab-6c0498358fbb .shogun-image-content {
  
    align-items: center;
  
}

#s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(242, 100, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: custom undefined;
line-height: 1.15em;
}
#s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8 {
  
}
}@media (max-width: 767px){#s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8 {
  margin-top: 20px;
}
}

  #s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8-root {
    text-align: center;
  }


#s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8-root {
    text-align: center;
  }


#s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8-root {
    text-align: center;
  }


#s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8-root {
    text-align: center;
  }


#s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8-root {
    text-align: center;
  }


#s-d5ed70a5-a2f4-4d39-9fc7-a3e9e85416f8.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d6e08361-4c31-4187-999a-7f65b6ca2768 {
  padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6e08361-4c31-4187-999a-7f65b6ca2768 {
  padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
}
}@media (max-width: 767px){#s-d6e08361-4c31-4187-999a-7f65b6ca2768 {
  display: none;
}
#s-d6e08361-4c31-4187-999a-7f65b6ca2768, #wrap-s-d6e08361-4c31-4187-999a-7f65b6ca2768 { display: none !important; }}







#s-d6e08361-4c31-4187-999a-7f65b6ca2768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6e08361-4c31-4187-999a-7f65b6ca2768.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cd60b70-70c6-48f1-a3eb-460f362e9a1d {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-0cd60b70-70c6-48f1-a3eb-460f362e9a1d {
  
}
}@media (max-width: 767px){#s-0cd60b70-70c6-48f1-a3eb-460f362e9a1d {
  
}
}
@media (min-width: 0px) {
[id="s-0cd60b70-70c6-48f1-a3eb-460f362e9a1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cd60b70-70c6-48f1-a3eb-460f362e9a1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-0cd60b70-70c6-48f1-a3eb-460f362e9a1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-0cd60b70-70c6-48f1-a3eb-460f362e9a1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-d08ea768-aa0a-41fa-89d0-a6cb76acf8e7 {
  text-align: center;
}







  #s-d08ea768-aa0a-41fa-89d0-a6cb76acf8e7 img.shogun-image {
    

    
    
    
  }


#s-d08ea768-aa0a-41fa-89d0-a6cb76acf8e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5dc157fb-fcf7-46cc-9205-3da208a1d404 {
  text-align: center;
}







  #s-5dc157fb-fcf7-46cc-9205-3da208a1d404 img.shogun-image {
    

    
    
    
  }


#s-5dc157fb-fcf7-46cc-9205-3da208a1d404 .shogun-image-content {
  
    align-items: center;
  
}

#s-6756685f-5bbe-479b-a9c2-59385572b7d5 {
  text-align: center;
}







  #s-6756685f-5bbe-479b-a9c2-59385572b7d5 img.shogun-image {
    

    
    
    
  }


#s-6756685f-5bbe-479b-a9c2-59385572b7d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-72bdee59-5ae1-4f11-8c40-9597041d4da8 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(240, 240, 240, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-72bdee59-5ae1-4f11-8c40-9597041d4da8 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-72bdee59-5ae1-4f11-8c40-9597041d4da8 {
  padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
}
}







#s-72bdee59-5ae1-4f11-8c40-9597041d4da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72bdee59-5ae1-4f11-8c40-9597041d4da8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7347e6ee-b60c-4cb5-b724-a3d3decbb185 {
  padding-top: 50px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7347e6ee-b60c-4cb5-b724-a3d3decbb185 {
  padding-top: 30px;
}
}
#s-7347e6ee-b60c-4cb5-b724-a3d3decbb185 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-d92fc701-565c-4fea-b175-854594c53d76 {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d92fc701-565c-4fea-b175-854594c53d76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d92fc701-565c-4fea-b175-854594c53d76 {
  
}
}
#s-1fa351cd-e595-4105-a6f8-b8abb369b952 {
  padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 50px;
background-color: rgba(242, 100, 34, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: custom undefined;
line-height: 1.15em;
}
#s-1fa351cd-e595-4105-a6f8-b8abb369b952:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1fa351cd-e595-4105-a6f8-b8abb369b952:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1fa351cd-e595-4105-a6f8-b8abb369b952 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1fa351cd-e595-4105-a6f8-b8abb369b952 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1fa351cd-e595-4105-a6f8-b8abb369b952 {
  
}
}

  #s-1fa351cd-e595-4105-a6f8-b8abb369b952-root {
    text-align: center;
  }


#s-1fa351cd-e595-4105-a6f8-b8abb369b952.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fa351cd-e595-4105-a6f8-b8abb369b952-root {
    text-align: center;
  }


#s-1fa351cd-e595-4105-a6f8-b8abb369b952.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fa351cd-e595-4105-a6f8-b8abb369b952-root {
    text-align: center;
  }


#s-1fa351cd-e595-4105-a6f8-b8abb369b952.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fa351cd-e595-4105-a6f8-b8abb369b952-root {
    text-align: center;
  }


#s-1fa351cd-e595-4105-a6f8-b8abb369b952.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fa351cd-e595-4105-a6f8-b8abb369b952-root {
    text-align: center;
  }


#s-1fa351cd-e595-4105-a6f8-b8abb369b952.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351 {
  display: none;
}
#s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351, #wrap-s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351 {
  display: none;
}
#s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351, #wrap-s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351 {
  display: none;
}
#s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351, #wrap-s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351 { display: none !important; }}@media (max-width: 767px){#s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351 {
  display: none;
}
#s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351, #wrap-s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd4c93bb-2250-4f94-ac0f-d4de59f8c351"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-7f8fdc82-7078-402b-98b8-37b4372d0307 {
  text-align: center;
}







  #s-7f8fdc82-7078-402b-98b8-37b4372d0307 img.shogun-image {
    

    
    
    
  }


#s-7f8fdc82-7078-402b-98b8-37b4372d0307 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3a5b2cd-279f-479b-9d51-66d699f191e3 {
  text-align: center;
}







  #s-f3a5b2cd-279f-479b-9d51-66d699f191e3 img.shogun-image {
    

    
    
    
  }


#s-f3a5b2cd-279f-479b-9d51-66d699f191e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8964f7cf-eaed-4379-a3cd-d6f1b2dd81aa {
  text-align: center;
}







  #s-8964f7cf-eaed-4379-a3cd-d6f1b2dd81aa img.shogun-image {
    

    
    
    
  }


#s-8964f7cf-eaed-4379-a3cd-d6f1b2dd81aa .shogun-image-content {
  
    align-items: center;
  
}

#s-c1336380-4516-4530-830e-67bcc130ff41 {
  text-align: center;
}







  #s-c1336380-4516-4530-830e-67bcc130ff41 img.shogun-image {
    

    
    
    
  }


#s-c1336380-4516-4530-830e-67bcc130ff41 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
