.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@media (min-width: 1200px){#s-9c12f87d-b3c4-468a-9b89-5b0be07e9765 {
  display: none;
}
#s-9c12f87d-b3c4-468a-9b89-5b0be07e9765, #wrap-s-9c12f87d-b3c4-468a-9b89-5b0be07e9765 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c12f87d-b3c4-468a-9b89-5b0be07e9765 {
  display: none;
}
#s-9c12f87d-b3c4-468a-9b89-5b0be07e9765, #wrap-s-9c12f87d-b3c4-468a-9b89-5b0be07e9765 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c12f87d-b3c4-468a-9b89-5b0be07e9765 {
  display: none;
}
#s-9c12f87d-b3c4-468a-9b89-5b0be07e9765, #wrap-s-9c12f87d-b3c4-468a-9b89-5b0be07e9765 { display:none !important; }}@media (max-width: 767px){#s-9c12f87d-b3c4-468a-9b89-5b0be07e9765 {
  
}
}
#s-9c12f87d-b3c4-468a-9b89-5b0be07e9765 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9c12f87d-b3c4-468a-9b89-5b0be07e9765 .shg-sld-nav-button.shg-sld-left,
#s-9c12f87d-b3c4-468a-9b89-5b0be07e9765 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

#s-b3ce5adc-cd4d-4975-b112-73bd2352bf08 {
  min-height: 50px;
}








#s-b3ce5adc-cd4d-4975-b112-73bd2352bf08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3ce5adc-cd4d-4975-b112-73bd2352bf08.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-93ea0a00-71b8-4d91-ae97-1a2a4579ce5c {
  text-align: center;
}




  #s-93ea0a00-71b8-4d91-ae97-1a2a4579ce5c img.shogun-image {
    
    width: px;
  }


#s-93ea0a00-71b8-4d91-ae97-1a2a4579ce5c .shogun-image-content {
  
    align-items: 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: #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-5c19ba77-2e6b-41dc-abd3-be6c14be66bd {
  padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: left;
}

#s-5c19ba77-2e6b-41dc-abd3-be6c14be66bd .shogun-heading-component h1 {
  color: rgba(250, 250, 250, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 37px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f4004506-19b3-471d-84b9-d1de26ab2086 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
}

#s-b1c019d6-9673-464c-a598-1016c2c96a37 {
  min-height: 50px;
}








#s-b1c019d6-9673-464c-a598-1016c2c96a37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1c019d6-9673-464c-a598-1016c2c96a37.shg-box.shg-c {
  justify-content: center;
}

#s-1c031ae9-6f1c-4ff1-9996-43ae89a82980 {
  min-height: 50px;
}








#s-1c031ae9-6f1c-4ff1-9996-43ae89a82980 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c031ae9-6f1c-4ff1-9996-43ae89a82980.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-240b487d-66dc-4818-8813-b46201554efa {
  box-shadow:0px 2px 8px 1px rgba(196, 188, 188, 1);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(35, 55, 72, 1);
}
#s-240b487d-66dc-4818-8813-b46201554efa:hover {background-color: rgba(113, 197, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-240b487d-66dc-4818-8813-b46201554efa:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(35, 55, 72, 1) !important;}

  #s-240b487d-66dc-4818-8813-b46201554efa-btn-wrapper {
    text-align: center;
  }


#s-240b487d-66dc-4818-8813-b46201554efa.shg-btn {
  color: rgba(35, 55, 72, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-70e21346-20f7-4276-8223-15713c197b44 {
  margin-top: -62px;
border-radius: 8px;
text-align: center;
}




  #s-70e21346-20f7-4276-8223-15713c197b44 img.shogun-image {
    
    width: px;
  }


#s-70e21346-20f7-4276-8223-15713c197b44 .shogun-image-content {
  
    align-items: center;
  
}

#s-5174adbe-e2ce-4bfe-bcb5-bc5b19007fbe {
  margin-top: -62px;
border-radius: 8px;
text-align: center;
}




  #s-5174adbe-e2ce-4bfe-bcb5-bc5b19007fbe img.shogun-image {
    
    width: px;
  }


#s-5174adbe-e2ce-4bfe-bcb5-bc5b19007fbe .shogun-image-content {
  
    align-items: center;
  
}

#s-b8827908-7cea-44d4-9487-060c371f8e15 {
  border-radius: 8px;
text-align: center;
}




  #s-b8827908-7cea-44d4-9487-060c371f8e15 img.shogun-image {
    
    width: px;
  }


#s-b8827908-7cea-44d4-9487-060c371f8e15 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e44aa1e-891d-442d-be62-a5ca255ce7b2 {
  margin-top: -62px;
border-radius: 8px;
text-align: center;
}




  #s-2e44aa1e-891d-442d-be62-a5ca255ce7b2 img.shogun-image {
    
    width: px;
  }


#s-2e44aa1e-891d-442d-be62-a5ca255ce7b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-13442b59-f34b-404b-9739-8fe249376de6 {
  margin-top: -62px;
border-radius: 8px;
text-align: center;
}




  #s-13442b59-f34b-404b-9739-8fe249376de6 img.shogun-image {
    
    width: px;
  }


#s-13442b59-f34b-404b-9739-8fe249376de6 .shogun-image-content {
  
    align-items: center;
  
}

#s-98160072-1a22-4eae-993e-f32476005ef7 {
  border-style: solid;
margin-top: -50px;
margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-98160072-1a22-4eae-993e-f32476005ef7 {
  display: none;
}
#s-98160072-1a22-4eae-993e-f32476005ef7, #wrap-s-98160072-1a22-4eae-993e-f32476005ef7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-98160072-1a22-4eae-993e-f32476005ef7 {
  display: none;
}
#s-98160072-1a22-4eae-993e-f32476005ef7, #wrap-s-98160072-1a22-4eae-993e-f32476005ef7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-98160072-1a22-4eae-993e-f32476005ef7 {
  display: none;
}
#s-98160072-1a22-4eae-993e-f32476005ef7, #wrap-s-98160072-1a22-4eae-993e-f32476005ef7 { display:none !important; }}







#s-98160072-1a22-4eae-993e-f32476005ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98160072-1a22-4eae-993e-f32476005ef7.shg-box.shg-c {
  justify-content: center;
}

#s-0927cbdc-c22f-4a9a-b53d-0eecd66be838 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0927cbdc-c22f-4a9a-b53d-0eecd66be838 .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-0927cbdc-c22f-4a9a-b53d-0eecd66be838 .shogun-heading-component h2 a {
  color: rgba(25, 42, 56, 1);
}


#s-d4c7102d-4785-483c-8e80-c040dbe539ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4c7102d-4785-483c-8e80-c040dbe539ca .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


#s-d4c7102d-4785-483c-8e80-c040dbe539ca .shogun-heading-component h2 a {
  color: rgba(25, 42, 56, 1);
}


#s-014b3595-8f04-4e68-975c-a785d1fe230a {
  margin-top: 16px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
border-radius: 25px;
background-color: rgba(113, 197, 151, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
hover-type: color;
}
#s-014b3595-8f04-4e68-975c-a785d1fe230a:hover {background-color: rgba(166, 195, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-014b3595-8f04-4e68-975c-a785d1fe230a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-014b3595-8f04-4e68-975c-a785d1fe230a-btn-wrapper {
    text-align: center;
  }


#s-014b3595-8f04-4e68-975c-a785d1fe230a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-d70c3e74-b8c6-4cfd-acfe-090a446f0464 {
  border-style: solid;
margin-top: -50px;
margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d70c3e74-b8c6-4cfd-acfe-090a446f0464 {
  display: none;
}
#s-d70c3e74-b8c6-4cfd-acfe-090a446f0464, #wrap-s-d70c3e74-b8c6-4cfd-acfe-090a446f0464 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d70c3e74-b8c6-4cfd-acfe-090a446f0464 {
  display: none;
}
#s-d70c3e74-b8c6-4cfd-acfe-090a446f0464, #wrap-s-d70c3e74-b8c6-4cfd-acfe-090a446f0464 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d70c3e74-b8c6-4cfd-acfe-090a446f0464 {
  display: none;
}
#s-d70c3e74-b8c6-4cfd-acfe-090a446f0464, #wrap-s-d70c3e74-b8c6-4cfd-acfe-090a446f0464 { display:none !important; }}







#s-d70c3e74-b8c6-4cfd-acfe-090a446f0464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d70c3e74-b8c6-4cfd-acfe-090a446f0464.shg-box.shg-c {
  justify-content: center;
}

#s-5849168f-3834-475d-8b92-6669e52488b2 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5849168f-3834-475d-8b92-6669e52488b2 .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-5849168f-3834-475d-8b92-6669e52488b2 .shogun-heading-component h2 a {
  color: rgba(25, 42, 56, 1);
}


#s-e9d56bfd-9571-4ce9-b148-32c014e5a2cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9d56bfd-9571-4ce9-b148-32c014e5a2cc .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


#s-e9d56bfd-9571-4ce9-b148-32c014e5a2cc .shogun-heading-component h2 a {
  color: rgba(25, 42, 56, 1);
}


#s-1300ae63-498d-4dbc-be51-b53ef735c400 {
  margin-top: 16px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
border-radius: 25px;
background-color: rgba(113, 197, 151, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
hover-type: color;
}
#s-1300ae63-498d-4dbc-be51-b53ef735c400:hover {background-color: rgba(166, 195, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1300ae63-498d-4dbc-be51-b53ef735c400:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1300ae63-498d-4dbc-be51-b53ef735c400-btn-wrapper {
    text-align: center;
  }


#s-1300ae63-498d-4dbc-be51-b53ef735c400.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-1877caa1-b23b-48a7-834c-8b98b011b236 {
  border-style: solid;
margin-top: -50px;
margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1877caa1-b23b-48a7-834c-8b98b011b236 {
  display: none;
}
#s-1877caa1-b23b-48a7-834c-8b98b011b236, #wrap-s-1877caa1-b23b-48a7-834c-8b98b011b236 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1877caa1-b23b-48a7-834c-8b98b011b236 {
  display: none;
}
#s-1877caa1-b23b-48a7-834c-8b98b011b236, #wrap-s-1877caa1-b23b-48a7-834c-8b98b011b236 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1877caa1-b23b-48a7-834c-8b98b011b236 {
  display: none;
}
#s-1877caa1-b23b-48a7-834c-8b98b011b236, #wrap-s-1877caa1-b23b-48a7-834c-8b98b011b236 { display:none !important; }}







#s-1877caa1-b23b-48a7-834c-8b98b011b236 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1877caa1-b23b-48a7-834c-8b98b011b236.shg-box.shg-c {
  justify-content: center;
}

#s-d749301b-bfe6-4851-be07-fb1d79f3d5ed {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d749301b-bfe6-4851-be07-fb1d79f3d5ed .shogun-heading-component h1 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-d749301b-bfe6-4851-be07-fb1d79f3d5ed .shogun-heading-component h1 a {
  color: rgba(25, 42, 56, 1);
}


#s-2d4d011f-07d6-4814-b952-72284677038c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d4d011f-07d6-4814-b952-72284677038c .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


#s-2d4d011f-07d6-4814-b952-72284677038c .shogun-heading-component h2 a {
  color: rgba(25, 42, 56, 1);
}


#s-46e2c3ae-92d6-44dc-b93a-fa03528d923b {
  margin-top: 16px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
border-radius: 25px;
background-color: rgba(113, 197, 151, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
hover-type: color;
}
#s-46e2c3ae-92d6-44dc-b93a-fa03528d923b:hover {background-color: rgba(166, 195, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-46e2c3ae-92d6-44dc-b93a-fa03528d923b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46e2c3ae-92d6-44dc-b93a-fa03528d923b-btn-wrapper {
    text-align: center;
  }


#s-46e2c3ae-92d6-44dc-b93a-fa03528d923b.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-d99d7515-fbee-49f1-929f-3be3e897e498 {
  border-style: solid;
margin-top: -50px;
margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d99d7515-fbee-49f1-929f-3be3e897e498 {
  display: none;
}
#s-d99d7515-fbee-49f1-929f-3be3e897e498, #wrap-s-d99d7515-fbee-49f1-929f-3be3e897e498 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d99d7515-fbee-49f1-929f-3be3e897e498 {
  display: none;
}
#s-d99d7515-fbee-49f1-929f-3be3e897e498, #wrap-s-d99d7515-fbee-49f1-929f-3be3e897e498 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d99d7515-fbee-49f1-929f-3be3e897e498 {
  display: none;
}
#s-d99d7515-fbee-49f1-929f-3be3e897e498, #wrap-s-d99d7515-fbee-49f1-929f-3be3e897e498 { display:none !important; }}







#s-d99d7515-fbee-49f1-929f-3be3e897e498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d99d7515-fbee-49f1-929f-3be3e897e498.shg-box.shg-c {
  justify-content: center;
}

#s-d9aec048-7cc8-4dd5-a92d-786ad2a9eded {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9aec048-7cc8-4dd5-a92d-786ad2a9eded .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-d9aec048-7cc8-4dd5-a92d-786ad2a9eded .shogun-heading-component h2 a {
  color: rgba(25, 42, 56, 1);
}


#s-2663c6de-ec6e-4955-90a2-b2cc49b59c46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2663c6de-ec6e-4955-90a2-b2cc49b59c46 .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


#s-2663c6de-ec6e-4955-90a2-b2cc49b59c46 .shogun-heading-component h2 a {
  color: rgba(25, 42, 56, 1);
}


#s-c3bc33c3-8694-4064-980e-eaf57cb902d9 {
  margin-top: 16px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
border-radius: 25px;
background-color: rgba(113, 197, 151, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
hover-type: color;
}
#s-c3bc33c3-8694-4064-980e-eaf57cb902d9:hover {background-color: rgba(166, 195, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c3bc33c3-8694-4064-980e-eaf57cb902d9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3bc33c3-8694-4064-980e-eaf57cb902d9-btn-wrapper {
    text-align: center;
  }


#s-c3bc33c3-8694-4064-980e-eaf57cb902d9.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-58bf643e-b486-49b9-a379-d2051a1705be {
  border-style: solid;
margin-top: -50px;
margin-left: 15px;
margin-right: 15px;
padding-top: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-58bf643e-b486-49b9-a379-d2051a1705be {
  display: none;
}
#s-58bf643e-b486-49b9-a379-d2051a1705be, #wrap-s-58bf643e-b486-49b9-a379-d2051a1705be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58bf643e-b486-49b9-a379-d2051a1705be {
  display: none;
}
#s-58bf643e-b486-49b9-a379-d2051a1705be, #wrap-s-58bf643e-b486-49b9-a379-d2051a1705be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58bf643e-b486-49b9-a379-d2051a1705be {
  display: none;
}
#s-58bf643e-b486-49b9-a379-d2051a1705be, #wrap-s-58bf643e-b486-49b9-a379-d2051a1705be { display:none !important; }}







#s-58bf643e-b486-49b9-a379-d2051a1705be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58bf643e-b486-49b9-a379-d2051a1705be.shg-box.shg-c {
  justify-content: center;
}

#s-539aee02-d2f2-46be-b406-80cc7ad575e6 {
  margin-left: 25px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-539aee02-d2f2-46be-b406-80cc7ad575e6 .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 40px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-539aee02-d2f2-46be-b406-80cc7ad575e6 .shogun-heading-component h2 a {
  color: rgba(25, 42, 56, 1);
}


#s-a75898e7-4f45-40a9-a868-4d1f6b6b52ee {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a75898e7-4f45-40a9-a868-4d1f6b6b52ee .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


#s-a75898e7-4f45-40a9-a868-4d1f6b6b52ee .shogun-heading-component h2 a {
  color: rgba(25, 42, 56, 1);
}


#s-a5c5b802-b660-4e24-b2a9-3bfe85af8332 {
  margin-top: 16px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
border-radius: 25px;
background-color: rgba(113, 197, 151, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
hover-type: color;
}
#s-a5c5b802-b660-4e24-b2a9-3bfe85af8332:hover {background-color: rgba(166, 195, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a5c5b802-b660-4e24-b2a9-3bfe85af8332:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a5c5b802-b660-4e24-b2a9-3bfe85af8332-btn-wrapper {
    text-align: center;
  }


#s-a5c5b802-b660-4e24-b2a9-3bfe85af8332.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-1c5e6605-4bf2-4d72-a232-1b1914c4c8af {
  margin-top: -50px;
padding-left: 14px;
padding-right: 14px;
}
@media (max-width: 767px){#s-1c5e6605-4bf2-4d72-a232-1b1914c4c8af {
  display: none;
}
#s-1c5e6605-4bf2-4d72-a232-1b1914c4c8af, #wrap-s-1c5e6605-4bf2-4d72-a232-1b1914c4c8af { display:none !important; }}







#s-1c5e6605-4bf2-4d72-a232-1b1914c4c8af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c5e6605-4bf2-4d72-a232-1b1914c4c8af.shg-box.shg-c {
  justify-content: flex-start;
}

#s-86c7f8e2-f69f-4c4d-9cef-f39a2d4c2116 {
  min-height: 50px;
}








#s-86c7f8e2-f69f-4c4d-9cef-f39a2d4c2116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86c7f8e2-f69f-4c4d-9cef-f39a2d4c2116.shg-box.shg-c {
  justify-content: center;
}

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

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

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

#s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d {
  border-style: solid;
margin-top: 30px;
margin-left: auto;
margin-bottom: -75px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2c6a29f7-7af2-4d01-8063-0d01e0a6036d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1352bc7f-f53b-42b6-b76f-8b394bcaba13 {
  margin-top: 65px;
margin-left: 60px;
margin-bottom: 26px;
margin-right: 60px;
padding-top: 1px;
padding-bottom: 1px;
background-attachment: scroll;
}
@media (max-width: 767px){#s-1352bc7f-f53b-42b6-b76f-8b394bcaba13 {
  display: none;
}
#s-1352bc7f-f53b-42b6-b76f-8b394bcaba13, #wrap-s-1352bc7f-f53b-42b6-b76f-8b394bcaba13 { display:none !important; }}







#s-1352bc7f-f53b-42b6-b76f-8b394bcaba13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-1352bc7f-f53b-42b6-b76f-8b394bcaba13 {
  cursor: pointer;
}#s-1352bc7f-f53b-42b6-b76f-8b394bcaba13.shg-box.shg-c {
  justify-content: flex-start;
}

#s-110ce64e-a83a-4569-9fda-3442eebec544 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
text-align: left;
}

#s-110ce64e-a83a-4569-9fda-3442eebec544 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 41px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}



#s-d7a0c4aa-62e2-4aac-bf18-3cb4ec36fd96 {
  padding-left: 1px;
padding-right: 10px;
}

#s-3aaff091-6f79-4b11-b30a-fd5788230a7b {
  border-style: solid;
margin-left: 60px;
margin-right: 60px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3aaff091-6f79-4b11-b30a-fd5788230a7b {
  display: none;
}
#s-3aaff091-6f79-4b11-b30a-fd5788230a7b, #wrap-s-3aaff091-6f79-4b11-b30a-fd5788230a7b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3aaff091-6f79-4b11-b30a-fd5788230a7b {
  display: none;
}
#s-3aaff091-6f79-4b11-b30a-fd5788230a7b, #wrap-s-3aaff091-6f79-4b11-b30a-fd5788230a7b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3aaff091-6f79-4b11-b30a-fd5788230a7b {
  display: none;
}
#s-3aaff091-6f79-4b11-b30a-fd5788230a7b, #wrap-s-3aaff091-6f79-4b11-b30a-fd5788230a7b { display:none !important; }}







#s-3aaff091-6f79-4b11-b30a-fd5788230a7b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}#s-3aaff091-6f79-4b11-b30a-fd5788230a7b.shg-box.shg-c {
  justify-content: center;
}

#s-08d51c4c-72b1-49c5-8e67-703e93dcbc48 {
  margin-top: 7px;
margin-left: 5px;
margin-bottom: 25px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}

#s-08d51c4c-72b1-49c5-8e67-703e93dcbc48 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 38px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: center;
}



#s-23b71163-d535-4508-b407-3b1afd8ce856 {
  margin-left: -19px;
margin-right: -19px;
padding-bottom: 25px;
}

#s-b1dd6eda-6000-404b-a808-fea93b6b58e7 {
  margin-top: 68px;
border-radius: 8px;
text-align: center;
}




  #s-b1dd6eda-6000-404b-a808-fea93b6b58e7 img.shogun-image {
    
    width: px;
  }


#s-b1dd6eda-6000-404b-a808-fea93b6b58e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f7bb34e-8f9c-47de-81e2-29eb45de191c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -31px;
margin-bottom: -31px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-2f7bb34e-8f9c-47de-81e2-29eb45de191c {
  display: none;
}
#s-2f7bb34e-8f9c-47de-81e2-29eb45de191c, #wrap-s-2f7bb34e-8f9c-47de-81e2-29eb45de191c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f7bb34e-8f9c-47de-81e2-29eb45de191c {
  display: none;
}
#s-2f7bb34e-8f9c-47de-81e2-29eb45de191c, #wrap-s-2f7bb34e-8f9c-47de-81e2-29eb45de191c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2f7bb34e-8f9c-47de-81e2-29eb45de191c {
  display: none;
}
#s-2f7bb34e-8f9c-47de-81e2-29eb45de191c, #wrap-s-2f7bb34e-8f9c-47de-81e2-29eb45de191c { display:none !important; }}







#s-2f7bb34e-8f9c-47de-81e2-29eb45de191c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f7bb34e-8f9c-47de-81e2-29eb45de191c.shg-box.shg-c {
  justify-content: center;
}

#s-cb44d210-d99a-40ad-ab75-e3598b98c9eb {
  margin-left: 0px;
margin-bottom: -52px;
margin-right: 0px;
border-radius: 8px;
text-align: left;
}
@media (min-width: 1200px){#s-cb44d210-d99a-40ad-ab75-e3598b98c9eb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cb44d210-d99a-40ad-ab75-e3598b98c9eb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cb44d210-d99a-40ad-ab75-e3598b98c9eb {
  
}
}



  #s-cb44d210-d99a-40ad-ab75-e3598b98c9eb img.shogun-image {
    
    width: px;
  }


#s-cb44d210-d99a-40ad-ab75-e3598b98c9eb .shogun-image-content {
  
    align-items: center;
  
}

#s-095cb711-90a3-4ab7-9a10-f00a198b9bb1 {
  box-shadow:0px 0px 0px 0px ;
background-color: rgba(166, 195, 230, 1);
}
@media (max-width: 767px){#s-095cb711-90a3-4ab7-9a10-f00a198b9bb1 {
  display: none;
}
#s-095cb711-90a3-4ab7-9a10-f00a198b9bb1, #wrap-s-095cb711-90a3-4ab7-9a10-f00a198b9bb1 { display:none !important; }}







#s-095cb711-90a3-4ab7-9a10-f00a198b9bb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-095cb711-90a3-4ab7-9a10-f00a198b9bb1.shg-box.shg-c {
  justify-content: flex-end;
}

#s-da04f315-6a15-46b0-88f5-357f7f10819a {
  margin-top: 100px;
padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-da04f315-6a15-46b0-88f5-357f7f10819a .shogun-heading-component h1 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 44px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-ffeeec61-9fd9-486d-ad3e-260d63d2cabb {
  padding-top: 15px;
padding-left: 10px;
padding-bottom: 15px;
padding-right: 10px;
text-align: center;
}

#s-ffeeec61-9fd9-486d-ad3e-260d63d2cabb .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:  600 ;
  font-family: Barlow;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  text-align: center;
}



#s-0b94c175-88c6-4016-878c-a09cd7a5de9f {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-0b94c175-88c6-4016-878c-a09cd7a5de9f {
  
}
}
@media (min-width: 0px) {
[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-0b94c175-88c6-4016-878c-a09cd7a5de9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-2fbda50c-7a01-4807-9194-504fe0eeff6d {
  border-radius: 8px;
text-align: center;
}




  #s-2fbda50c-7a01-4807-9194-504fe0eeff6d img.shogun-image {
    
    width: px;
  }


#s-2fbda50c-7a01-4807-9194-504fe0eeff6d .shogun-image-content {
  
    align-items: center;
  
}

#s-e9db06ad-58dc-4b77-86ab-ce6d681b1e9c {
  padding-top: 10px;
text-align: center;
}

#s-e9db06ad-58dc-4b77-86ab-ce6d681b1e9c .shogun-heading-component h1 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f99563bb-e0d0-4c33-9d4c-99e6c495830c {
  padding-top: 10px;
text-align: center;
}

#s-f99563bb-e0d0-4c33-9d4c-99e6c495830c .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a4c7edb5-047d-4631-9d10-eb6ab150b483 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(113, 197, 151, 1);
}
#s-a4c7edb5-047d-4631-9d10-eb6ab150b483:hover {background-color: rgba(113, 197, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a4c7edb5-047d-4631-9d10-eb6ab150b483:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a4c7edb5-047d-4631-9d10-eb6ab150b483-btn-wrapper {
    text-align: center;
  }


#s-a4c7edb5-047d-4631-9d10-eb6ab150b483.shg-btn {
  color: rgba(113, 197, 151, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-c47b59d8-c703-42fc-ae6e-2770f8fda7e0 {
  border-radius: 8px;
text-align: center;
}




  #s-c47b59d8-c703-42fc-ae6e-2770f8fda7e0 img.shogun-image {
    
    width: px;
  }


#s-c47b59d8-c703-42fc-ae6e-2770f8fda7e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8d1ba2c-b8ce-4f5f-baac-08bfbf1a7457 {
  padding-top: 10px;
text-align: center;
}

#s-e8d1ba2c-b8ce-4f5f-baac-08bfbf1a7457 .shogun-heading-component h1 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8d95637b-4a5d-4af1-9a8e-3176ee88e786 {
  padding-top: 10px;
text-align: center;
}

#s-8d95637b-4a5d-4af1-9a8e-3176ee88e786 .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bb0a95cf-c8d6-4da5-a912-90f2f6d18715 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(113, 197, 151, 1);
}
#s-bb0a95cf-c8d6-4da5-a912-90f2f6d18715:hover {background-color: rgba(113, 197, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-bb0a95cf-c8d6-4da5-a912-90f2f6d18715:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bb0a95cf-c8d6-4da5-a912-90f2f6d18715-btn-wrapper {
    text-align: center;
  }


#s-bb0a95cf-c8d6-4da5-a912-90f2f6d18715.shg-btn {
  color: rgba(113, 197, 151, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-dec11eee-bcaa-4add-8da3-18114d4e1eda {
  border-radius: 8px;
text-align: center;
}




  #s-dec11eee-bcaa-4add-8da3-18114d4e1eda img.shogun-image {
    
    width: px;
  }


#s-dec11eee-bcaa-4add-8da3-18114d4e1eda .shogun-image-content {
  
    align-items: center;
  
}

#s-404a4ba9-18fb-420b-88f5-49aaf61af59a {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-404a4ba9-18fb-420b-88f5-49aaf61af59a .shogun-heading-component h1 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cbdbf444-240f-403c-b35d-661366552566 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-cbdbf444-240f-403c-b35d-661366552566 .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5346bfa8-1131-4a29-93f6-054af1581a19 {
  box-shadow:0px 2px 8px 1px rgba(196, 188, 188, 1);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(113, 197, 151, 1);
}
#s-5346bfa8-1131-4a29-93f6-054af1581a19:hover {background-color: rgba(113, 197, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5346bfa8-1131-4a29-93f6-054af1581a19:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5346bfa8-1131-4a29-93f6-054af1581a19-btn-wrapper {
    text-align: center;
  }


#s-5346bfa8-1131-4a29-93f6-054af1581a19.shg-btn {
  color: rgba(113, 197, 151, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-1be2638a-8b92-4b18-8710-c94c3e4ffe13 {
  margin-bottom: 135px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1be2638a-8b92-4b18-8710-c94c3e4ffe13"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-005393b9-8191-4f1c-bc6a-0b3b1adc8540 {
  border-radius: 8px;
text-align: center;
}




  #s-005393b9-8191-4f1c-bc6a-0b3b1adc8540 img.shogun-image {
    
    width: px;
  }


#s-005393b9-8191-4f1c-bc6a-0b3b1adc8540 .shogun-image-content {
  
    align-items: center;
  
}

#s-51e99dcc-c9ed-432d-aa7c-5fb6b280d383 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-51e99dcc-c9ed-432d-aa7c-5fb6b280d383 .shogun-heading-component h1 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-503926f8-a928-435b-9397-b69a947ae5eb {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-503926f8-a928-435b-9397-b69a947ae5eb .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c5378e88-c93e-434e-8e07-c3de9086bb86 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(113, 197, 151, 1);
}
#s-c5378e88-c93e-434e-8e07-c3de9086bb86:hover {background-color: rgba(113, 197, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c5378e88-c93e-434e-8e07-c3de9086bb86:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5378e88-c93e-434e-8e07-c3de9086bb86-btn-wrapper {
    text-align: center;
  }


#s-c5378e88-c93e-434e-8e07-c3de9086bb86.shg-btn {
  color: rgba(113, 197, 151, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-791ed561-267c-43dc-bcde-bc4dda42e966 {
  border-radius: 8px;
text-align: center;
}




  #s-791ed561-267c-43dc-bcde-bc4dda42e966 img.shogun-image {
    
    width: px;
  }


#s-791ed561-267c-43dc-bcde-bc4dda42e966 .shogun-image-content {
  
    align-items: center;
  
}

#s-1149a17e-0f51-4a5a-bee6-a63cf5ede474 {
  padding-top: 10px;
text-align: center;
}

#s-1149a17e-0f51-4a5a-bee6-a63cf5ede474 .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7f35915f-b884-43e0-9a44-32128b7307c5 {
  padding-top: 10px;
text-align: center;
}

#s-7f35915f-b884-43e0-9a44-32128b7307c5 .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4a5d7e61-c99f-46f6-9c6d-0238767271fc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(113, 197, 151, 1);
}
#s-4a5d7e61-c99f-46f6-9c6d-0238767271fc:hover {background-color: rgba(113, 197, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4a5d7e61-c99f-46f6-9c6d-0238767271fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a5d7e61-c99f-46f6-9c6d-0238767271fc-btn-wrapper {
    text-align: center;
  }


#s-4a5d7e61-c99f-46f6-9c6d-0238767271fc.shg-btn {
  color: rgba(113, 197, 151, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-6d0ddaf6-5562-47c0-8c03-6e8f0283bc84 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6d0ddaf6-5562-47c0-8c03-6e8f0283bc84 {
  display: none;
}
#s-6d0ddaf6-5562-47c0-8c03-6e8f0283bc84, #wrap-s-6d0ddaf6-5562-47c0-8c03-6e8f0283bc84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d0ddaf6-5562-47c0-8c03-6e8f0283bc84 {
  display: none;
}
#s-6d0ddaf6-5562-47c0-8c03-6e8f0283bc84, #wrap-s-6d0ddaf6-5562-47c0-8c03-6e8f0283bc84 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d0ddaf6-5562-47c0-8c03-6e8f0283bc84 {
  display: none;
}
#s-6d0ddaf6-5562-47c0-8c03-6e8f0283bc84, #wrap-s-6d0ddaf6-5562-47c0-8c03-6e8f0283bc84 { display:none !important; }}







#s-6d0ddaf6-5562-47c0-8c03-6e8f0283bc84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d0ddaf6-5562-47c0-8c03-6e8f0283bc84.shg-box.shg-c {
  justify-content: center;
}

#s-2b01700b-7f02-4039-9bd6-2299b304f874 {
  padding-top: 20px;
padding-bottom: 11px;
text-align: center;
}

#s-2b01700b-7f02-4039-9bd6-2299b304f874 .shogun-heading-component h1 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer;
  font-style:   ;
  font-size: 38px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-2b01700b-7f02-4039-9bd6-2299b304f874 .shogun-heading-component h1 a {
  color: rgba(25, 42, 56, 1);
}


#s-935e3805-8ee1-453c-b705-94389f436506 {
  margin-left: 48px;
margin-bottom: 10px;
margin-right: 48px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-935e3805-8ee1-453c-b705-94389f436506 .shogun-heading-component h2 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 16px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}



#s-a5df5904-9ede-4129-81cc-8f7b921fc93b {
  min-height: 50px;
}








#s-a5df5904-9ede-4129-81cc-8f7b921fc93b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5df5904-9ede-4129-81cc-8f7b921fc93b.shg-box.shg-c {
  justify-content: center;
}

#s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468 {
  display: none;
}
#s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468, #wrap-s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468 {
  display: none;
}
#s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468, #wrap-s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468 {
  display: none;
}
#s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468, #wrap-s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468 { display:none !important; }}
#s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468 .shg-sld-nav-button.shg-sld-left,
#s-e6d9e9ae-26a7-4289-ab60-ada2ecf00468 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-ce1e8d21-866b-42f3-9efb-6b1e3c371242 {
  border-radius: 8px;
text-align: center;
}




  #s-ce1e8d21-866b-42f3-9efb-6b1e3c371242 img.shogun-image {
    
    width: px;
  }


#s-ce1e8d21-866b-42f3-9efb-6b1e3c371242 .shogun-image-content {
  
    align-items: center;
  
}

#s-bde567dd-f8e0-4edc-8f70-203c493d887f {
  min-height: 50px;
background-color: rgba(166, 195, 230, 1);
}








#s-bde567dd-f8e0-4edc-8f70-203c493d887f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bde567dd-f8e0-4edc-8f70-203c493d887f.shg-box.shg-c {
  justify-content: center;
}

#s-a8e6b739-1ee5-4260-9dc4-89ae76aa0fa9 {
  border-radius: 8px;
text-align: center;
}





#s-a8e6b739-1ee5-4260-9dc4-89ae76aa0fa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-67b0212b-6b78-455b-bf46-c34caed9a197 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67b0212b-6b78-455b-bf46-c34caed9a197 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-67b0212b-6b78-455b-bf46-c34caed9a197 .shogun-heading-component h1 a {
  color: #000;
}


#s-9d0b6e64-77cc-4095-b860-e3501f515805 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d0b6e64-77cc-4095-b860-e3501f515805 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-9d0b6e64-77cc-4095-b860-e3501f515805 .shogun-heading-component h2 a {
  color: #000;
}


#s-3d33dcce-4f87-4cc0-8517-9d744cc06b6d {
  min-height: 50px;
background-color: rgba(166, 195, 230, 1);
}








#s-3d33dcce-4f87-4cc0-8517-9d744cc06b6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d33dcce-4f87-4cc0-8517-9d744cc06b6d.shg-box.shg-c {
  justify-content: center;
}

#s-3e5618df-1e87-4627-832d-d939fc56b044 {
  border-radius: 8px;
text-align: center;
}





#s-3e5618df-1e87-4627-832d-d939fc56b044 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8fd81ba-c71a-4a91-aa9d-04340e770be2 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d8fd81ba-c71a-4a91-aa9d-04340e770be2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d8fd81ba-c71a-4a91-aa9d-04340e770be2 .shogun-heading-component h1 a {
  color: #000;
}


#s-1b793a73-aa7a-4a41-8e92-898cdcbd605b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1b793a73-aa7a-4a41-8e92-898cdcbd605b .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-1b793a73-aa7a-4a41-8e92-898cdcbd605b .shogun-heading-component h2 a {
  color: #000;
}


#s-5806b31d-7859-4b55-b2ca-97621457a0e3 {
  min-height: 50px;
background-color: rgba(166, 195, 230, 1);
}








#s-5806b31d-7859-4b55-b2ca-97621457a0e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5806b31d-7859-4b55-b2ca-97621457a0e3.shg-box.shg-c {
  justify-content: center;
}

#s-059dd992-5ccb-4404-ae74-496e775cffa9 {
  border-radius: 8px;
text-align: center;
}





#s-059dd992-5ccb-4404-ae74-496e775cffa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd14ed75-544f-4cf3-93ff-980a01ff4355 {
  padding-top: 9px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-cd14ed75-544f-4cf3-93ff-980a01ff4355 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-cd14ed75-544f-4cf3-93ff-980a01ff4355 .shogun-heading-component h1 a {
  color: #000;
}


#s-7e1e52df-7cc3-4612-a34b-086b642e67d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7e1e52df-7cc3-4612-a34b-086b642e67d4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-7e1e52df-7cc3-4612-a34b-086b642e67d4 .shogun-heading-component h2 a {
  color: #000;
}


#s-b26da081-7964-4761-a98b-ab0df5b2bb3a {
  min-height: 50px;
background-color: rgba(166, 195, 230, 1);
}








#s-b26da081-7964-4761-a98b-ab0df5b2bb3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b26da081-7964-4761-a98b-ab0df5b2bb3a.shg-box.shg-c {
  justify-content: center;
}

#s-26a092ec-6d8f-45b4-8608-9dd841b756ba {
  border-radius: 8px;
text-align: center;
}





#s-26a092ec-6d8f-45b4-8608-9dd841b756ba .shogun-image-content {
  
    align-items: center;
  
}

#s-34be9e7d-84f5-4fe1-bb4e-2e1fe029a43d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-34be9e7d-84f5-4fe1-bb4e-2e1fe029a43d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-34be9e7d-84f5-4fe1-bb4e-2e1fe029a43d .shogun-heading-component h1 a {
  color: #000;
}


#s-9cd36d75-1e23-479a-a33c-c6689fc7546f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9cd36d75-1e23-479a-a33c-c6689fc7546f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-9cd36d75-1e23-479a-a33c-c6689fc7546f .shogun-heading-component h2 a {
  color: #000;
}


#s-ad3a13b2-d49e-4cce-b8f5-8a24195bcbef {
  min-height: 50px;
background-color: rgba(166, 195, 230, 1);
}








#s-ad3a13b2-d49e-4cce-b8f5-8a24195bcbef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad3a13b2-d49e-4cce-b8f5-8a24195bcbef.shg-box.shg-c {
  justify-content: center;
}

#s-e2d21db3-5278-47c2-a424-8cb86f3e070e {
  border-radius: 8px;
text-align: center;
}





#s-e2d21db3-5278-47c2-a424-8cb86f3e070e .shogun-image-content {
  
    align-items: center;
  
}

#s-1c9509a4-33cd-40cd-8000-7dd87993abbf {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1c9509a4-33cd-40cd-8000-7dd87993abbf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-1c9509a4-33cd-40cd-8000-7dd87993abbf .shogun-heading-component h1 a {
  color: #000;
}


#s-64f21612-6f22-4737-aad6-8b25d07a886c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-64f21612-6f22-4737-aad6-8b25d07a886c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: Barlow;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-64f21612-6f22-4737-aad6-8b25d07a886c .shogun-heading-component h2 a {
  color: #000;
}


#s-f5bcf17d-9e0b-4351-aa09-581a7deb9d39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5bcf17d-9e0b-4351-aa09-581a7deb9d39 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-f5bcf17d-9e0b-4351-aa09-581a7deb9d39 .shogun-heading-component h1 a {
  color: #000;
}


#s-59be6a66-b35c-4967-baef-2e921d2dd670 {
  box-shadow:0px 2px 8px 1px rgba(196, 188, 188, 1);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(113, 197, 151, 1);
}
#s-59be6a66-b35c-4967-baef-2e921d2dd670:hover {background-color: rgba(113, 197, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-59be6a66-b35c-4967-baef-2e921d2dd670:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-59be6a66-b35c-4967-baef-2e921d2dd670-btn-wrapper {
    text-align: center;
  }


#s-59be6a66-b35c-4967-baef-2e921d2dd670.shg-btn {
  color: rgba(113, 197, 151, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-339b0fb2-80c0-4792-a198-f8ab46377ecc {
  box-shadow:0px 2px 8px 1px rgba(196, 188, 188, 1);
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-radius: 25px;
background-color: rgba(113, 197, 151, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-339b0fb2-80c0-4792-a198-f8ab46377ecc:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(113, 197, 151, 1) !important;}#s-339b0fb2-80c0-4792-a198-f8ab46377ecc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-339b0fb2-80c0-4792-a198-f8ab46377ecc-btn-wrapper {
    text-align: center;
  }


#s-339b0fb2-80c0-4792-a198-f8ab46377ecc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-93918a36-ba10-415f-903e-4783653aaaf2 {
  min-height: 90px;
}








#s-93918a36-ba10-415f-903e-4783653aaaf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93918a36-ba10-415f-903e-4783653aaaf2.shg-box.shg-c {
  justify-content: center;
}

#s-c0367e5d-6a85-4ceb-a809-be290d471e5e {
  min-height: 50px;
background-color: rgba(166, 195, 230, 1);
}








#s-c0367e5d-6a85-4ceb-a809-be290d471e5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0367e5d-6a85-4ceb-a809-be290d471e5e.shg-box.shg-c {
  justify-content: center;
}

#s-92c3a08b-f67b-4f71-b9ab-2615faac21bd {
  min-height: 50px;
}








#s-92c3a08b-f67b-4f71-b9ab-2615faac21bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92c3a08b-f67b-4f71-b9ab-2615faac21bd.shg-box.shg-c {
  justify-content: center;
}

#s-23a9e369-aee9-4420-8d79-3767cce02050 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-23a9e369-aee9-4420-8d79-3767cce02050 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ffa8a3c9-1329-442b-8e1e-a3858ad27400 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ffa8a3c9-1329-442b-8e1e-a3858ad27400 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ffa8a3c9-1329-442b-8e1e-a3858ad27400 .shg-sld-nav-button.shg-sld-left,
#s-ffa8a3c9-1329-442b-8e1e-a3858ad27400 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-1657d72c-6f97-4730-86bc-289007ba0c9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1657d72c-6f97-4730-86bc-289007ba0c9b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f3e24566-e7f4-4f6c-98a6-4351a843f3d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3e24566-e7f4-4f6c-98a6-4351a843f3d3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56cfa8d0-2161-4bd5-ac63-1c94f72ed869 {
  text-align: center;
}




  #s-56cfa8d0-2161-4bd5-ac63-1c94f72ed869 img.shogun-image {
    
    width: px;
  }


#s-56cfa8d0-2161-4bd5-ac63-1c94f72ed869 .shogun-image-content {
  
    align-items: center;
  
}

#s-c028a6ff-8089-4c9f-8c42-d87a2b76121b {
  text-align: center;
}




  #s-c028a6ff-8089-4c9f-8c42-d87a2b76121b img.shogun-image {
    
    width: px;
  }


#s-c028a6ff-8089-4c9f-8c42-d87a2b76121b .shogun-image-content {
  
    align-items: center;
  
}

#s-25ea33c2-8350-455c-b65a-df7656fed918 {
  margin-top: 5px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 39px;
padding-bottom: 10px;
padding-right: 39px;
border-radius: 25px;
background-color: rgba(113, 197, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-25ea33c2-8350-455c-b65a-df7656fed918:hover {background-color: rgba(166, 195, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-25ea33c2-8350-455c-b65a-df7656fed918:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-25ea33c2-8350-455c-b65a-df7656fed918 {
  display: none;
}
#s-25ea33c2-8350-455c-b65a-df7656fed918, #wrap-s-25ea33c2-8350-455c-b65a-df7656fed918 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25ea33c2-8350-455c-b65a-df7656fed918 {
  display: none;
}
#s-25ea33c2-8350-455c-b65a-df7656fed918, #wrap-s-25ea33c2-8350-455c-b65a-df7656fed918 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25ea33c2-8350-455c-b65a-df7656fed918 {
  display: none;
}
#s-25ea33c2-8350-455c-b65a-df7656fed918, #wrap-s-25ea33c2-8350-455c-b65a-df7656fed918 { display:none !important; }}


#s-25ea33c2-8350-455c-b65a-df7656fed918.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-121fa700-db62-49d3-a059-29b75c2bbe5c {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(166, 195, 230, 1);
}
@media (min-width: 1200px){#s-121fa700-db62-49d3-a059-29b75c2bbe5c {
  display: none;
}
#s-121fa700-db62-49d3-a059-29b75c2bbe5c, #wrap-s-121fa700-db62-49d3-a059-29b75c2bbe5c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-121fa700-db62-49d3-a059-29b75c2bbe5c {
  display: none;
}
#s-121fa700-db62-49d3-a059-29b75c2bbe5c, #wrap-s-121fa700-db62-49d3-a059-29b75c2bbe5c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-121fa700-db62-49d3-a059-29b75c2bbe5c {
  display: none;
}
#s-121fa700-db62-49d3-a059-29b75c2bbe5c, #wrap-s-121fa700-db62-49d3-a059-29b75c2bbe5c { display:none !important; }}@media (max-width: 767px){#s-121fa700-db62-49d3-a059-29b75c2bbe5c {
  
}
}







#s-121fa700-db62-49d3-a059-29b75c2bbe5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 1;
}#s-121fa700-db62-49d3-a059-29b75c2bbe5c.shg-box.shg-c {
  justify-content: center;
}

#s-0e21abcd-d630-44cb-91fc-216b9cb7555c {
  background-image: url(https://i.shgcdn.com/c455e275-3f9b-46f9-a322-def3e0ae543b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
margin-top: -100px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-color: rgba(25, 42, 56, 1);
background-position: center center;
}
@media (max-width: 767px){#s-0e21abcd-d630-44cb-91fc-216b9cb7555c {
  display: none;
}
#s-0e21abcd-d630-44cb-91fc-216b9cb7555c, #wrap-s-0e21abcd-d630-44cb-91fc-216b9cb7555c { display:none !important; }}
@media (min-width: 0px) {
[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0e21abcd-d630-44cb-91fc-216b9cb7555c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f375ffdc-a9ca-4073-98ae-6c8cec6aae75 {
  margin-top: -10px;
margin-bottom: -11px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}




  #s-f375ffdc-a9ca-4073-98ae-6c8cec6aae75 img.shogun-image {
    
    width: px;
  }


#s-f375ffdc-a9ca-4073-98ae-6c8cec6aae75 .shogun-image-content {
  
    align-items: center;
  
}

#s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa {
  background-image: url(https://i.shgcdn.com/5b3701fd-8429-4e07-bae2-226ae12332e1/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-position: center center;
background-color: rgba(25, 42, 56, 0);
}

@media (min-width: 0px) {
[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-70ccbdf4-63b3-495d-b91b-dba331a9e7aa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ba1c065b-320f-433f-9320-8c823f99244e {
  margin-top: 45px;
margin-left: -100px;
margin-bottom: 0px;
margin-right: 0px;
text-align: center;
}

#s-ba1c065b-320f-433f-9320-8c823f99244e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 44px;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}



#s-aebf1c16-a534-4392-9c5c-d8d7a71e4108 {
  margin-left: -80px;
margin-right: 40px;
padding-top: 36px;
padding-right: 10px;
}

@media (min-width: 1200px){#s-d46e80d3-40cf-4aee-970c-3c7c44504440 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d46e80d3-40cf-4aee-970c-3c7c44504440 {
  
}
}@media (max-width: 767px){#s-d46e80d3-40cf-4aee-970c-3c7c44504440 {
  display: none;
}
#s-d46e80d3-40cf-4aee-970c-3c7c44504440, #wrap-s-d46e80d3-40cf-4aee-970c-3c7c44504440 { display:none !important; }}
#s-f57f98c4-9507-4164-9ff7-e11628f4dd22 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f57f98c4-9507-4164-9ff7-e11628f4dd22 {
  display: none;
}
#s-f57f98c4-9507-4164-9ff7-e11628f4dd22, #wrap-s-f57f98c4-9507-4164-9ff7-e11628f4dd22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f57f98c4-9507-4164-9ff7-e11628f4dd22 {
  display: none;
}
#s-f57f98c4-9507-4164-9ff7-e11628f4dd22, #wrap-s-f57f98c4-9507-4164-9ff7-e11628f4dd22 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f57f98c4-9507-4164-9ff7-e11628f4dd22 {
  display: none;
}
#s-f57f98c4-9507-4164-9ff7-e11628f4dd22, #wrap-s-f57f98c4-9507-4164-9ff7-e11628f4dd22 { display:none !important; }}







#s-f57f98c4-9507-4164-9ff7-e11628f4dd22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f57f98c4-9507-4164-9ff7-e11628f4dd22.shg-box.shg-c {
  justify-content: center;
}

#s-5cd989a3-84a4-4117-a4f3-d841669c80c8 {
  border-style: solid;
margin-top: 0px;
margin-bottom: -26px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}




  #s-5cd989a3-84a4-4117-a4f3-d841669c80c8 img.shogun-image {
    
    width: px;
  }


#s-5cd989a3-84a4-4117-a4f3-d841669c80c8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7be836cb-df22-4dc0-89c2-cc3ccb0664f0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-7be836cb-df22-4dc0-89c2-cc3ccb0664f0 .shogun-heading-component h3 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-7be836cb-df22-4dc0-89c2-cc3ccb0664f0 .shogun-heading-component h3 a {
  color: rgba(25, 42, 56, 1);
}


#s-d3de2fb4-00cf-4c23-b9b3-6e055cefd9e7 {
  margin-top: 14px;
margin-left: 23px;
margin-bottom: 14px;
margin-right: 23px;
}

#s-92ac36fa-f939-441d-9525-384554a26293 {
  background-image: url(https://i.shgcdn.com/61ceaf49-91e4-4f1c-a929-391e190a2950/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: -70px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-position: center center;
background-color: rgba(25, 42, 56, 1);
opacity: 0.9099999999999999;
}
@media (max-width: 767px){#s-92ac36fa-f939-441d-9525-384554a26293 {
  display: none;
}
#s-92ac36fa-f939-441d-9525-384554a26293, #wrap-s-92ac36fa-f939-441d-9525-384554a26293 { display:none !important; }}
@media (min-width: 0px) {
[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-92ac36fa-f939-441d-9525-384554a26293"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f7662629-e58b-4dcd-955a-ecd045b6f43e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-14ca41ba-e5de-4bcb-bffe-aa51bb835e7a {
  border-radius: 8px;
text-align: center;
opacity: 1;
}




  #s-14ca41ba-e5de-4bcb-bffe-aa51bb835e7a img.shogun-image {
    
    width: px;
  }


#s-14ca41ba-e5de-4bcb-bffe-aa51bb835e7a .shogun-image-content {
  
    align-items: center;
  
}

#s-2185a244-17eb-4f79-83c8-ffc70034e093 {
  padding-top: 20px;
padding-left: 55px;
text-align: left;
}

#s-2185a244-17eb-4f79-83c8-ffc70034e093 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 44px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}


#s-2185a244-17eb-4f79-83c8-ffc70034e093 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-d01aa008-eb82-47f5-906e-fd88cac0696b {
  margin-top: 0px;
margin-left: 20px;
padding-top: 15px;
padding-left: 0px;
padding-right: 55px;
}

#s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3 {
  background-image: url(https://i.shgcdn.com/61ceaf49-91e4-4f1c-a929-391e190a2950/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: -70px;
margin-left: 16px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
background-position: center center;
background-color: rgba(25, 42, 56, 1);
opacity: 0.9099999999999999;
}
@media (min-width: 1200px){#s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3 {
  display: none;
}
#s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3, #wrap-s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3 {
  display: none;
}
#s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3, #wrap-s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3 {
  display: none;
}
#s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3, #wrap-s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75c2f01e-12b1-4a9c-8ae4-6d1a6f83e6f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c8c955e2-6e17-4855-aea1-26285f504b44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1e80ad5b-5eda-4533-bd10-e08fbf99972a {
  margin-top: -13px;
border-radius: 8px;
text-align: center;
opacity: 1;
}





#s-1e80ad5b-5eda-4533-bd10-e08fbf99972a .shogun-image-content {
  
    align-items: center;
  
}

#s-96c1842c-2389-4b13-95d2-bcfde1bc3a98 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96c1842c-2389-4b13-95d2-bcfde1bc3a98 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: 1em;
  letter-spacing: ;
  text-align: center;
}


#s-96c1842c-2389-4b13-95d2-bcfde1bc3a98 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-45c71036-94f9-41c8-b1d1-915204f44c0c {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
}

#s-1048e34f-7abf-408f-be60-b619ef6a9111 {
  margin-top: 18px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-1048e34f-7abf-408f-be60-b619ef6a9111 {
  display: none;
}
#s-1048e34f-7abf-408f-be60-b619ef6a9111, #wrap-s-1048e34f-7abf-408f-be60-b619ef6a9111 { display:none !important; }}



  #s-1048e34f-7abf-408f-be60-b619ef6a9111 img.shogun-image {
    
    width: px;
  }


#s-1048e34f-7abf-408f-be60-b619ef6a9111 .shogun-image-content {
  
    align-items: center;
  
}

#s-03d7726c-561a-4901-ae1b-58b72a902129 {
  text-align: center;
}
@media (min-width: 1200px){#s-03d7726c-561a-4901-ae1b-58b72a902129 {
  display: none;
}
#s-03d7726c-561a-4901-ae1b-58b72a902129, #wrap-s-03d7726c-561a-4901-ae1b-58b72a902129 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03d7726c-561a-4901-ae1b-58b72a902129 {
  display: none;
}
#s-03d7726c-561a-4901-ae1b-58b72a902129, #wrap-s-03d7726c-561a-4901-ae1b-58b72a902129 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03d7726c-561a-4901-ae1b-58b72a902129 {
  display: none;
}
#s-03d7726c-561a-4901-ae1b-58b72a902129, #wrap-s-03d7726c-561a-4901-ae1b-58b72a902129 { display:none !important; }}



  #s-03d7726c-561a-4901-ae1b-58b72a902129 img.shogun-image {
    
    width: px;
  }


#s-03d7726c-561a-4901-ae1b-58b72a902129 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b5e5ce5-e4f2-4637-855b-4f79e5e49972 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 90px;
margin-bottom: 90px;
min-height: 568px;
background-position: center center;
}
@media (max-width: 767px){#s-1b5e5ce5-e4f2-4637-855b-4f79e5e49972 {
  display: none;
}
#s-1b5e5ce5-e4f2-4637-855b-4f79e5e49972, #wrap-s-1b5e5ce5-e4f2-4637-855b-4f79e5e49972 { display:none !important; }}







#s-1b5e5ce5-e4f2-4637-855b-4f79e5e49972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b5e5ce5-e4f2-4637-855b-4f79e5e49972 {
  cursor: pointer;
}#s-1b5e5ce5-e4f2-4637-855b-4f79e5e49972.shg-box.shg-c {
  justify-content: center;
}

#s-7fc9ca96-41da-4a56-8e8f-46dda7188657 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fc9ca96-41da-4a56-8e8f-46dda7188657"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c68c7c08-4c4a-4c96-9f8b-6cf03fe3cec5 {
  margin-left: 10px;
margin-right: 10px;
max-width: 695px;
text-align: left;
}

#s-c68c7c08-4c4a-4c96-9f8b-6cf03fe3cec5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 44px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}



#s-f6dd814c-7c18-4a02-b457-801386a4dacf {
  padding-left: 10px;
padding-right: 10px;
max-width: 460px;
}

#s-78a1fcf8-6747-4525-a393-63fa9fdab201 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-radius: 25px;
max-width: 1440px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
background-image: none;
hover-type: color;
background-position: left undefined;
color: rgba(113, 197, 151, 1);
}
#s-78a1fcf8-6747-4525-a393-63fa9fdab201:hover {background-color: rgba(113, 197, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-78a1fcf8-6747-4525-a393-63fa9fdab201:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-78a1fcf8-6747-4525-a393-63fa9fdab201-btn-wrapper {
    text-align: left;
  }


#s-78a1fcf8-6747-4525-a393-63fa9fdab201.shg-btn {
  color: rgba(113, 197, 151, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-c3929b8c-e497-4fa3-97c9-9ab1f2383535 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 30px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-c3929b8c-e497-4fa3-97c9-9ab1f2383535 {
  display: none;
}
#s-c3929b8c-e497-4fa3-97c9-9ab1f2383535, #wrap-s-c3929b8c-e497-4fa3-97c9-9ab1f2383535 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3929b8c-e497-4fa3-97c9-9ab1f2383535 {
  display: none;
}
#s-c3929b8c-e497-4fa3-97c9-9ab1f2383535, #wrap-s-c3929b8c-e497-4fa3-97c9-9ab1f2383535 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3929b8c-e497-4fa3-97c9-9ab1f2383535 {
  display: none;
}
#s-c3929b8c-e497-4fa3-97c9-9ab1f2383535, #wrap-s-c3929b8c-e497-4fa3-97c9-9ab1f2383535 { display:none !important; }}







#s-c3929b8c-e497-4fa3-97c9-9ab1f2383535 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3929b8c-e497-4fa3-97c9-9ab1f2383535 {
  cursor: pointer;
}#s-c3929b8c-e497-4fa3-97c9-9ab1f2383535.shg-box.shg-c {
  justify-content: center;
}

#s-5b73af89-f60a-4ace-910f-181c308fa2ad {
  margin-top: 48px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-5b73af89-f60a-4ace-910f-181c308fa2ad .shogun-heading-component h1 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: 1em;
  letter-spacing: 0px;
  text-align: center;
}


#s-5b73af89-f60a-4ace-910f-181c308fa2ad .shogun-heading-component h1 a {
  color: rgba(25, 42, 56, 1);
}


#s-4fcf3d50-1920-40c3-9e66-0c604f71b19a {
  margin-bottom: 41px;
padding-left: 77px;
padding-right: 77px;
}

#s-a1d28c57-7636-40bc-8f9d-d1e098382c7e {
  box-shadow:1px 3px 6px 2px rgba(156, 150, 150, 1);
border-style: solid;
margin-bottom: 66px;
padding-top: 10px;
padding-left: 33px;
padding-bottom: 10px;
padding-right: 33px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 25px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(113, 197, 151, 1);
}
#s-a1d28c57-7636-40bc-8f9d-d1e098382c7e:hover {background-color: rgba(113, 197, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a1d28c57-7636-40bc-8f9d-d1e098382c7e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a1d28c57-7636-40bc-8f9d-d1e098382c7e.shg-btn {
  color: rgba(113, 197, 151, 1);
  font-size: 18px;
  
  
  font-family: Helvetica Neue;
  display:  inline-block ;
}

#s-153c7de6-fc75-4791-95a4-b0b0c34c4976 {
  padding-top: 25px;
padding-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-153c7de6-fc75-4791-95a4-b0b0c34c4976"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

#s-107fd018-2408-4131-9240-d3222d4accfd {
  border-style: solid;
border-top-width: 6px;
border-left-width: 6px;
border-bottom-width: 6px;
border-right-width: 6px;
border-color: rgba(35, 55, 72, 1);
border-style: solid;
border-radius: 16px;
}

#s-6529e883-3c7d-40a8-82b6-a4bb21aba703 {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6529e883-3c7d-40a8-82b6-a4bb21aba703 {
  display: none;
}
#s-6529e883-3c7d-40a8-82b6-a4bb21aba703, #wrap-s-6529e883-3c7d-40a8-82b6-a4bb21aba703 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6529e883-3c7d-40a8-82b6-a4bb21aba703 {
  display: none;
}
#s-6529e883-3c7d-40a8-82b6-a4bb21aba703, #wrap-s-6529e883-3c7d-40a8-82b6-a4bb21aba703 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6529e883-3c7d-40a8-82b6-a4bb21aba703 {
  display: none;
}
#s-6529e883-3c7d-40a8-82b6-a4bb21aba703, #wrap-s-6529e883-3c7d-40a8-82b6-a4bb21aba703 { display:none !important; }}
#s-6529e883-3c7d-40a8-82b6-a4bb21aba703 .shogun-heading-component h1 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6529e883-3c7d-40a8-82b6-a4bb21aba703 .shogun-heading-component h1 a {
  color: rgba(25, 42, 56, 1);
}


#s-79973a27-05ab-46bb-9c0e-47dc855e2e51 {
  margin-top: 14px;
padding-left: 38px;
padding-right: 38px;
}
@media (min-width: 1200px){#s-79973a27-05ab-46bb-9c0e-47dc855e2e51 {
  display: none;
}
#s-79973a27-05ab-46bb-9c0e-47dc855e2e51, #wrap-s-79973a27-05ab-46bb-9c0e-47dc855e2e51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79973a27-05ab-46bb-9c0e-47dc855e2e51 {
  display: none;
}
#s-79973a27-05ab-46bb-9c0e-47dc855e2e51, #wrap-s-79973a27-05ab-46bb-9c0e-47dc855e2e51 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79973a27-05ab-46bb-9c0e-47dc855e2e51 {
  display: none;
}
#s-79973a27-05ab-46bb-9c0e-47dc855e2e51, #wrap-s-79973a27-05ab-46bb-9c0e-47dc855e2e51 { display:none !important; }}@media (max-width: 767px){#s-79973a27-05ab-46bb-9c0e-47dc855e2e51 {
  
}
}
#s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f {
  margin-top: 35px;
padding-top: 10px;
padding-left: 39px;
padding-bottom: 10px;
padding-right: 39px;
border-radius: 25px;
background-color: rgba(113, 197, 151, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f:hover {background-color: rgba(166, 195, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f {
  display: none;
}
#s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f, #wrap-s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f {
  display: none;
}
#s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f, #wrap-s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f {
  display: none;
}
#s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f, #wrap-s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f { display:none !important; }}


#s-cf11e4e4-f718-42dc-b63d-910a3b9dac9f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-cecdb414-d9f9-41dc-bd3b-6e4f7f126763 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (max-width: 767px){#s-cecdb414-d9f9-41dc-bd3b-6e4f7f126763 {
  display: none;
}
#s-cecdb414-d9f9-41dc-bd3b-6e4f7f126763, #wrap-s-cecdb414-d9f9-41dc-bd3b-6e4f7f126763 { display:none !important; }}







#s-cecdb414-d9f9-41dc-bd3b-6e4f7f126763 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cecdb414-d9f9-41dc-bd3b-6e4f7f126763.shg-box.shg-c {
  justify-content: flex-start;
}

#s-303a516a-16b6-406d-a6ea-8433b1b1872e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-303a516a-16b6-406d-a6ea-8433b1b1872e .shogun-heading-component h1 {
  color: rgba(35, 55, 72, 1);
  font-weight:   ;
  font-family: Archer Medium;
  font-style:   ;
  font-size: 44px;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: left;
}


#s-303a516a-16b6-406d-a6ea-8433b1b1872e .shogun-heading-component h1 a {
  color: rgba(35, 55, 72, 1);
}


#s-e349693d-eff7-42b5-abc0-4131e639a4e8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-75837c37-c01f-4302-a445-96b0ea267faf {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
border-radius: 25px;
background-color: rgba(113, 197, 151, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
hover-type: color;
}
#s-75837c37-c01f-4302-a445-96b0ea267faf:hover {background-color: rgba(166, 195, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-75837c37-c01f-4302-a445-96b0ea267faf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75837c37-c01f-4302-a445-96b0ea267faf-btn-wrapper {
    text-align: left;
  }


#s-75837c37-c01f-4302-a445-96b0ea267faf.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Barlow;
  display:  inline-block ;
}

#s-90fb1101-8c8d-420a-a430-07377dd246c3 {
  margin-top: 90px;
margin-bottom: 0px;
padding-top: 27px;
padding-bottom: 27px;
text-align: center;
opacity: 1;
background-color: rgba(210, 227, 244, 0.37);
}

#s-90fb1101-8c8d-420a-a430-07377dd246c3 .shogun-heading-component h1 {
  color: rgba(25, 42, 56, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: 1.2em;
  letter-spacing: ;
  text-align: 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;
  -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;
}
