@charset "UTF-8";
/* infinite animation vertical*/
@import url("https://use.typekit.net/nho1kwt.css");
@import url("https://use.typekit.net/odh3tlx.css");
@-webkit-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-15px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-15px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounceY {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* infinite animation horizontal*/
@-webkit-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-15px);
  }
  60% {
    -webkit-transform: translateX(-5px);
  }
}
@-moz-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateX(0);
  }
  40% {
    -moz-transform: translateX(-15px);
  }
  60% {
    -moz-transform: translateX(-5px);
  }
}
@-o-keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateX(0);
  }
  40% {
    -o-transform: translateX(-15px);
  }
  60% {
    -o-transform: translateX(-5px);
  }
}
@keyframes bounceX {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-15px);
  }
  60% {
    transform: translateX(-5px);
  }
}
/*Viewport---------------------------------------------------------*/
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
.has-text-color {
  color: #5C7576 !important;
}
.has-primary-color {
  color: #1C3F41 !important;
}
.has-primary-background-color {
  background: #1C3F41 !important;
}
.has-primarylight-color {
  color: #1A707B !important;
}
.has-primarylight-background-color {
  background: #1A707B !important;
}
.has-primarydark-color {
  color: #0d1c1d !important;
}
.has-primarydark-background-color {
  background: #0d1c1d !important;
}
.has-secondary-color {
  color: #2FBFD1 !important;
}
.has-secondary-background-color {
  background: #2FBFD1 !important;
}
.has-secondarylight-color {
  color: #2CB4C5 !important;
}
.has-secondarylight-background-color {
  background: #2CB4C5 !important;
}
.has-secondarydark-color {
  color: #2599a8 !important;
}
.has-secondarydark-background-color {
  background: #2599a8 !important;
}
.has-tertiary-color {
  color: #FF513F !important;
}
.has-tertiary-background-color {
  background: #FF513F !important;
}
.has-tertiarylight-color {
  color: #ff6859 !important;
}
.has-tertiarylight-background-color {
  background: #ff6859 !important;
}
.has-tertiarydark-color {
  color: #ff230c !important;
}
.has-tertiarydark-background-color {
  background: #ff230c !important;
}
.has-quaternary-color {
  color: #FFFBF4 !important;
}
.has-quaternary-background-color {
  background: #FFFBF4 !important;
}
.has-quaternarylight-color {
  color: white !important;
}
.has-quaternarylight-background-color {
  background: white !important;
}
.has-quaternarydark-color {
  color: #ffe8c1 !important;
}
.has-quaternarydark-background-color {
  background: #ffe8c1 !important;
}
.has-gray-color {
  color: #d4d2d2 !important;
}
.has-gray-background-color {
  background: #d4d2d2 !important;
}
.has-graydark-color {
  color: #EDF3F3 !important;
}
.has-graydark-background-color {
  background: #EDF3F3 !important;
}
.has-graylight-color {
  color: #f1f1f1 !important;
}
.has-graylight-background-color {
  background: #f1f1f1 !important;
}
.has-white-color {
  color: white !important;
}
.has-white-background-color {
  background: white !important;
}
.has-black-color {
  color: black !important;
}
.has-black-background-color {
  background: black !important;
}
/*used Colors*/
/*used Colors*/
/*Others Colors*/
.wpb_wrapper .vc_btn3-container {
  margin-right: 7px;
  margin-bottom: 7px;
}
/*START Buttons------------------------------------------*/
li.btn-1 a {
  font-family: "halyard-display", sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 20px !important;
  letter-spacing: normal !important;
  text-align: center !important;
  color: #ffffff !important;
  text-transform: none !important;
  background-color: #1C3F41 !important;
  padding: 12px 20px !important;
  border-radius: 0px !important;
  border: 1px solid #1C3F41 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  justify-content: center;
}
li.btn-1.blue a {
  background-color: #2FBFD1 !important;
  color: #1C3F41 !important;
  border-color: #2FBFD1 !important;
}
li.btn-1.blue a:hover {
  background-color: #FF513F !important;
  color: #1C3F41 !important;
  border-color: #FF513F !important;
}
li.btn-1:hover a, li.btn-1:focus a, li.btn-1:active a, li.btn-1.active a {
  color: #1C3F41 !important;
  background-color: #2FBFD1 !important;
  border-color: #2FBFD1 !important;
  text-decoration: none;
}
a.btn-1, a.vc_btn3-style-btn-1, button.btn-1, button.vc_btn3-style-btn-1, span.btn-1, span.vc_btn3-style-btn-1, input.btn-1, input.vc_btn3-style-btn-1 {
  font-family: "halyard-display", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  text-transform: none;
  background-color: #1C3F41;
  padding: 14px 20px !important;
  border-radius: 0px;
  border: 1px solid #1C3F41;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
}
a.btn-1:hover, a.btn-1:focus, a.btn-1:active, a.btn-1.hover, a.vc_btn3-style-btn-1:hover, a.vc_btn3-style-btn-1:focus, a.vc_btn3-style-btn-1:active, a.vc_btn3-style-btn-1.hover, button.btn-1:hover, button.btn-1:focus, button.btn-1:active, button.btn-1.hover, button.vc_btn3-style-btn-1:hover, button.vc_btn3-style-btn-1:focus, button.vc_btn3-style-btn-1:active, button.vc_btn3-style-btn-1.hover, span.btn-1:hover, span.btn-1:focus, span.btn-1:active, span.btn-1.hover, span.vc_btn3-style-btn-1:hover, span.vc_btn3-style-btn-1:focus, span.vc_btn3-style-btn-1:active, span.vc_btn3-style-btn-1.hover, input.btn-1:hover, input.btn-1:focus, input.btn-1:active, input.btn-1.hover, input.vc_btn3-style-btn-1:hover, input.vc_btn3-style-btn-1:focus, input.vc_btn3-style-btn-1:active, input.vc_btn3-style-btn-1.hover {
  background-color: #2FBFD1 !important;
  color: #1C3F41 !important;
  text-decoration: none;
  border-color: #2FBFD1 !important;
}
a.btn-1.secondary, a.vc_btn3-style-btn-1.secondary, button.btn-1.secondary, button.vc_btn3-style-btn-1.secondary, span.btn-1.secondary, span.vc_btn3-style-btn-1.secondary, input.btn-1.secondary, input.vc_btn3-style-btn-1.secondary {
  background-color: #2FBFD1;
  color: #1C3F41;
  border-color: #2FBFD1 !important;
}
a.btn-1.secondary:hover, a.vc_btn3-style-btn-1.secondary:hover, button.btn-1.secondary:hover, button.vc_btn3-style-btn-1.secondary:hover, span.btn-1.secondary:hover, span.vc_btn3-style-btn-1.secondary:hover, input.btn-1.secondary:hover, input.vc_btn3-style-btn-1.secondary:hover {
  background-color: #FF513F !important;
  color: #1C3F41 !important;
  text-decoration: none;
  border-color: #FF513F !important;
}
a.btn-1.secondary.ghost, a.vc_btn3-style-btn-1.secondary.ghost, button.btn-1.secondary.ghost, button.vc_btn3-style-btn-1.secondary.ghost, span.btn-1.secondary.ghost, span.vc_btn3-style-btn-1.secondary.ghost, input.btn-1.secondary.ghost, input.vc_btn3-style-btn-1.secondary.ghost {
  background-color: transparent !important;
  color: #2FBFD1 !important;
}
a.btn-1.secondary.ghost:hover, a.vc_btn3-style-btn-1.secondary.ghost:hover, button.btn-1.secondary.ghost:hover, button.vc_btn3-style-btn-1.secondary.ghost:hover, span.btn-1.secondary.ghost:hover, span.vc_btn3-style-btn-1.secondary.ghost:hover, input.btn-1.secondary.ghost:hover, input.vc_btn3-style-btn-1.secondary.ghost:hover {
  background-color: #1A707B !important;
  color: #1C3F41 !important;
  text-decoration: none;
  border-color: #1A707B !important;
}
a.btn-1.gray-light, a.vc_btn3-style-btn-1.gray-light, button.btn-1.gray-light, button.vc_btn3-style-btn-1.gray-light, span.btn-1.gray-light, span.vc_btn3-style-btn-1.gray-light, input.btn-1.gray-light, input.vc_btn3-style-btn-1.gray-light {
  background-color: #FFFBF4 !important;
  color: #1C3F41 !important;
  border-color: #FFFBF4 !important;
}
a.btn-1.gray-light:hover, a.vc_btn3-style-btn-1.gray-light:hover, button.btn-1.gray-light:hover, button.vc_btn3-style-btn-1.gray-light:hover, span.btn-1.gray-light:hover, span.vc_btn3-style-btn-1.gray-light:hover, input.btn-1.gray-light:hover, input.vc_btn3-style-btn-1.gray-light:hover {
  background-color: #2FBFD1 !important;
  color: #1C3F41 !important;
  text-decoration: none;
  border-color: #2FBFD1 !important;
}
a.btn-1.white, a.vc_btn3-style-btn-1.white, button.btn-1.white, button.vc_btn3-style-btn-1.white, span.btn-1.white, span.vc_btn3-style-btn-1.white, input.btn-1.white, input.vc_btn3-style-btn-1.white {
  background-color: #ffffff !important;
  color: #1C3F41 !important;
  border-color: white !important;
}
a.btn-1.white:hover, a.vc_btn3-style-btn-1.white:hover, button.btn-1.white:hover, button.vc_btn3-style-btn-1.white:hover, span.btn-1.white:hover, span.vc_btn3-style-btn-1.white:hover, input.btn-1.white:hover, input.vc_btn3-style-btn-1.white:hover {
  background-color: #ffffff !important;
  color: #1C3F41 !important;
  text-decoration: none;
  border-color: #ffffff !important;
}
a.btn-1.white.ghost, a.vc_btn3-style-btn-1.white.ghost, button.btn-1.white.ghost, button.vc_btn3-style-btn-1.white.ghost, span.btn-1.white.ghost, span.vc_btn3-style-btn-1.white.ghost, input.btn-1.white.ghost, input.vc_btn3-style-btn-1.white.ghost {
  background-color: transparent !important;
  color: #ffffff !important;
}
a.btn-1.white.ghost:hover, a.vc_btn3-style-btn-1.white.ghost:hover, button.btn-1.white.ghost:hover, button.vc_btn3-style-btn-1.white.ghost:hover, span.btn-1.white.ghost:hover, span.vc_btn3-style-btn-1.white.ghost:hover, input.btn-1.white.ghost:hover, input.vc_btn3-style-btn-1.white.ghost:hover {
  background-color: #1A707B !important;
  color: #1C3F41 !important;
  text-decoration: none;
  border-color: #1A707B !important;
}
a.btn-1.with-icon, a.btn-1.btn-1-with-icon, a.vc_btn3-style-btn-1.with-icon, a.vc_btn3-style-btn-1.btn-1-with-icon, button.btn-1.with-icon, button.btn-1.btn-1-with-icon, button.vc_btn3-style-btn-1.with-icon, button.vc_btn3-style-btn-1.btn-1-with-icon, span.btn-1.with-icon, span.btn-1.btn-1-with-icon, span.vc_btn3-style-btn-1.with-icon, span.vc_btn3-style-btn-1.btn-1-with-icon, input.btn-1.with-icon, input.btn-1.btn-1-with-icon, input.vc_btn3-style-btn-1.with-icon, input.vc_btn3-style-btn-1.btn-1-with-icon {
  background-color: #ffffff !important;
  color: #1C3F41 !important;
  border-color: white !important;
}
a.btn-1.with-icon::after, a.btn-1.btn-1-with-icon::after, a.vc_btn3-style-btn-1.with-icon::after, a.vc_btn3-style-btn-1.btn-1-with-icon::after, button.btn-1.with-icon::after, button.btn-1.btn-1-with-icon::after, button.vc_btn3-style-btn-1.with-icon::after, button.vc_btn3-style-btn-1.btn-1-with-icon::after, span.btn-1.with-icon::after, span.btn-1.btn-1-with-icon::after, span.vc_btn3-style-btn-1.with-icon::after, span.vc_btn3-style-btn-1.btn-1-with-icon::after, input.btn-1.with-icon::after, input.btn-1.btn-1-with-icon::after, input.vc_btn3-style-btn-1.with-icon::after, input.vc_btn3-style-btn-1.btn-1-with-icon::after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m8.776 14.72 1.792 1.029L11 16l.56-.322 1.44-.785.256-.149c3.8-2.15 7.744-4.372 7.744-8.47a5.25 5.25 0 0 0-1.596-3.736A5.453 5.453 0 0 0 15.584 1a5.277 5.277 0 0 0-2.138.436 5.189 5.189 0 0 0-1.766 1.26 5.317 5.317 0 0 0-.68.894 5.268 5.268 0 0 0-.672-.894 5.213 5.213 0 0 0-1.77-1.26A5.302 5.302 0 0 0 6.415 1a5.454 5.454 0 0 0-3.82 1.538A5.249 5.249 0 0 0 1 6.275c0 4.097 3.944 6.318 7.776 8.485' fill='%2341556E'/%3e%3cpath d='m8.776 14.72 1.792 1.029L11 16l.56-.322 1.44-.785.256-.149c3.8-2.15 7.744-4.372 7.744-8.47a5.25 5.25 0 0 0-1.596-3.736A5.453 5.453 0 0 0 15.584 1a5.277 5.277 0 0 0-2.138.436 5.189 5.189 0 0 0-1.766 1.26 5.317 5.317 0 0 0-.68.894 5.268 5.268 0 0 0-.672-.894 5.213 5.213 0 0 0-1.77-1.26A5.302 5.302 0 0 0 6.415 1a5.454 5.454 0 0 0-3.82 1.538A5.249 5.249 0 0 0 1 6.275c0 4.097 3.944 6.318 7.776 8.485' stroke='%2341556E' stroke-width='1.5'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 5px;
  display: inline-flex;
  align-self: center;
}
a.btn-1.with-icon:hover::after, a.btn-1.btn-1-with-icon:hover::after, a.vc_btn3-style-btn-1.with-icon:hover::after, a.vc_btn3-style-btn-1.btn-1-with-icon:hover::after, button.btn-1.with-icon:hover::after, button.btn-1.btn-1-with-icon:hover::after, button.vc_btn3-style-btn-1.with-icon:hover::after, button.vc_btn3-style-btn-1.btn-1-with-icon:hover::after, span.btn-1.with-icon:hover::after, span.btn-1.btn-1-with-icon:hover::after, span.vc_btn3-style-btn-1.with-icon:hover::after, span.vc_btn3-style-btn-1.btn-1-with-icon:hover::after, input.btn-1.with-icon:hover::after, input.btn-1.btn-1-with-icon:hover::after, input.vc_btn3-style-btn-1.with-icon:hover::after, input.vc_btn3-style-btn-1.btn-1-with-icon:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m8.776 14.72 1.792 1.029L11 16l.56-.322 1.44-.785.256-.149c3.8-2.15 7.744-4.372 7.744-8.47a5.25 5.25 0 0 0-1.596-3.736A5.453 5.453 0 0 0 15.584 1a5.277 5.277 0 0 0-2.138.436 5.189 5.189 0 0 0-1.766 1.26 5.317 5.317 0 0 0-.68.894 5.268 5.268 0 0 0-.672-.894 5.213 5.213 0 0 0-1.77-1.26A5.302 5.302 0 0 0 6.415 1a5.454 5.454 0 0 0-3.82 1.538A5.249 5.249 0 0 0 1 6.275c0 4.097 3.944 6.318 7.776 8.485' fill='%23ff614a'/%3e%3cpath d='m8.776 14.72 1.792 1.029L11 16l.56-.322 1.44-.785.256-.149c3.8-2.15 7.744-4.372 7.744-8.47a5.25 5.25 0 0 0-1.596-3.736A5.453 5.453 0 0 0 15.584 1a5.277 5.277 0 0 0-2.138.436 5.189 5.189 0 0 0-1.766 1.26 5.317 5.317 0 0 0-.68.894 5.268 5.268 0 0 0-.672-.894 5.213 5.213 0 0 0-1.77-1.26A5.302 5.302 0 0 0 6.415 1a5.454 5.454 0 0 0-3.82 1.538A5.249 5.249 0 0 0 1 6.275c0 4.097 3.944 6.318 7.776 8.485' stroke='%23ff614a' stroke-width='1.5'/%3e%3c/svg%3e ");
}
a.btn-2, a.vc_btn3-style-btn-2, button.btn-2, button.vc_btn3-style-btn-2, span.btn-2, span.vc_btn3-style-btn-2, input.btn-2, input.vc_btn3-style-btn-2 {
  font-family: "halyard-display", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1C3F41;
  background: transparent;
  border: none;
  text-decoration: none;
  text-transform: none;
  padding: 4px 0px !important;
  padding-bottom: 2px;
  display: inline-flex;
  align-items: center;
  position: relative;
  text-align: left;
}
a.btn-2:hover::after, a.btn-2:focus::after, a.btn-2:active::after, a.vc_btn3-style-btn-2:hover::after, a.vc_btn3-style-btn-2:focus::after, a.vc_btn3-style-btn-2:active::after, button.btn-2:hover::after, button.btn-2:focus::after, button.btn-2:active::after, button.vc_btn3-style-btn-2:hover::after, button.vc_btn3-style-btn-2:focus::after, button.vc_btn3-style-btn-2:active::after, span.btn-2:hover::after, span.btn-2:focus::after, span.btn-2:active::after, span.vc_btn3-style-btn-2:hover::after, span.vc_btn3-style-btn-2:focus::after, span.vc_btn3-style-btn-2:active::after, input.btn-2:hover::after, input.btn-2:focus::after, input.btn-2:active::after, input.vc_btn3-style-btn-2:hover::after, input.vc_btn3-style-btn-2:focus::after, input.vc_btn3-style-btn-2:active::after {
  background-color: #2FBFD1;
}
a.btn-2::after, a.vc_btn3-style-btn-2::after, button.btn-2::after, button.vc_btn3-style-btn-2::after, span.btn-2::after, span.vc_btn3-style-btn-2::after, input.btn-2::after, input.vc_btn3-style-btn-2::after {
  content: "";
  display: inline-flex;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.52637 6.36865C0.974082 6.36865 0.526367 6.81637 0.526367 7.36865C0.526367 7.92094 0.974082 8.36865 1.52637 8.36865L1.52637 6.36865ZM19.9177 8.07576C20.3082 7.68524 20.3082 7.05207 19.9177 6.66155L13.5537 0.297586C13.1632 -0.0929388 12.53 -0.0929389 12.1395 0.297585C11.749 0.68811 11.749 1.32127 12.1395 1.7118L17.7964 7.36865L12.1395 13.0255C11.749 13.416 11.749 14.0492 12.1395 14.4397C12.53 14.8302 13.1632 14.8302 13.5537 14.4397L19.9177 8.07576ZM1.52637 8.36865L19.2106 8.36865L19.2106 6.36865L1.52637 6.36865L1.52637 8.36865Z' fill='%231C3F41'/%3E%3C/svg%3E%0A");
  background-size: 35px 18px;
  background-position: 4px 12px;
  background-repeat: no-repeat;
  margin-left: 9px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #2FBFD1;
  flex-shrink: 0;
}
a.btn-2.tertiary::after, a.vc_btn3-style-btn-2.tertiary::after, button.btn-2.tertiary::after, button.vc_btn3-style-btn-2.tertiary::after, span.btn-2.tertiary::after, span.vc_btn3-style-btn-2.tertiary::after, input.btn-2.tertiary::after, input.vc_btn3-style-btn-2.tertiary::after {
  content: "";
  display: inline-flex;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='15' viewBox='0 0 21 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.52637 6.36865C0.974082 6.36865 0.526367 6.81637 0.526367 7.36865C0.526367 7.92094 0.974082 8.36865 1.52637 8.36865L1.52637 6.36865ZM19.9177 8.07576C20.3082 7.68524 20.3082 7.05207 19.9177 6.66155L13.5537 0.297586C13.1632 -0.0929388 12.53 -0.0929389 12.1395 0.297585C11.749 0.68811 11.749 1.32127 12.1395 1.7118L17.7964 7.36865L12.1395 13.0255C11.749 13.416 11.749 14.0492 12.1395 14.4397C12.53 14.8302 13.1632 14.8302 13.5537 14.4397L19.9177 8.07576ZM1.52637 8.36865L19.2106 8.36865L19.2106 6.36865L1.52637 6.36865L1.52637 8.36865Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
  background-size: 35px 18px;
  background-position: 4px 12px;
  background-repeat: no-repeat;
  margin-left: 9px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #FF513F;
  flex-shrink: 0;
}
a.btn-2.white, a.btn-2.btn-2-white, a.vc_btn3-style-btn-2.white, a.vc_btn3-style-btn-2.btn-2-white, button.btn-2.white, button.btn-2.btn-2-white, button.vc_btn3-style-btn-2.white, button.vc_btn3-style-btn-2.btn-2-white, span.btn-2.white, span.btn-2.btn-2-white, span.vc_btn3-style-btn-2.white, span.vc_btn3-style-btn-2.btn-2-white, input.btn-2.white, input.btn-2.btn-2-white, input.vc_btn3-style-btn-2.white, input.vc_btn3-style-btn-2.btn-2-white {
  color: white;
}
a.btn-2.big::after, a.vc_btn3-style-btn-2.big::after, button.btn-2.big::after, button.vc_btn3-style-btn-2.big::after, span.btn-2.big::after, span.vc_btn3-style-btn-2.big::after, input.btn-2.big::after, input.vc_btn3-style-btn-2.big::after {
  width: 42px;
  height: 42px;
  background-size: 21px 12px;
  background-position: 50%;
}
a.btn-3, button.btn-3, span.btn-3, input.btn-3 {
  font-family: "halyard-display", sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FF513F;
  background: transparent;
  border: none;
  text-decoration: none;
  padding: 0;
  display: inline-flex;
}
a.btn-3:hover, a.btn-3:focus, a.btn-3:active, button.btn-3:hover, button.btn-3:focus, button.btn-3:active, span.btn-3:hover, span.btn-3:focus, span.btn-3:active, input.btn-3:hover, input.btn-3:focus, input.btn-3:active {
  color: #fdcb6d;
}
a.btn-3.with-icon::after, button.btn-3.with-icon::after, span.btn-3.with-icon::after, input.btn-3.with-icon::after {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m8.776 14.72 1.792 1.029L11 16l.56-.322 1.44-.785.256-.149c3.8-2.15 7.744-4.372 7.744-8.47a5.25 5.25 0 0 0-1.596-3.736A5.453 5.453 0 0 0 15.584 1a5.277 5.277 0 0 0-2.138.436 5.189 5.189 0 0 0-1.766 1.26 5.317 5.317 0 0 0-.68.894 5.268 5.268 0 0 0-.672-.894 5.213 5.213 0 0 0-1.77-1.26A5.302 5.302 0 0 0 6.415 1a5.454 5.454 0 0 0-3.82 1.538A5.249 5.249 0 0 0 1 6.275c0 4.097 3.944 6.318 7.776 8.485' fill='%23fedd9f'/%3e%3cpath d='m8.776 14.72 1.792 1.029L11 16l.56-.322 1.44-.785.256-.149c3.8-2.15 7.744-4.372 7.744-8.47a5.25 5.25 0 0 0-1.596-3.736A5.453 5.453 0 0 0 15.584 1a5.277 5.277 0 0 0-2.138.436 5.189 5.189 0 0 0-1.766 1.26 5.317 5.317 0 0 0-.68.894 5.268 5.268 0 0 0-.672-.894 5.213 5.213 0 0 0-1.77-1.26A5.302 5.302 0 0 0 6.415 1a5.454 5.454 0 0 0-3.82 1.538A5.249 5.249 0 0 0 1 6.275c0 4.097 3.944 6.318 7.776 8.485' stroke='%23fedd9f' stroke-width='1.5'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-left: 10px;
  display: inline-flex;
  align-self: center;
}
a.btn-3.with-icon:hover::after, button.btn-3.with-icon:hover::after, span.btn-3.with-icon:hover::after, input.btn-3.with-icon:hover::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='m8.776 14.72 1.792 1.029L11 16l.56-.322 1.44-.785.256-.149c3.8-2.15 7.744-4.372 7.744-8.47a5.25 5.25 0 0 0-1.596-3.736A5.453 5.453 0 0 0 15.584 1a5.277 5.277 0 0 0-2.138.436 5.189 5.189 0 0 0-1.766 1.26 5.317 5.317 0 0 0-.68.894 5.268 5.268 0 0 0-.672-.894 5.213 5.213 0 0 0-1.77-1.26A5.302 5.302 0 0 0 6.415 1a5.454 5.454 0 0 0-3.82 1.538A5.249 5.249 0 0 0 1 6.275c0 4.097 3.944 6.318 7.776 8.485' fill='%23fdcb6d'/%3e%3cpath d='m8.776 14.72 1.792 1.029L11 16l.56-.322 1.44-.785.256-.149c3.8-2.15 7.744-4.372 7.744-8.47a5.25 5.25 0 0 0-1.596-3.736A5.453 5.453 0 0 0 15.584 1a5.277 5.277 0 0 0-2.138.436 5.189 5.189 0 0 0-1.766 1.26 5.317 5.317 0 0 0-.68.894 5.268 5.268 0 0 0-.672-.894 5.213 5.213 0 0 0-1.77-1.26A5.302 5.302 0 0 0 6.415 1a5.454 5.454 0 0 0-3.82 1.538A5.249 5.249 0 0 0 1 6.275c0 4.097 3.944 6.318 7.776 8.485' stroke='%23fdcb6d' stroke-width='1.5'/%3e%3c/svg%3e ");
}
a.btn-video, button.btn-video, span.btn-video, input.btn-video {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: transparent;
  border: none;
}
a.btn-video:hover:before, a.btn-video:focus:before, a.btn-video:active:before, a.btn-video.hover:before, button.btn-video:hover:before, button.btn-video:focus:before, button.btn-video:active:before, button.btn-video.hover:before, span.btn-video:hover:before, span.btn-video:focus:before, span.btn-video:active:before, span.btn-video.hover:before, input.btn-video:hover:before, input.btn-video:focus:before, input.btn-video:active:before, input.btn-video.hover:before {
  background: #FFFBF4;
}
a.btn-video:hover::after, a.btn-video:focus::after, a.btn-video:active::after, a.btn-video.hover::after, button.btn-video:hover::after, button.btn-video:focus::after, button.btn-video:active::after, button.btn-video.hover::after, span.btn-video:hover::after, span.btn-video:focus::after, span.btn-video:active::after, span.btn-video.hover::after, input.btn-video:hover::after, input.btn-video:focus::after, input.btn-video:active::after, input.btn-video.hover::after {
  opacity: 0.64;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  border: solid 2px #d4d2d2;
  background: #d4d2d2;
}
a.btn-video .text, button.btn-video .text, span.btn-video .text, input.btn-video .text {
  font-style: normal;
  font-weight: 900;
  font-size: 16px;
  line-height: 29px;
  /* identical to box height, or 181% */
  letter-spacing: 0.1px;
  color: #ffffff;
  display: block;
  margin-left: 15px;
  text-transform: none;
  text-align: left;
}
a.btn-video::before, button.btn-video::before, span.btn-video::before, input.btn-video::before {
  content: "";
  box-sizing: border-box;
  display: inline-flex;
  position: relative;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "Font Awesome 5 Pro";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 27px;
  text-rendering: auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  padding-top: 2px;
  padding-left: 3px;
  background: #2FBFD1;
  color: #1C3F41;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 5;
}
/*button's Size Variables*/
/*END Buttons-------------------------------------*/
/*END Buttons-------------------------------------*/
/*START footer------------------------*/
footer.footer {
  position: relative;
  overflow: hidden;
  background: #1C3F41;
  padding: 50px 15px 0 15px;
}
footer.footer .container {
  position: relative;
  z-index: 7;
}
footer.footer .footer-top {
  position: relative;
}
footer.footer .logo-box {
  display: flex;
  margin-bottom: 30px;
}
footer.footer .logo-box.center {
  justify-content: center;
}
footer.footer .logo-box.footer-custom-logo {
  margin-bottom: 0;
}
footer.footer .logo-box.footer-custom-logo .logo-footer {
  position: absolute;
  right: 15px;
}
footer.footer .logo-box.footer-custom-logo .logo-footer img {
  object-position: right;
}
footer.footer .logo-footer {
  width: 229.8px;
  height: 81.4px;
  margin: 0;
  max-width: 100%;
  flex-shrink: 0;
}
footer.footer .logo-footer img {
  object-fit: contain;
  width: 99%;
  height: 99%;
  object-position: left;
}
footer.footer .awards-container {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
footer.footer .awards-container .awards {
  width: auto;
  margin-right: 10px;
}
footer.footer .awards-container .awards img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
footer.footer address, footer.footer p {
  font-family: "roboto", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0.1px;
  color: #FFFBF4;
  text-transform: none;
}
footer.footer address p, footer.footer p p {
  margin-bottom: 0;
}
footer.footer address {
  margin: 0;
  position: relative;
  display: block;
}
@media (min-width: 768px) {
  footer.footer address {
    display: flex;
    align-items: center;
  }
  footer.footer address::before {
    display: inline-flex;
    margin: 0;
    margin-right: 15px;
  }
}
footer.footer .office-hours {
  margin-bottom: 15px;
}
footer.footer .office-hours p {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0px;
}
footer.footer .office-hours p strong {
  color: #0d1c1d;
}
footer.footer .footer-text {
  margin-top: 59px;
}
footer.footer .footer-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1px;
}
footer.footer .link a {
  margin-right: 10px;
}
footer.footer .link a:last-child {
  margin-right: 0;
}
footer.footer a.email {
  font-family: "roboto", sans-serif !important;
  position: relative;
  display: block;
}
footer.footer a.email::before {
  content: "" !important;
  display: block !important;
  background: url("../images/mail-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 18.8px;
  height: 18.8px;
  position: relative;
  margin: 0 auto 10px;
  top: 0px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  footer.footer a.email {
    display: flex;
    align-items: center;
  }
  footer.footer a.email::before {
    display: inline-flex;
    margin: 0;
    margin-right: 15px;
  }
}
footer.footer a.email:hover {
  color: #2FBFD1;
}
footer.footer a.phone {
  position: relative;
  margin-bottom: 10px;
  display: block;
}
footer.footer a.phone::before {
  content: "" !important;
  display: block !important;
  background: url("../images/phone-icon.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 18.8px;
  height: 18.8px;
  position: relative;
  margin: 0 auto 10px;
  top: 0px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  footer.footer a.phone {
    display: flex;
    align-items: center;
  }
  footer.footer a.phone::before {
    display: inline-flex;
    margin: 0;
    margin-right: 8.5px;
  }
}
footer.footer a.phone:hover {
  color: #2FBFD1;
}
footer.footer .contact-box a {
  margin-bottom: 15px;
  color: #0d1c1d;
  text-decoration: underline;
}
footer.footer .contact-box a:last-child {
  margin-bottom: 0;
}
footer.footer .contact-box a:hover {
  text-decoration: none;
}
footer.footer .menu-footer-menu-container > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
footer.footer .menu-footer-menu-container > ul > li, footer.footer .menu-footer-menu-container > ul .main-item {
  width: 100%;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  footer.footer .menu-footer-menu-container > ul > li, footer.footer .menu-footer-menu-container > ul .main-item {
    padding-right: 15px;
  }
}
footer.footer .menu-footer-menu-container > ul > li > a, footer.footer .menu-footer-menu-container > ul .main-item > a {
  font-family: "roboto", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 25px;
  color: #FFFBF4;
  text-transform: none;
  margin: 0;
}
footer.footer .menu-footer-menu-container > ul > li ul, footer.footer .menu-footer-menu-container > ul .main-item ul {
  display: none;
}
footer.footer .menu-footer-menu-container > ul > li ul .main-item, footer.footer .menu-footer-menu-container > ul .main-item ul .main-item {
  padding-right: 0;
}
footer.footer .menu-footer-menu-container > ul > li.active a, footer.footer .menu-footer-menu-container > ul .main-item.active a {
  font-weight: 700;
}
footer.footer .menu-footer-menu-container > ul > li:hover a, footer.footer .menu-footer-menu-container > ul .main-item:hover a {
  color: #FFEDCE;
}
footer.footer .menu-footer-menu-container > ul > li:hover::before, footer.footer .menu-footer-menu-container > ul .main-item:hover::before {
  width: 34px;
}
footer.footer .menu-footer-menu-container > ul > li {
  position: relative;
}
@media (min-width: 768px) {
  footer.footer .menu-footer-menu-container > ul > li {
    width: 100%;
  }
}
footer.footer .menu-footer-menu-container > ul .main-item {
  margin-bottom: 10px;
}
footer.footer .menu-footer-menu-container > ul .main-item a {
  margin-bottom: 0;
}
footer.footer .menu-footer-menu-container ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
footer.footer .menu-footer-menu-container ul a {
  font-family: "roboto", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 25px;
  color: #FFFBF4;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
  text-transform: none;
}
footer.footer .menu-footer-menu-container ul a:hover {
  color: #FFEDCE;
}
footer.footer .main-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.footer .main-links li {
  margin-bottom: 18px;
  position: relative;
}
footer.footer .main-links li:hover::after {
  width: 100%;
}
footer.footer .main-links li::after {
  content: "";
  display: block;
  width: 41px;
  height: 2px;
  background: #d4d2d2;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: 0.4s;
  display: none;
}
footer.footer .main-links li.donate::after {
  background: #1A707B;
}
footer.footer .main-links li.donate a {
  color: #1A707B;
}
footer.footer .main-links li a {
  min-width: 164px;
}
footer.footer .main-links a {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  color: #d4d2d2;
  text-decoration: none;
}
footer.footer .extra-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
footer.footer .extra-menu ul li {
  width: 50%;
  margin: 18px 0;
}
footer.footer .extra-links a {
  width: auto;
  justify-content: center;
  margin-bottom: 12px;
  padding: 12px 15px !important;
  line-height: 20px !important;
}
footer.footer .extra-links a:last-child {
  margin-left: 5px !important;
}
footer.footer .extra-links a.btn-1.white:hover {
  background-color: #2FBFD1 !important;
  border-color: #2FBFD1 !important;
}
footer.footer .footer-bottom {
  padding: 0px 0 20px;
  position: relative;
  z-index: 2;
}
footer.footer .footer-bottom .container {
  position: relative;
  padding-top: 19px;
  border-top: 1px solid #234D50;
}
footer.footer .footer-bottom .single-box {
  flex-direction: column;
}
footer.footer .footer-bottom .copy-r p, footer.footer .footer-bottom .copy-r p a, footer.footer .footer-bottom .created-by, footer.footer .footer-bottom .created-by p, footer.footer .footer-bottom .created-by p a {
  font-size: 13px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #FFFBF4;
  text-transform: none;
  margin: 0;
}
footer.footer .footer-bottom .copy-r p strong, footer.footer .footer-bottom .copy-r p a strong, footer.footer .footer-bottom .created-by strong, footer.footer .footer-bottom .created-by p strong, footer.footer .footer-bottom .created-by p a strong {
  color: inherit;
  font-weight: 700;
}
footer.footer .footer-bottom .copy-r p a, footer.footer .footer-bottom .copy-r p a a, footer.footer .footer-bottom .created-by a, footer.footer .footer-bottom .created-by p a, footer.footer .footer-bottom .created-by p a a {
  color: inherit;
  text-decoration: underline;
  display: inline;
}
footer.footer .footer-bottom .copy-r p a:hover, footer.footer .footer-bottom .copy-r p a a:hover, footer.footer .footer-bottom .created-by a:hover, footer.footer .footer-bottom .created-by p a:hover, footer.footer .footer-bottom .created-by p a a:hover {
  text-decoration: none;
}
footer.footer .footer-bottom .terms a {
  font-size: 13px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0.02em;
  color: #FFFBF4;
  text-transform: none;
  margin-right: 10px;
  text-decoration: underline;
}
footer.footer .footer-bottom .terms a:hover {
  text-decoration: none;
}
footer.footer .footer-bottom .terms ul {
  display: flex;
  flex-direction: row;
}
footer.footer .networks {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 50px;
  margin-top: 20px;
}
footer.footer .networks h3 {
  font-family: "roboto", sans-serif !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  margin-right: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
footer.footer .networks h3::after {
  display: none;
}
footer.footer .networks ul.social {
  margin-left: 0;
}
footer.footer ul.social {
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  flex-direction: row;
}
footer.footer ul.social li {
  display: inline-block;
  margin: 0px !important;
  margin-right: 17px !important;
  width: auto;
}
footer.footer ul.social li:last-child {
  margin-right: 0 !important;
}
footer.footer ul.social li a {
  display: inherit;
  border-radius: 50%;
  color: #ffffff;
  border: none;
  background: transparent;
  height: 20px;
  margin: 0px;
  position: relative;
  transition: 0.4s;
  width: auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
footer.footer ul.social li a i {
  font-size: 12px;
}
footer.footer ul.social li a:hover {
  color: #2FBFD1;
  text-decoration: none;
}
footer.footer .img-sponsors {
  width: 104px;
  height: 61px;
}
footer.footer .classic-text-widget {
  display: block !important;
}
@media (min-width: 768px) {
  .footer.footer {
    padding: 0px 10px 0 10px;
  }
  footer.footer .awards-container .awards img {
    object-position: left;
  }
  footer.footer .footer-top {
    padding: 70px 0px 40px;
  }
  footer.footer .logo-box {
    justify-content: flex-start;
  }
  footer.footer .logo-box .img-wrap img {
    object-position: center;
  }
  footer.footer .logo-box.footer-custom-logo {
    margin-bottom: 0;
  }
  footer.footer .logo-box.footer-custom-logo .logo-footer {
    position: relative;
    right: 0;
  }
  footer.footer .logo-box.footer-custom-logo .logo-footer img {
    object-position: center;
  }
  footer.footer .networks {
    justify-content: flex-start;
    margin-top: -55px;
  }
  footer.footer .footer-bottom .single-box {
    flex-direction: unset;
  }
}
@media (min-width: 992px) {
  footer.footer .footer-bottom .terms #menu-copyright-menu-1 {
    display: flex;
    flex-direction: row;
  }
  footer.footer .footer-bottom .terms #menu-copyright-menu-1 li {
    line-height: 0;
  }
  footer.footer .footer-bottom .terms #menu-copyright-menu-1 li:last-child a {
    border-left: 1px solid white;
    padding-left: 10px;
  }
  footer.footer .logo-footer {
    width: 355.69px;
    height: 112px;
  }
}
@media (min-width: 1200px) {
  footer.footer {
    padding: 0 !important;
  }
  footer.footer::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='5' viewBox='0 0 1440 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1287.89' height='5' fill='%23FF5543'/%3E%3Crect x='909.632' width='530.368' height='5' fill='%232CB4C5'/%3E%3C/svg%3E%0A");
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
  }
  footer.footer .footer-top {
    padding: 160px 0px 0;
  }
  footer.footer .networks {
    margin-top: 30px;
  }
}
/*END footer------------------------------------------*/
/* START header-------------*/
.translate-box {
  padding: 15px 30px;
  text-align: center;
}
.translate-box a.switcher-popup {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.08px;
  display: flex;
  align-items: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.translate-box a.switcher-popup::after {
  content: "";
  display: block;
  background-image: url("../images/dropdown-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 4px;
  display: inline-block;
}
.translate-box a.switcher-popup img {
  margin-right: 5px;
}
.translate-box a.switcher-popup span {
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: 500;
}
.translate-box a.switcher-popup span:last-child {
  display: none;
}
.translate-box .gt_white_content {
  max-width: 90%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
}
html[data-useragent*="iPad"] body.page-template-contact_us_template, html[data-useragent*="ios"] body.page-template-contact_us_template, html[data-useragent*="Android"] body.page-template-contact_us_template, html[data-useragent*="Mobile"] body.page-template-contact_us_template, html.touch body.page-template-contact_us_template {
  padding-top: 100px;
}
html[data-useragent*="iPad"] body .header-navigation .container, html[data-useragent*="ios"] body .header-navigation .container, html[data-useragent*="Android"] body .header-navigation .container, html[data-useragent*="Mobile"] body .header-navigation .container, html.touch body .header-navigation .container {
  width: 100vw;
  max-width: 100vw;
  padding: 0;
  margin: 0;
}
html[data-useragent*="iPad"] body .navbar-expand-lg .navbar-toggler, html[data-useragent*="ios"] body .navbar-expand-lg .navbar-toggler, html[data-useragent*="Android"] body .navbar-expand-lg .navbar-toggler, html[data-useragent*="Mobile"] body .navbar-expand-lg .navbar-toggler, html.touch body .navbar-expand-lg .navbar-toggler {
  display: block;
}
html[data-useragent*="iPad"] body .extra-links-bar:not(.extra-links-bar-mobile), html[data-useragent*="ios"] body .extra-links-bar:not(.extra-links-bar-mobile), html[data-useragent*="Android"] body .extra-links-bar:not(.extra-links-bar-mobile), html[data-useragent*="Mobile"] body .extra-links-bar:not(.extra-links-bar-mobile), html.touch body .extra-links-bar:not(.extra-links-bar-mobile) {
  display: none;
}
@media (min-width: 576px) {
  html[data-useragent*="iPad"] body #NavDropdown, html[data-useragent*="ios"] body #NavDropdown, html[data-useragent*="Android"] body #NavDropdown, html[data-useragent*="Mobile"] body #NavDropdown, html.touch body #NavDropdown {
    width: 300px;
  }
}
@media (min-width: 576px) {
  html[data-useragent*="iPad"] body .height-wrap, html[data-useragent*="ios"] body .height-wrap, html[data-useragent*="Android"] body .height-wrap, html[data-useragent*="Mobile"] body .height-wrap, html.touch body .height-wrap {
    width: 300px;
  }
}
@media (min-width: 768px) {
  html[data-useragent*="iPad"] body header.header .navbar-expand-lg .navbar-toggler, html[data-useragent*="ios"] body header.header .navbar-expand-lg .navbar-toggler, html[data-useragent*="Android"] body header.header .navbar-expand-lg .navbar-toggler, html[data-useragent*="Mobile"] body header.header .navbar-expand-lg .navbar-toggler, html.touch body header.header .navbar-expand-lg .navbar-toggler {
    margin-right: 30px;
    margin-left: auto;
  }
  html[data-useragent*="iPad"] body header.header #NavDropdown, html[data-useragent*="ios"] body header.header #NavDropdown, html[data-useragent*="Android"] body header.header #NavDropdown, html[data-useragent*="Mobile"] body header.header #NavDropdown, html.touch body header.header #NavDropdown {
    top: 65px;
  }
  html[data-useragent*="iPad"] body header.header .navbar-header, html[data-useragent*="ios"] body header.header .navbar-header, html[data-useragent*="Android"] body header.header .navbar-header, html[data-useragent*="Mobile"] body header.header .navbar-header, html.touch body header.header .navbar-header {
    padding: 25px 0;
  }
  html[data-useragent*="iPad"] body .navbar-brand, html[data-useragent*="ios"] body .navbar-brand, html[data-useragent*="Android"] body .navbar-brand, html[data-useragent*="Mobile"] body .navbar-brand, html.touch body .navbar-brand {
    width: 142px;
    height: 50.21px;
    margin-left: 30px;
  }
  html[data-useragent*="iPad"] body .navbar-brand::before, html[data-useragent*="ios"] body .navbar-brand::before, html[data-useragent*="Android"] body .navbar-brand::before, html[data-useragent*="Mobile"] body .navbar-brand::before, html.touch body .navbar-brand::before {
    right: -30px;
  }
}
@media (min-width: 992px) {
  html[data-useragent*="iPad"] body header.header #NavDropdown, html[data-useragent*="ios"] body header.header #NavDropdown, html[data-useragent*="Android"] body header.header #NavDropdown, html[data-useragent*="Mobile"] body header.header #NavDropdown, html.touch body header.header #NavDropdown {
    top: 93px;
  }
}
header.header {
  top: 0;
  transition: 0.4s;
}
header.header::before {
  content: "";
  opacity: 1;
  background-color: #FFFCF6;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  transition: 0;
  box-shadow: 1px 6px 17px 0 rgba(0, 0, 0, 0.1);
}
header.header.active::before {
  height: 100%;
  opacity: 1;
}
header.header.active .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 15 14' style='enable-background:new 0 0 15 14;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%23393A96;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg transform='translate(-295 -30) translate(295 30)'%3e%3cpath class='st0' d='M12.1,1L1.5,11.6c-0.4,0.4-0.4,1,0,1.4l0,0c0.4,0.4,1,0.4,1.4,0L13.5,2.4c0.4-0.4,0.4-1,0-1.4l0,0 C13.1,0.6,12.5,0.6,12.1,1z'/%3e%3cpath class='st0' d='M2.9,1l10.6,10.6c0.4,0.4,0.4,1,0,1.4l0,0c-0.4,0.4-1,0.4-1.4,0L1.5,2.4C1.1,2,1.1,1.4,1.5,1l0,0 C1.9,0.6,2.5,0.6,2.9,1z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  width: 20px;
  height: 14px;
}
.header-top.over-navbar {
  display: none;
}
.navbar, .navbar.navbar-expand-xl {
  margin-top: 0px;
  display: block;
  padding: 0 15px;
}
.navbar-header {
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 0 !important;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  position: relative;
  z-index: 1050;
  padding: 11px 0px;
}
.navbar-brand {
  width: 128px;
  height: auto;
  padding: 0 !important;
  position: relative;
}
.navbar-brand::before {
  content: "";
  display: block;
  width: calc(100% + 60px);
  height: calc(100% + 40px);
  background-color: #0d1c1d;
  position: absolute;
  top: -20px;
  right: -14px;
  display: none;
}
.navbar-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 5;
  position: relative;
}
.navbar-brand img:nth-child(1) {
  display: block;
}
.navbar-brand img:nth-child(2) {
  display: none;
}
.navbar-toggler {
  padding: 0;
  margin-left: auto;
  border-radius: 50px;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='22' viewBox='0 0 31 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.08099 0.25C7.11449 0.25 6.33099 1.0335 6.33099 2C6.33099 2.9665 7.11449 3.75 8.08099 3.75V0.25ZM29.2229 3.75C30.1894 3.75 30.9729 2.9665 30.9729 2C30.9729 1.0335 30.1894 0.25 29.2229 0.25V3.75ZM8.08099 18.25C7.11449 18.25 6.33099 19.0335 6.33099 20C6.33099 20.9665 7.11449 21.75 8.08099 21.75V18.25ZM29.2229 21.75C30.1894 21.75 30.9729 20.9665 30.9729 20C30.9729 19.0335 30.1894 18.25 29.2229 18.25V21.75ZM2.02246 9.25C1.05596 9.25 0.272461 10.0335 0.272461 11C0.272461 11.9665 1.05596 12.75 2.02246 12.75V9.25ZM29.2229 12.75C30.1894 12.75 30.9729 11.9665 30.9729 11C30.9729 10.0335 30.1894 9.25 29.2229 9.25V12.75ZM8.08099 3.75H29.2229V0.25H8.08099V3.75ZM8.08099 21.75H29.2229V18.25H8.08099V21.75ZM2.02246 12.75H29.2229V9.25H2.02246V12.75Z' fill='%231C3F41'/%3E%3C/svg%3E%0A");
  width: 27px;
  height: 18px;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .navbar-toggler.collapsed .navbar-toggler-icon {
    width: 34px;
    height: 23px;
  }
}
.navbar-toggler .text {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 0px;
  color: #0d1c1d;
  margin-right: 10px;
}
.navbar-toggler:focus {
  outline: none;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.just-for-mobile {
  margin-left: auto;
}
.just-for-mobile .btn-donate a {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.2px;
  color: #ffffff;
  text-align: center;
  text-transform: none;
  background-color: #2FBFD1;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  border-radius: 23px;
  min-width: auto;
  margin: 0 auto;
  padding: 15px 31px;
}
.just-for-mobile .btn-donate a:hover {
  background-color: #2CB4C5;
  color: #2599a8;
  text-decoration: none;
}
.just-for-mobile .btn-scape span {
  width: 50px;
}
.col-middle {
  display: block;
}
#NavDropdown {
  background: transparent;
  height: 100vh;
  position: absolute;
  right: -100%;
  opacity: 0;
  top: 65px;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
  display: block;
}
#NavDropdown .height-wrap {
  flex-direction: column;
  background-color: #ffffff;
  height: calc(100vh - 0px);
  margin-left: auto;
  overflow-y: scroll !important;
  padding: 20px 0px 200px 0px;
  width: 100%;
  top: 0px;
}
#NavDropdown .height-wrap::before {
  content: none;
}
#NavDropdown .height-wrap ul:not(.social) {
  width: 100%;
  display: block;
  padding-top: 0;
  margin-top: 0;
}
#NavDropdown .height-wrap ul:not(.social) li {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
  padding: 0;
}
#NavDropdown .height-wrap ul:not(.social) li.as-a-link a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #1C3F41;
}
#NavDropdown .height-wrap ul:not(.social) li.btn-1 {
  padding-left: 35px;
  padding-top: 20px;
}
#NavDropdown .height-wrap ul:not(.social) li a {
  font-family: "roboto", sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #1C3F41;
  text-decoration: none;
  text-transform: none;
  padding: 15px 40px 15px 33px;
  display: block;
  border-radius: 0px;
  border-bottom: 1px solid #F2F2F2;
}
#NavDropdown .height-wrap ul:not(.social) li a::after {
  margin-left: 10px;
}
@media (max-width: 1199px) {
  #NavDropdown .height-wrap ul:not(.social) li a::after {
    content: none;
  }
}
#NavDropdown .height-wrap ul:not(.social) li a:hover {
  color: #0d1c1d;
}
#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn {
  background-color: transparent;
  color: #1C3F41;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-radius: 4px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 18px;
  top: 7px;
  width: 40px;
}
#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn::after {
  content: none;
}
#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span {
  font-size: 12px;
  color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle opacity='0.4' cx='8.5' cy='8.5' r='8.5' transform='rotate(90 8.5 8.5)' fill='%235457A6'/%3e%3cpath d='M8.14645 12.0411C8.34171 12.2363 8.65829 12.2363 8.85355 12.0411L12.0355 8.85907C12.2308 8.66381 12.2308 8.34723 12.0355 8.15197C11.8403 7.9567 11.5237 7.9567 11.3284 8.15197L8.5 10.9804L5.67157 8.15197C5.47631 7.9567 5.15973 7.9567 4.96447 8.15197C4.7692 8.34723 4.7692 8.66381 4.96447 8.85907L8.14645 12.0411ZM8 4.25L8 11.6875L9 11.6875L9 4.25L8 4.25Z' fill='%23302A77'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  transition: 0.4s;
}
#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span::before {
  content: "";
  color: #1C3F41;
  display: none;
}
#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span.open {
  transform: rotate(180deg);
}
#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn span.open::before {
  content: "";
}
#NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn:active, #NavDropdown .height-wrap ul:not(.social) li button.dropdown-btn:focus {
  outline: none;
}
#NavDropdown .height-wrap ul:not(.social) li.only-mobile {
  display: block;
}
#NavDropdown .height-wrap ul:not(.social) li.only-mobile::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*--adjust as necessary--*/
  color: black;
  position: absolute;
  font-size: 16px;
  right: 12px;
  top: 12px;
}
#NavDropdown .height-wrap ul:not(.social) li.active > a {
  background: #1A707B;
  color: #0d1c1d;
  border-color: transparent;
}
#NavDropdown .height-wrap ul:not(.social) li.active > button.dropdown-btn span::before {
  color: #0d1c1d;
}
#NavDropdown .height-wrap ul:not(.social) li.btn-search {
  text-align: center;
}
#NavDropdown .height-wrap ul:not(.social) li.last-menu-item {
  margin-bottom: 67px;
}
#NavDropdown .height-wrap ul:not(.social) li.special-btn {
  padding: 5px 40px 5px 33px;
  margin: 0;
}
#NavDropdown .height-wrap ul:not(.social) li.special-btn:nth-last-child(2) {
  margin-top: 24px;
}
#NavDropdown .height-wrap ul:not(.social) li ul {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 0;
  -webkit-transform: translateZ(0);
  position: relative;
  border: 0;
}
#NavDropdown .height-wrap ul:not(.social) li ul li a {
  font-family: "roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.07;
  color: #1C3F41;
  padding: 10px 15px;
  padding-left: 70px;
  text-transform: none;
}
#NavDropdown .height-wrap ul:not(.social) li ul li a:hover, #NavDropdown .height-wrap ul:not(.social) li ul li a:focus, #NavDropdown .height-wrap ul:not(.social) li ul li a:active {
  background: #f4f4f4;
  color: #959595 !important;
}
#NavDropdown .height-wrap ul:not(.social) li ul li ul li a {
  color: #1C3F41 !important;
  padding: 10px 15px;
  padding-left: 70px;
}
#NavDropdown .height-wrap ul:not(.social) li ul li ul li a:hover, #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:focus, #NavDropdown .height-wrap ul:not(.social) li ul li ul li a:active {
  background: #f4f4f4;
  color: #959595 !important;
}
#NavDropdown .height-wrap ul:not(.social) li ul li.active > a {
  color: white;
  background: #0d1c1d;
}
#NavDropdown .height-wrap ul:not(.social) li ul li.active > a:hover, #NavDropdown .height-wrap ul:not(.social) li ul li.active > a:focus, #NavDropdown .height-wrap ul:not(.social) li ul li.active > a:active {
  background: #f4f4f4;
  color: #959595 !important;
}
#open-search {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #2CB4C5;
  padding: 0 !important;
  text-align: center;
  transition: all 0.4s ease;
  margin: 0;
  position: relative;
  display: flex;
  align-items: center;
}
#open-search .icon-search {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5759 19.7594L16.3685 15.6504C16.03 16.0363 15.6575 16.3916 15.257 16.7128L18.3736 20.706C18.5195 20.8926 18.7384 20.9999 18.9752 20.9999C19.1474 20.9999 19.3104 20.9437 19.4461 20.8363C19.6065 20.7102 19.7083 20.5288 19.7329 20.3251C19.7575 20.1215 19.7015 19.9205 19.5759 19.7594Z' fill='white' stroke='%23FF5543' stroke-width='1.5'/%3E%3Cpath d='M16.3684 15.6505C17.7346 14.0956 18.5644 12.0543 18.5644 9.81789C18.5644 4.94803 14.6324 1 9.78221 1C4.93206 1 1 4.94803 1 9.81789C1 14.6877 4.93206 18.6358 9.78221 18.6358C11.8526 18.6358 13.7558 17.9159 15.2569 16.712C15.6574 16.3917 16.029 16.0356 16.3684 15.6505ZM9.78221 17.2726C5.68809 17.2726 2.35764 13.9286 2.35764 9.81789C2.35764 5.70713 5.68809 2.36315 9.78221 2.36315C13.8763 2.36315 17.2068 5.70713 17.2068 9.81789C17.2068 13.9286 13.8763 17.2726 9.78221 17.2726Z' fill='white' stroke='%23FF5543' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: center;
  width: 23px;
  height: 23px;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
#open-search:hover .icon-search, #open-search:focus .icon-search, #open-search:active .icon-search {
  box-shadow: none;
  outline: none !important;
}
.translate-box {
  padding: 15px 0px;
  text-align: left;
  margin-bottom: 30px;
}
.translate-box a.switcher-popup {
  font-family: "halyard-display", sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  color: black;
  text-transform: uppercase;
  text-decoration: none;
}
.translate-box a.switcher-popup img {
  margin-right: 5px;
  display: none;
}
.translate-box a.switcher-popup span {
  font-size: 13px;
  font-weight: 500;
}
.login-box a {
  font-family: "roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: normal;
  color: #1C3F41;
  text-transform: none;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.login-box a:hover {
  color: #5cc8cd;
}
.login-box a i {
  margin-right: 5px;
}
.login-box a.login:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 17' style='enable-background:new 0 0 11 17;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2327BAC1;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M2.5,8.4C1.9,8.7,1.3,9.2,1.2,9.9L0,14.4c-0.1,0.5,0.1,1.1,0.6,1.3c3,1.7,6.8,1.7,9.8,0 c0.5-0.3,0.7-0.8,0.6-1.3L9.8,9.9C9.7,9.2,9.1,8.7,8.5,8.4l-0.1,0c-1.9-0.6-3.9-0.6-5.7,0L2.5,8.4L2.5,8.4z M9,3.5 C9,1.6,7.4,0,5.5,0C3.6,0,2,1.6,2,3.5C2,5.4,3.6,7,5.5,7C7.4,7,9,5.4,9,3.5z'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 11px;
  height: 17px;
  position: relative;
  margin-right: 5px;
  display: none;
}
.login-box a.login:hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 11 17' style='enable-background:new 0 0 11 17;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%235cc8cd;%7d %3c/style%3e%3cg%3e%3cpath class='st0' d='M2.5,8.4C1.9,8.7,1.3,9.2,1.2,9.9L0,14.4c-0.1,0.5,0.1,1.1,0.6,1.3c3,1.7,6.8,1.7,9.8,0 c0.5-0.3,0.7-0.8,0.6-1.3L9.8,9.9C9.7,9.2,9.1,8.7,8.5,8.4l-0.1,0c-1.9-0.6-3.9-0.6-5.7,0L2.5,8.4L2.5,8.4z M9,3.5 C9,1.6,7.4,0,5.5,0C3.6,0,2,1.6,2,3.5C2,5.4,3.6,7,5.5,7C7.4,7,9,5.4,9,3.5z'/%3e%3c/g%3e%3c/svg%3e");
}
.login-box a.logout:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 21' style='enable-background:new 0 0 22 21;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%2327BAC1;%7d .st1%7bfill:none;stroke:%2327BAC1;stroke-linecap:round;stroke-linejoin:round;%7d .st2%7bfill:none;stroke:%23231F20;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M15.3,1L21,3.4v14.1l-5.7,2.4V1z'/%3e%3cpath class='st1' d='M14.9,17.8H10v-4.9 M10,7.1V3h4.9 M21,17.8l-5.7,2h-0.4V1h0.4L21,3V17.8z M5.5,13.7L9.2,10L5.5,6.3 M8.8,10H1 '/%3e%3cpath class='st2' d='M16.5,9.2v1.6'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  width: 22px;
  height: 21px;
  position: relative;
  margin-right: 5px;
  display: none;
}
.login-box a.logout:hover::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22 21' style='enable-background:new 0 0 22 21;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill-rule:evenodd;clip-rule:evenodd;fill:%235cc8cd;%7d .st1%7bfill:none;stroke:%235cc8cd;stroke-linecap:round;stroke-linejoin:round;%7d .st2%7bfill:none;stroke:%23231F20;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cpath class='st0' d='M15.3,1L21,3.4v14.1l-5.7,2.4V1z'/%3e%3cpath class='st1' d='M14.9,17.8H10v-4.9 M10,7.1V3h4.9 M21,17.8l-5.7,2h-0.4V1h0.4L21,3V17.8z M5.5,13.7L9.2,10L5.5,6.3 M8.8,10H1 '/%3e%3cpath class='st2' d='M16.5,9.2v1.6'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
.register-box {
  position: relative;
}
.register-box a {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: black;
  text-transform: uppercase;
}
.custom-links {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
}
.custom-links a {
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.12em;
  color: #1C3F41;
  position: relative;
  text-transform: uppercase;
  padding-left: 0 !important;
}
.custom-links a:hover {
  color: #2FBFD1;
  text-decoration: none;
}
.custom-links a.btn-shop::before {
  content: "";
  display: inline-flex;
  align-self: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 25.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27 24.7' style='enable-background:new 0 0 27 24.7;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%238b8d90;%7d %3c/style%3e%3cpath class='st0' d='M21.4,18c-1.9,0-3.4,1.5-3.4,3.4c0,1.9,1.5,3.4,3.4,3.4c1.9,0,3.4-1.5,3.4-3.4C24.7,19.5,23.2,18,21.4,18z M21.4,22.7c-0.7,0-1.3-0.6-1.3-1.3c0-0.7,0.7-1.3,1.4-1.3c0.7,0,1.3,0.6,1.3,1.3C22.7,22.1,22.1,22.7,21.4,22.7z M26.8,5 c-0.2-0.2-0.5-0.4-0.8-0.4H6.2L5.3,0.8C5.2,0.3,4.8,0,4.3,0H1C0.5,0,0,0.5,0,1s0.5,1,1,1c0,0,0,0,0,0h2.5l3.3,13.7 c0.1,0.5,0.5,0.8,1,0.8h15.7c0.5,0,0.9-0.3,1-0.8L27,5.8C27,5.5,27,5.2,26.8,5z M22.7,14.5H8.6L6.7,6.6h18L22.7,14.5z M9.2,18 c-1.9,0-3.4,1.5-3.4,3.4c0,1.9,1.5,3.4,3.4,3.4c1.9,0,3.4-1.5,3.4-3.4C12.5,19.5,11,18,9.2,18z M9.2,22.7c-0.7,0-1.3-0.6-1.3-1.3 c0-0.7,0.7-1.3,1.4-1.3c0.7,0,1.3,0.6,1.3,1.3C10.5,22.1,9.9,22.7,9.2,22.7z'/%3e%3c/svg%3e ");
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  margin-right: 7px;
}
.custom-links a.btn-contact::before {
  content: "";
  display: inline-flex;
  align-self: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.50591 10.6429L10.9919 1.11394C11.0989 0.703941 10.6689 0.360941 10.2919 0.556941L0.762908 5.52894C0.430908 5.70294 0.408908 6.16894 0.723908 6.37294L7.76691 10.9309C8.04691 11.1119 8.42191 10.9659 8.50591 10.6429Z' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M5.88922 9.83055L3.93222 11.2985V8.36255' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M3.99911 8.32645L8.82411 2.98145' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  margin-right: 3px;
}
.custom-links a.btn-understanding::before {
  content: "";
  display: inline-flex;
  align-self: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.30057 9.30051V6.19551V1.53451C9.30057 0.963512 8.83757 0.499512 8.26557 0.499512H1.53557C0.963573 0.499512 0.499573 0.963512 0.499573 1.53451V9.30051C0.499573 10.1585 1.19557 10.8545 2.05257 10.8545H8.26557H9.30057' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10.3147 7.23022H10.8537C11.7117 7.23022 12.4067 7.92522 12.4067 8.78322V9.30022C12.4067 10.1592 11.7117 10.8542 10.8537 10.8542C9.99567 10.8542 9.30067 10.1592 9.30067 9.30022' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3cmask id='mask0_1101_1348' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='8' y='10' width='3' height='2'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.26537 10.3542H10.8534V11.3538H8.26537V10.3542Z' fill='%238b8d90'/%3e%3c/mask%3e%3cg mask='url(%23mask0_1101_1348)'%3e%3cpath d='M8.26537 10.8542H10.8534' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cpath d='M2.57057 2.57104H4.64157' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.57057 5.15894H7.22957' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.57057 7.7478H7.22957' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  margin-right: 3px;
}
.custom-links a.btn-learning::before {
  content: "";
  display: inline-flex;
  align-self: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5963 6.04776C11.5963 9.11176 9.1123 11.5968 6.04831 11.5968C2.98431 11.5968 0.500305 9.11176 0.500305 6.04776C0.500305 2.98476 2.98431 0.499756 6.04831 0.499756C9.1123 0.499756 11.5963 2.98476 11.5963 6.04776Z' stroke='%238b8d90'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.04791 7.71265C5.58891 7.71265 5.21591 8.08465 5.21591 8.54465C5.21591 9.00465 5.58891 9.37665 6.04791 9.37665C6.50691 9.37665 6.88091 9.00465 6.88091 8.54465C6.88091 8.08465 6.50691 7.71265 6.04791 7.71265Z' stroke='%238b8d90'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.0479 6.60338C6.3499 6.60338 6.5329 6.43838 6.6029 6.18638C6.6719 5.93538 6.8189 4.21738 6.8809 3.30438C6.9139 2.80038 6.5069 2.44238 6.0479 2.44238C5.5889 2.44238 5.1819 2.80038 5.2159 3.30438C5.2769 4.21738 5.4239 5.93538 5.4929 6.18638C5.5629 6.43838 5.7469 6.60338 6.0479 6.60338Z' stroke='%238b8d90'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 12px;
  margin-right: 3px;
}
.custom-links a i {
  margin-right: 5px;
}
.custom-links a::before {
  content: "";
  display: inline-flex;
  width: 18px;
  height: 15.8px;
  margin-right: 9px;
  top: 2px;
  position: relative;
  display: none;
}
.extra-links-bar {
  padding: 0 35px;
  margin-bottom: 200px;
  display: block;
  min-height: unset;
  align-items: flex-start;
}
.extra-links-bar::before {
  display: none;
}
.extra-links-bar.extra-links-bar-mobile {
  margin-top: 23px;
  padding-top: 0px;
  position: relative;
}
.extra-links-bar.extra-links-bar-mobile::after {
  content: "";
  display: block;
  width: calc(100% - 70px);
  height: 1px;
  background: #1C3F41;
  position: absolute;
  top: 0;
  display: none;
}
.extra-links-bar.extra-links-bar-mobile .box {
  margin-bottom: 30px;
}
.extra-links-bar.extra-links-bar-mobile .box:last-child {
  margin-bottom: 0;
}
.extra-links-bar.extra-links-bar-mobile .login-box {
  order: 2;
}
.extra-links-bar.extra-links-bar-mobile .register-box {
  order: 3;
}
.extra-links-bar.extra-links-bar-mobile .register-box::before {
  display: none;
}
.extra-links-bar.extra-links-bar-mobile .register-box a {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #ffffff;
  background: #1C3F41;
  padding: 10px 27px 9px;
  border-radius: 60px;
  display: inline-block;
}
.extra-links-bar.extra-links-bar-mobile .search-box {
  vertical-align: middle;
}
.extra-links-bar.extra-links-bar-mobile .networks {
  margin-bottom: 19px;
  order: 5;
}
.extra-links-bar.extra-links-bar-mobile .custom-links {
  margin-bottom: 19px;
  vertical-align: middle;
  position: relative;
}
.extra-links-bar.extra-links-bar-mobile .custom-links a {
  margin-bottom: 19px;
}
.extra-links-bar.extra-links-bar-mobile .custom-links a:last-child {
  margin-bottom: 0;
}
.search-box {
  display: block;
  padding: 20px 35px;
}
header.header .networks {
  margin-bottom: 13px;
}
header.header .networks ul.social {
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header.header .networks ul.social li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  width: auto;
  height: 30px;
  border-radius: 50%;
  background: transparent;
  margin-right: 20px;
}
header.header .networks ul.social li:last-child {
  margin-bottom: 0;
}
header.header .networks ul.social li a {
  color: #1C3F41;
}
header.header .networks ul.social li a i {
  font-size: 15px;
}
header.header .networks ul.social li:hover a {
  color: #2FBFD1;
}
.main-links {
  display: flex;
  flex-direction: column;
}
.main-links a {
  margin-bottom: 10px;
}
.main-links a:last-child {
  margin-bottom: 0px;
}
body.fix header.header {
  top: 0;
}
body.fix header.header::before {
  height: 100%;
  opacity: 1;
}
@media (min-width: 576px) and (max-width: 992px) {
  #NavDropdown {
    width: 300px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .height-wrap {
    width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #NavDropdown {
    top: 75px;
  }
}
@media (max-width: 992px) {
  .header-navigation .container {
    width: 100vw;
    max-width: 100vw;
    padding: 0;
    margin: 0;
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  .extra-links-bar:not(.extra-links-bar-mobile) {
    display: none;
  }
}
body.page-template-contact_us_template {
  padding-top: 96px !important;
}
#customMenuModal .modal-dialog {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  height: 100vh;
}
#customMenuModal .modal-content {
  height: 100%;
  min-height: 750px;
  border-radius: 0;
}
#customMenuModal .modal-body {
  padding-left: 30px;
  height: 100%;
  overflow: scroll;
}
#customMenuModal .modal-header {
  align-items: center;
  border: none;
  padding-left: 53px;
}
#customMenuModal .navbar-brand {
  width: 181.21px;
  height: 62.85px;
}
#customMenuModal button.close {
  width: 30px;
  height: 30px;
  font-size: 0;
  line-height: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M16.5 30.25C24.0939 30.25 30.25 24.0939 30.25 16.5C30.25 8.90608 24.0939 2.75 16.5 2.75C8.90608 2.75 2.75 8.90608 2.75 16.5C2.75 24.0939 8.90608 30.25 16.5 30.25Z' fill='%235457A6'/%3e%3cpath d='M20.625 20.625L12.375 12.375M20.625 12.375L12.375 20.625' stroke='%23E7E8F3' stroke-linecap='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  margin: 0;
  box-shadow: none;
}
#customMenuModal button.close span {
  display: none;
}
#customMenuModal button.close:hover {
  opacity: 0.5;
}
#customMenuModal .nav.navbar-nav ul {
  list-style: none;
  padding: 0;
  position: relative;
  left: auto;
  top: auto;
  bottom: auto;
  right: auto;
  display: none;
}
#customMenuModal .nav.navbar-nav li a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.4px;
  padding: 16px 33px;
  display: block;
  text-decoration: none;
}
#customMenuModal .nav.navbar-nav li.menu-item-has-children {
  position: relative;
}
#customMenuModal .nav.navbar-nav li.menu-item-has-children a::after {
  display: none;
}
#customMenuModal .nav.navbar-nav li.menu-item-has-children button {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 11px;
  right: 0;
  border: none;
  color: transparent;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle opacity='0.4' cx='8.5' cy='8.5' r='8.5' transform='rotate(90 8.5 8.5)' fill='%235457A6'/%3e%3cpath d='M8.14645 12.0411C8.34171 12.2363 8.65829 12.2363 8.85355 12.0411L12.0355 8.85907C12.2308 8.66381 12.2308 8.34723 12.0355 8.15197C11.8403 7.9567 11.5237 7.9567 11.3284 8.15197L8.5 10.9804L5.67157 8.15197C5.47631 7.9567 5.15973 7.9567 4.96447 8.15197C4.7692 8.34723 4.7692 8.66381 4.96447 8.85907L8.14645 12.0411ZM8 4.25L8 11.6875L9 11.6875L9 4.25L8 4.25Z' fill='%23302A77'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: 20px;
  background-color: transparent;
  background-position: center;
  transition: 0.4s;
}
#customMenuModal .nav.navbar-nav li.menu-item-has-children button:hover {
  opacity: 0.8;
}
#customMenuModal .nav.navbar-nav li.menu-item-has-children button.open {
  transform: rotate(180deg);
}
#customMenuModal .nav.navbar-nav > li:not(.special-btn) {
  border-bottom: 1px solid #F2F2F2;
}
#customMenuModal .nav.navbar-nav li.special-btn {
  margin-top: 23px;
}
#customMenuModal .nav.navbar-nav li.special-btn a {
  min-width: 233px;
}
#customMenuModal .nav.navbar-nav li.as-a-link a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1C3F41;
}
#customMenuModal .nav.navbar-nav > li > a {
  padding: 20px 23px;
}
@media (min-width: 993px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .navbar-brand:focus-visible, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) #pp-nav li a:focus-visible, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .pp-slidesNav li a:focus-visible, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) #special-button:focus-visible, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) a:focus-visible, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) button:focus-visible, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .section-o-1 .single-box a:focus-visible, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .section-o-1 .single-box a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .section-b .single-box a:focus-visible, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .section-b .single-box a:focus {
    outline: 2px dashed #fc0048 !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) .height-wrap .nav.navbar-nav li:focus-within > ul {
    display: block !important;
    z-index: 9;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-template-contact_us_template {
    padding-top: 100px !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header::before {
    opacity: 1;
    background: #FFFCF6;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .translate-box a.switcher-popup span, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .translate-box a.switcher-popup span, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .translate-box a.switcher-popup span, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .translate-box a.switcher-popup span {
    color: #5C7576 !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .translate-box a.switcher-popup::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .translate-box a.switcher-popup::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .translate-box a.switcher-popup::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .translate-box a.switcher-popup::after {
    filter: invert(1) brightness(100);
    opacity: 0.5;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .custom-links a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .custom-links button, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .custom-links span, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .custom-links a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .custom-links button, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .custom-links span, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .custom-links a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .custom-links button, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .custom-links span {
    color: #0d1c1d;
    border-color: #0d1c1d;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a.btn-understanding::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button.btn-understanding::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span.btn-understanding::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .custom-links a.btn-understanding::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .custom-links button.btn-understanding::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .custom-links span.btn-understanding::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .custom-links a.btn-understanding::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .custom-links button.btn-understanding::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .custom-links span.btn-understanding::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .custom-links a.btn-understanding::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .custom-links button.btn-understanding::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .custom-links span.btn-understanding::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.30057 9.30051V6.19551V1.53451C9.30057 0.963512 8.83757 0.499512 8.26557 0.499512H1.53557C0.963573 0.499512 0.499573 0.963512 0.499573 1.53451V9.30051C0.499573 10.1585 1.19557 10.8545 2.05257 10.8545H8.26557H9.30057' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10.3147 7.23022H10.8537C11.7117 7.23022 12.4067 7.92522 12.4067 8.78322V9.30022C12.4067 10.1592 11.7117 10.8542 10.8537 10.8542C9.99567 10.8542 9.30067 10.1592 9.30067 9.30022' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3cmask id='mask0_1101_1348' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='8' y='10' width='3' height='2'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.26537 10.3542H10.8534V11.3538H8.26537V10.3542Z' fill='%238b8d90'/%3e%3c/mask%3e%3cg mask='url(%23mask0_1101_1348)'%3e%3cpath d='M8.26537 10.8542H10.8534' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cpath d='M2.57057 2.57104H4.64157' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.57057 5.15894H7.22957' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.57057 7.7478H7.22957' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a.btn-learning::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button.btn-learning::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span.btn-learning::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .custom-links a.btn-learning::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .custom-links button.btn-learning::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .custom-links span.btn-learning::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .custom-links a.btn-learning::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .custom-links button.btn-learning::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .custom-links span.btn-learning::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .custom-links a.btn-learning::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .custom-links button.btn-learning::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .custom-links span.btn-learning::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5963 6.04776C11.5963 9.11176 9.1123 11.5968 6.04831 11.5968C2.98431 11.5968 0.500305 9.11176 0.500305 6.04776C0.500305 2.98476 2.98431 0.499756 6.04831 0.499756C9.1123 0.499756 11.5963 2.98476 11.5963 6.04776Z' stroke='%238b8d90'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.04791 7.71265C5.58891 7.71265 5.21591 8.08465 5.21591 8.54465C5.21591 9.00465 5.58891 9.37665 6.04791 9.37665C6.50691 9.37665 6.88091 9.00465 6.88091 8.54465C6.88091 8.08465 6.50691 7.71265 6.04791 7.71265Z' stroke='%238b8d90'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.0479 6.60338C6.3499 6.60338 6.5329 6.43838 6.6029 6.18638C6.6719 5.93538 6.8189 4.21738 6.8809 3.30438C6.9139 2.80038 6.5069 2.44238 6.0479 2.44238C5.5889 2.44238 5.1819 2.80038 5.2159 3.30438C5.2769 4.21738 5.4239 5.93538 5.4929 6.18638C5.5629 6.43838 5.7469 6.60338 6.0479 6.60338Z' stroke='%238b8d90'/%3e%3c/svg%3e");
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links a.btn-contact::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links button.btn-contact::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header .custom-links span.btn-contact::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .custom-links a.btn-contact::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .custom-links button.btn-contact::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header .custom-links span.btn-contact::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .custom-links a.btn-contact::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .custom-links button.btn-contact::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header .custom-links span.btn-contact::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .custom-links a.btn-contact::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .custom-links button.btn-contact::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header .custom-links span.btn-contact::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.50591 10.6429L10.9919 1.11394C11.0989 0.703941 10.6689 0.360941 10.2919 0.556941L0.762908 5.52894C0.430908 5.70294 0.408908 6.16894 0.723908 6.37294L7.76691 10.9309C8.04691 11.1119 8.42191 10.9659 8.50591 10.6429Z' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M5.88922 9.83055L3.93222 11.2985V8.36255' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M3.99911 8.32645L8.82411 2.98145' stroke='%238b8d90' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #open-search .icon-search, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header #open-search .icon-search, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header #open-search .icon-search, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header #open-search .icon-search {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5759 19.7594L16.3685 15.6504C16.03 16.0363 15.6575 16.3916 15.257 16.7128L18.3736 20.706C18.5195 20.8926 18.7384 20.9999 18.9752 20.9999C19.1474 20.9999 19.3104 20.9437 19.4461 20.8363C19.6065 20.7102 19.7083 20.5288 19.7329 20.3251C19.7575 20.1215 19.7015 19.9205 19.5759 19.7594Z' fill='white' stroke='%23FF5543' stroke-width='1.5'/%3E%3Cpath d='M16.3684 15.6505C17.7346 14.0956 18.5644 12.0543 18.5644 9.81789C18.5644 4.94803 14.6324 1 9.78221 1C4.93206 1 1 4.94803 1 9.81789C1 14.6877 4.93206 18.6358 9.78221 18.6358C11.8526 18.6358 13.7558 17.9159 15.2569 16.712C15.6574 16.3917 16.029 16.0356 16.3684 15.6505ZM9.78221 17.2726C5.68809 17.2726 2.35764 13.9286 2.35764 9.81789C2.35764 5.70713 5.68809 2.36315 9.78221 2.36315C13.8763 2.36315 17.2068 5.70713 17.2068 9.81789C17.2068 13.9286 13.8763 17.2726 9.78221 17.2726Z' fill='white' stroke='%23FF5543' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #open-search .icon-search::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header #open-search .icon-search::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header #open-search .icon-search::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header #open-search .icon-search::before {
    content: "";
    display: block;
    width: 1px;
    height: 46px;
    background-color: #E9E4DA;
    position: absolute;
    top: -10px;
    left: -13px;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.fixed header.header #NavDropdown ul:not(.social) li a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.page-id-1480 header.header #NavDropdown ul:not(.social) li a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body header.header #NavDropdown ul:not(.social) li a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) body.home header.header #NavDropdown ul:not(.social) li a {
    color: #1C3F41;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header {
    font-family: "roboto", sans-serif !important;
    width: 100%;
    z-index: 1030;
    /*START Main Navigation------------------------------------------*/
    /*END Main Navigation------------------------------------------*/
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .textwidget {
    display: inline-block;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header::before {
    opacity: 0;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header p {
    margin-bottom: 0 !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .container {
    padding: 0 15px;
    margin: auto;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    min-height: auto;
    transition: 0.6s;
    margin: 0;
    padding: 0px 0 0;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar .box {
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 23px;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar .box:last-child {
    margin-right: 0;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile {
    padding: 0;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .custom-links, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .networks, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .login-box, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .translate-box, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .search-box, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .extra-links-bar.extra-links-bar-mobile .register-box {
    display: none;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links {
    flex-direction: row;
    align-items: center;
    position: relative;
    margin-right: 0 !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links li {
    margin-left: 9px;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a {
    margin-left: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff;
    padding-right: 20px;
    border-right: 1px solid white;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a:first-child {
    margin-left: 0;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a:last-child {
    border: none;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a.btn-understanding::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='12' viewBox='0 0 13 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M9.30057 9.30051V6.19551V1.53451C9.30057 0.963512 8.83757 0.499512 8.26557 0.499512H1.53557C0.963573 0.499512 0.499573 0.963512 0.499573 1.53451V9.30051C0.499573 10.1585 1.19557 10.8545 2.05257 10.8545H8.26557H9.30057' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M10.3147 7.23022H10.8537C11.7117 7.23022 12.4067 7.92522 12.4067 8.78322V9.30022C12.4067 10.1592 11.7117 10.8542 10.8537 10.8542C9.99567 10.8542 9.30067 10.1592 9.30067 9.30022' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cmask id='mask0_1101_1348' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='8' y='10' width='3' height='2'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.26537 10.3542H10.8534V11.3538H8.26537V10.3542Z' fill='white'/%3e%3c/mask%3e%3cg mask='url(%23mask0_1101_1348)'%3e%3cpath d='M8.26537 10.8542H10.8534' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/g%3e%3cpath d='M2.57057 2.57104H4.64157' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.57057 5.15894H7.22957' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M2.57057 7.7478H7.22957' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a.btn-learning::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5963 6.04776C11.5963 9.11176 9.1123 11.5968 6.04831 11.5968C2.98431 11.5968 0.500305 9.11176 0.500305 6.04776C0.500305 2.98476 2.98431 0.499756 6.04831 0.499756C9.1123 0.499756 11.5963 2.98476 11.5963 6.04776Z' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.04791 7.71265C5.58891 7.71265 5.21591 8.08465 5.21591 8.54465C5.21591 9.00465 5.58891 9.37665 6.04791 9.37665C6.50691 9.37665 6.88091 9.00465 6.88091 8.54465C6.88091 8.08465 6.50691 7.71265 6.04791 7.71265Z' stroke='white'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.0479 6.60338C6.3499 6.60338 6.5329 6.43838 6.6029 6.18638C6.6719 5.93538 6.8189 4.21738 6.8809 3.30438C6.9139 2.80038 6.5069 2.44238 6.0479 2.44238C5.5889 2.44238 5.1819 2.80038 5.2159 3.30438C5.2769 4.21738 5.4239 5.93538 5.4929 6.18638C5.5629 6.43838 5.7469 6.60338 6.0479 6.60338Z' stroke='white'/%3e%3c/svg%3e ");
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .custom-links a.btn-contact::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.50591 10.6429L10.9919 1.11394C11.0989 0.703941 10.6689 0.360941 10.2919 0.556941L0.762908 5.52894C0.430908 5.70294 0.408908 6.16894 0.723908 6.37294L7.76691 10.9309C8.04691 11.1119 8.42191 10.9659 8.50591 10.6429Z' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M5.88922 9.83055L3.93222 11.2985V8.36255' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M3.99911 8.32645L8.82411 2.98145' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .networks {
    margin-bottom: 0px;
    border-right: 1px solid white;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .networks ul.social li a {
    color: white;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box {
    position: relative;
    padding: 0;
    padding-left: 30px;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box #open-search .icon-search {
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='22' viewBox='0 0 21 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5759 19.7594L16.3685 15.6504C16.03 16.0363 15.6575 16.3916 15.257 16.7128L18.3736 20.706C18.5195 20.8926 18.7384 20.9999 18.9752 20.9999C19.1474 20.9999 19.3104 20.9437 19.4461 20.8363C19.6065 20.7102 19.7083 20.5288 19.7329 20.3251C19.7575 20.1215 19.7015 19.9205 19.5759 19.7594Z' fill='white' stroke='%23FF5543' stroke-width='1.5'/%3E%3Cpath d='M16.3684 15.6505C17.7346 14.0956 18.5644 12.0543 18.5644 9.81789C18.5644 4.94803 14.6324 1 9.78221 1C4.93206 1 1 4.94803 1 9.81789C1 14.6877 4.93206 18.6358 9.78221 18.6358C11.8526 18.6358 13.7558 17.9159 15.2569 16.712C15.6574 16.3917 16.029 16.0356 16.3684 15.6505ZM9.78221 17.2726C5.68809 17.2726 2.35764 13.9286 2.35764 9.81789C2.35764 5.70713 5.68809 2.36315 9.78221 2.36315C13.8763 2.36315 17.2068 5.70713 17.2068 9.81789C17.2068 13.9286 13.8763 17.2726 9.78221 17.2726Z' fill='white' stroke='%23FF5543' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .search-box #open-search .text {
    color: white;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .login-box a {
    margin: 0;
    color: white;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .login-box a:hover {
    color: #2FBFD1;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .register-box {
    position: relative;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .register-box a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ffffff;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .translate-box {
    margin: 0;
    padding: 5px 12px 5px 15px;
    border-radius: 0px;
    background-color: transparent;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .translate-box a.switcher-popup {
    font-size: 13px !important;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.08px;
    text-transform: uppercase;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .translate-box a.switcher-popup span {
    color: white !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .main-links {
    flex-direction: row;
    align-items: center;
    margin-left: 0 !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .main-links a {
    margin-bottom: 0;
    margin-left: 20px;
    min-width: 106px;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-top {
    padding: 20px 0 0px;
    position: relative;
    margin-bottom: -5px;
    transition: 0.4s;
    top: 0;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-top.over-navbar {
    display: block;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl {
    display: flex;
    justify-content: space-between;
    padding: 0px 0 0;
    position: relative;
    align-items: stretch;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl::before {
    content: "";
    display: none;
    width: 100vw;
    height: 100%;
    background: #1C3F41;
    position: absolute;
    bottom: 0;
    left: calc((100vw - 930px) / -2);
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header {
    position: relative;
    padding: 0px 0;
    width: auto;
    flex-basis: auto;
    align-self: center;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header::before {
    content: "";
    background: #d0d0d0;
    display: none;
    height: calc(100% + 0.5px);
    position: absolute;
    right: -75px;
    top: 0;
    width: 100vw;
    z-index: -1;
    transition: 0.4s;
    transform: skewX(20deg);
    -webkit-box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4);
    box-shadow: inset -9px 0px 15px -8px rgba(0, 0, 0, 0.4);
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header::after {
    content: "";
    background: black;
    display: none;
    height: calc(100% + 1px);
    position: absolute;
    right: -45px;
    top: 0;
    width: 100vw;
    z-index: -1;
    transition: 0.4s;
    transform: skewX(20deg);
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand {
    border-radius: 0;
    display: block;
    margin: 0;
    position: relative;
    padding: 0 !important;
    width: 100%;
    height: 100%;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand img, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand img {
    width: 128px;
    height: auto;
    max-width: 100%;
    transition: all 0.4s ease;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-brand::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-brand::before {
    height: calc(100% + 63px);
    right: -28px;
    top: -32px;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .just-for-mobile, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .just-for-mobile {
    display: none !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar .navbar-header .navbar-toggler, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar.navbar-expand-xl .navbar-header .navbar-toggler {
    display: none !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .col-middle {
    position: relative;
    width: 100%;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .btn-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 24px 15px;
    margin-right: 0;
    margin-left: 32px;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .header-bottom {
    width: 100%;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown {
    width: 100%;
    height: auto;
    position: relative;
    left: auto;
    top: auto;
    right: auto !important;
    opacity: 1 !important;
    text-align: center;
    align-items: center;
    justify-content: flex-end;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown .height-wrap {
    background: transparent;
    height: auto;
    margin: auto;
    overflow-y: unset !important;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: row nowrap;
    width: 100%;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) > li::after a {
    display: none !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) > li.btn-1 a::before {
    display: none !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) > li:last-child a::before {
    display: none !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open {
    display: inline-block;
    float: none;
    padding: 0px;
    width: auto;
    margin: 0 15px;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li button.dropdown-btn, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open button.dropdown-btn {
    display: none;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.btn-1, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.btn-1 {
    margin: 0 10px 0 20px;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li::after a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open::after a {
    display: none !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.hidden-on-desktop, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.hidden-on-desktop {
    display: none;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.only-mobile, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.only-mobile {
    display: none;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a {
    background: transparent;
    font-weight: 700;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a:active, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a:active {
    text-decoration: none;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a:hover::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a:focus::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a:active::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a:hover::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a:focus::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a:active::before {
    top: 0;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.active > a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.active > a::before {
    top: 0;
    bottom: 0;
    margin: auto 0;
    opacity: 1;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a {
    font-size: 15px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 19px;
    letter-spacing: -0.1px;
    color: #ffffff;
    padding: 40px 0;
    position: relative;
    text-decoration: none;
    text-transform: none;
    display: block;
    border: none;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:active, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:active {
    text-decoration: none;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:hover::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:focus::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a:active::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:hover::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:focus::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a:active::before {
    top: 38px;
    opacity: 1;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a::after {
    display: none;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a::before {
    content: "";
    display: block;
    width: 3px;
    height: 25px;
    background-color: #FF513F;
    position: absolute;
    top: 0px;
    left: -14px;
    opacity: 0;
    transition: 0.4s;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul {
    background: #f1f1f1;
    border: none;
    display: none;
    height: unset;
    min-height: 0;
    text-align: left;
    position: absolute;
    left: 0%;
    isolation: isolate;
    padding: 0 !important;
    width: 196px;
    border-radius: 0;
    box-shadow: 0px 4px 31px rgba(0, 0, 0, 0.19);
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li {
    display: block;
    margin: 0 !important;
    padding: 0;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li.active > a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li.active > a {
    background-color: #ff6859;
    color: #1C3F41;
    font-weight: bold;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li.active > a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li.active > a::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li.active > a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li.active > a::after {
    content: none !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li::after {
    content: none !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a {
    padding: 16px 20px;
    color: #1C3F41;
    font-weight: 600;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a::after, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a::before, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a::after {
    content: none !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li a:active, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li a:active {
    background-color: #2FBFD1;
    color: #1C3F41 !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li:last-child ul, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li:last-child ul {
    left: 100%;
    top: 0;
    right: auto;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul {
    background: #f1f1f1 !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul li a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul li a {
    color: #1C3F41 !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul li a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul li a:active, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul li a:hover, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul li a:focus, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul li a:active {
    background-color: #f1f1f1;
    color: #1C3F41 !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li ul li ul li.active > a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open ul li ul li.active > a {
    background-color: #f1f1f1;
    color: #1C3F41 !important;
    font-weight: bold;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li:last-child, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open:last-child {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li:last-child ul, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open:last-child ul {
    left: auto;
    right: 0;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li:nth-last-child(2) ul, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open:nth-last-child(2) ul {
    left: auto;
    right: 0;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.special-btn, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open.special-btn {
    margin-bottom: 0px;
    margin-left: 9px;
    margin-right: 9px;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .display_dropdown {
    border-radius: 0;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .display_dropdown li:first-child::before {
    transition-property: top, opacity;
    transition-duration: 0.1s, 0.1s;
    transition-timing-function: ease, ease-out;
    transition-delay: 0.1s, 0s;
    top: 0 !important;
    opacity: 1 !important;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .dropdown-menu {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    left: 50%;
    margin: 0 auto;
    padding: 0px;
    position: absolute;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .dropdown-menu .dropdown-menu {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none;
    display: block;
    left: 100% !important;
    top: 0;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .dropdown-btn {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1199.98px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) > li.btn-1 a {
    font-size: 13px !important;
  }
}
@media (min-width: 993px) and (max-width: 1199.98px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li a, html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.open a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar-brand {
    width: 100%;
    height: 100%;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .navbar-brand img {
    width: 173px !important;
    height: auto;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .col-middle {
    width: 84%;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .networks ul.social li {
    width: 19px;
    height: 19px;
  }
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header .networks ul.social li a {
    line-height: 0;
  }
}
@media (min-width: 1280px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.ml-desktop {
    margin-left: 40px;
  }
}
@media (min-width: 1440px) {
  html:not(.touch):not(.android):not(.ios):not([data-useragent*="Mobile"]):not([data-useragent*="Android"]):not([data-useragent*="ios"]):not([data-useragent*="iPad"]) header.header #NavDropdown ul:not(.social) li.ml-desktop {
    margin-left: 79px;
  }
}
/*END Main Navigation------------------------------------- */
.boxes-interior-footer {
  background-color: #ffffff;
  padding: 0px 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.boxes-interior-footer .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.boxes-interior-footer .border-boxes-footer {
  display: none;
  width: 100%;
  height: 100%;
  background: white;
  background-size: 100% auto;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.boxes-interior-footer .border-boxes-footer::before {
  content: "";
  display: block;
  width: 130%;
  height: 100%;
  background: url("../images/boxes-icon.png") no-repeat;
  background-size: 100vw auto;
  background-position: 50% bottom;
  background-color: #1C3F41;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-radius: 100% 100% 0 0;
}
.boxes-interior-footer .container-boxes {
  position: relative;
}
.boxes-interior-footer .item-col {
  background-color: transparent;
  border: none;
  max-width: 100%;
  position: relative;
  text-decoration: none;
}
.boxes-interior-footer .item-col:nth-child(1) .featured-box-images {
  background-color: #1C3F41;
}
.boxes-interior-footer .item-col:nth-child(1) .featured-box-images::after {
  background-color: rgba(52, 51, 51, 0.9);
}
.boxes-interior-footer .item-col:nth-child(2) .featured-box-images {
  background-color: #2FBFD1;
}
.boxes-interior-footer .item-col:nth-child(2) .featured-box-images::after {
  background-color: rgba(52, 51, 51, 0.9);
}
.boxes-interior-footer .item-col:nth-child(3) .featured-box-images {
  background-color: #FF513F;
}
.boxes-interior-footer .item-col:nth-child(3) .featured-box-images::after {
  background-color: rgba(52, 51, 51, 0.9);
}
.boxes-interior-footer .item-col .box-page-link {
  border-radius: 0px;
  border: none;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.4s ease;
}
.boxes-interior-footer .item-col .box-page-link:hover, .boxes-interior-footer .item-col .box-page-link:focus, .boxes-interior-footer .item-col .box-page-link:active {
  text-decoration: none;
  transition: all 0.4s ease;
}
.boxes-interior-footer .item-col .box-page-link:hover .featured-box-images::after, .boxes-interior-footer .item-col .box-page-link:focus .featured-box-images::after, .boxes-interior-footer .item-col .box-page-link:active .featured-box-images::after {
  opacity: 1;
  background-color: rgba(52, 51, 51, 0.49);
}
.boxes-interior-footer .item-col .box-page-link .featured-box-images {
  background-size: cover;
  background-position: center;
  display: block;
  margin: 0 auto !important;
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 246px;
  background-color: black;
}
.boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.4s ease;
  width: 100%;
  opacity: 0.85;
}
.boxes-interior-footer .item-col .box-page-link .content-box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxes-interior-footer .item-col .box-page-link .content-box .title-box {
  color: white;
  font-family: "roboto", sans-serif !important;
  font-size: 19px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.26;
  letter-spacing: normal;
  text-align: left;
  z-index: 20;
  position: relative;
  text-transform: none;
}
.boxes-interior-footer .item-col .box-page-link .content-box .title-box .last {
  font-weight: 800;
}
.boxes-interior-footer .item-col .box-page-link .content-box .hover-wrap {
  position: relative;
  display: none !important;
}
.boxes-interior-footer .item-col .box-page-link .content-box .hover-wrap p {
  font-family: "roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.19;
  letter-spacing: normal;
  color: white;
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
      font-size: 27px;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
      font-size: 27px;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
      font-size: 27px;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
      font-size: 27px;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
      font-size: 27px;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .boxes-interior-footer .item-col .box-page-link .content-box .title-box {
      font-size: 27px;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .boxes-interior-footer .container-boxes {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .boxes-interior-footer .item-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 100%;
    }
    .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
      opacity: 0.9;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .boxes-interior-footer .container-boxes {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .boxes-interior-footer .item-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 100%;
    }
    .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
      opacity: 0.9;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .boxes-interior-footer .container-boxes {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .boxes-interior-footer .item-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 100%;
    }
    .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
      opacity: 0.9;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .boxes-interior-footer .container-boxes {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .boxes-interior-footer .item-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 100%;
    }
    .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
      opacity: 0.9;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .boxes-interior-footer .container-boxes {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .boxes-interior-footer .item-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 100%;
    }
    .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
      opacity: 0.9;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .boxes-interior-footer .container-boxes {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .boxes-interior-footer .item-col {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: 100%;
    }
    .boxes-interior-footer .item-col .box-page-link .featured-box-images::after {
      opacity: 0.9;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
/*START Helper Classes------------------------------------------*/
.carousel_block_testimonials #carousel__testimonials .row-block-testimonial .right-side {
  padding-top: 60px !important;
}
.container .alignfull .container {
  padding-right: 15px;
  padding-left: 15px;
}
.entry-content .alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2) !important;
  margin-right: calc(-100vw / 2 + 100% / 2) !important;
  max-width: 100vw;
}
.entry-content .alignfull img {
  width: 100%;
  height: auto;
}
.button-block.aligncenter {
  text-align: center;
}
.button-block.alignright {
  text-align: right;
}
.image-fit-cover {
  object-fit: cover;
}
.image-fit-contain {
  object-fit: contain;
}
.image-fit-top {
  object-position: top;
}
.image-fit-center {
  object-position: center;
}
.image-fit-bottom {
  object-position: bottom;
}
.line-clamp-3, .line-clamp-3 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2, .line-clamp-2 p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-1, .line-clamp-1 p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}
.single-tribe_events .tribe-events-content .addtoany_share_save_container.addtoany_content.addtoany_content_bottom {
  display: none;
}
.addtoany_content .addtoany_header {
  font-family: "halyard-display", sans-serif !important;
  color: #1C3F41;
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.addtoany_content .a2a_kit a {
  border-bottom: none !important;
}
.addtoany_content .a2a_kit a span {
  background: transparent !important;
  color: #1C3F41 !important;
  width: 24px !important;
  height: 24px !important;
}
.addtoany_content .a2a_kit a span svg path {
  fill: #1C3F41 !important;
}
.col-align-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.alignleft {
  margin: 0 15px 15px 0;
}
.alignright {
  margin: 0 0 15px 15px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.m-bottom {
  margin-bottom: 25px;
}
.m-top {
  margin-top: 25px;
}
.m-left {
  margin-left: 25px;
}
.m-right {
  margin-right: 25px;
}
.img-wrap {
  background-image: none;
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  background: transparent;
  height: 250px;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 3;
}
.img-wrap img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 101%;
  left: 50%;
  max-height: inherit;
  min-width: inherit;
  position: absolute;
  top: 50%;
  width: 101%;
  z-index: 1;
  object-fit: cover;
  object-position: center;
  transition: 0.4s;
}
.card {
  border-radius: 0;
  border: none;
}
.card.img-bg {
  min-height: 250px;
}
.card.img-bg .img-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}
.card.img-bg .card-body {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.modal-video .modal-content {
  background: black;
  border-radius: 0;
}
.modal-video .modal-content .modal-header {
  padding: 0;
  border: none;
  z-index: 5;
}
.modal-video .modal-content .modal-header .close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1C3F41;
  color: white;
  padding: 0;
  opacity: 1;
}
.modal-video .modal-content .modal-body {
  padding: 0;
}
.gray-scale {
  background-color: #000;
  background-blend-mode: luminosity;
}
.bg-cin {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-cer {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-hor-a {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-ver-a {
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.85;
}
.container-full-width {
  width: 100vw;
  left: calc((100vw - 1110px) / -2);
  height: 100%;
}
.container-partial-width {
  width: calc(((100vw - 1110px) / 2) + (100% + 15px));
  height: 100%;
}
.container-partial-width.left-side {
  left: calc((100vw - 1110px) / -2);
}
.container-partial-width.right-side {
  left: -15px;
}
button, input, textarea, select {
  outline: none !important;
}
.bg-positive {
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}
html[data-useragent*="Android"] body .navbar-expand-xl .navbar-toggler, html[data-useragent*="iPad"] body .navbar-expand-xl .navbar-toggler, html[data-useragent*="Mobile"] body .navbar-expand-xl .navbar-toggler, html[data-useragent*="Mobile"] body body .navbar-expand-xl .navbar-toggler, html.touch body .navbar-expand-xl .navbar-toggler, html.android body .navbar-expand-xl .navbar-toggler, html.ios body .navbar-expand-xl .navbar-toggler {
  display: flex !important;
}
html[data-useragent*="Android"] body .d-xl-none, html[data-useragent*="iPad"] body .d-xl-none, html[data-useragent*="Mobile"] body .d-xl-none, html[data-useragent*="Mobile"] body body .d-xl-none, html.touch body .d-xl-none, html.android body .d-xl-none, html.ios body .d-xl-none {
  display: flex !important;
}
/*
.play-effect{
	position: relative;
	.circle {
		height: 95px;
		width: 95px;
		border-radius: 50%;
		background-color: white;
		background-image: url('../images/btn-play.svg');
		background-position: 60% 50%;
		background-repeat: no-repeat;
		background-size: auto;
		box-shadow: 0px 0px 10px 0px rgba(255,255,255,1);

		@include center(-35%,-50%);
		left: 50%;
		position: absolute;
		top: 50%;

		-webkit-transition:height .25s ease, width .25s ease;
		transition:height .25s ease, width .25s ease;
		
		-webkit-transform:translate(-50%,-50%);
		transform:translate(-50%,-50%);
		&:hover{
			height:100px;
			width:100px;
			transition: all .25s ease;
			background-color: transparentize($primary, 0.4);
			box-shadow: none;
			background-image: url('../images/btn-play-white.svg');
			&:before,&:after {
				-webkit-animation: none;
				animation: none;
				border:1px solid transparentize($primary, 0.4);
			}
		}
		&:before,&:after {
			content:'';
			display: block;
			position: absolute;
			top: 0; right: 0; bottom: 0; left: 0;
			border-radius: 50%;
			border: 1px solid rgba($color: $primary , $alpha: 0.9);
		}
		&:before {
			-webkit-animation: ripple 2s linear infinite;
			animation: ripple 2s linear infinite;
		}
		&:after {
			-webkit-animation: ripple 2s linear 1s infinite;
			animation: ripple 2s linear 1s infinite;
		}
		// img{
		//   @include center(-35%,-50%);
		//   left: 50%;
		//   position: absolute;
		//   top: 50%;
		// }
	}
	@-webkit-keyframes ripple{
		0% {-webkit-transform:scale(1); }
		75% {-webkit-transform:scale(1.75); opacity:1;}
		100% {-webkit-transform:scale(2); opacity:0;}
	}

	@keyframes ripple{
		0% {transform:scale(1); }
		75% {transform:scale(1.75); opacity:1;}
		100% {transform:scale(2); opacity:0;}
	}
	#link-play{
		@include center(-50%,-50%);
		background: transparent;
		border: none !important;
		cursor: pointer;
		height: 100%;
		left: 50%;
		position: absolute;
		top: 50%;
		width: 100%;
		&:hover{
			text-decoration: none;
			background: $primary;
		}
		&:focus, &:active{
			outline: inherit;
		}
	}
}
*/
#bbp-search-form {
  margin-bottom: 15px;
}
#bbp-search-form input#bbp_search_submit {
  display: inline-block;
  padding: 5px 15px;
}
#bbpress-forums div.bbp-breadcrumb {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
#bbpress-forums div.bbp-breadcrumb p {
  margin-bottom: 0;
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 930px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 930px) / 2) + (100% + 15px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 930px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 930px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 930px) / 2) + (100% + 15px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 930px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 930px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 930px) / 2) + (100% + 15px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 930px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 930px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 930px) / 2) + (100% + 15px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 930px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 930px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 930px) / 2) + (100% + 15px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 930px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 930px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 930px) / 2) + (100% + 15px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 930px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 690px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 690px) / 2) + (100% + 15px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 690px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 690px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 690px) / 2) + (100% + 15px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 690px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 690px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 690px) / 2) + (100% + 15px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 690px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 690px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 690px) / 2) + (100% + 15px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 690px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 690px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 690px) / 2) + (100% + 15px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 690px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 690px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 690px) / 2) + (100% + 15px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 690px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .alignright, .alignleft {
      float: none !important;
      display: block !important;
      margin: 0 auto 20px;
      text-align: center;
    }
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 510px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 510px) / 2) + (100% + 45px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 510px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .alignright, .alignleft {
      float: none !important;
      display: block !important;
      margin: 0 auto 20px;
      text-align: center;
    }
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 510px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 510px) / 2) + (100% + 45px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 510px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .alignright, .alignleft {
      float: none !important;
      display: block !important;
      margin: 0 auto 20px;
      text-align: center;
    }
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 510px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 510px) / 2) + (100% + 45px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 510px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .alignright, .alignleft {
      float: none !important;
      display: block !important;
      margin: 0 auto 20px;
      text-align: center;
    }
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 510px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 510px) / 2) + (100% + 45px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 510px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .alignright, .alignleft {
      float: none !important;
      display: block !important;
      margin: 0 auto 20px;
      text-align: center;
    }
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 510px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 510px) / 2) + (100% + 45px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 510px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .alignright, .alignleft {
      float: none !important;
      display: block !important;
      margin: 0 auto 20px;
      text-align: center;
    }
    .container-full-width {
      width: 100vw;
      left: calc((100vw - 510px) / -2);
      height: 100%;
    }
    .container-partial-width {
      width: calc(((100vw - 510px) / 2) + (100% + 45px));
      height: 100%;
    }
    .container-partial-width.left-side {
      left: calc((100vw - 510px) / -2);
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .wp-block-image .alignright, .wp-block-image .alignleft {
      float: none !important;
      display: block !important;
      text-align: center;
      margin: 0 auto 20px;
    }
    .container-full-width {
      width: 100vw;
      left: -15px;
      height: 100%;
    }
    .container-partial-width {
      width: 100vw;
      height: 100%;
    }
    .container-partial-width.left-side {
      left: -15px;
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .wp-block-image .alignright, .wp-block-image .alignleft {
      float: none !important;
      display: block !important;
      text-align: center;
      margin: 0 auto 20px;
    }
    .container-full-width {
      width: 100vw;
      left: -15px;
      height: 100%;
    }
    .container-partial-width {
      width: 100vw;
      height: 100%;
    }
    .container-partial-width.left-side {
      left: -15px;
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .wp-block-image .alignright, .wp-block-image .alignleft {
      float: none !important;
      display: block !important;
      text-align: center;
      margin: 0 auto 20px;
    }
    .container-full-width {
      width: 100vw;
      left: -15px;
      height: 100%;
    }
    .container-partial-width {
      width: 100vw;
      height: 100%;
    }
    .container-partial-width.left-side {
      left: -15px;
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .wp-block-image .alignright, .wp-block-image .alignleft {
      float: none !important;
      display: block !important;
      text-align: center;
      margin: 0 auto 20px;
    }
    .container-full-width {
      width: 100vw;
      left: -15px;
      height: 100%;
    }
    .container-partial-width {
      width: 100vw;
      height: 100%;
    }
    .container-partial-width.left-side {
      left: -15px;
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .wp-block-image .alignright, .wp-block-image .alignleft {
      float: none !important;
      display: block !important;
      text-align: center;
      margin: 0 auto 20px;
    }
    .container-full-width {
      width: 100vw;
      left: -15px;
      height: 100%;
    }
    .container-partial-width {
      width: 100vw;
      height: 100%;
    }
    .container-partial-width.left-side {
      left: -15px;
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .wp-block-image .alignright, .wp-block-image .alignleft {
      float: none !important;
      display: block !important;
      text-align: center;
      margin: 0 auto 20px;
    }
    .container-full-width {
      width: 100vw;
      left: -15px;
      height: 100%;
    }
    .container-partial-width {
      width: 100vw;
      height: 100%;
    }
    .container-partial-width.left-side {
      left: -15px;
    }
    .container-partial-width.right-side {
      left: -15px;
    }
  }
}
/*END Helper Classes-------------------------------------*/
.section-a {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1C3F41;
}
.section-a::before {
  content: "" !important;
  display: block !important;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/banner-home_shadows.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section-a::after {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='5' viewBox='0 0 1440 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1287.89' height='5' fill='%23FF5543'/%3E%3Crect x='909.632' width='530.368' height='5' fill='%232CB4C5'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0;
}
.section-a h1, .section-a h2, .section-a h3, .section-a h4, .section-a h5, .section-a h6 {
  color: white;
}
.section-a h4 {
  margin-bottom: 4px;
}
.section-a h4::after {
  display: none;
}
.section-a p {
  color: white;
}
.section-a[class*="vc_custom_"] {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .section-a[class*="vc_custom_"] {
    padding-top: 206px !important;
    padding-bottom: 120px !important;
  }
  .section-a p {
    font-weight: 800;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.02em;
    margin-right: 140px;
  }
  .section-a .wpb_text_column {
    margin-bottom: 31px;
  }
  .section-a .Links-container .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .section-a .Links-container .wpb_text_column {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .section-a .Links-container p {
    width: auto;
  }
}
@media (min-width: 992px) {
  .section-a.vc_custom_1647571781633 {
    padding-bottom: 193px !important;
  }
}
@media (min-width: 1200px) {
  .section-a {
    min-height: 647px;
  }
  .section-a[class*="vc_custom_"] {
    padding-top: 176px !important;
    padding-bottom: 110px !important;
  }
}
.section-b {
  position: relative;
}
.section-b::after {
  content: "" !important;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='5' viewBox='0 0 1440 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1287.89' height='5' fill='%23FF5543'/%3E%3Crect x='909.632' width='530.368' height='5' fill='%232CB4C5'/%3E%3C/svg%3E%0A");
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  z-index: 3;
  left: 0;
}
.section-b .top-title h2 {
  margin-bottom: 60px;
}
.section-b .top-title h2:after {
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-b .post-column .wpb_text_column {
  margin-bottom: 0;
}
.section-b .post-column .cards-container .card {
  background-color: transparent;
  margin-bottom: 30px;
}
.section-b .post-column .cards-container .card a {
  text-decoration: none;
}
.section-b .post-column .cards-container .card.first-post h5 {
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
}
.section-b .post-column .cards-container .card.right-grid-post h5:after {
  display: none;
}
.section-b .post-column .cards-container .card.right-grid-post .card-body .card-text {
  display: none;
}
.section-b .post-column .cards-container .card .card-body {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.section-b .post-column .cards-container .card .card-body .blog-category {
  color: #FF513F;
  font-weight: 500;
  font-size: 19px;
  line-height: 19px;
  text-transform: capitalize;
}
.section-b .post-column .cards-container .card .card-body .card-text {
  margin-top: 40px;
}
.section-b .post-column .cards-container .card .card-body .blog-category {
  margin-bottom: 3px;
}
.section-b .event-column h4 {
  margin-bottom: 70px;
}
.section-b .event-column .cards-container .individual-card {
  border-bottom: 1px solid #EFE7D7;
  margin-bottom: 30px;
}
.section-b .event-column .cards-container .individual-card .event-date .day {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #6C8A8C;
}
.section-b .event-column .cards-container .individual-card .event-date .day .star {
  vertical-align: bottom;
}
.section-b .event-column .cards-container .individual-card .card-body {
  padding-left: 0;
  padding-top: 7px;
  padding-bottom: 29px;
}
.section-b .event-column .cards-container .individual-card .card-body .address {
  font-weight: 500;
  font-size: 19px;
  line-height: 19px;
  text-transform: capitalize;
  color: #FF5543;
}
.section-b .event-column .cards-container .individual-card .card-body h5:after {
  display: none;
}
.section-b .event-column .cards-container .individual-card .card-body h5 a {
  text-decoration: none;
}
.section-b .vc_btn3-container.vc_btn3-inline {
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .section-b .post-column .vc_column-inner {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .section-b {
    position: relative;
  }
  .section-b .top-title h2 {
    margin-bottom: 79px;
  }
  .section-b .post-column .cards-container .card.first-post {
    width: 50% !important;
    float: left;
    margin-right: 29px;
  }
  .section-b .post-column .cards-container .card.first-post .single-post img {
    height: 494px;
    object-fit: cover;
  }
  .section-b .post-column .cards-container .card.right-grid-post img {
    height: 259px;
    object-fit: cover;
  }
  .section-b .post-column .cards-container .card .card-body {
    padding-top: 24px;
  }
  .section-b .post-column .vc_btn3-container.vc_btn3-inline {
    position: relative;
    top: -20px;
  }
  .section-b .vc_btn3-container.vc_btn3-inline {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section-b {
    position: relative;
  }
  .section-b .post-column .cards-container {
    position: relative;
  }
  .section-b .post-column .cards-container:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #EFE7D7;
    position: absolute;
    top: 0;
    right: -70px;
  }
  .section-b .post-column .cards-container .card {
    margin-bottom: 0px;
  }
  .section-b .post-column .cards-container .card .card-title {
    margin-bottom: 30px;
  }
  .section-b .event-column {
    margin-left: 95px;
  }
}
.section-c {
  position: relative;
  padding: 50px 0;
}
.section-c .content-box {
  z-index: 3;
}
.section-c .content-box .vc_column-inner {
  padding: 0 6px 35px !important;
}
.section-c .image-column {
  z-index: 2;
}
.section-c .image-column .vc_column-inner {
  margin-top: 0px;
  padding-left: 6px;
  padding-right: 6px;
}
.section-c .image-column img {
  height: 464px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .section-c .content-box {
    background-color: #EDF3F3;
    width: 569px;
  }
  .section-c .image-column .vc_column-inner {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-c .image-column .vc_column-inner img {
    height: 700px;
    object-fit: cover;
  }
}
@media (min-width: 1200px) {
  .section-c .image-column .vc_column-inner {
    margin-top: 0px;
  }
}
.section-d {
  position: relative;
  padding-top: 290px !important;
  margin-top: -340px !important;
  padding-bottom: 0 !important;
}
.section-d .bg-color-box .vc_column-inner {
  padding: 35px 42px 70px 43px !important;
}
.section-d .bg-color-box .vc_column-inner .wpb_text_column {
  margin-bottom: 0;
}
.section-d .bg-color-box.content-column-1 .vc_column-inner {
  padding-left: 6px !important;
  padding-right: 6px !important;
  padding-bottom: 28px !important;
}
@media (min-width: 768px) {
  .section-d {
    margin-top: -260px !important;
    padding-top: 200px !important;
  }
  .section-d .bg-color-box .vc_column-inner {
    padding-top: 50px !important;
    padding-right: 20px !important;
  }
  .section-d .bg-color-box.content-column-1 .vc_column-inner {
    padding-left: 21px !important;
    padding-right: 21px !important;
    padding-bottom: 53px !important;
  }
}
@media (min-width: 1200px) {
  .section-d {
    position: relative;
    padding-top: 0px !important;
    margin-top: -435px !important;
  }
  .section-d .bg-color-box .vc_column-inner {
    padding: 435px 44px 70px 54px !important;
    justify-content: flex-end;
  }
  .section-d .bg-color-box.content-column-1 {
    width: 658px;
    margin-left: auto;
  }
  .section-d .bg-color-box.content-column-1 .vc_column-inner {
    margin-right: 210px;
    padding-bottom: 70px !important;
    padding-left: 0px !important;
  }
}
.section-e {
  position: relative;
  background-image: none;
  background-repeat: no-repeat;
  padding-bottom: 0 !important;
}
.section-e .services-column {
  text-align: center;
  padding-left: 31px;
  padding-right: 31px;
  margin-top: 27px;
}
.section-e .services-column:after {
  content: "";
  width: 128px;
  height: 1px;
  background-color: #EFE7D7;
  position: absolute;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.section-e .services-column.last-col:after {
  display: none;
}
.section-e .services-column .wpb_text_column {
  margin-bottom: 30px;
}
.section-e .services-column .wpb_single_image {
  text-align: center;
  margin-bottom: 16px;
}
.section-e .services-column h4 {
  margin-bottom: 8px !important;
  color: #1A707B !important;
}
.section-e .services-column h4:after {
  display: none;
}
.section-e .services-column p {
  font-size: 16px;
  line-height: 23px;
}
.section-e .left-column-content .wpb_text_column {
  text-align: center;
  margin-bottom: 0;
}
.section-e .left-column-content h2:after {
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-e .right-content-column {
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
  margin-left: 35px !important;
}
.section-e .right-content-column .vc_column-inner {
  background-color: #2FBFD1;
  padding: 27px 120px 47px 45px !important;
}
.section-e .right-content-column button.vc_btn3-style-btn-2.tertiary::after {
  left: -55px;
}
@media (max-width: 320px) {
  .section-e .right-content-column button.vc_btn3-style-btn-2.tertiary::after {
    left: 0px;
  }
}
.section-e .right-content-column h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -0.02em;
}
.section-e .right-content-column h5:after {
  display: none;
}
.section-e .right-content-column:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='49' height='57' viewBox='0 0 49 57' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M49 28.5L0.249997 56.6458L0.25 0.354172L49 28.5Z' fill='%23FF513F'/%3E%3C/svg%3E%0A");
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: -20px;
}
.section-e .right-content-column .wpb_text_column {
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .section-e {
    padding-bottom: 113px !important;
    background-position: right bottom !important;
    background-repeat: no-repeat;
    background-image: url("../images/healtty-dc-section-e.svg");
    background-size: 50% 25%;
  }
  .section-e .left-column-content .wpb_text_column {
    text-align: left;
  }
  .section-e .left-column-content h2:after {
    left: 0;
    transform: none;
  }
  .section-e .right-content-column .vc_column-inner {
    width: 505px;
    margin-top: 20px;
    padding: 27px 28px 25px 56px !important;
  }
  .section-e .right-content-column:before {
    top: 55px;
  }
  .section-e .right-content-column button.vc_btn3-style-btn-2.tertiary::after {
    left: 0px;
  }
  .section-e .services-column {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-top: 63px;
  }
  .section-e .services-column .vc_column-inner {
    position: relative;
  }
  .section-e .services-column .vc_column-inner:after {
    content: "";
    background-color: #EFE7D7;
    border-radius: 0px;
    height: 128px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }
  .section-e .services-column:after {
    display: none;
  }
  .section-e .services-column.center-col .vc_column-inner {
    padding-left: 32px;
    padding-right: 9px;
  }
  .section-e .services-column.last-col .vc_column-inner {
    padding-left: 20px;
  }
  .section-e .services-column.last-col .vc_column-inner:after {
    display: none;
  }
  .section-e .services-column.last-col .vc_column-inner {
    padding-right: 0;
  }
  .section-e .services-column .wpb_single_image {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .section-e {
    padding-bottom: 133px !important;
    background-position: 100% 83% !important;
    background-size: 30% 50%;
  }
  .section-e .right-content-column {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 40px;
  }
  .section-e .right-content-column h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 29px;
    letter-spacing: -0.02em;
  }
  .section-e .right-content-column h5:after {
    display: none;
  }
  .section-e .right-content-column:after {
    content: "";
    background-color: #2CB4C5;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: -1;
  }
  .section-e .right-content-column:before {
    left: 20px;
    top: 20px;
  }
  .section-e .right-content-column .vc_column-inner {
    padding: 58px 47px 19px !important;
    background-color: unset !important;
    width: unset;
    margin-top: 0px;
  }
  .section-e .right-content-column .wpb_text_column {
    margin-bottom: 13px;
  }
  .section-e .left-column-content .vc_column-inner {
    padding: 40px 76px 23px 15px !important;
  }
  .section-e .services-column {
    margin-top: 50px;
  }
  .section-e .services-column.last-col .vc_column-inner {
    padding-left: 39px;
  }
  .section-e .services-column.last-col .vc_column-inner:after {
    display: none;
  }
  .section-e .services-column.left-col .vc_column-inner {
    padding-right: 39px;
  }
  .section-e .services-column.center-col .vc_column-inner {
    padding-right: 50px;
    padding-left: 40px;
  }
}
.interior-page .custom-element-block {
  background-image: linear-gradient(to bottom, #1A707B 1%, #0d1c1d 104%);
}
.interior-page .custom-element-block h1, .interior-page .custom-element-block h2, .interior-page .custom-element-block h3, .interior-page .custom-element-block h4, .interior-page .custom-element-block h5, .interior-page .custom-element-block h6, .interior-page .custom-element-block p, .interior-page .custom-element-block li, .interior-page .custom-element-block blockquote, .interior-page .custom-element-block cite, .interior-page .custom-element-block .card-title {
  color: white;
}
.interior-page .custom-element-block .left-side p, .interior-page .custom-element-block .left-side li {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.interior-page .custom-element-block .left-side .link {
  margin-top: 49px;
}
.interior-page .custom-element-block .single-box {
  margin-bottom: 32px;
}
.interior-page .custom-element-block .single-box:last-child {
  margin-bottom: 0;
}
.interior-page .custom-element-block .card {
  background: transparent;
  margin-bottom: 34px;
}
.interior-page .custom-element-block .card:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .interior-page .custom-element-block .card {
    flex-direction: row;
  }
}
.interior-page .custom-element-block .icon-item {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  flex-shrink: 0;
}
.interior-page .custom-element-block .card-body {
  padding-left: 0;
}
@media (min-width: 768px) {
  .interior-page .custom-element-block .card-body {
    padding-left: 35px;
    padding-top: 0;
  }
}
.interior-page .custom-element-block .card-title {
  margin-bottom: 15px;
}
.interior-page .custom-element-block .link {
  margin-top: 14px;
}
.image-carousel-block {
  position: relative;
}
.image-carousel-block h1, .image-carousel-block h2, .image-carousel-block h3, .image-carousel-block h4, .image-carousel-block h6 {
  margin-bottom: 70px;
}
.image-carousel-block .img-item {
  overflow: hidden;
}
.image-carousel-block img {
  position: relative;
  height: 250px !important;
  object-fit: cover;
}
@media (min-width: 768px) {
  .image-carousel-block img {
    height: 532px !important;
  }
}
.image-carousel-block figcaption {
  display: none;
}
@media (min-width: 1200px) {
  .image-carousel-block .photo-gallery-container {
    width: calc(100% + ((100vw - 1110px) / 2));
  }
}
.image-carousel-block .navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .image-carousel-block .navigation-container {
    margin-top: 50px;
  }
}
.image-carousel-block .arrows-container {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .image-carousel-block .arrows-container {
    margin-right: 30px;
  }
}
.image-carousel-block .swiper-button-next, .image-carousel-block .swiper-button-prev {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%232CB4C5'/%3E%3Cpath d='M12.5264 20.3687C11.9741 20.3687 11.5264 20.8164 11.5264 21.3687C11.5264 21.9209 11.9741 22.3687 12.5264 22.3687L12.5264 20.3687ZM30.9177 22.0758C31.3082 21.6852 31.3082 21.0521 30.9177 20.6615L24.5537 14.2976C24.1632 13.9071 23.53 13.9071 23.1395 14.2976C22.749 14.6881 22.749 15.3213 23.1395 15.7118L28.7964 21.3687L23.1395 27.0255C22.749 27.416 22.749 28.0492 23.1395 28.4397C23.53 28.8302 24.1632 28.8302 24.5537 28.4397L30.9177 22.0758ZM12.5264 22.3687L30.2106 22.3687L30.2106 20.3687L12.5264 20.3687L12.5264 22.3687Z' fill='%231C3F41'/%3E%3C/svg%3E%0A");
  background-position: center;
  width: 42px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0 4px;
}
.image-carousel-block .swiper-button-next::after, .image-carousel-block .swiper-button-prev::after {
  display: none;
}
.image-carousel-block .swiper-button-next:hover, .image-carousel-block .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21' cy='21' r='21' fill='%23FF5543'/%3E%3Cpath d='M12.5264 20.3684C11.9741 20.3684 11.5264 20.8161 11.5264 21.3684C11.5264 21.9207 11.9741 22.3684 12.5264 22.3684L12.5264 20.3684ZM30.9177 22.0755C31.3082 21.685 31.3082 21.0518 30.9177 20.6613L24.5537 14.2973C24.1632 13.9068 23.53 13.9068 23.1395 14.2973C22.749 14.6879 22.749 15.321 23.1395 15.7116L28.7964 21.3684L23.1395 27.0253C22.749 27.4158 22.749 28.049 23.1395 28.4395C23.53 28.83 24.1632 28.83 24.5537 28.4395L30.9177 22.0755ZM12.5264 22.3684L30.2106 22.3684L30.2106 20.3684L12.5264 20.3684L12.5264 22.3684Z' fill='%231C3F41'/%3E%3C/svg%3E%0A");
}
.image-carousel-block .swiper-button-prev {
  transform: scaleX(-1);
}
.image-carousel-block .swiper-scrollbar {
  width: 100%;
  background: transparent;
}
.image-carousel-block .swiper-scrollbar::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 3px;
  background: #EFE7D7;
}
.image-carousel-block .swiper-scrollbar-drag {
  height: 6px;
  background: #FF513F;
  width: 190px !important;
  z-index: 1;
}
@media (min-width: 768px) {
  .image-carousel-block.image-auto-width img {
    width: auto !important;
  }
  .image-carousel-block.image-auto-width .swiper-slide {
    width: auto;
  }
}
.image-carousel-block-style-1 {
  position: relative;
}
.image-carousel-block-style-1 h1, .image-carousel-block-style-1 h2, .image-carousel-block-style-1 h3, .image-carousel-block-style-1 h4, .image-carousel-block-style-1 h6 {
  margin-bottom: 60px;
}
.image-carousel-block-style-1 .img-item {
  overflow: hidden;
}
.image-carousel-block-style-1 .img-wrap {
  margin: 0;
  height: 328px;
}
.image-carousel-block-style-1 .img-wrap img {
  height: 100%;
}
.image-carousel-block-style-1 .img-wrap:before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 2;
}
.image-carousel-block-style-1 img {
  position: relative;
  height: 250px !important;
  object-fit: cover;
}
@media (min-width: 768px) {
  .image-carousel-block-style-1 img {
    height: 427px !important;
  }
}
.image-carousel-block-style-1 figcaption {
  margin-top: 16px;
  text-align: left;
  display: none;
}
.image-carousel-block-style-1 .swiper-slide-active figcaption {
  display: block;
}
.image-carousel-block-style-1 .navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 30px;
}
.image-carousel-block-style-1 .arrows-container {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .image-carousel-block-style-1 .arrows-container {
    margin-right: 30px;
  }
}
.image-carousel-block-style-1 .swiper-button-next, .image-carousel-block-style-1 .swiper-button-prev {
  position: relative;
  width: 7.1px;
  height: 11.5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5.987' height='11.31' viewBox='0 0 5.987 11.31'%3e%3cpath fill='none' stroke='%230f3d5e' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l5.181 4.429L10.334 0' transform='rotate(-90 5.697 5.127)'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  outline: none;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0 4px;
}
.image-carousel-block-style-1 .swiper-button-next::after, .image-carousel-block-style-1 .swiper-button-prev::after {
  display: none;
}
.image-carousel-block-style-1 .swiper-button-next:hover, .image-carousel-block-style-1 .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='5.987' height='11.31' viewBox='0 0 5.987 11.31'%3e%3cpath fill='none' stroke='%23717073' stroke-miterlimit='10' stroke-width='1.5px' d='M0 0l5.181 4.429L10.334 0' transform='rotate(-90 5.697 5.127)'/%3e%3c/svg%3e");
}
.image-carousel-block-style-1 .swiper-button-prev {
  transform: scaleX(-1);
}
.image-carousel-block-style-1 .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
}
.image-carousel-block-style-1 .swiper-pagination-bullet {
  opacity: 1;
  background-color: white;
  border: 2px solid #707070;
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
.image-carousel-block-style-1 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #1A707B;
  border-color: #1A707B;
}
.image-carousel-block-style-1 .swiper-scrollbar {
  width: 100%;
  background: #d0d0d0;
}
.image-carousel-block-style-1 .swiper-scrollbar-drag {
  height: 3px;
  background: white;
}
@media (min-width: 768px) {
  .image-carousel-block-style-1.image-auto-width img {
    width: auto;
  }
  .image-carousel-block-style-1.image-auto-width .swiper-slide {
    width: auto;
  }
}
.image-carousel-block-style-1 .swiper-slide-active .img-wrap::before {
  opacity: 0;
}
.image-carousel-block-style-1.center-item-bigger .swiper-slide {
  margin-top: 50px;
}
.image-carousel-block-style-1.center-item-bigger .swiper-slide-active {
  margin: 0;
}
.image-carousel-block-style-1.center-item-bigger .swiper-slide-active .img-wrap {
  height: 416px;
}
.custom_text_image_2 .link {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .custom_text_image_2.image_on_left .side-text {
    margin-left: 8.333333%;
  }
}
@media (min-width: 992px) {
  .custom_text_image_2.image_on_right .side-text {
    margin-left: 8.333333%;
  }
}
@media (min-width: 992px) {
  .custom_text_image_2.image_on_right .side-image {
    order: 1;
    margin-left: 8.333333%;
  }
}
.custom_text_image_2.image_on_right .side-image .image-wrapping .image-fit-contain, .custom_text_image_2.image_on_right .side-image .wp-block-image .image-fit-contain {
  object-position: left center;
}
.custom_text_image_2.image_on_right .side-image .image-wrapping figcaption, .custom_text_image_2.image_on_right .side-image .wp-block-image figcaption {
  text-align: left;
}
.custom_text_image .link {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .custom_text_image.image_on_right .side-image {
    order: 1;
  }
}
.custom_text_image.image_on_right .side-image .image-wrapping .image-fit-contain, .custom_text_image.image_on_right .side-image .wp-block-image .image-fit-contain {
  object-position: left center;
}
.custom_text_image.image_on_right .side-image .image-wrapping figcaption, .custom_text_image.image_on_right .side-image .wp-block-image figcaption {
  text-align: left;
}
.not-colored-block + .not-colored-block {
  padding-top: 0 !important;
}
.interior-page .image-list-block {
  background-color: #1C3F41;
}
.interior-page .image-list-block h1, .interior-page .image-list-block h2, .interior-page .image-list-block h3, .interior-page .image-list-block h4, .interior-page .image-list-block h5, .interior-page .image-list-block h6, .interior-page .image-list-block p, .interior-page .image-list-block li, .interior-page .image-list-block blockquote, .interior-page .image-list-block cite {
  color: white;
}
.interior-page .image-list-block .link {
  margin-top: 30px;
}
.interior-page .image-list-block ul.list li {
  padding-left: 60px;
  margin-bottom: 35px;
}
.interior-page .image-list-block ul.list li:last-child {
  margin-bottom: 0;
}
.interior-page .image-list-block ul.list li::after {
  width: 31.8px;
  height: 2px;
  border-radius: 0;
  top: 7px;
  background: currentColor;
}
@media (min-width: 992px) {
  .interior-page .image-list-block.image_on_left .side-text {
    margin-left: 8.333333%;
  }
}
@media (min-width: 992px) {
  .interior-page .image-list-block.image_on_right .side-image {
    order: 1;
    margin-left: 8.333333%;
  }
}
.interior-page .image-list-block.image_on_right .side-image .image-wrapping .image-fit-contain, .interior-page .image-list-block.image_on_right .side-image .wp-block-image .image-fit-contain {
  object-position: left center;
}
.interior-page .image-list-block.image_on_right .side-image .image-wrapping figcaption, .interior-page .image-list-block.image_on_right .side-image .wp-block-image figcaption {
  text-align: left;
}
.interior-page .text-list-block h1, .interior-page .text-list-block h2, .interior-page .text-list-block h3, .interior-page .text-list-block h4, .interior-page .text-list-block h5, .interior-page .text-list-block h6, .interior-page .text-list-block p, .interior-page .text-list-block li, .interior-page .text-list-block blockquote, .interior-page .text-list-block cite {
  color: inherit !important;
}
.interior-page .text-list-block h1 a, .interior-page .text-list-block h2 a, .interior-page .text-list-block h3 a, .interior-page .text-list-block h4 a, .interior-page .text-list-block h5 a, .interior-page .text-list-block h6 a, .interior-page .text-list-block p a, .interior-page .text-list-block li a, .interior-page .text-list-block blockquote a, .interior-page .text-list-block cite a {
  color: inherit;
}
.interior-page .text-list-block .link {
  margin-top: 30px;
}
.interior-page .text-list-block ul.list li, .interior-page .text-list-block ul li {
  margin-bottom: 35px !important;
}
.interior-page .text-list-block ul.list li:last-child, .interior-page .text-list-block ul li:last-child {
  margin-bottom: 0 !important;
}
.interior-page .text-list-block ul.list li::after, .interior-page .text-list-block ul li::after {
  background: currentColor !important;
}
.custom-block.text-only-block {
  position: relative;
}
.custom-block.text-only-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.custom-block.text-only-block.solid-background-color::before {
  background: inherit;
}
.custom-block.text-only-block.default-design-style::before {
  background: #eaf3ec;
}
.custom-block.text-only-block.default-design-style h1, .custom-block.text-only-block.default-design-style h2, .custom-block.text-only-block.default-design-style h3, .custom-block.text-only-block.default-design-style h4, .custom-block.text-only-block.default-design-style h5, .custom-block.text-only-block.default-design-style h6 {
  color: #1C3F41;
}
.custom-block.text-only-block.default-design-style p, .custom-block.text-only-block.default-design-style li {
  color: #5C7576;
}
.custom-block.text-only-block.default-design-style blockquote, .custom-block.text-only-block.default-design-style cite {
  color: #1C3F41;
}
.custom-block.text-only-block.default-design-style blockquote p, .custom-block.text-only-block.default-design-style cite p {
  color: #1C3F41;
}
.custom-block.text-only-block .container {
  position: relative;
  z-index: 5;
}
.custom-block.text-only-block h1, .custom-block.text-only-block h2, .custom-block.text-only-block h3, .custom-block.text-only-block h4, .custom-block.text-only-block h5, .custom-block.text-only-block h6, .custom-block.text-only-block p, .custom-block.text-only-block li, .custom-block.text-only-block blockquote, .custom-block.text-only-block cite {
  color: inherit;
}
.custom-block.text-only-block h1 a, .custom-block.text-only-block h2 a, .custom-block.text-only-block h3 a, .custom-block.text-only-block h4 a, .custom-block.text-only-block h5 a, .custom-block.text-only-block h6 a, .custom-block.text-only-block p a, .custom-block.text-only-block li a, .custom-block.text-only-block blockquote a, .custom-block.text-only-block cite a {
  color: inherit !important;
}
.custom-block.text-only-block li:before {
  color: inherit !important;
}
.custom-block.text-only-block blockquote {
  margin: 27px 0 37px;
  padding: 37px 0;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.custom-block.text-only-block blockquote p, .custom-block.text-only-block blockquote li, .custom-block.text-only-block blockquote cite {
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}
.custom-block.text-only-block.background-extended {
  padding-bottom: 0 !important;
}
.custom-block.text-only-block.background-extended:before {
  height: calc(100% + 100px);
}
@media (min-width: 768px) {
  .custom-block.text-only-block.background-extended:before {
    height: calc(100% + 250px);
  }
}
.custom-team-bios-block {
  position: relative;
}
.custom-team-bios-block.option-05 .card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
}
.custom-team-bios-block.option-05 .card:hover .img-wrap::before {
  opacity: 1;
}
.custom-team-bios-block.option-05 .card:hover .hover-box {
  z-index: 5;
  opacity: 1;
}
.custom-team-bios-block.option-05 .card:hover .card-body {
  z-index: 0;
}
.custom-team-bios-block.option-05 .card:hover .team-main-info {
  left: -100%;
}
.custom-team-bios-block.option-05 .img-wrap {
  height: 100%;
  margin: 0;
  position: absolute;
}
.custom-team-bios-block.option-05 .img-wrap::before {
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  opacity: 0;
}
.custom-team-bios-block.option-05 .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-team-bios-block.option-05 .hover-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 0;
  opacity: 0;
}
.custom-team-bios-block.option-05 .btn-modal {
  background: transparent;
  border: none;
  color: white;
  display: flex;
  align-items: center;
  margin: auto;
  position: absolute;
}
.custom-team-bios-block.option-05 .btn-modal i {
  font-size: 27px;
}
.custom-team-bios-block.option-05 .btn-modal span {
  margin-right: 15px;
  font-size: 20px;
}
.custom-team-bios-block.option-05 .btn-modal:hover {
  opacity: 0.5;
}
.custom-team-bios-block.option-05 .networks {
  margin-bottom: 20px;
  margin-top: auto;
}
.custom-team-bios-block.option-05 .networks ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-team-bios-block.option-05 .networks ul.social li {
  padding-left: 0;
}
.custom-team-bios-block.option-05 .networks ul.social li::after {
  display: none;
}
.custom-team-bios-block.option-05 .networks ul.social li a {
  font-size: 13px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-team-bios-block.option-05 .networks ul.social li a i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1C3F41;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-team-bios-block.option-05 .networks ul.social li a span {
  margin-left: 5px;
  color: #ffffff;
  font-weight: 700;
}
.custom-team-bios-block.option-05 .networks ul.social li a:hover i {
  background-color: #2FBFD1;
}
.custom-team-bios-block.option-05 .networks ul.social li a:hover span {
  color: #ffffff;
  opacity: 0.8;
}
.custom-team-bios-block.option-05 .card-body {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 6;
  display: flex;
  align-items: flex-end;
  padding-left: 0;
}
.custom-team-bios-block.option-05 .team-main-info {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  padding-left: 20px;
  position: relative;
  transition: 0.4s;
  left: 0;
}
.custom-team-bios-block.option-05 .team-main-info h2, .custom-team-bios-block.option-05 .team-main-info h3 {
  font-family: "roboto", sans-serif !important;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  margin: 0 0 5px;
  padding: 0 !important;
}
.custom-team-bios-block.option-05 .team-main-info h3 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
.teambios-modal.modal-option-05 .modal-content {
  position: relative;
}
.teambios-modal.modal-option-05 .modal-header {
  padding: 0;
  border: none;
}
.teambios-modal.modal-option-05 .close {
  background: #1C3F41;
  color: white;
  opacity: 1;
  width: 45px;
  height: 45px;
  border-radius: 0 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  z-index: 5;
}
.teambios-modal.modal-option-05 .img-wrap {
  height: 167px;
}
@media (min-width: 768px) {
  .teambios-modal.modal-option-05 .img-wrap {
    height: 227px;
  }
}
.teambios-modal.modal-option-05 .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.teambios-modal.modal-option-05 .position h2, .teambios-modal.modal-option-05 .position h3 {
  font-family: "roboto", sans-serif !important;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .teambios-modal.modal-option-05 .name {
    padding-right: 40px;
    margin-top: 40px;
  }
}
.teambios-modal.modal-option-05 ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.teambios-modal.modal-option-05 ul.social li {
  padding-left: 0;
}
.teambios-modal.modal-option-05 ul.social li::after {
  display: none;
}
.teambios-modal.modal-option-05 ul.social li a {
  font-size: 13px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teambios-modal.modal-option-05 ul.social li a i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #1C3F41;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.teambios-modal.modal-option-05 ul.social li a span {
  margin-left: 5px;
  color: #1C3F41;
  font-weight: 700;
}
.teambios-modal.modal-option-05 ul.social li a:hover i {
  background-color: #2FBFD1;
}
.teambios-modal.modal-option-05 ul.social li a:hover span {
  color: #2FBFD1;
}
.custom-text-video-block {
  position: relative;
}
.custom-text-video-block.solid-background-color::before {
  background: inherit;
}
.custom-text-video-block h1, .custom-text-video-block h2, .custom-text-video-block h3, .custom-text-video-block h4, .custom-text-video-block h5, .custom-text-video-block h6 {
  text-transform: uppercase;
}
.custom-text-video-block h1, .custom-text-video-block h2, .custom-text-video-block h3, .custom-text-video-block h4, .custom-text-video-block h5, .custom-text-video-block h6, .custom-text-video-block p, .custom-text-video-block li, .custom-text-video-block blockquote, .custom-text-video-block cite {
  color: inherit;
}
@media (min-width: 768px) {
  .custom-text-video-block .card.img-bg {
    min-height: 510px;
  }
  .custom-text-video-block .card.img-bg::before {
    content: "";
    display: block;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='86' height='58.675'%3e%3cdefs%3e%3cstyle%3e .cls-1%7bfill:%23fff%7d %3c/style%3e%3c/defs%3e%3cg id='Group_4064' data-name='Group 4064' transform='translate(-1626.142 -215.833)'%3e%3cpath id='Path_11420' data-name='Path 11420' class='cls-1' d='M1630.167 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z'/%3e%3cpath id='Path_11421' data-name='Path 11421' class='cls-1' d='M1659.312 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483)'/%3e%3cpath id='Path_11422' data-name='Path 11422' class='cls-1' d='M1688.458 217.845a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966)'/%3e%3cpath id='Path_11423' data-name='Path 11423' class='cls-1' d='M1717.6 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448)'/%3e%3cpath id='Path_11424' data-name='Path 11424' class='cls-1' d='M1746.748 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932)'/%3e%3cpath id='Path_11425' data-name='Path 11425' class='cls-1' d='M1775.894 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414)'/%3e%3cpath id='Path_11426' data-name='Path 11426' class='cls-1' d='M1805.039 217.845a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897)'/%3e%3cpath id='Path_11427' data-name='Path 11427' class='cls-1' d='M1630.167 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -15.483)'/%3e%3cpath id='Path_11428' data-name='Path 11428' class='cls-1' d='M1659.312 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -15.483)'/%3e%3cpath id='Path_11429' data-name='Path 11429' class='cls-1' d='M1688.458 246.99a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -15.483)'/%3e%3cpath id='Path_11430' data-name='Path 11430' class='cls-1' d='M1717.6 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -15.483)'/%3e%3cpath id='Path_11431' data-name='Path 11431' class='cls-1' d='M1746.748 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -15.483)'/%3e%3cpath id='Path_11432' data-name='Path 11432' class='cls-1' d='M1775.894 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -15.483)'/%3e%3cpath id='Path_11433' data-name='Path 11433' class='cls-1' d='M1805.039 246.99a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -15.483)'/%3e%3cpath id='Path_11434' data-name='Path 11434' class='cls-1' d='M1630.167 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -30.966)'/%3e%3cpath id='Path_11435' data-name='Path 11435' class='cls-1' d='M1659.312 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -30.966)'/%3e%3cpath id='Path_11436' data-name='Path 11436' class='cls-1' d='M1688.458 276.136a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -30.966)'/%3e%3cpath id='Path_11437' data-name='Path 11437' class='cls-1' d='M1717.6 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -30.966)'/%3e%3ccircle id='Ellipse_815' data-name='Ellipse 815' class='cls-1' cx='2.012' cy='2.012' r='2.012' transform='translate(1680.792 243.158)'/%3e%3cpath id='Path_11438' data-name='Path 11438' class='cls-1' d='M1775.894 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -30.966)'/%3e%3cpath id='Path_11439' data-name='Path 11439' class='cls-1' d='M1805.039 276.136a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -30.966)'/%3e%3cpath id='Path_11440' data-name='Path 11440' class='cls-1' d='M1630.167 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(0 -46.448)'/%3e%3cpath id='Path_11441' data-name='Path 11441' class='cls-1' d='M1659.312 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -46.448)'/%3e%3cpath id='Path_11442' data-name='Path 11442' class='cls-1' d='M1688.458 305.281a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -46.448)'/%3e%3cpath id='Path_11443' data-name='Path 11443' class='cls-1' d='M1717.6 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -46.448)'/%3e%3cpath id='Path_11444' data-name='Path 11444' class='cls-1' d='M1746.748 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -46.448)'/%3e%3cpath id='Path_11445' data-name='Path 11445' class='cls-1' d='M1775.894 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -46.448)'/%3e%3cpath id='Path_11446' data-name='Path 11446' class='cls-1' d='M1805.039 305.281a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -46.448)'/%3e%3cpath id='Path_11447' data-name='Path 11447' class='cls-1' d='M1630.167 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(0 -61.932)'/%3e%3cpath id='Path_11448' data-name='Path 11448' class='cls-1' d='M1659.312 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-15.483 -61.932)'/%3e%3cpath id='Path_11449' data-name='Path 11449' class='cls-1' d='M1688.458 334.427a2.012 2.012 0 1 1-2.012-2.012 2.013 2.013 0 0 1 2.012 2.012z' transform='translate(-30.966 -61.932)'/%3e%3cpath id='Path_11450' data-name='Path 11450' class='cls-1' d='M1717.6 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-46.448 -61.932)'/%3e%3cpath id='Path_11451' data-name='Path 11451' class='cls-1' d='M1746.748 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-61.932 -61.932)'/%3e%3cpath id='Path_11452' data-name='Path 11452' class='cls-1' d='M1775.894 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-77.414 -61.932)'/%3e%3cpath id='Path_11453' data-name='Path 11453' class='cls-1' d='M1805.039 334.427a2.012 2.012 0 1 1-2.012-2.012 2.012 2.012 0 0 1 2.012 2.012z' transform='translate(-92.897 -61.932)'/%3e%3c/g%3e%3c/svg%3e ");
    width: 86px;
    height: 58.7px;
    position: absolute;
    top: -20px;
    left: -36px;
  }
}
.custom-text-video-block .img-wrap img {
  height: 100%;
}
.custom-text-video-block .img-wrap::before {
  opacity: 0.27;
  background-color: #000000;
  z-index: 2;
}
.related-cards-container h3 {
  color: #FFEDCE;
}
@media (min-width: 992px) {
  .related-cards-container h3 {
    text-align: center;
  }
}
.related-card {
  border-radius: 4px;
  background-color: rgba(159, 210, 172, 0.7);
  margin-bottom: 20px;
}
.related-card:hover {
  background-color: #ffe8c1;
}
.related-card:hover .card-title {
  color: #ffffff;
}
.related-card:hover .date {
  color: #ffffff;
}
.related-card .card-body {
  padding: 36px 29px 37px;
}
.related-card .card-title {
  color: #ffe8c1;
  margin-bottom: 13px;
}
.related-card .date {
  color: #ffe8c1;
}
.directory-card {
  border-radius: 4px;
  box-shadow: 4px 2px 22px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
}
.directory-card:hover {
  box-shadow: 4px 2px 22px 0 rgba(0, 0, 0, 0.2);
}
.directory-card:hover .card-title {
  color: #2FBFD1;
}
.directory-card .img-wrap {
  height: 172px;
  margin: 0;
}
.directory-card .img-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.directory-card .card-body {
  padding: 0px 34px 29px;
}
@media (min-width: 992px) {
  .directory-card .card-body {
    padding-right: 95px;
  }
}
.directory-card .categories-container {
  padding: 7px 16px 8px;
  background-color: #808285;
  display: inline-flex;
  margin-bottom: 28px;
  width: auto;
}
.directory-card .category {
  font-size: 11px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #ffffff;
  margin-bottom: 0;
}
.directory-card .category:last-child {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.directory-card .tags-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.directory-card .tag {
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.64;
  letter-spacing: normal;
  color: #fff;
  padding: 3px 8px 5px;
  border-radius: 4px;
  background-color: #9fd2ac;
  margin-right: 7px;
  margin-bottom: 7px;
}
.directory-card .tag:last-child {
  margin-right: 0;
}
.directory-card .card-title {
  color: #FFEDCE;
  margin-bottom: 16px;
}
.directory-card .card-text {
  margin-bottom: 9px;
}
.directory-card .card-text p, .directory-card .card-text li {
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1.03px;
  text-align: left;
  color: #0d1c1d !important;
  text-transform: uppercase;
}
.directory-card .link {
  margin-top: 16px;
}
.custom-directory-block {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.custom-directory-block .filter-tools {
  position: relative;
  padding: 44px 0;
}
.custom-directory-block .filter-tools::before {
  content: "";
  display: block;
  width: 1392px;
  height: 100%;
  border-radius: 2px;
  background-color: #0d1c1d;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .custom-directory-block .filter-tools {
    margin-top: -70px;
  }
}
@media (min-width: 992px) {
  .custom-directory-block .filter-tools {
    margin-top: -90px;
  }
}
.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(1n) {
  animation-delay: 0.1s;
}
.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(2n) {
  animation-delay: 0.2s;
}
.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(3n) {
  animation-delay: 0.3s;
}
.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(4n) {
  animation-delay: 0.4s;
}
.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(5n) {
  animation-delay: 0.5s;
}
.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(6n) {
  animation-delay: 0.6s;
}
.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(7n) {
  animation-delay: 0.7s;
}
.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(8n) {
  animation-delay: 0.8s;
}
.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(9n) {
  animation-delay: 0.9s;
}
.custom-directory-block .filter-tools ul.order-list li ul li:nth-child(10n) {
  animation-delay: 1s;
}
.custom-directory-block .filter-tools ul.order-list {
  list-style: none;
  padding: 0;
  margin: 30px auto;
  z-index: 10;
}
@media (min-width: 768px) {
  .custom-directory-block .filter-tools ul.order-list {
    margin-right: 0;
  }
  .custom-directory-block .filter-tools ul.order-list li ul {
    position: absolute !important;
    top: 40px;
  }
}
.custom-directory-block .filter-tools ul.order-list li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.custom-directory-block .filter-tools ul.order-list li ul {
  justify-content: center;
  align-items: center;
  position: relative;
  list-style: none;
  padding: 0;
}
.custom-directory-block .filter-tools ul.order-list li ul li {
  display: none;
  animation: rotateX 300ms ease-in-out forwards;
  transform-origin: top center;
  opacity: 0;
}
.custom-directory-block .filter-tools ul.order-list li ul li a, .custom-directory-block .filter-tools ul.order-list li ul li button {
  display: block;
  margin: 5px;
  background-color: #ececec;
  color: #EDF3F3;
  padding: 12px 14px;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  text-decoration: none;
}
.custom-directory-block .filter-tools ul.order-list li ul li a:hover, .custom-directory-block .filter-tools ul.order-list li ul li button:hover {
  background: #2FBFD1;
  color: white;
}
@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
.custom-directory-block .filter-tools ul.order-list li.list-icon {
  cursor: pointer;
}
.custom-directory-block .filter-tools ul.order-list li.list-icon i {
  margin-bottom: 10px;
  width: 39px;
  height: 39px;
  background-color: #ececec;
  color: #EDF3F3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.custom-directory-block .filter-tools ul.order-list li.list-icon:hover i {
  background: #2FBFD1;
  color: white;
}
.custom-directory-block .filter-tools ul.order-list li.list-icon:hover ul li {
  display: block;
}
.custom-directory-block .filter-tools legend {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -0.1px;
  color: white;
  margin-bottom: 13px;
}
.custom-directory-block .filter-tools .form-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .custom-directory-block .filter-tools .form-container {
    flex-wrap: wrap;
    flex-direction: row;
  }
}
.custom-directory-block .filter-tools .form-item {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .custom-directory-block .filter-tools .form-item {
    padding-right: 15px;
  }
  .custom-directory-block .filter-tools .form-item:nth-child(1) {
    width: 50%;
  }
  .custom-directory-block .filter-tools .form-item:nth-child(2) {
    width: 50%;
  }
  .custom-directory-block .filter-tools .form-item:nth-child(3) {
    width: 50%;
  }
  .custom-directory-block .filter-tools .form-item:nth-child(4) {
    width: 50%;
  }
  .custom-directory-block .filter-tools .form-item:nth-child(5) {
    width: 100%;
  }
  .custom-directory-block .filter-tools .form-item:nth-child(6) {
    width: auto;
  }
  .custom-directory-block .filter-tools .form-item:nth-child(7) {
    width: auto;
  }
}
@media (min-width: 992px) {
  .custom-directory-block .filter-tools .form-item:nth-child(1) {
    width: 25%;
  }
  .custom-directory-block .filter-tools .form-item:nth-child(2) {
    width: 25%;
  }
  .custom-directory-block .filter-tools .form-item:nth-child(3) {
    width: 25%;
  }
  .custom-directory-block .filter-tools .form-item:nth-child(4) {
    width: 25%;
  }
}
.custom-directory-block .filter-tools input[type="submit"], .custom-directory-block .filter-tools [type="reset"] {
  width: 100%;
  min-width: auto;
  justify-content: center;
}
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]) {
  font-family: "roboto", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.72px;
  color: white;
  background: rgba(159, 210, 172, 0.56);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath clip-rule='evenodd' d='M14 7.5a6.5 6.5 0 1 1-13.001 0A6.5 6.5 0 0 1 14 7.5zM17.665 17.665v0a1.15 1.15 0 0 1-1.624 0l-2.706-2.706a1.15 1.15 0 0 1 0-1.624 1.15 1.15 0 0 1 1.624 0l2.706 2.706a1.15 1.15 0 0 1 0 1.624z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='m13 13-1-1' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 20px center;
  border-radius: 2px;
  border: none;
  height: 59px;
  min-height: auto;
  padding: 12px 21px;
  padding-left: 48px;
  text-align: left;
  width: 100% !important;
  margin-bottom: 0;
  text-transform: none;
  /* firefox 19+ */
  /* ie */
}
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"])::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"])::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active, .custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus {
  box-shadow: none;
  outline: none;
  /* firefox 19+ */
  /* ie */
}
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active::-webkit-input-placeholder, .custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus::-webkit-input-placeholder {
  opacity: 1;
}
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active::-moz-placeholder, .custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus::-moz-placeholder {
  opacity: 1;
}
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active:-ms-input-placeholder, .custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus:-ms-input-placeholder {
  opacity: 1;
}
.custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill, .custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:hover, .custom-directory-block .filter-tools input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:focus {
  background: transparent !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}
.custom-directory-block .filter-tools select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='3' viewBox='0 0 8 3'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%23fff'%3e%3cpath d='M331 36L334 39 337 36' transform='translate(-494.000000, -8369.000000) translate(164.000000, 8333.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: calc(100% - 20px) center;
  font-family: "roboto", sans-serif !important;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.72px;
  color: white;
  background-color: rgba(159, 210, 172, 0.56);
  border-radius: 2px;
  border: none;
  height: 59px;
  min-height: auto;
  padding: 12px 21px;
  text-align: left;
  width: 100% !important;
  margin-bottom: 0;
  text-transform: none;
}
.custom-directory-block .filter-tools select option {
  height: 50px;
  color: #fff;
}
.custom-directory-block .filter-tools select:focus, .custom-directory-block .filter-tools select:active {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='3' viewBox='0 0 8 3'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%23FFF'%3e%3cpath d='M331 36L334 39 337 36' transform='translate(-494.000000, -8369.000000) translate(164.000000, 8333.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  transition: all 0.4s ease;
  box-shadow: none;
  outline: none;
}
.custom-directory-block .filter-results .filter-results-container .single-box {
  padding-bottom: 30px;
  border-bottom: 1px solid #9fd2ac;
}
.custom-directory-block .filter-results .filter-results-container .single-box:nth-last-child(2) {
  margin: 0;
}
#moreFiltersModal .modal-content {
  border-radius: 6px;
}
#moreFiltersModal .modal-content .modal-header {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.more-filters-form .more-filters-form-content-wrap {
  overflow: auto;
  height: calc(100vh - 180px);
}
.more-filters-form .more-filters-form-content-wrap::-webkit-scrollbar {
  width: 1em;
}
.more-filters-form .more-filters-form-content-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border: none;
}
.more-filters-form .more-filters-form-content-wrap::-webkit-scrollbar-thumb {
  background-color: #1C3F41;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .more-filters-form .more-filters-form-content-wrap {
    height: calc(100vh - 210px);
  }
}
.more-filters-form fieldset {
  margin-top: 8px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d4d2d2;
  overflow: hidden;
}
.more-filters-form legend {
  font-family: "roboto", sans-serif !important;
  font-size: 31px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: auto;
  letter-spacing: normal;
  color: #393e46;
}
.more-filters-form label {
  font-family: "roboto", sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #393e46;
}
.more-filters-form .input-item {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .more-filters-form .input-item {
    margin-bottom: 0;
  }
}
.more-filters-form .checkbox-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.more-filters-form .checkbox-item label {
  margin: 0;
}
.more-filters-form [type="checkbox"] {
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.9 23' style='enable-background:new 0 0 26.9 23;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23CDCDD5;stroke-width:1.7;%7d %3c/style%3e%3cpath class='st0' d='M8,2.8h11c1.7,0,3.1,1.4,3.1,3.2v11c0,1.7-1.4,3.1-3.1,3.1H8c-1.7,0-3.2-1.4-3.2-3.1V6C4.8,4.3,6.3,2.8,8,2.8z' /%3e%3c/svg%3e ");
  w: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  background-position: center;
  background-size: cover;
  padding: 9px;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  font-family: "Open Sans", sans-serif !important;
  color: black;
  cursor: pointer;
  display: inline-block !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  margin-right: 15px;
  color: #fff;
}
.more-filters-form [type="checkbox"]:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' encoding='utf-8'?%3e%3c!-- Generator: Adobe Illustrator 24.3.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3e%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 27 23' style='enable-background:new 0 0 27 23;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23983f87;%7d .st1%7bfill:none;stroke:%23FFFFFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cpath class='st0' d='M8,2h11c2.2,0,4,1.8,4,4v11c0,2.2-1.8,4-4,4H8c-2.2,0-4-1.8-4-4V6C4,3.8,5.8,2,8,2z'/%3e%3cpath class='st1' d='M9,12.2l3.1,2.8L18,8'/%3e%3c/svg%3e ");
}
.more-filters-form [type="checkbox"]:checked + label {
  color: #2FBFD1;
}
.more-filters-form .select-item label {
  display: block;
}
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]) {
  border: 1px solid #d4d2d2;
  color: #9d9da6;
  min-height: 40px;
  padding: 10px 22px;
  font-size: 14px;
  background: transparent;
  /* firefox 19+ */
  /* ie */
}
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"])::-webkit-input-placeholder {
  color: #9d9da6;
  opacity: 1;
}
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"])::-moz-placeholder {
  color: #9d9da6;
  opacity: 1;
}
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-ms-input-placeholder {
  color: #9d9da6;
  opacity: 1;
}
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active, .more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus {
  box-shadow: none;
  border-color: #2FBFD1;
  outline: none;
  color: #2FBFD1;
  background-color: rgba(156, 218, 164, 0);
  /* firefox 19+ */
  /* ie */
}
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active::-webkit-input-placeholder, .more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus::-webkit-input-placeholder {
  color: #2FBFD1;
  opacity: 1;
}
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active::-moz-placeholder, .more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus::-moz-placeholder {
  color: #2FBFD1;
  opacity: 1;
}
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):active:-ms-input-placeholder, .more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):focus:-ms-input-placeholder {
  color: #2FBFD1;
  opacity: 1;
}
.more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill, .more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:hover, .more-filters-form input:not([type="checkbox"]):not([type="submit"]):not([type="reset"]):-webkit-autofill:focus {
  background: transparent !important;
  color: #2FBFD1 !important;
  -webkit-text-fill-color: #2FBFD1 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.more-filters-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%239d9da6;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: calc(100% - 20px) center;
  line-height: 1.5em;
  transition: all 0.4s ease;
  color: #9d9da6;
  border: 1px solid #d4d2d2;
  min-height: 40px;
  padding: 10px 22px;
  padding-right: 44px;
  font-size: 14px;
}
.more-filters-form select option {
  height: 50px;
  color: #9d9da6;
}
.more-filters-form select:focus, .more-filters-form select:active {
  border-color: #2FBFD1;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23983f87;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  transition: all 0.4s ease;
  box-shadow: none;
  outline: none;
  color: #2FBFD1;
}
.more-filters-form .more-filters-form-footer {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
}
.more-filters-form .more-filters-form-footer a, .more-filters-form .more-filters-form-footer button, .more-filters-form .more-filters-form-footer input {
  margin-left: 15px;
}
.directory-container .filters-row {
  align-items: stretch;
}
.directory-container .filters-row .col-md-2.col-12 {
  align-self: center;
}
.directory-container .filters-row .col-md-2.col-12 .form-item.submit-item {
  text-align: left;
}
.directory-container .filters-row .col-md-2.col-12 .form-item.submit-item input {
  height: 100%;
}
.custom-testimonials-block {
  position: relative;
}
.custom-testimonials-block .testimonials-container {
  overflow: hidden;
}
@media (min-width: 992px) {
  .custom-testimonials-block .testimonials-container {
    width: calc(100% + ((100vw - 930px) / 2));
  }
}
@media (min-width: 1200px) {
  .custom-testimonials-block .testimonials-container {
    width: calc(100% + ((100vw - 1110px) / 2));
  }
}
.custom-testimonials-block .swiper-slide .card {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.07);
}
.custom-testimonials-block .card {
  margin: 15px;
  border: none;
  border-radius: 6px;
  padding: 54px 31px 29px;
  background: #FF513F;
  min-height: 276px;
}
@media (min-width: 992px) {
  .custom-testimonials-block .card {
    padding: 76px 94px 61px 95px;
    height: 376px;
  }
}
.custom-testimonials-block h1, .custom-testimonials-block h2, .custom-testimonials-block h3, .custom-testimonials-block h4, .custom-testimonials-block h5, .custom-testimonials-block h6 {
  color: #1C3F41;
}
.custom-testimonials-block blockquote, .custom-testimonials-block p, .custom-testimonials-block blockquote p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #1C3F41;
}
.custom-testimonials-block cite {
  font-family: "halyard-display", sans-serif !important;
  font-size: 15px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.13px;
  text-align: left;
  color: #1C3F41;
  text-transform: none;
  margin-top: 0px;
}
.custom-testimonials-block cite span {
  font-family: "roboto", sans-serif !important;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
  margin-top: 4px;
  display: block;
}
.custom-testimonials-block .info-wrap {
  display: flex;
  flex-direction: column;
}
.custom-testimonials-block .img-wrap {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 0;
  margin-right: 16px;
  flex-shrink: 0;
}
.custom-testimonials-block .img-wrap img {
  height: 101%;
  height: 101%;
  object-position: center;
  object-fit: cover;
}
.custom-testimonials-block .cite-container {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.custom-testimonials-block .navigation-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}
.custom-testimonials-block .arrows-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 54px;
}
.custom-testimonials-block .swiper-button-next, .custom-testimonials-block .swiper-button-prev {
  position: relative;
  width: 20.6px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%233b3b3b' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0 4px;
  outline: none;
}
.custom-testimonials-block .swiper-button-next::after, .custom-testimonials-block .swiper-button-prev::after {
  display: none;
}
.custom-testimonials-block .swiper-button-next:hover, .custom-testimonials-block .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20.6' height='9.978' viewBox='0 0 20.6 9.978'%3e%3cg%3e%3cg%3e%3cpath fill='%238d8d8d' d='M20.364 136.419l-4.2-4.184a.8.8 0 0 0-1.135 1.141l2.823 2.809H.8a.8.8 0 0 0 0 1.609h17.046l-2.823 2.806a.8.8 0 0 0 1.135 1.141l4.2-4.184a.805.805 0 0 0 .006-1.138z' transform='rotate(180 10.3 70.989) translate(0 132) translate(0 -132)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
}
.custom-testimonials-block .swiper-button-next {
  transform: scaleX(-1);
}
.custom-testimonials-block .swiper-pagination {
  position: relative;
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .custom-testimonials-block .swiper-pagination {
    justify-content: flex-start;
    padding-left: 11px;
  }
}
.custom-testimonials-block .swiper-pagination-bullet {
  opacity: 1;
  background-color: transparent;
  margin: 0 10px;
  border: 1px solid #2FBFD1;
  width: 12px;
  height: 12px;
}
.custom-testimonials-block .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #2FBFD1;
}
/*START Interior Top (BANNER)--------------------------------------------------*/
.interior-banner {
  background-color: #1C3F41;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
}
@media (min-width: 678px) {
  .interior-banner {
    min-height: 660px;
  }
}
@media (min-width: 1200px) {
  .interior-banner {
    min-height: 390px;
  }
}
.interior-banner .container {
  position: relative;
  z-index: 10;
}
.interior-banner .banner-wrapping {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.interior-banner .banner-wrapping img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interior-banner .banner-wrapping::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/interior-banner-overlay.png");
  background-size: cover;
  background-position: top;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.interior-banner .banner-wrapping:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='5' viewBox='0 0 1440 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1287.89' height='5' fill='%23FF5543'/%3E%3Crect x='909.632' width='530.368' height='5' fill='%232CB4C5'/%3E%3C/svg%3E%0A");
  width: 100vw;
  height: 5px;
  position: absolute;
  bottom: 0;
  background-size: cover;
  z-index: 3;
}
.interior-banner .title-page {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .interior-banner .title-page {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .interior-banner .title-page {
    padding-bottom: 60px;
  }
}
.interior-banner .title-page h1 {
  color: white;
  margin: 0;
}
.interior-banner .banner-text {
  font-size: 19px;
  line-height: 26px;
  font-weight: 800;
  color: #ffffff;
}
.interior-page.single .content-page .wp-block-media-text__content {
  padding: 10px 0 0 0px;
}
@media (min-width: 768px) {
  .interior-page.single .content-page .wp-block-media-text__content {
    padding: 0 8%;
  }
}
/*END Interior Top (BANNER)------------------------------------------*/
.elevation-block {
  position: relative;
  padding: 50px 0;
}
@media (min-width: 576px) {
  .elevation-block {
    padding: 70px 0;
  }
}
.elevation-block .vc_column-inner {
  padding-top: 0 !important;
}
.elevation-block ul, .elevation-block ol {
  padding-left: 20px;
}
.elevation-block ul li, .elevation-block ol li {
  margin-bottom: 5px;
}
.elevation-block ul li::marker, .elevation-block ol li::marker {
  color: #FF513F;
  font-size: 1.2em;
}
.elevation-block ul li ul, .elevation-block ul li ol, .elevation-block ol li ul, .elevation-block ol li ol {
  margin-top: 15px;
}
.elevation-block ul li ul li, .elevation-block ul li ol li, .elevation-block ol li ul li, .elevation-block ol li ol li {
  margin-bottom: 5px;
}
.elevation-block ul li ul li ul, .elevation-block ul li ul li ol, .elevation-block ul li ol li ul, .elevation-block ul li ol li ol, .elevation-block ol li ul li ul, .elevation-block ol li ul li ol, .elevation-block ol li ol li ul, .elevation-block ol li ol li ol {
  margin-top: 15px;
}
.elevation-block ul h1, .elevation-block ul h2, .elevation-block ul h3, .elevation-block ul h4, .elevation-block ul h5, .elevation-block ul h6, .elevation-block ol h1, .elevation-block ol h2, .elevation-block ol h3, .elevation-block ol h4, .elevation-block ol h5, .elevation-block ol h6 {
  margin-bottom: 10px;
}
.elevation-block .custom-video-block h1, .elevation-block .custom-video-block h2, .elevation-block .custom-video-block h3, .elevation-block .custom-video-block h4, .elevation-block .custom-video-block h5, .elevation-block .custom-video-block h6, .elevation-block .custom-video-block p {
  color: white;
}
.elevation-block .custom-video-block h1, .elevation-block .custom-video-block h2, .elevation-block .custom-video-block h3, .elevation-block .custom-video-block h4, .elevation-block .custom-video-block h5, .elevation-block .custom-video-block h6 {
  margin-bottom: 10px;
}
.elevation-block .custom-video-block .card-body {
  padding-top: calc(7.638888888888889% + 45px);
  padding-bottom: calc(7.638888888888889% + 45px);
}
.elevation-block .custom-video-block .img-wrap::before {
  background-image: linear-gradient(to right, #000 0%, rgba(0, 0, 0, 0) 66%);
  z-index: 2;
  opacity: 1;
}
.elevation-block .custom-video-block .img-wrap img {
  height: 100%;
}
.elevation-block.has-divider.divider-wave-on-top {
  padding-top: calc(7.638888888888889% + 45px);
}
@media (min-width: 1680px) {
  .elevation-block.has-divider.divider-wave-on-top {
    padding-top: calc(14.638888888888889% + 45px);
  }
}
.elevation-block.has-divider.divider-wave-on-top::before {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='white'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-wave-on-bottom {
  padding-bottom: calc(7.638888888888889% + 45px);
}
@media (min-width: 1680px) {
  .elevation-block.has-divider.divider-wave-on-bottom {
    padding-bottom: calc(14.638888888888889% + 45px);
  }
}
.elevation-block.has-divider.divider-wave-on-bottom::after {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='white'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  transform: scaleY(-1);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-curve-on-top {
  padding-top: calc(7.638888888888889% + 45px);
}
@media (min-width: 1680px) {
  .elevation-block.has-divider.divider-curve-on-top {
    padding-top: calc(14.638888888888889% + 45px);
  }
}
.elevation-block.has-divider.divider-curve-on-top::before {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  transform: scaleY(-1);
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
}
.elevation-block.has-divider.divider-curve-on-bottom {
  padding-bottom: calc(7.638888888888889% + 45px);
}
@media (min-width: 1680px) {
  .elevation-block.has-divider.divider-curve-on-bottom {
    padding-bottom: calc(14.638888888888889% + 45px);
  }
}
.elevation-block.has-divider.divider-curve-on-bottom::after {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-wave-on-top.divider-wave-on-bottom {
  padding-top: calc(7.638888888888889% + 45px);
  padding-bottom: calc(7.638888888888889% + 45px);
}
@media (min-width: 1680px) {
  .elevation-block.has-divider.divider-wave-on-top.divider-wave-on-bottom {
    padding-top: calc(14.638888888888889% + 45px);
    padding-bottom: calc(14.638888888888889% + 45px);
  }
}
.elevation-block.has-divider.divider-wave-on-top.divider-wave-on-bottom::before {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='white'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-wave-on-top.divider-wave-on-bottom::after {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='white'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  transform: scaleY(-1);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-curve-on-top.divider-curve-on-bottom {
  padding-top: calc(7.638888888888889% + 45px);
  padding-bottom: calc(7.638888888888889% + 45px);
}
@media (min-width: 1680px) {
  .elevation-block.has-divider.divider-curve-on-top.divider-curve-on-bottom {
    padding-top: calc(14.638888888888889% + 45px);
    padding-bottom: calc(14.638888888888889% + 45px);
  }
}
.elevation-block.has-divider.divider-curve-on-top.divider-curve-on-bottom::before {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  transform: scaleY(-1);
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-curve-on-top.divider-curve-on-bottom::after {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-wave-on-top.divider-curve-on-bottom {
  padding-top: calc(7.638888888888889% + 45px);
  padding-bottom: calc(7.638888888888889% + 45px);
}
@media (min-width: 1680px) {
  .elevation-block.has-divider.divider-wave-on-top.divider-curve-on-bottom {
    padding-top: calc(14.638888888888889% + 45px);
    padding-bottom: calc(14.638888888888889% + 45px);
  }
}
.elevation-block.has-divider.divider-wave-on-top.divider-curve-on-bottom::before {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='white'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-wave-on-top.divider-curve-on-bottom::after {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-wave-on-bottom.divider-curve-on-top::before {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  transform: scaleY(-1);
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-wave-on-bottom.divider-curve-on-top::after {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='white'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  transform: scaleY(-1);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-curve-on-top.divider-wave-on-bottom::before {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  transform: scaleY(-1);
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-curve-on-top.divider-wave-on-bottom::after {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='white'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  transform: scaleY(-1);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-curve-on-bottom.divider-wave-on-top::before {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='white'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-curve-on-bottom.divider-wave-on-top::after {
  content: "";
  display: block !important;
  height: auto;
  padding-bottom: 7.6388888889%;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 5;
}
.elevation-block.has-divider.divider-white::before, .elevation-block.has-divider.divider-white::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23FFF'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23FFF'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-primary::before, .elevation-block.has-divider.divider-primary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23417397'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23417397'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-wave-on-top-primary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23417397'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23417397'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-wave-on-bottom-primary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23417397'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23417397'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-secondary::before, .elevation-block.has-divider.divider-secondary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23ff614a'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23ff614a'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-wave-on-top-secondary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23ff614a'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23ff614a'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-wave-on-bottom-secondary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23ff614a'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23ff614a'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-secondary-light::before, .elevation-block.has-divider.divider-secondary-light::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23f9d6c3'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23f9d6c3'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-wave-on-top-secondary-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23f9d6c3'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23f9d6c3'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-wave-on-bottom-secondary-light::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23f9d6c3'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23f9d6c3'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-tertiary::before, .elevation-block.has-divider.divider-tertiary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23fedd9f'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23fedd9f'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-wave-on-top-tertiary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23fedd9f'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23fedd9f'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-wave-on-bottom-tertiary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23fedd9f'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23fedd9f'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-quaternary::before, .elevation-block.has-divider.divider-quaternary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23c2dfdd'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23c2dfdd'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-wave-on-top-quaternary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23c2dfdd'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23c2dfdd'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-wave-on-bottom-quaternary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='110' viewBox='0 0 1440 110' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M1183.32 110C1308.29 110 1406.51 94.4218 1440 86.6328L1440 22L-3.15209 21.9999C-23.4122 51.3332 -51.7762 110 -3.1521 110C57.6281 110 227.411 73.7061 452.448 73.7061C677.485 73.7061 1027.1 110 1183.32 110Z' fill='%23c2dfdd'/%3E%3Cpath d='M1183.32 88C1308.29 88 1406.51 72.4218 1440 64.6328L1440 0L-3.15209 -0.000126164L-3.1521 87.9999C-3.1521 87.9999 227.411 51.7061 452.448 51.7061C677.485 51.7061 1027.1 88 1183.32 88Z' fill='%23c2dfdd'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-white::before, .elevation-block.has-divider.divider-white::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23fff'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-primary::before, .elevation-block.has-divider.divider-primary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23417397'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-curve-on-top-primary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23417397'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-curve-on-bottom-primary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23417397'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-secondary::before, .elevation-block.has-divider.divider-secondary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23ff614a'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-curve-on-top-secondary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23ff614a'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-curve-on-bottom-secondary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23ff614a'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-secondary-light::before, .elevation-block.has-divider.divider-secondary-light::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23f9d6c3'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-curve-on-top-secondary-light::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23f9d6c3'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-curve-on-bottom-secondary-light::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23f9d6c3'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-tertiary::before, .elevation-block.has-divider.divider-tertiary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23fedd9f'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-curve-on-top-tertiary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23fedd9f'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-curve-on-bottom-tertiary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23fedd9f'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-quaternary::before, .elevation-block.has-divider.divider-quaternary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23c2dfdd'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-curve-on-top-quaternary::before {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23c2dfdd'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-divider.divider-curve-on-bottom-quaternary::after {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='142' viewBox='0 0 1440 142' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M716 81.5031C1023.6 82.7031 1412.33 34.4865 1444 0.486496L1444 141.5L-2.5 141.5L-2.50001 18.9868C189 45.8201 408.4 80.3031 716 81.5031Z' fill='%23c2dfdd'/%3E%3C/svg%3E%0A") !important;
}
.elevation-block.has-background-color.primary {
  background-color: #1C3F41 !important;
}
.elevation-block.has-background-color.primary h1, .elevation-block.has-background-color.primary h2, .elevation-block.has-background-color.primary h3, .elevation-block.has-background-color.primary h4, .elevation-block.has-background-color.primary h5, .elevation-block.has-background-color.primary h6, .elevation-block.has-background-color.primary p, .elevation-block.has-background-color.primary li, .elevation-block.has-background-color.primary .vc_figure-caption {
  color: #ffffff;
}
.elevation-block.has-background-color.primary h1 a, .elevation-block.has-background-color.primary h2 a, .elevation-block.has-background-color.primary h3 a, .elevation-block.has-background-color.primary h4 a, .elevation-block.has-background-color.primary h5 a, .elevation-block.has-background-color.primary h6 a, .elevation-block.has-background-color.primary p a, .elevation-block.has-background-color.primary li a, .elevation-block.has-background-color.primary .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.primary h1:before, .elevation-block.has-background-color.primary h2:before, .elevation-block.has-background-color.primary h3:before, .elevation-block.has-background-color.primary h4:before, .elevation-block.has-background-color.primary h5:before, .elevation-block.has-background-color.primary h6:before, .elevation-block.has-background-color.primary p:before, .elevation-block.has-background-color.primary li:before, .elevation-block.has-background-color.primary .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-background-color.primary h1::after, .elevation-block.has-background-color.primary h2::after, .elevation-block.has-background-color.primary h3::after, .elevation-block.has-background-color.primary h4::after, .elevation-block.has-background-color.primary h5::after, .elevation-block.has-background-color.primary h6::after, .elevation-block.has-background-color.primary p::after, .elevation-block.has-background-color.primary li::after, .elevation-block.has-background-color.primary .vc_figure-caption::after {
  background-color: currentColor;
}
.elevation-block.has-background-color.primary-light {
  background-color: #1A707B !important;
}
.elevation-block.has-background-color.primary-light h1, .elevation-block.has-background-color.primary-light h2, .elevation-block.has-background-color.primary-light h3, .elevation-block.has-background-color.primary-light h4, .elevation-block.has-background-color.primary-light h5, .elevation-block.has-background-color.primary-light h6, .elevation-block.has-background-color.primary-light p, .elevation-block.has-background-color.primary-light li, .elevation-block.has-background-color.primary-light .vc_figure-caption {
  color: #ffffff;
}
.elevation-block.has-background-color.primary-light h1 a, .elevation-block.has-background-color.primary-light h2 a, .elevation-block.has-background-color.primary-light h3 a, .elevation-block.has-background-color.primary-light h4 a, .elevation-block.has-background-color.primary-light h5 a, .elevation-block.has-background-color.primary-light h6 a, .elevation-block.has-background-color.primary-light p a, .elevation-block.has-background-color.primary-light li a, .elevation-block.has-background-color.primary-light .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.primary-light h1:before, .elevation-block.has-background-color.primary-light h2:before, .elevation-block.has-background-color.primary-light h3:before, .elevation-block.has-background-color.primary-light h4:before, .elevation-block.has-background-color.primary-light h5:before, .elevation-block.has-background-color.primary-light h6:before, .elevation-block.has-background-color.primary-light p:before, .elevation-block.has-background-color.primary-light li:before, .elevation-block.has-background-color.primary-light .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-background-color.primary-light h1::after, .elevation-block.has-background-color.primary-light h2::after, .elevation-block.has-background-color.primary-light h3::after, .elevation-block.has-background-color.primary-light h4::after, .elevation-block.has-background-color.primary-light h5::after, .elevation-block.has-background-color.primary-light h6::after, .elevation-block.has-background-color.primary-light p::after, .elevation-block.has-background-color.primary-light li::after, .elevation-block.has-background-color.primary-light .vc_figure-caption::after {
  background-color: currentColor;
}
.elevation-block.has-background-color.primary-dark {
  background-color: #0d1c1d !important;
}
.elevation-block.has-background-color.primary-dark h1, .elevation-block.has-background-color.primary-dark h2, .elevation-block.has-background-color.primary-dark h3, .elevation-block.has-background-color.primary-dark h4, .elevation-block.has-background-color.primary-dark h5, .elevation-block.has-background-color.primary-dark h6, .elevation-block.has-background-color.primary-dark p, .elevation-block.has-background-color.primary-dark li, .elevation-block.has-background-color.primary-dark .vc_figure-caption {
  color: #ffffff;
}
.elevation-block.has-background-color.primary-dark h1 a, .elevation-block.has-background-color.primary-dark h2 a, .elevation-block.has-background-color.primary-dark h3 a, .elevation-block.has-background-color.primary-dark h4 a, .elevation-block.has-background-color.primary-dark h5 a, .elevation-block.has-background-color.primary-dark h6 a, .elevation-block.has-background-color.primary-dark p a, .elevation-block.has-background-color.primary-dark li a, .elevation-block.has-background-color.primary-dark .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.primary-dark h1:before, .elevation-block.has-background-color.primary-dark h2:before, .elevation-block.has-background-color.primary-dark h3:before, .elevation-block.has-background-color.primary-dark h4:before, .elevation-block.has-background-color.primary-dark h5:before, .elevation-block.has-background-color.primary-dark h6:before, .elevation-block.has-background-color.primary-dark p:before, .elevation-block.has-background-color.primary-dark li:before, .elevation-block.has-background-color.primary-dark .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-background-color.primary-dark h1::after, .elevation-block.has-background-color.primary-dark h2::after, .elevation-block.has-background-color.primary-dark h3::after, .elevation-block.has-background-color.primary-dark h4::after, .elevation-block.has-background-color.primary-dark h5::after, .elevation-block.has-background-color.primary-dark h6::after, .elevation-block.has-background-color.primary-dark p::after, .elevation-block.has-background-color.primary-dark li::after, .elevation-block.has-background-color.primary-dark .vc_figure-caption::after {
  background-color: currentColor;
}
.elevation-block.has-background-color.secondary {
  background-color: #2FBFD1 !important;
}
.elevation-block.has-background-color.secondary h1, .elevation-block.has-background-color.secondary h2, .elevation-block.has-background-color.secondary h3, .elevation-block.has-background-color.secondary h4, .elevation-block.has-background-color.secondary h5, .elevation-block.has-background-color.secondary h6, .elevation-block.has-background-color.secondary p, .elevation-block.has-background-color.secondary li, .elevation-block.has-background-color.secondary .vc_figure-caption {
  color: #1C3F41;
}
.elevation-block.has-background-color.secondary h1 a, .elevation-block.has-background-color.secondary h2 a, .elevation-block.has-background-color.secondary h3 a, .elevation-block.has-background-color.secondary h4 a, .elevation-block.has-background-color.secondary h5 a, .elevation-block.has-background-color.secondary h6 a, .elevation-block.has-background-color.secondary p a, .elevation-block.has-background-color.secondary li a, .elevation-block.has-background-color.secondary .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.secondary h1:before, .elevation-block.has-background-color.secondary h2:before, .elevation-block.has-background-color.secondary h3:before, .elevation-block.has-background-color.secondary h4:before, .elevation-block.has-background-color.secondary h5:before, .elevation-block.has-background-color.secondary h6:before, .elevation-block.has-background-color.secondary p:before, .elevation-block.has-background-color.secondary li:before, .elevation-block.has-background-color.secondary .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-background-color.secondary h1::after, .elevation-block.has-background-color.secondary h2::after, .elevation-block.has-background-color.secondary h3::after, .elevation-block.has-background-color.secondary h4::after, .elevation-block.has-background-color.secondary h5::after, .elevation-block.has-background-color.secondary h6::after, .elevation-block.has-background-color.secondary p::after, .elevation-block.has-background-color.secondary li::after, .elevation-block.has-background-color.secondary .vc_figure-caption::after {
  background-color: currentColor;
}
.elevation-block.has-background-color.secondary-light {
  background-color: #2CB4C5 !important;
}
.elevation-block.has-background-color.secondary-light h1, .elevation-block.has-background-color.secondary-light h2, .elevation-block.has-background-color.secondary-light h3, .elevation-block.has-background-color.secondary-light h4, .elevation-block.has-background-color.secondary-light h5, .elevation-block.has-background-color.secondary-light h6, .elevation-block.has-background-color.secondary-light p, .elevation-block.has-background-color.secondary-light li, .elevation-block.has-background-color.secondary-light .vc_figure-caption {
  color: #1C3F41;
}
.elevation-block.has-background-color.secondary-light h1 a, .elevation-block.has-background-color.secondary-light h2 a, .elevation-block.has-background-color.secondary-light h3 a, .elevation-block.has-background-color.secondary-light h4 a, .elevation-block.has-background-color.secondary-light h5 a, .elevation-block.has-background-color.secondary-light h6 a, .elevation-block.has-background-color.secondary-light p a, .elevation-block.has-background-color.secondary-light li a, .elevation-block.has-background-color.secondary-light .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.secondary-light h1:before, .elevation-block.has-background-color.secondary-light h2:before, .elevation-block.has-background-color.secondary-light h3:before, .elevation-block.has-background-color.secondary-light h4:before, .elevation-block.has-background-color.secondary-light h5:before, .elevation-block.has-background-color.secondary-light h6:before, .elevation-block.has-background-color.secondary-light p:before, .elevation-block.has-background-color.secondary-light li:before, .elevation-block.has-background-color.secondary-light .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-background-color.secondary-light h1::after, .elevation-block.has-background-color.secondary-light h2::after, .elevation-block.has-background-color.secondary-light h3::after, .elevation-block.has-background-color.secondary-light h4::after, .elevation-block.has-background-color.secondary-light h5::after, .elevation-block.has-background-color.secondary-light h6::after, .elevation-block.has-background-color.secondary-light p::after, .elevation-block.has-background-color.secondary-light li::after, .elevation-block.has-background-color.secondary-light .vc_figure-caption::after {
  background-color: currentColor;
}
.elevation-block.has-background-color.secondary-dark {
  background-color: #2599a8 !important;
}
.elevation-block.has-background-color.secondary-dark h1, .elevation-block.has-background-color.secondary-dark h2, .elevation-block.has-background-color.secondary-dark h3, .elevation-block.has-background-color.secondary-dark h4, .elevation-block.has-background-color.secondary-dark h5, .elevation-block.has-background-color.secondary-dark h6, .elevation-block.has-background-color.secondary-dark p, .elevation-block.has-background-color.secondary-dark li, .elevation-block.has-background-color.secondary-dark .vc_figure-caption {
  color: #1C3F41;
}
.elevation-block.has-background-color.secondary-dark h1 a, .elevation-block.has-background-color.secondary-dark h2 a, .elevation-block.has-background-color.secondary-dark h3 a, .elevation-block.has-background-color.secondary-dark h4 a, .elevation-block.has-background-color.secondary-dark h5 a, .elevation-block.has-background-color.secondary-dark h6 a, .elevation-block.has-background-color.secondary-dark p a, .elevation-block.has-background-color.secondary-dark li a, .elevation-block.has-background-color.secondary-dark .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.secondary-dark h1:before, .elevation-block.has-background-color.secondary-dark h2:before, .elevation-block.has-background-color.secondary-dark h3:before, .elevation-block.has-background-color.secondary-dark h4:before, .elevation-block.has-background-color.secondary-dark h5:before, .elevation-block.has-background-color.secondary-dark h6:before, .elevation-block.has-background-color.secondary-dark p:before, .elevation-block.has-background-color.secondary-dark li:before, .elevation-block.has-background-color.secondary-dark .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-background-color.secondary-dark h1::after, .elevation-block.has-background-color.secondary-dark h2::after, .elevation-block.has-background-color.secondary-dark h3::after, .elevation-block.has-background-color.secondary-dark h4::after, .elevation-block.has-background-color.secondary-dark h5::after, .elevation-block.has-background-color.secondary-dark h6::after, .elevation-block.has-background-color.secondary-dark p::after, .elevation-block.has-background-color.secondary-dark li::after, .elevation-block.has-background-color.secondary-dark .vc_figure-caption::after {
  background-color: currentColor;
}
.elevation-block.has-background-color.tertiary {
  background-color: #FF513F !important;
}
.elevation-block.has-background-color.tertiary h1, .elevation-block.has-background-color.tertiary h2, .elevation-block.has-background-color.tertiary h3, .elevation-block.has-background-color.tertiary h4, .elevation-block.has-background-color.tertiary h5, .elevation-block.has-background-color.tertiary h6, .elevation-block.has-background-color.tertiary p, .elevation-block.has-background-color.tertiary li, .elevation-block.has-background-color.tertiary .vc_figure-caption {
  color: #1C3F41;
}
.elevation-block.has-background-color.tertiary h1 a, .elevation-block.has-background-color.tertiary h2 a, .elevation-block.has-background-color.tertiary h3 a, .elevation-block.has-background-color.tertiary h4 a, .elevation-block.has-background-color.tertiary h5 a, .elevation-block.has-background-color.tertiary h6 a, .elevation-block.has-background-color.tertiary p a, .elevation-block.has-background-color.tertiary li a, .elevation-block.has-background-color.tertiary .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.tertiary h1:before, .elevation-block.has-background-color.tertiary h2:before, .elevation-block.has-background-color.tertiary h3:before, .elevation-block.has-background-color.tertiary h4:before, .elevation-block.has-background-color.tertiary h5:before, .elevation-block.has-background-color.tertiary h6:before, .elevation-block.has-background-color.tertiary p:before, .elevation-block.has-background-color.tertiary li:before, .elevation-block.has-background-color.tertiary .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-background-color.tertiary h1::after, .elevation-block.has-background-color.tertiary h2::after, .elevation-block.has-background-color.tertiary h3::after, .elevation-block.has-background-color.tertiary h4::after, .elevation-block.has-background-color.tertiary h5::after, .elevation-block.has-background-color.tertiary h6::after, .elevation-block.has-background-color.tertiary p::after, .elevation-block.has-background-color.tertiary li::after, .elevation-block.has-background-color.tertiary .vc_figure-caption::after {
  background-color: currentColor;
}
.elevation-block.has-background-color.tertiary-light {
  background-color: #ff6859 !important;
}
.elevation-block.has-background-color.tertiary-light h1, .elevation-block.has-background-color.tertiary-light h2, .elevation-block.has-background-color.tertiary-light h3, .elevation-block.has-background-color.tertiary-light h4, .elevation-block.has-background-color.tertiary-light h5, .elevation-block.has-background-color.tertiary-light h6, .elevation-block.has-background-color.tertiary-light p, .elevation-block.has-background-color.tertiary-light li, .elevation-block.has-background-color.tertiary-light .vc_figure-caption {
  color: #1C3F41;
}
.elevation-block.has-background-color.tertiary-light h1 a, .elevation-block.has-background-color.tertiary-light h2 a, .elevation-block.has-background-color.tertiary-light h3 a, .elevation-block.has-background-color.tertiary-light h4 a, .elevation-block.has-background-color.tertiary-light h5 a, .elevation-block.has-background-color.tertiary-light h6 a, .elevation-block.has-background-color.tertiary-light p a, .elevation-block.has-background-color.tertiary-light li a, .elevation-block.has-background-color.tertiary-light .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.tertiary-light h1:before, .elevation-block.has-background-color.tertiary-light h2:before, .elevation-block.has-background-color.tertiary-light h3:before, .elevation-block.has-background-color.tertiary-light h4:before, .elevation-block.has-background-color.tertiary-light h5:before, .elevation-block.has-background-color.tertiary-light h6:before, .elevation-block.has-background-color.tertiary-light p:before, .elevation-block.has-background-color.tertiary-light li:before, .elevation-block.has-background-color.tertiary-light .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-background-color.tertiary-light h1::after, .elevation-block.has-background-color.tertiary-light h2::after, .elevation-block.has-background-color.tertiary-light h3::after, .elevation-block.has-background-color.tertiary-light h4::after, .elevation-block.has-background-color.tertiary-light h5::after, .elevation-block.has-background-color.tertiary-light h6::after, .elevation-block.has-background-color.tertiary-light p::after, .elevation-block.has-background-color.tertiary-light li::after, .elevation-block.has-background-color.tertiary-light .vc_figure-caption::after {
  background-color: currentColor;
}
.elevation-block.has-background-color.tertiary-dark {
  background-color: #ff230c !important;
}
.elevation-block.has-background-color.tertiary-dark h1, .elevation-block.has-background-color.tertiary-dark h2, .elevation-block.has-background-color.tertiary-dark h3, .elevation-block.has-background-color.tertiary-dark h4, .elevation-block.has-background-color.tertiary-dark h5, .elevation-block.has-background-color.tertiary-dark h6, .elevation-block.has-background-color.tertiary-dark p, .elevation-block.has-background-color.tertiary-dark li, .elevation-block.has-background-color.tertiary-dark .vc_figure-caption {
  color: #1C3F41;
}
.elevation-block.has-background-color.tertiary-dark h1 a, .elevation-block.has-background-color.tertiary-dark h2 a, .elevation-block.has-background-color.tertiary-dark h3 a, .elevation-block.has-background-color.tertiary-dark h4 a, .elevation-block.has-background-color.tertiary-dark h5 a, .elevation-block.has-background-color.tertiary-dark h6 a, .elevation-block.has-background-color.tertiary-dark p a, .elevation-block.has-background-color.tertiary-dark li a, .elevation-block.has-background-color.tertiary-dark .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.tertiary-dark h1:before, .elevation-block.has-background-color.tertiary-dark h2:before, .elevation-block.has-background-color.tertiary-dark h3:before, .elevation-block.has-background-color.tertiary-dark h4:before, .elevation-block.has-background-color.tertiary-dark h5:before, .elevation-block.has-background-color.tertiary-dark h6:before, .elevation-block.has-background-color.tertiary-dark p:before, .elevation-block.has-background-color.tertiary-dark li:before, .elevation-block.has-background-color.tertiary-dark .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-background-color.tertiary-dark h1::after, .elevation-block.has-background-color.tertiary-dark h2::after, .elevation-block.has-background-color.tertiary-dark h3::after, .elevation-block.has-background-color.tertiary-dark h4::after, .elevation-block.has-background-color.tertiary-dark h5::after, .elevation-block.has-background-color.tertiary-dark h6::after, .elevation-block.has-background-color.tertiary-dark p::after, .elevation-block.has-background-color.tertiary-dark li::after, .elevation-block.has-background-color.tertiary-dark .vc_figure-caption::after {
  background-color: currentColor;
}
.elevation-block.has-background-color.quaternary {
  background-color: #FFFBF4 !important;
}
.elevation-block.has-background-color.quaternary h1, .elevation-block.has-background-color.quaternary h2, .elevation-block.has-background-color.quaternary h3, .elevation-block.has-background-color.quaternary h4, .elevation-block.has-background-color.quaternary h5, .elevation-block.has-background-color.quaternary h6, .elevation-block.has-background-color.quaternary li, .elevation-block.has-background-color.quaternary .vc_figure-caption {
  color: #1C3F41;
}
.elevation-block.has-background-color.quaternary h1 a, .elevation-block.has-background-color.quaternary h2 a, .elevation-block.has-background-color.quaternary h3 a, .elevation-block.has-background-color.quaternary h4 a, .elevation-block.has-background-color.quaternary h5 a, .elevation-block.has-background-color.quaternary h6 a, .elevation-block.has-background-color.quaternary li a, .elevation-block.has-background-color.quaternary .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.quaternary h1:before, .elevation-block.has-background-color.quaternary h2:before, .elevation-block.has-background-color.quaternary h3:before, .elevation-block.has-background-color.quaternary h4:before, .elevation-block.has-background-color.quaternary h5:before, .elevation-block.has-background-color.quaternary h6:before, .elevation-block.has-background-color.quaternary li:before, .elevation-block.has-background-color.quaternary .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-background-color.quaternary h1::after, .elevation-block.has-background-color.quaternary h2::after, .elevation-block.has-background-color.quaternary h3::after, .elevation-block.has-background-color.quaternary h4::after, .elevation-block.has-background-color.quaternary h5::after, .elevation-block.has-background-color.quaternary h6::after, .elevation-block.has-background-color.quaternary li::after, .elevation-block.has-background-color.quaternary .vc_figure-caption::after {
  background-color: currentColor;
}
.elevation-block.has-background-color.quaternary-light {
  background-color: white !important;
}
.elevation-block.has-background-color.quaternary-light h1, .elevation-block.has-background-color.quaternary-light h2, .elevation-block.has-background-color.quaternary-light h3, .elevation-block.has-background-color.quaternary-light h4, .elevation-block.has-background-color.quaternary-light h5, .elevation-block.has-background-color.quaternary-light h6, .elevation-block.has-background-color.quaternary-light li, .elevation-block.has-background-color.quaternary-light .vc_figure-caption {
  color: #1C3F41;
}
.elevation-block.has-background-color.quaternary-light h1 a, .elevation-block.has-background-color.quaternary-light h2 a, .elevation-block.has-background-color.quaternary-light h3 a, .elevation-block.has-background-color.quaternary-light h4 a, .elevation-block.has-background-color.quaternary-light h5 a, .elevation-block.has-background-color.quaternary-light h6 a, .elevation-block.has-background-color.quaternary-light li a, .elevation-block.has-background-color.quaternary-light .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.quaternary-light h1:before, .elevation-block.has-background-color.quaternary-light h2:before, .elevation-block.has-background-color.quaternary-light h3:before, .elevation-block.has-background-color.quaternary-light h4:before, .elevation-block.has-background-color.quaternary-light h5:before, .elevation-block.has-background-color.quaternary-light h6:before, .elevation-block.has-background-color.quaternary-light li:before, .elevation-block.has-background-color.quaternary-light .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-background-color.quaternary-light h1::after, .elevation-block.has-background-color.quaternary-light h2::after, .elevation-block.has-background-color.quaternary-light h3::after, .elevation-block.has-background-color.quaternary-light h4::after, .elevation-block.has-background-color.quaternary-light h5::after, .elevation-block.has-background-color.quaternary-light h6::after, .elevation-block.has-background-color.quaternary-light li::after, .elevation-block.has-background-color.quaternary-light .vc_figure-caption::after {
  background-color: currentColor;
}
.elevation-block.has-background-color.quaternary-dark {
  background-color: #ffe8c1 !important;
}
.elevation-block.has-background-color.quaternary-dark h1, .elevation-block.has-background-color.quaternary-dark h2, .elevation-block.has-background-color.quaternary-dark h3, .elevation-block.has-background-color.quaternary-dark h4, .elevation-block.has-background-color.quaternary-dark h5, .elevation-block.has-background-color.quaternary-dark h6, .elevation-block.has-background-color.quaternary-dark li, .elevation-block.has-background-color.quaternary-dark .vc_figure-caption {
  color: #1C3F41;
}
.elevation-block.has-background-color.quaternary-dark h1 a, .elevation-block.has-background-color.quaternary-dark h2 a, .elevation-block.has-background-color.quaternary-dark h3 a, .elevation-block.has-background-color.quaternary-dark h4 a, .elevation-block.has-background-color.quaternary-dark h5 a, .elevation-block.has-background-color.quaternary-dark h6 a, .elevation-block.has-background-color.quaternary-dark li a, .elevation-block.has-background-color.quaternary-dark .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.quaternary-dark h1:before, .elevation-block.has-background-color.quaternary-dark h2:before, .elevation-block.has-background-color.quaternary-dark h3:before, .elevation-block.has-background-color.quaternary-dark h4:before, .elevation-block.has-background-color.quaternary-dark h5:before, .elevation-block.has-background-color.quaternary-dark h6:before, .elevation-block.has-background-color.quaternary-dark li:before, .elevation-block.has-background-color.quaternary-dark .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-background-color.quaternary-dark h1::after, .elevation-block.has-background-color.quaternary-dark h2::after, .elevation-block.has-background-color.quaternary-dark h3::after, .elevation-block.has-background-color.quaternary-dark h4::after, .elevation-block.has-background-color.quaternary-dark h5::after, .elevation-block.has-background-color.quaternary-dark h6::after, .elevation-block.has-background-color.quaternary-dark li::after, .elevation-block.has-background-color.quaternary-dark .vc_figure-caption::after {
  background-color: currentColor;
}
.elevation-block.has-background-color.gray-dark {
  background-color: #EDF3F3 !important;
}
.elevation-block.has-background-color.gray-dark h1, .elevation-block.has-background-color.gray-dark h2, .elevation-block.has-background-color.gray-dark h3, .elevation-block.has-background-color.gray-dark h4, .elevation-block.has-background-color.gray-dark h5, .elevation-block.has-background-color.gray-dark h6, .elevation-block.has-background-color.gray-dark li, .elevation-block.has-background-color.gray-dark .vc_figure-caption {
  color: #1C3F41;
}
.elevation-block.has-background-color.gray-dark h1 a, .elevation-block.has-background-color.gray-dark h2 a, .elevation-block.has-background-color.gray-dark h3 a, .elevation-block.has-background-color.gray-dark h4 a, .elevation-block.has-background-color.gray-dark h5 a, .elevation-block.has-background-color.gray-dark h6 a, .elevation-block.has-background-color.gray-dark li a, .elevation-block.has-background-color.gray-dark .vc_figure-caption a {
  color: inherit;
}
.elevation-block.has-background-color.gray-dark h1:before, .elevation-block.has-background-color.gray-dark h2:before, .elevation-block.has-background-color.gray-dark h3:before, .elevation-block.has-background-color.gray-dark h4:before, .elevation-block.has-background-color.gray-dark h5:before, .elevation-block.has-background-color.gray-dark h6:before, .elevation-block.has-background-color.gray-dark li:before, .elevation-block.has-background-color.gray-dark .vc_figure-caption:before {
  color: inherit;
}
.elevation-block.has-divider .e-divider-wave::before {
  content: "";
  display: block;
  height: auto;
  width: 100%;
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M985.66,92.83C906.67,72,823.78,31,743.84,14.19c-82.26-17.34-168.06-16.33-250.45.39-57.84,11.73-114,31.07-172,41.86A600.21,600.21,0,0,1,0,27.35V120H1200V95.8C1132.19,118.92,1055.71,111.31,985.66,92.83Z' class='shape-fill'%3E%3C/path%3E%3C/svg%3E");
  position: relative;
  margin-bottom: 50px;
}
.has-background-color.primary + .vc_clearfix + .has-background-color:not(.has-divider).primary {
  padding-top: 0;
}
.has-background-color.secondary + .vc_clearfix + .has-background-color:not(.has-divider).secondary {
  padding-top: 0;
}
.has-background-color.tertiary + .vc_clearfix + .has-background-color:not(.has-divider).tertiary {
  padding-top: 0;
}
.has-background-color.quaternary + .vc_clearfix + .has-background-color:not(.has-divider).quaternary {
  padding-top: 0;
}
.elevation-block + .elevation-block:not(.has-background-color):not(.has-divider) {
  padding-top: 0;
}
.elevation-block:not(.has-background-color):not(.has-divider) + .vc_clearfix + .elevation-block:not(.has-background-color):not(.has-divider) {
  padding-top: 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text-only-section h5::after {
  display: none !important;
}
.text-with-image-left .wpb_text_column {
  padding-top: 20px;
}
.text-with-image-left .wpb_single_image {
  margin-bottom: 0 !important;
}
.text-with-image-left .wpb_single_image img {
  width: 100vw;
}
@media (min-width: 1200px) {
  .text-with-image-left {
    padding-bottom: 20px !important;
  }
  .text-with-image-left img {
    width: 100%;
    height: 498px !important;
    object-fit: cover;
  }
  .text-with-image-left .wpb_text_column {
    padding-top: 0px;
  }
}
.text-with-image-right .wpb_single_image {
  margin-bottom: 0 !important;
}
.text-with-image-right .wpb_single_image img {
  width: 100vw;
}
@media (min-width: 1200px) {
  .text-with-image-right img {
    width: auto;
  }
}
.image-section {
  padding-bottom: 0;
}
.image-section h5::after {
  display: none;
}
.image-section .wpb_column {
  margin-bottom: -110px;
  z-index: 1;
}
@media (min-width: 768px) {
  .image-section .wpb_column {
    margin-bottom: -170px;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  .image-section .wpb_column {
    margin-bottom: -340px;
    z-index: 1;
  }
}
.view-event-section .content-column .vc_column-inner {
  padding: 20px 20px !important;
}
.view-event-section .content-column h5::after {
  display: none;
}
@media (min-width: 768px) {
  .view-event-section .content-column .vc_column-inner {
    padding: 50px 80px !important;
  }
}
@media (min-width: 1200px) {
  .view-event-section {
    padding-top: 160px;
  }
}
.impact-section-a .big-p p {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .impact-section-a .big-p p {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .impact-section-a {
    margin-top: 100px;
  }
}
.impact-section-b {
  position: relative;
  padding-top: 50px !important;
}
.impact-section-b::before {
  content: "" !important;
  display: block !important;
  width: 100vw;
  height: 100%;
  background-image: url("../images/bg-impact-b.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.impact-section-b::after {
  content: "" !important;
  display: block !important;
  width: 100vw;
  height: auto;
  padding-bottom: 5.3472222222%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1440' height='77' viewBox='0 0 1440 77' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M-1.00001 -3.72349e-06L-1 66.054C558.39 81.7016 874.36 79.5566 1440 66.0539L1440 -0.0001297L-1.00001 -3.72349e-06Z' fill='%23fff'/%3e%3c/svg%3e ");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.impact-section-b .vc_col-sm-12 {
  float: none;
}
.impact-section-b h1, .impact-section-b h2, .impact-section-b h3, .impact-section-b h4, .impact-section-b h6, .impact-section-b p {
  color: white;
}
.impact-section-b h1 a, .impact-section-b h2 a, .impact-section-b h3 a, .impact-section-b h4 a, .impact-section-b h6 a, .impact-section-b p a {
  color: white;
}
.impact-section-b h5 {
  color: #2FBFD1;
  margin-bottom: 0;
}
.impact-section-b .vc_icon_element-inner {
  background: white;
  border-radius: 50%;
}
.impact-section-b .vc_icon_element-icon {
  color: #1C3F41 !important;
}
@media (min-width: 576px) {
  .impact-section-b {
    padding-top: 120px !important;
  }
}
@media (min-width: 1200px) {
  .impact-section-b .vc_col-sm-4 .vc_column-inner > .wpb_wrapper {
    display: flex;
    align-items: center;
    text-align: left;
  }
  .impact-section-b .vc_col-sm-4 .vc_column-inner > .wpb_wrapper .vc_icon_element {
    margin-right: 30px;
  }
}
.impact-section-c {
  position: relative;
  padding-top: 50px !important;
  margin-top: 100px;
  overflow: visible !important;
}
.impact-section-c::before {
  content: "" !important;
  display: block !important;
  width: 100vw;
  height: auto;
  padding-bottom: 5.3472222222%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1440' height='77' viewBox='0 0 1440 77' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M-1.00001 -3.72349e-06L-1 66.054C558.39 81.7016 874.36 79.5566 1440 66.0539L1440 -0.0001297L-1.00001 -3.72349e-06Z' fill='%23fff'/%3e%3c/svg%3e ");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: 0;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 4;
}
.impact-section-c::after {
  content: "" !important;
  display: block !important;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.impact-section-c .vc_col-sm-11 {
  position: relative;
  z-index: 5;
  float: none;
}
.impact-section-c h1, .impact-section-c h3, .impact-section-c h4, .impact-section-c h5, .impact-section-c h6, .impact-section-c p {
  color: white;
}
.impact-section-c h1 a, .impact-section-c h3 a, .impact-section-c h4 a, .impact-section-c h5 a, .impact-section-c h6 a, .impact-section-c p a {
  color: white;
}
.impact-section-c h2 {
  color: #1C3F41;
  margin-bottom: 0;
  margin-top: -120px;
}
@media (min-width: 768px) {
  .impact-section-c .title-container {
    margin-bottom: 430px;
  }
}
@media (min-width: 992px) {
  .impact-section-c {
    padding-top: 70px !important;
  }
  .impact-section-c::after {
    background-color: transparent;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.7%, #000000 86.92%);
  }
}
@media (min-width: 1200px) {
  .impact-section-c {
    margin-top: 140px;
    padding-bottom: 140px !important;
  }
  .impact-section-c h2 {
    margin-top: -170px;
  }
}
.impact-section-d {
  padding-top: 50px !important;
}
.impact-section-d .impact-card .wpb_wrapper .wpb_wrapper {
  background-color: #2FBFD1;
  border-radius: 5px;
  padding: 30px 36px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.impact-section-d h1, .impact-section-d h2, .impact-section-d h3, .impact-section-d h4, .impact-section-d h5, .impact-section-d h6, .impact-section-d p {
  color: white;
}
.impact-section-d h1 a, .impact-section-d h2 a, .impact-section-d h3 a, .impact-section-d h4 a, .impact-section-d h5 a, .impact-section-d h6 a, .impact-section-d p a {
  color: white;
}
.impact-section-d h3 {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .impact-section-d {
    padding-top: 70px !important;
  }
  .impact-section-d .impact-card .wpb_wrapper .wpb_wrapper {
    min-height: 200px;
  }
}
@media (min-width: 1200px) {
  .impact-section-d {
    padding-top: 0px !important;
    margin-top: -90px;
  }
  .impact-section-d::before {
    content: "" !important;
    display: block !important;
    width: 100vw;
    height: 220px;
    background-color: #FFFBF4;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.impact-section-e {
  position: relative;
}
.impact-section-e::before {
  content: "" !important;
  display: block !important;
  width: 100vw;
  height: 100%;
  background-color: #FFFBF4;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.impact-section-e h2 {
  margin-bottom: 29px;
}
.impact-section-e h4 {
  color: #0d1c1d;
}
.impact-section-e .big-p {
  font-style: normal;
  font-weight: 600;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 0.2px;
  color: #1C3F41;
}
.impact-section-e em {
  font-style: normal;
  font-size: 16px;
  margin-bottom: 19px;
}
.impact-section-f {
  padding-top: 50px !important;
}
.impact-section-f .swiper-carousel-container {
  overflow: hidden;
}
.impact-section-f .swiper-slide-active .card {
  background-color: #1C3F41;
}
.impact-section-f .swiper-slide-active .card::before {
  opacity: 1;
}
.impact-section-f .swiper-slide-active .name, .impact-section-f .swiper-slide-active .position, .impact-section-f .swiper-slide-active blockquote, .impact-section-f .swiper-slide-active p {
  color: white;
}
.impact-section-f .card {
  background: #FFFBF4;
  border-radius: 10px;
  position: relative;
  margin-top: 50px;
}
.impact-section-f .card::before {
  content: "" !important;
  display: block !important;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='43' height='33' viewBox='0 0 43 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1615_7414)'%3e%3cpath d='M19.433 25.5383C19.4468 26.5667 19.2223 27.5841 18.7774 28.5102C18.3325 29.4363 17.6793 30.2457 16.8696 30.8742C15.2624 32.2531 13.2169 33.0072 11.104 32.9999C7.88459 32.9999 5.19027 31.6392 3.02099 28.9177C1.02019 26.4431 -0.0493707 23.3389 0.000117562 20.1504C0.000117562 15.3611 1.6501 11.0997 4.95005 7.366C7.92777 3.99384 11.7902 1.53558 16.5373 -0.00878906V2.59408C9.57773 6.25544 6.09797 10.6499 6.09797 15.7776C6.09797 18.4209 6.76112 19.7426 8.08743 19.7426C8.87824 19.7002 9.66019 19.5544 10.4135 19.3088C11.1848 19.0581 11.9859 18.9122 12.7957 18.875C13.6708 18.859 14.54 19.0232 15.3497 19.3574C16.1594 19.6917 16.8925 20.1889 17.5039 20.8185C18.1283 21.4317 18.6214 22.1666 18.9532 22.9782C19.2849 23.7898 19.4482 24.661 19.433 25.5383ZM43.0045 25.3605C43.0128 26.4061 42.7839 27.4399 42.3352 28.3832C41.8866 29.3266 41.2299 30.1548 40.4151 30.8048C38.7887 32.2371 36.6952 33.0184 34.5331 32.9999C31.2763 32.9999 28.6006 31.6594 26.5061 28.9785C24.5371 26.5137 23.4909 23.4325 23.55 20.2719C23.4871 15.5234 25.1874 10.9219 28.3187 7.366C31.2532 3.95624 35.1372 1.49798 39.9706 -0.00878906V2.4943C36.5527 4.44645 34.1188 6.2164 32.6687 7.80415C30.5337 10.0285 29.3621 13.0124 29.4105 16.1029C29.4105 18.5439 30.1154 19.7643 31.5251 19.7643C32.3543 19.7243 33.1751 19.5785 33.9677 19.3305C34.78 19.0782 35.6213 18.9324 36.4707 18.8967C37.3338 18.8683 38.1934 19.0188 38.996 19.339C39.7986 19.6592 40.527 20.1422 41.1358 20.7577C41.7395 21.3554 42.2163 22.0698 42.5375 22.858C42.8587 23.6461 43.0175 24.4915 43.0045 25.3431V25.3605Z' fill='%23BC9E6D'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1615_7414'%3e%3crect width='43' height='33' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  width: 43px;
  height: 33px;
  position: absolute;
  top: -25px;
  left: 50px;
  opacity: 0;
}
.impact-section-f .card-body {
  padding: 50px;
}
.impact-section-f .img-wrap {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 0;
  margin-right: 16px;
  flex-shrink: 0;
}
.impact-section-f .img-wrap img {
  height: 101%;
  height: 101%;
  object-position: center;
  object-fit: cover;
}
.impact-section-f .cite-container {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.impact-section-f .name {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1C3F41;
  margin-bottom: 4px;
}
.impact-section-f .position {
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: black;
}
.impact-section-f blockquote, .impact-section-f p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #1C3F41;
}
.impact-section-f .navigation-container {
  margin-top: 32px;
}
.impact-section-f .swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  bottom: 0 !important;
  margin: 0 !important;
}
.impact-section-f .swiper-pagination-bullet {
  opacity: 0.5;
  background-color: #1C3F41;
  margin: 0 10px !important;
  border: none;
  width: 12px;
  height: 12px;
}
.impact-section-f .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #1C3F41;
}
.impact-section-g {
  position: relative;
}
.impact-section-g::before {
  content: "" !important;
  display: block !important;
  width: 100vw;
  height: 100%;
  background-color: #FFFBF4;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.impact-section-g h4 {
  color: #0d1c1d;
}
.impact-section-g h5 {
  margin-bottom: 0;
}
.impact-section-g h2 {
  color: #2FBFD1;
  margin-bottom: 0;
}
.impact-section-g .vc_figure-caption {
  margin-top: 13px !important;
}
.impact-section-g .impact-card .wpb_wrapper {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 26px;
}
.impact-section-g .impact-card .wpb_wrapper p {
  color: #1C3F41;
}
@media (min-width: 768px) {
  .impact-section-g .impact-card .wpb_wrapper {
    min-height: 170px;
  }
  .impact-section-g .impact-container .vc_col-sm-3:nth-of-type(2) {
    border-left: 1px solid #0d1c1d;
    border-right: 1px solid #0d1c1d;
  }
  .impact-section-g .impact-container .vc_col-sm-3:nth-of-type(2) .wpb_text_column {
    margin-bottom: 0 !important;
  }
}
.impact-section-h {
  position: relative;
  padding-top: 50px !important;
}
.impact-section-h::after {
  content: "";
  display: block;
  width: 100vw;
  height: auto;
  padding-bottom: 5.3472222222%;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1440' height='77' viewBox='0 0 1440 77' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1442 77V10.9461C881.834 -4.7015 565.425 -2.55655 -1 10.9461L-1 77L1442 77Z' fill='%23F4F4FF'/%3e%3c/svg%3e ");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  bottom: -1px;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.impact-section-h.vc_custom_1648323969402 {
  background-position: right bottom !important;
  background-size: contain;
}
.impact-section-h .vc_column_container {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 576px) {
  .impact-section-h.vc_custom_1648323969402 {
    background-image: unset !important;
  }
}
@media (min-width: 768px) {
  .impact-section-h {
    padding-top: 70px !important;
    padding-bottom: 0 !important;
  }
  .impact-section-h .vc_col-sm-6:nth-of-type(2) .wpb_single_image {
    margin-bottom: 0;
  }
  .impact-section-h .vc_col-sm-6:nth-of-type(2) .vc_single_image-wrapper {
    width: 50vw;
    max-width: initial;
  }
}
@media (min-width: 1200px) {
  .impact-section-h .vc_col-sm-6:nth-of-type(2) .vc_single_image-wrapper {
    width: 100%;
    max-width: initial;
    position: relative;
    right: calc((100vw - 1060px) / -2);
  }
}
.impact-section-i {
  position: relative;
  padding-top: 50px !important;
}
.impact-section-i::before {
  content: "" !important;
  display: block !important;
  width: 100vw;
  height: 100%;
  background-color: #FFFBF4;
  background-image: url("../images/bg-impact-section-i.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .impact-section-i {
    padding-top: 70px !important;
  }
}
.impact-section-j {
  position: relative;
  padding-top: 50px !important;
}
.impact-section-j::before {
  content: "" !important;
  display: block !important;
  width: 100vw;
  height: 100%;
  background-color: #1C3F41;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.impact-section-j h1, .impact-section-j h2, .impact-section-j h3, .impact-section-j h4, .impact-section-j h5, .impact-section-j h6, .impact-section-j p {
  color: white;
}
@media (min-width: 768px) {
  .impact-section-j {
    padding-top: 70px !important;
  }
}
.ways-section-a {
  position: relative;
  padding-top: 50px !important;
}
.ways-section-a::before {
  content: "" !important;
  display: block !important;
  width: 100vw;
  height: 100%;
  background-color: #FFFBF4;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .ways-section-a {
    padding-top: 70px !important;
  }
}
.ways-section-b {
  position: relative;
  padding-top: 50px !important;
}
.ways-section-b::before {
  content: "" !important;
  display: block !important;
  width: 100vw;
  height: 100%;
  background-color: #FFFBF4;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ways-section-b p {
  color: black;
}
.ways-section-b .ways-section-b-right p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #0d1c1d;
}
.ways-section-b .ways-section-b-right em {
  font-style: italic;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #FF513F;
}
@media (min-width: 768px) {
  .ways-section-b {
    padding-top: 70px !important;
  }
}
.ways-section-c {
  position: relative;
  padding-top: 50px !important;
}
.ways-section-c .ways-card-c {
  margin-bottom: 30px;
}
.ways-section-c .ways-card-c .wpb_wrapper {
  background: #FFFBF4;
  padding: 50px 50px 30px;
  min-height: 347px;
  display: flex;
  flex-direction: column;
}
.ways-section-c .ways-card-c .wpb_wrapper:hover {
  background-color: #1C3F41;
}
.ways-section-c .ways-card-c .wpb_wrapper:hover .wpb_text_column h1, .ways-section-c .ways-card-c .wpb_wrapper:hover .wpb_text_column h2, .ways-section-c .ways-card-c .wpb_wrapper:hover .wpb_text_column h3, .ways-section-c .ways-card-c .wpb_wrapper:hover .wpb_text_column h4, .ways-section-c .ways-card-c .wpb_wrapper:hover .wpb_text_column h5, .ways-section-c .ways-card-c .wpb_wrapper:hover .wpb_text_column h6, .ways-section-c .ways-card-c .wpb_wrapper:hover .wpb_text_column p {
  filter: brightness(100);
}
.ways-section-c .ways-card-c .wpb_wrapper:hover .vc_btn3-container {
  filter: brightness(100);
}
.ways-section-c .ways-card-c .wpb_wrapper .wpb_wrapper {
  padding: 0;
  min-height: auto;
  background-color: transparent;
}
.ways-section-c .ways-card-c .wpb_wrapper .vc_btn3-container {
  margin-top: auto;
}
@media (min-width: 768px) {
  .ways-section-c {
    padding-top: 70px !important;
  }
}
.ways-section-d {
  position: relative;
  padding-top: 50px !important;
}
.ways-section-d .other-ways-card-d {
  margin-bottom: 30px;
}
.ways-section-d .other-ways-card-d .wpb_wrapper {
  background: #ffffff;
  border: 1px solid #2FBFD1;
  padding: 42px 42px 0px;
  min-height: 295px;
  display: flex;
  flex-direction: column;
}
.ways-section-d .other-ways-card-d .wpb_wrapper h1, .ways-section-d .other-ways-card-d .wpb_wrapper h2, .ways-section-d .other-ways-card-d .wpb_wrapper h3, .ways-section-d .other-ways-card-d .wpb_wrapper h4, .ways-section-d .other-ways-card-d .wpb_wrapper h5, .ways-section-d .other-ways-card-d .wpb_wrapper h6 {
  color: #2FBFD1;
}
.ways-section-d .other-ways-card-d .wpb_wrapper:hover {
  background-color: #2FBFD1;
}
.ways-section-d .other-ways-card-d .wpb_wrapper:hover .wpb_text_column h1, .ways-section-d .other-ways-card-d .wpb_wrapper:hover .wpb_text_column h2, .ways-section-d .other-ways-card-d .wpb_wrapper:hover .wpb_text_column h3, .ways-section-d .other-ways-card-d .wpb_wrapper:hover .wpb_text_column h4, .ways-section-d .other-ways-card-d .wpb_wrapper:hover .wpb_text_column h5, .ways-section-d .other-ways-card-d .wpb_wrapper:hover .wpb_text_column h6, .ways-section-d .other-ways-card-d .wpb_wrapper:hover .wpb_text_column p {
  filter: brightness(100);
}
.ways-section-d .other-ways-card-d .wpb_wrapper:hover .vc_btn3-container {
  filter: brightness(100);
}
.ways-section-d .other-ways-card-d .wpb_wrapper .wpb_text_column {
  margin-bottom: 0;
}
.ways-section-d .other-ways-card-d .wpb_wrapper .wpb_wrapper {
  padding: 0;
  min-height: auto;
  background-color: transparent;
  border: none;
}
.ways-section-d .other-ways-card-d .wpb_wrapper .vc_btn3-container {
  margin-top: auto;
}
@media (min-width: 768px) {
  .ways-section-d {
    padding-top: 70px !important;
  }
}
.ways-section-e {
  position: relative;
  padding-top: 50px !important;
}
.ways-section-e h1, .ways-section-e h2, .ways-section-e h3, .ways-section-e h4, .ways-section-e h5, .ways-section-e h6 {
  color: #FF513F;
}
.ways-section-e p {
  color: black;
}
.ways-section-e p strong {
  color: #0d1c1d;
}
@media (min-width: 768px) {
  .ways-section-e {
    padding-top: 70px !important;
  }
  .ways-section-e h1, .ways-section-e h2, .ways-section-e h3, .ways-section-e h4, .ways-section-e h5, .ways-section-e h6 {
    margin-bottom: 69px;
    position: relative;
  }
  .ways-section-e h1::before, .ways-section-e h2::before, .ways-section-e h3::before, .ways-section-e h4::before, .ways-section-e h5::before, .ways-section-e h6::before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #BC9E6D;
    position: absolute;
    left: -69px;
    top: 0;
  }
}
.ways-section-f {
  position: relative;
  padding-top: 50px !important;
}
.ways-section-f::before {
  content: "" !important;
  display: block !important;
  width: 100vw;
  height: 100%;
  background-color: #FF513F;
  background-image: url("../images/ways-section-f-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ways-section-f h1, .ways-section-f h2, .ways-section-f h3, .ways-section-f h4, .ways-section-f h5, .ways-section-f h6, .ways-section-f p {
  color: white;
}
.ways-section-f .btn-social .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-icon-left.vc_btn3-color-grey {
  border-radius: 50px;
  background: #1C3F41;
  border: none;
  color: white;
  min-width: 198px;
  padding-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ways-section-f .btn-social .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-icon-left.vc_btn3-color-grey:hover {
  background-color: #FFFBF4;
  color: #1C3F41;
}
.ways-section-f .btn-social .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-icon-left.vc_btn3-color-grey i {
  position: relative;
  left: auto;
  top: auto;
  transform: none;
  margin-right: 15px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .ways-section-f {
    padding-top: 70px !important;
  }
}
.interior-page p a, .interior-page li a {
  text-decoration: underline;
}
.interior-page p a:hover, .interior-page li a:hover {
  text-decoration: none;
}
.interior-page .et-layout-vertical-section .et-title a {
  font-size: 14px;
  color: #1C3F41;
}
.interior-page .et-layout-vertical-section .et-content {
  font-size: 12px;
  color: #5C7576;
}
.interior-page .et-layout-vertical-section .et-timeline-date span {
  color: #1C3F41;
  font-weight: 700;
}
.interior-page .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
}
.interior-page .vc_images_carousel.vc_build .vc_carousel-slideline .vc_carousel-slideline-inner > .vc_item img {
  width: 100%;
  height: auto;
}
.interior-page .vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner {
  display: flex;
  align-items: center;
}
.vc_grid-item-mini .vc_gitem-zone.vc_gitem-zone-c {
  background: white !important;
}
.vc_grid-item-mini:hover {
  box-shadow: 4px 2px 22px rgba(0, 0, 0, 0.0920291);
}
.vc_grid-item-mini .vc_gitem-col {
  border: 1px solid #D9D9D9;
  border-top: none;
  border-radius: 0 0 4px 4px;
  padding: 17px 36px !important;
}
.vc_grid-item-mini .vc_gitem-post-data-source-post_date {
  padding: 16px 0 0;
  font-style: normal;
  font-weight: 800;
  font-size: 9px;
  line-height: 11px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FF513F;
  position: relative;
  margin-bottom: 0;
}
.vc_grid-item-mini .vc_gitem-post-data-source-post_date::before {
  content: "";
  display: block;
  width: calc(100% + 72px);
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  top: 0;
  left: -36px;
}
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border: none;
  background: white !important;
  border-radius: 1px;
}
.vc_tta-accordion.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-accordion.vc_tta-style-classic .vc_tta-controls-icon::before {
  border-color: #0d1c1d !important;
}
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #0d1c1d !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a i {
  color: #0d1c1d !important;
}
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p, .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body li, .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body blockquote, .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body span {
  color: #1C3F41;
}
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p a, .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body li a, .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body blockquote a, .vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body span a {
  color: inherit;
}
.vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 20px;
}
.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: white !important;
  border: none !important;
  padding: 0px 33px 40px;
}
.vc_tta-panel-title.vc_tta-controls-icon-position-left {
  padding-left: 14px;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors {
  border-radius: 3px;
  background: transparent !important;
  box-shadow: none;
  border: none;
  padding: 0px 0px !important;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors > h2 {
  line-height: 1;
  font-family: "roboto", sans-serif !important;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors > h2 .gform-icon {
  left: -5px;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors .gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #FFA0A0 !important;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors .gform_submission_error {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 19px;
  letter-spacing: normal;
  color: #FF513F;
  text-transform: capitalize;
  padding-left: 30px;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_validation_errors .gform_submission_error::after {
  display: none;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .ginput_cardextras {
  display: flex;
  flex-direction: column;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .ginput_cardextras .ginput_cardinfo_left {
  margin-bottom: 8px;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .ginput_cardextras .ginput_cardinfo_right {
  padding-left: 0;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .validation_message {
  border-radius: 3px;
  background: rgba(255, 34, 34, 0.92);
  box-shadow: none;
  border: none;
  font-size: 11px;
  line-height: 25px;
  padding: 5px !important;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
  width: auto;
  margin-top: 5px !important;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading {
  margin-bottom: 0 !important;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading .gform_title {
  font-family: "roboto", sans-serif !important;
  font-size: 2.5rem;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  letter-spacing: -0.9px;
  color: #1C3F41;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_heading .gform_description {
  font-family: "roboto", sans-serif !important;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.41;
  letter-spacing: -0.09px;
  margin-bottom: 0 !important;
  color: rgba(92, 117, 118, 0.74);
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield {
  padding-left: 0 !important;
  margin-top: 0 !important;
  /*field address */
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_consent .gfield_consent_label {
  font-weight: 500 !important;
  font-size: 16px !important;
  padding-left: 30px !important;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container {
  line-height: 0;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio {
  /*RADIO Button circular style*/
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:checked + label, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label {
  font-family: "roboto", sans-serif !important;
  color: #1C3F41;
  cursor: pointer;
  display: inline-block !important;
  font-size: 15px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 31px;
  letter-spacing: normal;
  margin: 0 auto;
  padding: 0 0 0 25px;
  position: relative;
  vertical-align: middle;
  z-index: 1;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:checked + label::after, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  background: #ffffff;
  border-radius: 50%;
  border: 6px solid #1A707B;
  height: 20px;
  left: 0;
  position: absolute;
  top: 5px;
  transition: all 0.2s ease;
  width: 20px;
  z-index: -1;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:checked, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) {
  position: relative;
  left: -9999px;
  margin: 0 !important;
  width: 0;
  height: 0;
  min-height: 0;
  padding: 0 !important;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_radio .gfield_radio [type="radio"]:not(:checked) + label:after {
  content: "";
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 1.7px solid #CDCDD5;
  background: transparent;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_consent {
  /*checkbox*/
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox input, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_consent input {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked + label, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked) + label, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_consent [type="checkbox"]:checked + label, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label {
  font-family: "roboto", sans-serif !important;
  color: #1C3F41;
  cursor: pointer;
  display: inline-block !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 31px;
  margin: 0 auto;
  padding: 0 0 0 25px !important;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  z-index: 1;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked + label::after, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked) + label::after, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_consent [type="checkbox"]:checked + label::after, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  background: #1A707B;
  border-radius: 4px;
  border: 4px solid #1A707B;
  height: 19px;
  left: 0;
  position: absolute;
  top: 6px;
  transition: all 0.2s ease;
  width: 19px;
  z-index: -1;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked), .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_consent [type="checkbox"]:checked, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_consent [type="checkbox"]:not(:checked) {
  position: relative;
  left: -9999px;
  margin: 0 !important;
  width: 0;
  height: 0;
  min-height: 0;
  padding: 0 !important;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:checked + label::before, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_consent [type="checkbox"]:checked + label::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 10px;
  left: 4px;
  position: absolute;
  top: 0px;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_checkbox [type="checkbox"]:not(:checked) + label:after, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_consent [type="checkbox"]:not(:checked) + label:after {
  content: "";
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 1.7px solid #CDCDD5;
  background: transparent;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .ginput_container_address .address_country select {
  line-height: 1em !important;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_body .gform_fields .gfield .top_label .gfield_label {
  font-family: "roboto", sans-serif !important;
  color: #1C3F41;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer {
  display: inline-block;
  margin: 0 !important;
  position: relative;
  width: auto !important;
  margin-top: 0px !important;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer::after {
  content: "";
  background-image: url("../images/icons/arrow-btn-newsletter-hover.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 17.9px;
  height: 8.7px;
  -webkit-filter: brightness(0%) invert(100%);
  filter: brightness(0%) invert(100%);
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"], .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button {
  border-radius: 0px;
  background-color: #2FBFD1;
  border: 1px solid #2FBFD1 !important;
  border: none !important;
  color: #1C3F41 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "roboto", sans-serif !important;
  font-size: 16px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: normal !important;
  line-height: 19px !important;
  margin: 0 !important;
  max-width: 100%;
  min-width: 142px;
  opacity: 1;
  padding: 14px 17px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"]:hover, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"]:focus, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input[type="submit"]:active, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button:hover, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button:focus, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer input.button:active {
  background-color: #FF513F !important;
  border-color: #FF513F !important;
  color: #1C3F41 !important;
  text-decoration: none;
}
.gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer:hover::after, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer:focus::after, .gform_wrapper:not(#gform_wrapper_0):not(.newsletterForm_wrapper):not(.donateForm_wrapper) .gform_footer:active::after {
  -webkit-filter: brightness(100%) invert(0%);
  filter: brightness(100%) invert(0%);
}
.interior .gform_confirmation_wrapper {
  font-size: 16px !important;
  color: #1C3F41 !important;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 16px;
  color: #fff;
  display: block;
  background: #1C3F41;
  padding: 10px 20px;
  position: relative;
}
.gform_confirmation_wrapper .gform_confirmation_message a {
  color: inherit !important;
  text-decoration: underline !important;
}
.gform_confirmation_wrapper .gform_confirmation_message a:hover {
  text-decoration: none !important;
}
.gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_last, .gform_wrapper.gf_browser_chrome .gfield_error .ginput_complex.ginput_container.has_first_name.has_middle_name.has_last_name span.name_middle {
  margin-left: 0 !important;
}
/*Error Form Css*/
.gform_wrapper div.validation_error {
  font-family: "roboto", sans-serif !important;
  border: none !important;
  color: #ff0000 !important;
  font-size: 12px !important;
  font-stretch: normal;
  font-style: normal;
  font-weight: bold !important;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 0 !important;
  padding: 18px 0 !important;
  text-align: left !important;
  width: 300px !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100%;
}
.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), .gform_wrapper li.gfield_error textarea {
  border: solid 2px #ff0000 !important;
  background-color: rgba(255, 0, 0, 0.12);
  color: #ff0000 !important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: none !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 0 !important;
  font-size: 14px;
  font-family: "roboto", sans-serif !important;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ff0000;
}
/*Error Form*/
/*Global Styles Gform*/
.gform_wrapper .gfield_required {
  font-size: 14px !important;
}
.gform_wrapper ul li::before {
  content: none !important;
}
.gform_wrapper .field_sublabel_above .gfield_description {
  padding-top: 5px;
  margin-top: 0 !important;
}
.gform_wrapper li.gfield.field_sublabel_above.field_description_below + li.gfield {
  margin-top: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 5px !important;
}
.gform_wrapper .ginput_total {
  color: #1C3F41 !important;
}
.gform_wrapper input:not([type="submit"]), .gform_wrapper textarea, .gform_wrapper select {
  font-family: "roboto", sans-serif !important;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  box-shadow: none;
  color: #1C3F41;
  font-size: 16px !important;
  line-height: 23px;
  font-weight: normal;
  min-height: 40px;
  padding: 9px 11px !important;
  /* firefox 19+ */
  /* ie */
}
.gform_wrapper input:not([type="submit"])::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.gform_wrapper input:not([type="submit"])::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.gform_wrapper input:not([type="submit"]):-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.gform_wrapper input:not([type="submit"]):active, .gform_wrapper input:not([type="submit"]):focus, .gform_wrapper textarea:active, .gform_wrapper textarea:focus, .gform_wrapper select:active, .gform_wrapper select:focus {
  box-shadow: none;
  border-color: #5C7576;
  outline: none;
  color: #1C3F41;
  background-color: #ffffff;
  /* firefox 19+ */
  /* ie */
}
.gform_wrapper input:not([type="submit"]):active::-webkit-input-placeholder, .gform_wrapper input:not([type="submit"]):focus::-webkit-input-placeholder, .gform_wrapper textarea:active::-webkit-input-placeholder, .gform_wrapper textarea:focus::-webkit-input-placeholder, .gform_wrapper select:active::-webkit-input-placeholder, .gform_wrapper select:focus::-webkit-input-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.gform_wrapper input:not([type="submit"]):active::-moz-placeholder, .gform_wrapper input:not([type="submit"]):focus::-moz-placeholder, .gform_wrapper textarea:active::-moz-placeholder, .gform_wrapper textarea:focus::-moz-placeholder, .gform_wrapper select:active::-moz-placeholder, .gform_wrapper select:focus::-moz-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.gform_wrapper input:not([type="submit"]):active:-ms-input-placeholder, .gform_wrapper input:not([type="submit"]):focus:-ms-input-placeholder, .gform_wrapper textarea:active:-ms-input-placeholder, .gform_wrapper textarea:focus:-ms-input-placeholder, .gform_wrapper select:active:-ms-input-placeholder, .gform_wrapper select:focus:-ms-input-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.gform_wrapper input:not([type="submit"]):-webkit-autofill, .gform_wrapper textarea:-webkit-autofill, .gform_wrapper select:-webkit-autofill {
  background: transparent !important;
  color: #1C3F41 !important;
  -webkit-text-fill-color: #1C3F41 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.gform_wrapper input:not([type="submit"]):-webkit-autofill:focus, .gform_wrapper textarea:-webkit-autofill:focus, .gform_wrapper select:-webkit-autofill:focus {
  background: transparent !important;
  color: #1C3F41 !important;
  -webkit-text-fill-color: #1C3F41 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='3' viewBox='0 0 8 3'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg stroke='%2#d7d7d7'%3e%3cpath d='M331 36L334 39 337 36' transform='translate(-494.000000, -8369.000000) translate(164.000000, 8333.000000)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e ");
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: calc(100% - 20px) center;
  line-height: 1.5em !important;
  padding: 12px 50px 12px 17px !important;
  transition: all 0.4s ease;
  color: #1C3F41;
}
.gform_wrapper select option {
  height: 50px;
  color: #1C3F41;
}
.gform_wrapper select:focus, .gform_wrapper select:active {
  border-color: #41556e;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%2341556e;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  transition: all 0.4s ease;
  box-shadow: none;
  outline: none;
  color: #41556e;
}
.gform_wrapper textarea {
  height: 100px;
  resize: none;
  max-width: 100%;
}
.gform_wrapper input[type="checkbox"], .gform_wrapper input[type="radio"] {
  height: 30px;
}
.gform_wrapper label.gfield_label, .gform_wrapper .gfield_label, .gform_wrapper .ginput_complex label {
  font-family: "roboto", sans-serif !important;
  font-size: 16px !important;
  line-height: 19px;
  font-weight: 600 !important;
  color: #1C3F41 !important;
}
.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin-bottom: 5px !important;
}
.interior-page .entry-content .interior-section-donate .donation-form-container {
  margin-top: 48px;
}
.interior-page .entry-content .interior-section-donate .donation-sponsor-form-container {
  margin-top: 0;
}
.interior-page .entry-content .interior-section-donate .img-wrap {
  height: 100%;
  border-radius: 0;
  margin: 0;
}
.interior-page .entry-content .interior-section-donate .img-wrap img {
  height: 100% !important;
}
.interior-page .entry-content .interior-section-donate form {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.interior-page .entry-content .interior-section-donate form .amount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.interior-page .entry-content .interior-section-donate form .button {
  font-family: "sofia-pro", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1C3F41;
  margin-right: 10px;
  margin-bottom: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 52px;
  padding: 10px;
  border-radius: 30px;
  border: solid 2px #1C3F41;
}
.interior-page .entry-content .interior-section-donate form .button.selected {
  background: #1C3F41;
  color: white;
}
.interior-page .entry-content .interior-section-donate form .button input {
  text-align: center;
  background: transparent;
  border: none;
  /* firefox 19+ */
  /* ie */
}
.interior-page .entry-content .interior-section-donate form .button input::-webkit-input-placeholder {
  color: #1C3F41;
  opacity: 1;
  font-weight: 700;
}
.interior-page .entry-content .interior-section-donate form .button input::-moz-placeholder {
  color: #1C3F41;
  opacity: 1;
  font-weight: 700;
}
.interior-page .entry-content .interior-section-donate form .button input:-ms-input-placeholder {
  color: #1C3F41;
  opacity: 1;
  font-weight: 700;
}
.interior-page .entry-content .interior-section-donate form .button input:focus, .interior-page .entry-content .interior-section-donate form .button input:active {
  /* firefox 19+ */
  /* ie */
}
.interior-page .entry-content .interior-section-donate form .button input:focus::-webkit-input-placeholder, .interior-page .entry-content .interior-section-donate form .button input:active::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.interior-page .entry-content .interior-section-donate form .button input:focus::-moz-placeholder, .interior-page .entry-content .interior-section-donate form .button input:active::-moz-placeholder {
  color: white;
  opacity: 1;
}
.interior-page .entry-content .interior-section-donate form .button input:focus:-ms-input-placeholder, .interior-page .entry-content .interior-section-donate form .button input:active:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.interior-page .entry-content .interior-section-donate form select {
  font-family: "sofia-pro", sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1C3F41;
  margin-right: 10px;
  margin-bottom: 29px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../images/icons/select-arrow-donate.png") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 15px) center;
  min-width: 116px;
  height: 52px;
  padding: 10px 30px;
  border-radius: 30px;
  border: solid 2px #1C3F41;
  transition: all 0.4s ease;
  /* firefox 19+ */
  /* ie */
}
.interior-page .entry-content .interior-section-donate form select option {
  color: #1C3F41;
}
.interior-page .entry-content .interior-section-donate form select::-webkit-input-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.interior-page .entry-content .interior-section-donate form select::-moz-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.interior-page .entry-content .interior-section-donate form select:-ms-input-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.interior-page .entry-content .interior-section-donate form select:focus, .interior-page .entry-content .interior-section-donate form select:active {
  background: url("../images/icons/select-arrow-donate-white.png") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 15px) center;
  background-color: #1C3F41;
  transition: all 0.4s ease;
  color: white;
  outline: none;
  /* firefox 19+ */
  /* ie */
}
.interior-page .entry-content .interior-section-donate form select:focus::-webkit-input-placeholder, .interior-page .entry-content .interior-section-donate form select:active::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.interior-page .entry-content .interior-section-donate form select:focus::-moz-placeholder, .interior-page .entry-content .interior-section-donate form select:active::-moz-placeholder {
  color: white;
  opacity: 1;
}
.interior-page .entry-content .interior-section-donate form select:focus:-ms-input-placeholder, .interior-page .entry-content .interior-section-donate form select:active:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.interior-page .entry-content .interior-section-donate form .switch {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.interior-page .entry-content .interior-section-donate form .item-container {
  font-family: "sofia-pro", sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  color: #d4d2d2;
  position: relative;
  margin-right: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}
.interior-page .entry-content .interior-section-donate form .item-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.interior-page .entry-content .interior-section-donate form .checkmark {
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 17px;
  border-radius: 50%;
  border: solid 1px #979797;
  background-color: white;
  order: -1;
  flex-shrink: 0;
}
.interior-page .entry-content .interior-section-donate form .item-container input:checked ~ .checkmark {
  background-color: white;
}
.interior-page .entry-content .interior-section-donate form .checkmark:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 0px;
  height: 0px;
  transition: 0.4s;
}
.interior-page .entry-content .interior-section-donate form .item-container input:checked ~ .checkmark:before {
  display: block;
  width: 10px;
  height: 10px;
}
.interior-page .entry-content .interior-section-donate form .item-container .checkmark:before {
  border-radius: 50%;
  background: #1C3F41;
  border: none;
}
.interior-page .entry-content .interior-section-donate form .destination {
  margin-bottom: 50px;
}
.interior-page .entry-content .interior-section-donate form .destination label {
  font-family: "sofia-pro", sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #1C3F41;
  display: block;
}
.interior-page .entry-content .interior-section-donate form .destination select {
  margin-top: 28px;
  margin-bottom: 0;
}
.interior-page .entry-content .interior-section-donate form input[type="submit"] {
  background-color: #1C3F41;
  border-radius: 0px;
  border: 1px solid #2FBFD1 !important;
  color: #1C3F41 !important;
  cursor: pointer;
  display: inline-block;
  font-family: "roboto", sans-serif !important;
  font-size: 16px !important;
  font-stretch: normal !important;
  font-style: normal !important;
  font-weight: 900 !important;
  letter-spacing: -0.32p !important;
  line-height: 19px !important;
  margin: 0 !important;
  max-width: 100%;
  min-width: 142px;
  opacity: 1;
  padding: 14px 17px !important;
  position: relative;
  text-align: center !important;
  text-decoration: none !important;
  transition: all 0.4s ease;
}
.interior-page .entry-content .interior-section-donate form input[type="submit"]:hover, .interior-page .entry-content .interior-section-donate form input[type="submit"]:focus, .interior-page .entry-content .interior-section-donate form input[type="submit"]:active {
  background-color: #FF513F !important;
  border-color: #FF513F !important;
  color: #1C3F41 !important;
  text-decoration: none;
}
.interior-page .entry-content .interior-section-donate .content-top {
  margin-bottom: 100px;
}
.interior-page .entry-content .interior-section-donate .content-top .img-wrap {
  width: calc(((100vw - 1110px) / 2) + 100%);
  left: calc((100vw - 1110px) / -2);
}
.interior-page .entry-content .interior-section-donate .content-top .title {
  font-family: "sofia-pro", sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.14;
  letter-spacing: normal;
  color: #1C3F41;
  margin-bottom: 16px;
}
.interior-page .entry-content .interior-section-donate .content-top h2 {
  font-family: "roboto", sans-serif !important;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #FFFBF4;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.interior-page .entry-content .interior-section-donate .content-top p {
  font-family: "sofia-pro", sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  color: #d4d2d2;
}
.interior-page .entry-content .interior-section-donate .content-bottom {
  position: relative;
  padding-bottom: 126px;
}
.interior-page .entry-content .interior-section-donate .content-bottom::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1C3F41;
}
.interior-page .entry-content .interior-section-donate .content-bottom .img-wrap {
  width: calc(((100vw - 1110px) / 2) + 100%);
}
.interior-page .entry-content .interior-section-donate .content-bottom .info-container {
  padding-top: 144px;
}
.interior-page .entry-content .interior-section-donate .content-bottom .title {
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.interior-page .entry-content .interior-section-donate .content-bottom .description {
  margin-bottom: 50px;
}
.interior-page .entry-content .interior-section-donate .content-bottom h2 {
  font-family: "roboto", sans-serif !important;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #ff230c;
  text-transform: uppercase;
  margin-bottom: 34px;
}
.interior-page .entry-content .interior-section-donate .content-bottom p {
  font-family: "sofia-pro", sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.61;
  letter-spacing: normal;
  color: white;
}
.interior-page .entry-content .interior-section-donate .content-bottom .amount {
  margin-bottom: 0;
}
.interior-page .entry-content .interior-section-donate .content-bottom .button, .interior-page .entry-content .interior-section-donate .content-bottom select {
  color: white;
  border-color: white;
}
.interior-page .entry-content .interior-section-donate .content-bottom input[type="submit"] {
  background: white;
  color: #1C3F41 !important;
  border-color: #1C3F41 !important;
}
.interior-page .entry-content .interior-section-donate .content-bottom .set-amount {
  color: white;
  /* firefox 19+ */
  /* ie */
}
.interior-page .entry-content .interior-section-donate .content-bottom .set-amount::-webkit-input-placeholder {
  color: white;
  opacity: 1;
  font-weight: 700;
}
.interior-page .entry-content .interior-section-donate .content-bottom .set-amount::-moz-placeholder {
  color: white;
  opacity: 1;
  font-weight: 700;
}
.interior-page .entry-content .interior-section-donate .content-bottom .set-amount:-ms-input-placeholder {
  color: white;
  opacity: 1;
  font-weight: 700;
}
.interior-page .entry-content .interior-section-donate .content-bottom select {
  background: url("../images/icons/select-arrow-donate-white.png") no-repeat;
  background-size: 10px;
  background-position: calc(100% - 15px) center;
}
.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion, .interior-page .entry-content .interior-section-donate .content-bottom .accordion {
  color: white !important;
  margin-top: 38px;
}
.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card {
  background: transparent;
  border: 1px solid white;
  border-color: white;
}
.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header {
  background: transparent !important;
}
.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 {
  color: white;
}
.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"], .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"], .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="true"] {
  color: white;
}
.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="true"]::before, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="true"]::before {
  color: white;
}
.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .card-header h2 .btn[aria-expanded^="false"]::before, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .card-header h2 .btn[aria-expanded^="false"]::before {
  color: white;
}
.interior-page .entry-content .interior-section-donate .content-bottom #accordionBlock .card .collapse .card-body, .interior-page .entry-content .interior-section-donate .content-bottom .elevation-accordion .card .collapse .card-body, .interior-page .entry-content .interior-section-donate .content-bottom .accordion .card .collapse .card-body {
  background: transparent;
  padding: 38px 19px;
}
/*START Sign Up--------------------------------------------------*/
.sign-up-form .gform_wrapper.gravity-theme {
  position: relative;
}
.sign-up-form .gform_wrapper.gravity-theme .gform_body {
  width: 100%;
}
.sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields {
  grid-row-gap: 0px !important;
}
.sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .ginput_container {
  margin: 0;
}
.sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield {
  width: 100%;
  margin-bottom: 0px;
}
.sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span {
  margin-bottom: 0px;
  padding: 0;
}
.sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span {
    margin-bottom: 0;
    margin-right: 10px;
    width: 100%;
  }
  .sign-up-form .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .ginput_complex span:last-child {
    margin-right: 0;
  }
}
.sign-up-form .gform_wrapper.gravity-theme .gfield_label {
  color: #ffffff !important;
  margin-bottom: 8px;
  font-size: 11px !important;
  font-weight: 700;
}
.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]) {
  font-family: "roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px !important;
  letter-spacing: normal;
  text-transform: none;
  color: #ffffff;
  background: transparent;
  border-radius: 0px;
  border: none;
  height: 50px;
  border-bottom: 2px solid #ffffff;
  min-height: auto;
  padding: 0px 40px 0px !important;
  padding-left: 0 !important;
  text-align: left;
  width: 100% !important;
  margin-bottom: 0;
  /* firefox 19+ */
  /* ie */
}
@media (min-width: 768px) {
  .sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]) {
    padding: 20px 40px 9px 0 !important;
  }
}
.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]):active, .sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]):focus {
  border-color: #ffffff;
  /* firefox 19+ */
  /* ie */
}
.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]):active::-webkit-input-placeholder, .sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]):focus::-webkit-input-placeholder {
  color: #ffffff;
}
.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]):active::-moz-placeholder, .sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]):focus::-moz-placeholder {
  color: #ffffff;
}
.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]):active:-ms-input-placeholder, .sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]):focus:-ms-input-placeholder {
  color: #ffffff;
}
.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"])::-webkit-input-placeholder {
  color: #ffffff;
}
.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"])::-moz-placeholder {
  color: #ffffff;
}
.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]):-ms-input-placeholder {
  color: #ffffff;
}
.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]):-webkit-autofill {
  background: transparent !important;
  color: #1C3F41 !important;
  -webkit-text-fill-color: #1C3F41 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.sign-up-form .gform_wrapper.gravity-theme input:not([type="submit"]):-webkit-autofill:focus {
  background: transparent !important;
  color: #1C3F41 !important;
  -webkit-text-fill-color: #1C3F41 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked + label, .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked) + label {
  font-family: "halyard-display", sans-serif !important;
  color: #0d1c1d;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  margin: 0 auto;
  padding: 0 25px;
  padding-left: 50px;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  z-index: 1;
}
.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked + label::after, .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked) + label::after {
  content: "";
  -webkit-transition: all 0.2s ease;
  background: #0d1c1d;
  border-radius: 6px;
  border: 4px solid #0d1c1d;
  height: 30px;
  left: 0;
  position: absolute;
  top: calc(50% - 15px);
  transition: all 0.2s ease;
  width: 30px;
  z-index: -1;
}
.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked, .sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  margin: 0;
}
.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:checked + label::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*--adjust as necessary--*/
  color: #1C3F41;
  font-size: 21px;
  left: 4px;
  position: absolute;
  top: calc(50% - 9px);
}
.sign-up-form .gform_wrapper.gravity-theme [type="checkbox"]:not(:checked) + label:after {
  content: "";
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 4px solid #0d1c1d;
  background: #0d1c1d;
}
.sign-up-form .gform_wrapper.gravity-theme input.gform-button {
  font-family: "roboto", sans-serif !important;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px !important;
  text-align: center;
  color: #1C3F41;
  background-color: #FFFBF4;
  background-repeat: no-repeat;
  background-position: 0px center;
  width: 100%;
  min-height: auto;
  border: none;
  cursor: pointer;
  margin: 0 auto;
  opacity: 1;
  padding: 16px 20px;
  text-transform: none;
  display: inline-block;
  min-width: 136px;
}
.sign-up-form .gform_wrapper.gravity-theme input.gform-button:hover {
  text-decoration: none;
  color: #1C3F41;
  background-color: #2FBFD1;
  border-color: #1C3F41;
}
@media (min-width: 768px) {
  .sign-up-form .gform_wrapper.gravity-theme input.gform-button {
    width: auto;
  }
}
.sign-up-form .gform_wrapper.gravity-theme .gform_footer {
  width: auto;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .sign-up-form .gform_wrapper.gravity-theme .gform_footer {
    width: 160px;
  }
}
.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .gform_validation_errors {
  border-color: white;
}
.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error h2 {
  font-family: "roboto", sans-serif !important;
  font-size: 14px;
  font-weight: bold;
  color: #ff0a16;
}
.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .gform-icon {
  color: #ff0a16;
  left: -35px;
}
.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"]) {
  background-color: #f2d9da;
  border-color: #ff0a16;
  color: #ff0a16;
  /* firefox 19+ */
  /* ie */
}
.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"])::-webkit-input-placeholder {
  color: #ff0a16;
  opacity: 1;
}
.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"])::-moz-placeholder {
  color: #ff0a16;
  opacity: 1;
}
.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error input:not([type="submit"]):-ms-input-placeholder {
  color: #ff0a16;
  opacity: 1;
}
.sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .gfield_validation_message, .sign-up-form .gform_wrapper.gravity-theme.gform_validation_error .validation_message {
  border-color: white;
  color: #ff0a16;
}
.newsletter-section {
  position: relative;
  background: #1A707B;
  margin-top: 0px;
  padding: 32px 0 50px;
}
.newsletter-section p {
  margin-bottom: 0;
  color: #FFEDCE;
  font-weight: 500;
  font-size: 19px;
  line-height: 19px;
  margin-bottom: 5px;
}
.newsletter-section h3 {
  color: #ffffff !important;
  font-size: 32px !important;
  line-height: 28px !important;
  margin-bottom: 0 !important;
}
.newsletter-section h3::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='16' viewBox='0 0 22 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.98926 7C1.43697 7 0.989258 7.44772 0.989258 8C0.989258 8.55228 1.43697 9 1.98926 9L1.98926 7ZM21.0988 8.70711C21.4894 8.31659 21.4894 7.68342 21.0988 7.2929L14.7349 0.928934C14.3443 0.53841 13.7112 0.53841 13.3207 0.928934C12.9301 1.31946 12.9301 1.95262 13.3207 2.34315L18.9775 8L13.3207 13.6569C12.9301 14.0474 12.9301 14.6805 13.3207 15.0711C13.7112 15.4616 14.3443 15.4616 14.7349 15.0711L21.0988 8.70711ZM1.98926 9L20.3917 9L20.3917 7L1.98926 7L1.98926 9Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 22px 22px;
  background-position: 4px 5px;
  background-repeat: no-repeat;
  margin-left: 0px;
  width: 35px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: transparent !important;
  left: auto;
  bottom: auto;
}
.newsletter-section .img-wrap {
  width: 100vw;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .newsletter-section .img-wrap {
    width: calc(100% + ((100vw - 690px)/ 2));
    margin-left: calc(((100vw - 690px)/ -2));
    margin-bottom: 0;
    height: 100%;
  }
}
.newsletter-section .right-side {
  position: relative;
}
@media (min-width: 768px) {
  .newsletter-section .right-side {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .newsletter-section .right-side {
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  .newsletter-section {
    padding: 27px 0 22px;
  }
  .newsletter-section h3::after {
    margin-left: 0px;
    bottom: 20px;
  }
  .sign-up-form .gform_fields .ginput_container {
    margin-right: 30px !important;
  }
}
@media (min-width: 1200px) {
  .newsletter-section {
    margin-left: 60px;
    margin-bottom: -130px;
    padding: 37px 0 32px;
    z-index: 1;
    top: -10px;
  }
  .newsletter-section h3::after {
    background-image: url("data:image/svg+xml,%3Csvg width='35' height='16' viewBox='0 0 35 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7C0.447715 7 4.82823e-08 7.44772 0 8C-4.82823e-08 8.55228 0.447715 9 1 9L1 7ZM34.7071 8.70711C35.0976 8.31659 35.0976 7.68342 34.7071 7.2929L28.3431 0.928935C27.9526 0.53841 27.3195 0.53841 26.9289 0.928934C26.5384 1.31946 26.5384 1.95262 26.9289 2.34315L32.5858 8L26.9289 13.6569C26.5384 14.0474 26.5384 14.6805 26.9289 15.0711C27.3195 15.4616 27.9526 15.4616 28.3431 15.0711L34.7071 8.70711ZM1 9L34 9L34 7L1 7L1 9Z' fill='white'/%3E%3C/svg%3E%0A");
    margin-left: 9px;
    width: 43px;
    height: 32px;
    background-size: 30px 22px;
    bottom: auto;
  }
  .right-side {
    padding-top: 0;
  }
  .sign-up-form .gform_fields .ginput_container {
    margin-right: 0px !important;
  }
}
/*END Sign Up------------------------------------------*/
body.search h1 span {
  font-size: inherit;
}
.content-search {
  padding-top: 50px;
}
.search-section {
  display: none;
  background: #1C3F41;
  z-index: 9999;
  position: relative;
}
div.search {
  font-family: "roboto", sans-serif !important;
  background: #1C3F41;
  display: block;
  position: relative;
}
div.search::before {
  content: "";
  background: #1C3F41;
  opacity: 0.5;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
div.search::after {
  content: "";
  background: #1C3F41;
  height: 100%;
  position: absolute;
  opacity: 0.5;
  right: 0;
  top: 0;
  width: 1px;
}
div.search .screen-reader-text {
  display: none;
}
div.search .fa-times {
  color: white;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  opacity: 0.5;
  transition: 0.3s;
}
div.search .fa-times:hover {
  text-decoration: none;
  opacity: 1;
}
div.search #searchsubmit {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 15' style='enable-background:new 0 0 18 15;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:none;stroke:%23FFF;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7d %3c/style%3e%3cg%3e%3cg%3e%3cg%3e%3cg transform='translate(-35 -692) translate(20 677) translate(16 16)'%3e%3ccircle class='st0' cx='6' cy='6.2' r='6'/%3e%3cpath class='st0' d='M16,12.5l-4-3.1'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #0d1c1d;
  background-position: center;
  background-size: 24px 24px;
  border-radius: 0;
  border: none;
  color: #fff;
  font-size: 12px;
  height: 40px;
  margin-left: -4px;
  opacity: 0.7;
  text-indent: -99999999px;
  text-transform: uppercase;
  transition: 0.4s;
  vertical-align: middle;
  width: 50px;
}
div.search #searchsubmit:hover {
  background-size: 18px 18px;
  opacity: 1;
}
div.search #s {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  height: 40px;
  padding: 5px 15px;
  vertical-align: middle;
  width: calc(100% - 70px);
}
div.search #s:hover, div.search #s:focus, div.search #s:active {
  outline: none;
  box-shadow: none;
}
div.search #s::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
div.search #s::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
div.search #s:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
div.search #s:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
div.search #s:-webkit-autofill, div.search #s:-webkit-autofill:hover, div.search #s:-webkit-autofill:focus {
  background: transparent !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}
@media (max-width: 1200px) {
  div.search #s {
    height: 40px;
  }
}
/*START Search Page------------------------------------------*/
body.search-results {
  display: block;
  padding-top: 0px;
  margin-left: 0;
}
body.search-results .content-search h1.search-title {
  font-size: 30px;
  text-transform: none;
}
body.search-results .content-search ul.search-list-result {
  padding: 0;
  margin: 0;
  text-align: left;
}
body.search-results .content-search ul.search-list-result li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  line-height: 1.66;
}
body.search-results .content-search ul.search-list-result li::before {
  content: none !important;
}
body.search-results .content-search ul.search-list-result li h3 {
  margin-bottom: 20px;
  font-family: "halyard-display", sans-serif !important;
  display: block;
}
body.search-results .content-search ul.search-list-result li h3 a {
  color: #1C3F41;
  font-size: 30px;
  font-family: "halyard-display", sans-serif !important;
  line-height: 1.4;
  padding-bottom: 5px;
  text-decoration: none;
  border-bottom: 2px solid #1C3F41;
  display: inline;
}
body.search-results .content-search ul.search-list-result li .read-more {
  margin-top: 0px;
  text-align: left;
  padding: 10px 0;
  display: block;
}
body.search-results .content-search ul.search-list-result li .read-more a.read-more {
  font-family: "Montserrat", sans-serif !important;
  font-size: 12px !important;
  font-weight: bold !important;
  font-stretch: normal !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: normal !important;
  color: black !important;
  text-transform: none;
  text-decoration: none !important;
  background-color: transparent;
  border-radius: 50px !important;
  border: none;
  box-shadow: none;
  display: inline-flex !important;
  align-items: center;
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
}
body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover, body.search-results .content-search ul.search-list-result li .read-more a.read-more:focus, body.search-results .content-search ul.search-list-result li .read-more a.read-more:active {
  text-decoration: none;
}
body.search-results .content-search ul.search-list-result li .read-more a.read-more:hover::after, body.search-results .content-search ul.search-list-result li .read-more a.read-more:focus::after, body.search-results .content-search ul.search-list-result li .read-more a.read-more:active::after {
  margin-left: 19px;
}
body.search-results .content-search ul.search-list-result li .read-more a.read-more::after {
  content: "";
  display: block;
  position: relative;
  background-image: url("../images/icons/arrow-btn.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 9px;
  width: 17.9px;
  height: 8.7px;
  transition: all 0.4s ease;
  -webkit-filter: brightness(100%) invert(0%);
  filter: brightness(100%) invert(0%);
}
/*END Search Page-----------------------------------*/
#tribe-events-pg-template {
  padding: 0;
}
body.post-type-archive-tribe_events .interior-page {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  body.post-type-archive-tribe_events .interior-page {
    padding-top: 70px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  body.post-type-archive-tribe_events .interior-page {
    padding-top: 90px;
    padding-bottom: 45px;
  }
}
.interior-page .tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  border-color: #41556e;
  color: #41556e;
}
.interior-page .tribe-common .tribe-common-c-btn-border:hover, .tribe-common a.tribe-common-c-btn-border:hover {
  background-color: #41556e;
}
.interior-page .tribe-common .tribe-common-c-btn-border:hover .tribe-common-c-svgicon, .tribe-common a.tribe-common-c-btn-border:hover .tribe-common-c-svgicon {
  color: white;
}
.interior-page .entry-content .tribe-common .tribe-common-svgicon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%2341556e'/%3E%3C/svg%3E");
}
.interior-page .entry-content .tribe-events .tribe-events-c-ical__link::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%2341556e' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E");
}
.interior-page .entry-content .tribe-events .tribe-events-c-ical__link:hover::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M6 1v10m5-5H1' fill='none' fill-rule='evenodd' stroke='%23FFFFFF' stroke-linecap='square' stroke-width='1.5'/%3E%3C/svg%3E");
}
.interior-page .entry-content .tribe-events .tribe-events-c-messages__message--notice::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 23'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath stroke='%23141827' d='M.5 2.5h20v20H.5z'/%3E%3Cpath stroke='%2341556e' stroke-linecap='round' d='M7.583 11.583l5.834 5.834m0-5.834l-5.834 5.834'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' d='M4.5.5v4m12-4v4'/%3E%3Cpath stroke='%23141827' stroke-linecap='square' d='M.5 7.5h20'/%3E%3C/g%3E%3C/svg%3E");
}
.interior-page .entry-content .tribe-events .tribe-events-calendar-month__mobile-events-icon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%2341556e'/%3E%3C/svg%3E");
}
.interior-page .entry-content .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__mobile-events-icon--featured {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h16v20l-7.902-5.122L0 20z' fill='%23FFF'/%3E%3C/svg%3E");
}
.interior-page .entry-content .tribe-common-l-container {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.interior-page .entry-content .tribe-events .tribe-events-c-search__input-control-icon-svg path {
  fill: #41556e;
}
.interior-page .entry-content .tribe-common .tribe-common-c-svgicon {
  color: #41556e;
}
.interior-page .entry-content .tribe-common .tribe-common-c-loader__dot {
  background-color: #41556e;
}
@keyframes a {
  50% {
    background-color: #41556e;
  }
}
.interior-page .entry-content .tribe-common .tribe-common-anchor-thin-alt {
  border-color: #41556e;
  text-decoration: none;
}
.interior-page .entry-content .tribe-common .tribe-common-anchor-thin-alt:hover {
  color: #41556e;
}
.interior-page .tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0;
}
.interior-page .tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
  background: #41556e;
}
.interior-page .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:hover {
  background: #2e3c4e;
}
.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:hover, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-webkit-autofill:focus, .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:-internal-autofill-selected, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword-focus .tribe-events-c-search__input:-internal-autofill-selected, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:hover, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-webkit-autofill:focus, .interior-page .entry-content .tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus:-internal-autofill-selected {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 18.711l-6.044-6.044a7.782 7.782 0 0 0 1.688-4.845c0-2.089-.822-4.044-2.288-5.533C11.866.822 9.91 0 7.822 0S3.778.822 2.29 2.289A7.801 7.801 0 0 0 0 7.822c0 2.09.822 4.045 2.289 5.534a7.801 7.801 0 0 0 5.533 2.288c1.778 0 3.467-.6 4.845-1.688L18.71 20 20 18.711zM3.578 12.067c-2.334-2.334-2.334-6.156 0-8.49a5.968 5.968 0 0 1 4.244-1.755c1.6 0 3.111.622 4.245 1.756 2.333 2.333 2.333 6.155 0 8.489a5.968 5.968 0 0 1-4.245 1.755c-1.6 0-3.11-.622-4.244-1.755z' fill='%23006699'/%3E%3C/svg%3E") !important;
  background-color: transparent !important;
  transition: background-color 5000s ease-in-out 0s;
}
.tribe-events-before-html {
  margin-bottom: 50px !important;
}
@media (max-width: 576px) {
  .tribe-block__venue, .tribe-block__event-price {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map, .tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
    width: 100%;
    margin-bottom: 25px;
  }
}
.tribe-block__events-link .tribe-block__btn--link a {
  color: #41556e;
}
.tribe-block__event-website a {
  background: #41556e;
}
.tribe-block__events-link .tribe-block__btn--link img {
  filter: hue-rotate(154deg) brightness(0.9);
}
/*START Error Page------------------------------------------*/
.interior-404 {
  padding-top: 40px;
}
.fourerror {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
  margin: 0 auto;
  width: 535px;
  max-width: 100%;
}
.fourerror .ghost-404 {
  position: relative;
  height: 230px;
  margin: 0 auto;
  width: 140px;
}
.fourerror .ghost-404 .ghost-icon, .fourerror .ghost-404 .ghost-base {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: transparent;
  position: relative;
  width: 130px;
}
.fourerror .ghost-404 .ghost-icon {
  background-image: url("../images/ghost.svg");
  height: 132px;
}
.fourerror .ghost-404 .ghost-base {
  background-image: url("../images/base-ghost.svg");
  height: 17px;
  margin-top: 30px;
}
.fourerror h3 {
  font-family: "roboto", sans-serif !important;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1C3F41;
}
.fourerror p {
  font-size: 24px !important;
  text-align: center !important;
  color: #000000 !important;
}
.fourerror a[class^="btn-"] {
  margin: 40px auto;
}
/*END Error Page------------------------------------------*/
body.single-post .interior-banner .title-page {
  width: 100%;
  max-width: 100%;
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
      text-align: left !important;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
      text-align: left !important;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
      text-align: left !important;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
      text-align: left !important;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
      text-align: left !important;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    body.single-post .interior-page .title-page, body.single-post .sc-single-wrapper .title-page {
      text-align: left !important;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
.filter-category div.ajaxsearchpro, .filter-category .ajaxsearchpro, .filter-wrap div.ajaxsearchpro, .filter-wrap .ajaxsearchpro {
  background-image: radial-gradient(ellipse at center, rgba(156, 218, 164, 0), rgba(156, 218, 164, 0)) !important;
  border-radius: 2 !important;
  border: none !important;
  border: 1px solid #979797 !important;
  font-size: 15px !important;
  font-weight: normal !important;
  max-width: 100% !important;
}
@media (min-width: 1200px) {
  .filter-category div.ajaxsearchpro, .filter-category .ajaxsearchpro, .filter-wrap div.ajaxsearchpro, .filter-wrap .ajaxsearchpro {
    width: 357px !important;
  }
}
.filter-category div.ajaxsearchpro.vertical, .filter-category .ajaxsearchpro.vertical, .filter-wrap div.ajaxsearchpro.vertical, .filter-wrap .ajaxsearchpro.vertical {
  background-color: black !important;
}
.filter-category div.ajaxsearchpro .probox, .filter-category .ajaxsearchpro .probox, .filter-wrap div.ajaxsearchpro .probox, .filter-wrap .ajaxsearchpro .probox {
  height: 38px !important;
  background: transparent !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  border: 1px solid #D7D7D7 !important;
}
@media (min-width: 1200px) {
  .filter-category div.ajaxsearchpro .probox, .filter-category .ajaxsearchpro .probox, .filter-wrap div.ajaxsearchpro .probox, .filter-wrap .ajaxsearchpro .probox {
    width: 260px !important;
  }
}
.filter-category div.ajaxsearchpro .probox .promagnifier, .filter-category .ajaxsearchpro .probox .promagnifier, .filter-wrap div.ajaxsearchpro .probox .promagnifier, .filter-wrap .ajaxsearchpro .probox .promagnifier {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 50px !important;
  height: 38px !important;
}
.filter-category div.ajaxsearchpro .probox .promagnifier .innericon, .filter-category .ajaxsearchpro .probox .promagnifier .innericon, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon {
  width: 50px !important;
  position: relative;
  height: 40px !important;
}
.filter-category div.ajaxsearchpro .probox .promagnifier .innericon::after, .filter-category .ajaxsearchpro .probox .promagnifier .innericon::after, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon::after, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon::after {
  content: "";
  box-sizing: border-box;
  font: normal normal normal 14px/1 FontAwesome;
  font-family: "Font Awesome 5 Pro";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-rendering: auto;
  transition: 0.4s;
  color: #FF513F;
  height: 100%;
  position: absolute;
  right: -8px;
  top: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .filter-category div.ajaxsearchpro .probox .promagnifier .innericon::after, .filter-category .ajaxsearchpro .probox .promagnifier .innericon::after, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon::after, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon::after {
    right: 9px;
  }
}
.filter-category div.ajaxsearchpro .probox .promagnifier .innericon svg, .filter-category .ajaxsearchpro .probox .promagnifier .innericon svg, .filter-wrap div.ajaxsearchpro .probox .promagnifier .innericon svg, .filter-wrap .ajaxsearchpro .probox .promagnifier .innericon svg {
  display: none !important;
  fill: #2FBFD1 !important;
}
.filter-category div.ajaxsearchpro .probox .proinput, .filter-category .ajaxsearchpro .probox .proinput, .filter-wrap div.ajaxsearchpro .probox .proinput, .filter-wrap .ajaxsearchpro .probox .proinput {
  background: transparent !important;
  padding: 0px !important;
  margin: 0 !important;
}
.filter-category div.ajaxsearchpro .probox .proinput top form input, .filter-category div.ajaxsearchpro .probox .proinput top form textarea, .filter-category div.ajaxsearchpro .probox .proinput top form select, .filter-category .ajaxsearchpro .probox .proinput top form input, .filter-category .ajaxsearchpro .probox .proinput top form textarea, .filter-category .ajaxsearchpro .probox .proinput top form select, .filter-wrap div.ajaxsearchpro .probox .proinput top form input, .filter-wrap div.ajaxsearchpro .probox .proinput top form textarea, .filter-wrap div.ajaxsearchpro .probox .proinput top form select, .filter-wrap .ajaxsearchpro .probox .proinput top form input, .filter-wrap .ajaxsearchpro .probox .proinput top form textarea, .filter-wrap .ajaxsearchpro .probox .proinput top form select {
  border-radius: 2px !important;
  box-shadow: none !important;
  color: rgba(181, 180, 179, 0.74) !important;
  font-family: "roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  height: auto !important;
  outline: none !important;
  padding: 10px 15px !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.filter-category div.ajaxsearchpro .probox .proinput top form input .autocomplete, .filter-category div.ajaxsearchpro .probox .proinput top form textarea .autocomplete, .filter-category div.ajaxsearchpro .probox .proinput top form select .autocomplete, .filter-category .ajaxsearchpro .probox .proinput top form input .autocomplete, .filter-category .ajaxsearchpro .probox .proinput top form textarea .autocomplete, .filter-category .ajaxsearchpro .probox .proinput top form select .autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput top form input .autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput top form textarea .autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput top form select .autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput top form input .autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput top form textarea .autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput top form select .autocomplete {
  top: 20px !important;
  margin-top: -41px !important;
}
.filter-category div.ajaxsearchpro .probox .proinput top form input:active, .filter-category div.ajaxsearchpro .probox .proinput top form input:focus, .filter-category div.ajaxsearchpro .probox .proinput top form textarea:active, .filter-category div.ajaxsearchpro .probox .proinput top form textarea:focus, .filter-category div.ajaxsearchpro .probox .proinput top form select:active, .filter-category div.ajaxsearchpro .probox .proinput top form select:focus, .filter-category .ajaxsearchpro .probox .proinput top form input:active, .filter-category .ajaxsearchpro .probox .proinput top form input:focus, .filter-category .ajaxsearchpro .probox .proinput top form textarea:active, .filter-category .ajaxsearchpro .probox .proinput top form textarea:focus, .filter-category .ajaxsearchpro .probox .proinput top form select:active, .filter-category .ajaxsearchpro .probox .proinput top form select:focus, .filter-wrap div.ajaxsearchpro .probox .proinput top form input:active, .filter-wrap div.ajaxsearchpro .probox .proinput top form input:focus, .filter-wrap div.ajaxsearchpro .probox .proinput top form textarea:active, .filter-wrap div.ajaxsearchpro .probox .proinput top form textarea:focus, .filter-wrap div.ajaxsearchpro .probox .proinput top form select:active, .filter-wrap div.ajaxsearchpro .probox .proinput top form select:focus, .filter-wrap .ajaxsearchpro .probox .proinput top form input:active, .filter-wrap .ajaxsearchpro .probox .proinput top form input:focus, .filter-wrap .ajaxsearchpro .probox .proinput top form textarea:active, .filter-wrap .ajaxsearchpro .probox .proinput top form textarea:focus, .filter-wrap .ajaxsearchpro .probox .proinput top form select:active, .filter-wrap .ajaxsearchpro .probox .proinput top form select:focus {
  border: none !important;
  outline: none !important;
}
.filter-category div.ajaxsearchpro .probox .proinput top form input::-webkit-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput top form input::-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput top form input:-ms-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput top form input:-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput top form textarea::-webkit-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput top form textarea::-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput top form textarea:-ms-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput top form textarea:-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput top form select::-webkit-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput top form select::-moz-placeholder, .filter-category div.ajaxsearchpro .probox .proinput top form select:-ms-input-placeholder, .filter-category div.ajaxsearchpro .probox .proinput top form select:-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput top form input::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput top form input::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput top form input:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput top form input:-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput top form textarea::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput top form textarea::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput top form textarea:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput top form textarea:-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput top form select::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput top form select::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput top form select:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput top form select:-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput top form input::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput top form input::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput top form input:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput top form input:-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput top form textarea::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput top form textarea::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput top form textarea:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput top form textarea:-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput top form select::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput top form select::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput top form select:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput top form select:-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput top form input::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput top form input::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput top form input:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput top form input:-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput top form textarea::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput top form textarea::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput top form textarea:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput top form textarea:-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput top form select::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput top form select::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput top form select:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput top form select:-moz-placeholder {
  color: rgba(181, 180, 179, 0.74) !important;
  font-family: "roboto", sans-serif !important;
  font-size: 15px !important;
  font-weight: normal !important;
  opacity: 1 !important;
}
.filter-category div.ajaxsearchpro .probox .proinput input.autocomplete, .filter-category .ajaxsearchpro .probox .proinput input.autocomplete, .filter-wrap div.ajaxsearchpro .probox .proinput input.autocomplete, .filter-wrap .ajaxsearchpro .probox .proinput input.autocomplete {
  top: 48px !important;
  padding-left: 28px !important;
  margin-top: -28px !important;
}
.filter-category div.ajaxsearchpro .probox .proinput input.orig, .filter-category .ajaxsearchpro .probox .proinput input.orig, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig, .filter-wrap .ajaxsearchpro .probox .proinput input.orig {
  font-size: 15px !important;
  height: 37px !important;
  left: 16px;
  top: 0px;
  color: #1C3F41 !important;
  margin: 0 !important;
  padding: 0 !important;
  /* firefox 19+ */
  /* ie */
}
.filter-category div.ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput input.orig::-webkit-input-placeholder {
  color: #b5b4b3 !important;
  font-size: 15px !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}
.filter-category div.ajaxsearchpro .probox .proinput input.orig::-moz-placeholder, .filter-category .ajaxsearchpro .probox .proinput input.orig::-moz-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig::-moz-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput input.orig::-moz-placeholder {
  color: #b5b4b3 !important;
  font-size: 15px !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}
.filter-category div.ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder, .filter-category .ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder, .filter-wrap div.ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder, .filter-wrap .ajaxsearchpro .probox .proinput input.orig:-ms-input-placeholder {
  color: #b5b4b3 !important;
  font-size: 15px !important;
  opacity: 1 !important;
  font-weight: 400 !important;
}
.filter-category div.ajaxsearchpro .probox .proloading, .filter-category .ajaxsearchpro .probox .proloading, .filter-wrap div.ajaxsearchpro .probox .proloading, .filter-wrap .ajaxsearchpro .probox .proloading {
  align-self: center;
}
.filter-category div.ajaxsearchpro .probox .proclose, .filter-category .ajaxsearchpro .probox .proclose, .filter-wrap div.ajaxsearchpro .probox .proclose, .filter-wrap .ajaxsearchpro .probox .proclose {
  align-self: center;
}
.filter-category div.ajaxsearchpro .results .item .asp_content h3 a, .filter-category .ajaxsearchpro .results .item .asp_content h3 a, .filter-wrap div.ajaxsearchpro .results .item .asp_content h3 a, .filter-wrap .ajaxsearchpro .results .item .asp_content h3 a {
  color: rgba(181, 180, 179, 0.7) !important;
}
.filter-category #ajaxsearchpro1_1 .probox .proinput input.orig, .filter-category #ajaxsearchpro1_2 .probox .proinput input.orig, .filter-category div.asp_m.asp_m_1 .probox .proinput input.orig, .filter-wrap #ajaxsearchpro1_1 .probox .proinput input.orig, .filter-wrap #ajaxsearchpro1_2 .probox .proinput input.orig, .filter-wrap div.asp_m.asp_m_1 .probox .proinput input.orig {
  line-height: 1.3 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  overflow: visible;
  font-weight: 400 !important;
}
.filter-category #ajaxsearchpro1_1, .filter-category #ajaxsearchpro1_2, .filter-category div.asp_m.asp_m_1, .filter-wrap #ajaxsearchpro1_1, .filter-wrap #ajaxsearchpro1_2, .filter-wrap div.asp_m.asp_m_1 {
  background: transparent !important;
  border: 0 !important;
}
/*search result ajax pro*/
div[id^="ajaxsearchprores"].vertical, div[class^="asp_r_"].vertical {
  background: #b5b4b3 !important;
}
div[id^="ajaxsearchprores"] .resdrg .item h3, div[id^="ajaxsearchprores"] .resdrg .item h3 a, div[class^="asp_r_"] .resdrg .item h3, div[class^="asp_r_"] .resdrg .item h3 a {
  color: #1C3F41 !important;
}
div[id^="ajaxsearchprores"] .resdrg .item h3::after, div[id^="ajaxsearchprores"] .resdrg .item h3 a::after, div[class^="asp_r_"] .resdrg .item h3::after, div[class^="asp_r_"] .resdrg .item h3 a::after {
  display: none;
}
div[id^="ajaxsearchprores"] .resdrg .item .asp_res_text, div[class^="asp_r_"] .resdrg .item .asp_res_text {
  color: #1C3F41;
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .filter-category div[id^="ajaxsearchpro"], .filter-category div[class^="asp_r"], .filter-wrap div[id^="ajaxsearchpro"], .filter-wrap div[class^="asp_r"] {
      flex-basis: auto !important;
      min-width: 100% !important;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .filter-category div[id^="ajaxsearchpro"], .filter-category div[class^="asp_r"], .filter-wrap div[id^="ajaxsearchpro"], .filter-wrap div[class^="asp_r"] {
      flex-basis: auto !important;
      min-width: 100% !important;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .filter-category div[id^="ajaxsearchpro"], .filter-category div[class^="asp_r"], .filter-wrap div[id^="ajaxsearchpro"], .filter-wrap div[class^="asp_r"] {
      flex-basis: auto !important;
      min-width: 100% !important;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .filter-category div[id^="ajaxsearchpro"], .filter-category div[class^="asp_r"], .filter-wrap div[id^="ajaxsearchpro"], .filter-wrap div[class^="asp_r"] {
      flex-basis: auto !important;
      min-width: 100% !important;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .filter-category div[id^="ajaxsearchpro"], .filter-category div[class^="asp_r"], .filter-wrap div[id^="ajaxsearchpro"], .filter-wrap div[class^="asp_r"] {
      flex-basis: auto !important;
      min-width: 100% !important;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .filter-category div[id^="ajaxsearchpro"], .filter-category div[class^="asp_r"], .filter-wrap div[id^="ajaxsearchpro"], .filter-wrap div[class^="asp_r"] {
      flex-basis: auto !important;
      min-width: 100% !important;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
body.category .interior-category, body.category .index, body.blog .interior-category, body.blog .index {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  body.category .interior-category, body.category .index, body.blog .interior-category, body.blog .index {
    padding-top: 30px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  body.category .interior-category, body.category .index, body.blog .interior-category, body.blog .index {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
.filter-category {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px !important;
}
.filter-category span {
  font-family: "roboto", sans-serif !important;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 0.88px;
  color: #a5a5a5;
}
.filter-category select {
  font-family: "roboto", sans-serif !important;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 5' style='enable-background:new 0 0 9 5;' xml:space='preserve'%3e%3cstyle type='text/css'%3e .st0%7bfill:%23adadad;%7d %3c/style%3e%3cpath class='st0' d='M9,0.6C9,0.2,8.7,0,8.4,0H0.6C0.3,0,0,0.2,0,0.6c0,0.1,0.1,0.3,0.2,0.4l3.9,3.9c0.2,0.2,0.6,0.2,0.8,0 c0,0,0,0,0,0l3.9-3.9C8.9,0.8,9,0.7,9,0.6z'/%3e%3c/svg%3e");
  background-size: 9px 5px;
  background-position: 95% center;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 0px;
  border: 1px solid #D7D7D7;
  color: #1C3F41;
  display: block;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 35px 0 0;
  max-width: 100% !important;
  min-height: 40px;
  padding: 7px 50px 7px 18px;
  width: 260px;
  -moz-appearance: none;
  -webkit-appearance: none;
  /* firefox 19+ */
  /* ie */
}
.filter-category select option {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}
.filter-category select::-webkit-input-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.filter-category select::-moz-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.filter-category select:-ms-input-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.filter-category select:active, .filter-category select:focus {
  box-shadow: none;
  border-color: #5C7576;
  outline: none;
  color: #1C3F41;
  /* firefox 19+ */
  /* ie */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='5' viewBox='0 0 9 5'%3E%3Cpath fill='%23FF5543' d='M9 .556A.563.563 0 0 0 8.438 0H.563A.563.563 0 0 0 0 .556a.549.549 0 0 0 .167.39L4.1 4.835a.557.557 0 0 0 .791 0L8.833.946A.549.549 0 0 0 9 .556z'/%3E%3C/svg%3E");
}
.filter-category select:active::-webkit-input-placeholder, .filter-category select:focus::-webkit-input-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.filter-category select:active::-moz-placeholder, .filter-category select:focus::-moz-placeholder {
  color: #1C3F41;
  opacity: 1;
}
.filter-category select:active:-ms-input-placeholder, .filter-category select:focus:-ms-input-placeholder {
  color: #1C3F41;
  opacity: 1;
}
@media (max-width: 768px) {
  .filter-category select {
    margin: 0 0 20px 0;
    width: 100%;
  }
}
/*start container post structure*/
.container-blog-post {
  margin-bottom: 0px;
}
.container-blog-post .card, .container-blog-post .single-post {
  background-color: transparent;
  margin-bottom: 74px;
  margin-right: 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  text-decoration: none;
  width: calc(33% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.container-blog-post .card:hover, .container-blog-post .single-post:hover {
  text-decoration: none;
}
.container-blog-post .card:hover .body-post::before, .container-blog-post .single-post:hover .body-post::before {
  top: 0;
}
.container-blog-post .card .image-wrapping, .container-blog-post .single-post .image-wrapping {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  margin-bottom: 0 !important;
  overflow: hidden;
  padding-top: inherit;
  position: relative;
  width: 100%;
}
.container-blog-post .card .image-wrapping img, .container-blog-post .single-post .image-wrapping img {
  height: 101%;
  object-fit: cover;
  width: 101%;
}
@media (min-width: 768px) {
  .container-blog-post .card .image-wrapping, .container-blog-post .single-post .image-wrapping {
    height: 397px;
  }
}
.container-blog-post .card .card-body, .container-blog-post .card .body-post, .container-blog-post .single-post .card-body, .container-blog-post .single-post .body-post {
  background: #fff;
  overflow: hidden;
  padding: 30px 10px 0px 0px;
  position: relative;
  transition: all 0.4s ease;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}
.container-blog-post .card .card-body .card-title, .container-blog-post .card .card-body .card-title a, .container-blog-post .card .body-post .card-title, .container-blog-post .card .body-post .card-title a, .container-blog-post .single-post .card-body .card-title, .container-blog-post .single-post .card-body .card-title a, .container-blog-post .single-post .body-post .card-title, .container-blog-post .single-post .body-post .card-title a {
  font-family: "halyard-display", sans-serif !important;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  color: #1C3F41;
  margin-bottom: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container-blog-post .card .card-body .blog-category, .container-blog-post .card .body-post .blog-category, .container-blog-post .single-post .card-body .blog-category, .container-blog-post .single-post .body-post .blog-category {
  font-weight: 500;
  font-size: 19px;
  line-height: 19px;
  color: #FF513F;
}
.container-blog-post .card .card-body .date-publish, .container-blog-post .card .body-post .date-publish, .container-blog-post .single-post .card-body .date-publish, .container-blog-post .single-post .body-post .date-publish {
  font-family: "roboto", sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
}
.container-blog-post .card .card-body p.card-text, .container-blog-post .card .card-body .content-post, .container-blog-post .card .card-body .content-post p, .container-blog-post .card .body-post p.card-text, .container-blog-post .card .body-post .content-post, .container-blog-post .card .body-post .content-post p, .container-blog-post .single-post .card-body p.card-text, .container-blog-post .single-post .card-body .content-post, .container-blog-post .single-post .card-body .content-post p, .container-blog-post .single-post .body-post p.card-text, .container-blog-post .single-post .body-post .content-post, .container-blog-post .single-post .body-post .content-post p {
  font-family: "roboto", sans-serif !important;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 23px;
  letter-spacing: normal;
  color: #1C3F41;
  margin-bottom: 0;
}
.container-blog-post .card .card-body span.btn-read-more, .container-blog-post .card .body-post span.btn-read-more, .container-blog-post .single-post .card-body span.btn-read-more, .container-blog-post .single-post .body-post span.btn-read-more {
  font-size: 14px;
}
.container-blog-post .card .card-body .button-post, .container-blog-post .card .body-post .button-post, .container-blog-post .single-post .card-body .button-post, .container-blog-post .single-post .body-post .button-post {
  position: relative;
  bottom: 0;
  left: 0;
  padding: 15px 38px;
  width: calc(100% + 78px);
  margin-left: -39px;
  margin-top: auto;
  margin-bottom: 0;
}
.container-blog-post .card .card-body .button-post span, .container-blog-post .card .body-post .button-post span, .container-blog-post .single-post .card-body .button-post span, .container-blog-post .single-post .body-post .button-post span {
  font-family: "roboto", sans-serif !important;
  font-size: 10px;
  font-stretch: normal;
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-height: normal;
  margin: 0 !important;
  text-align: left;
  color: #67686a;
}
.container-blog-post .card .card-body .button-post .date-post, .container-blog-post .card .body-post .button-post .date-post, .container-blog-post .single-post .card-body .button-post .date-post, .container-blog-post .single-post .body-post .button-post .date-post {
  font-family: "roboto", sans-serif !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.02em;
  color: #6C8A8C;
  position: relative;
  display: inline;
  margin-right: 25px;
}
.container-blog-post .card .card-body .button-post .date-post::before, .container-blog-post .card .body-post .button-post .date-post::before, .container-blog-post .single-post .card-body .button-post .date-post::before, .container-blog-post .single-post .body-post .button-post .date-post::before {
  content: "";
  display: inline-block;
  background-image: url("../images/icon-calendar.svg");
  width: 15px;
  height: 16px;
  position: relative;
  margin-right: 10px;
  display: none;
  top: -3px;
}
.container-blog-post .card .card-body .button-post .author-post, .container-blog-post .card .body-post .button-post .author-post, .container-blog-post .single-post .card-body .button-post .author-post, .container-blog-post .single-post .body-post .button-post .author-post {
  font-family: "roboto", sans-serif !important;
  font-size: 11px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.09;
  letter-spacing: normal;
  color: #989898;
  position: relative;
}
.container-blog-post .card .card-body .button-post .author-post::before, .container-blog-post .card .body-post .button-post .author-post::before, .container-blog-post .single-post .card-body .button-post .author-post::before, .container-blog-post .single-post .body-post .button-post .author-post::before {
  content: "";
  border-radius: 0%;
  display: inline-block;
  height: 3px;
  margin: 0 5px;
  width: 3px;
  background: currentColor;
  position: relative;
  top: -3px;
}
@media (max-width: 1200px) {
  .container-blog-post .card, .container-blog-post .single-post {
    width: calc(50% - 14px);
    margin-right: 13px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .container-blog-post .card, .container-blog-post .single-post {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.section-category-news .filter-category select, .section-category-news .filter-category input {
  border-radius: 10px;
  border: solid 1px #979797;
  background-color: #f4f4f4;
  font-family: "roboto", sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  color: rgba(99, 99, 99, 0.46);
}
.section-category-news .container-news-post {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
.section-category-news .card {
  border: none;
  display: block;
}
.section-category-news .card .image-wrapping {
  height: 227px;
  margin: 0;
  border-radius: 8px;
  margin-bottom: 15px;
}
.section-category-news .card .image-wrapping img {
  height: 100%;
}
.section-category-news .card .card-body {
  padding: 0;
  padding-top: 15px;
}
.section-category-news .card .card-title {
  font-family: "roboto", sans-serif !important;
  font-size: 18px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
  color: #1C3F41;
  margin-bottom: 10px;
}
.section-category-news .card address {
  font-family: "roboto", sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.89px;
  color: #636363;
}
.section-category-news .card p.card-text {
  font-family: "roboto", sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: 1px;
  color: #000000;
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .filter-wrap {
      flex-flow: wrap row;
      justify-content: space-between;
      width: 400px !important;
      margin: 20px auto 60px !important;
      max-width: 100%;
    }
    .filter-wrap select {
      margin: 20px auto !important;
      width: 100%;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .filter-wrap {
      flex-flow: wrap row;
      justify-content: space-between;
      width: 400px !important;
      margin: 20px auto 60px !important;
      max-width: 100%;
    }
    .filter-wrap select {
      margin: 20px auto !important;
      width: 100%;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .filter-wrap {
      flex-flow: wrap row;
      justify-content: space-between;
      width: 400px !important;
      margin: 20px auto 60px !important;
      max-width: 100%;
    }
    .filter-wrap select {
      margin: 20px auto !important;
      width: 100%;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .filter-wrap {
      flex-flow: wrap row;
      justify-content: space-between;
      width: 400px !important;
      margin: 20px auto 60px !important;
      max-width: 100%;
    }
    .filter-wrap select {
      margin: 20px auto !important;
      width: 100%;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .filter-wrap {
      flex-flow: wrap row;
      justify-content: space-between;
      width: 400px !important;
      margin: 20px auto 60px !important;
      max-width: 100%;
    }
    .filter-wrap select {
      margin: 20px auto !important;
      width: 100%;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .filter-wrap {
      flex-flow: wrap row;
      justify-content: space-between;
      width: 400px !important;
      margin: 20px auto 60px !important;
      max-width: 100%;
    }
    .filter-wrap select {
      margin: 20px auto !important;
      width: 100%;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .interior-category .filter-category select {
      margin-top: 0;
      min-height: 42px;
      padding: 9px 50px 8px 18px;
    }
    .container-blog-post .card {
      flex-basis: calc(49% - 10px);
    }
    .interior-category .single-blog-post .info-single-post {
      text-align: center;
    }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .interior-category .filter-category select {
      margin-top: 0;
      min-height: 42px;
      padding: 9px 50px 8px 18px;
    }
    .container-blog-post .card {
      flex-basis: calc(49% - 10px);
    }
    .interior-category .single-blog-post .info-single-post {
      text-align: center;
    }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .interior-category .filter-category select {
      margin-top: 0;
      min-height: 42px;
      padding: 9px 50px 8px 18px;
    }
    .container-blog-post .card {
      flex-basis: calc(49% - 10px);
    }
    .interior-category .single-blog-post .info-single-post {
      text-align: center;
    }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .interior-category .filter-category select {
      margin-top: 0;
      min-height: 42px;
      padding: 9px 50px 8px 18px;
    }
    .container-blog-post .card {
      flex-basis: calc(49% - 10px);
    }
    .interior-category .single-blog-post .info-single-post {
      text-align: center;
    }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .interior-category .filter-category select {
      margin-top: 0;
      min-height: 42px;
      padding: 9px 50px 8px 18px;
    }
    .container-blog-post .card {
      flex-basis: calc(49% - 10px);
    }
    .interior-category .single-blog-post .info-single-post {
      text-align: center;
    }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .interior-category .filter-category select {
      margin-top: 0;
      min-height: 42px;
      padding: 9px 50px 8px 18px;
    }
    .container-blog-post .card {
      flex-basis: calc(49% - 10px);
    }
    .interior-category .single-blog-post .info-single-post {
      text-align: center;
    }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .interior-category .single-blog-post .info-single-post p, .interior-category .single-blog-post .info-single-post, .interior-category .single-blog-post .info-single-post .title-post {
      text-align: center;
    }
    .container-blog-post .card {
      flex-basis: 100%;
    }
    .interior-category .single-blog-post .info-single-post {
      text-align: center;
    }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center;
    }
    .navigation ol.tw-pagination {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .interior-category .single-blog-post .info-single-post p, .interior-category .single-blog-post .info-single-post, .interior-category .single-blog-post .info-single-post .title-post {
      text-align: center;
    }
    .container-blog-post .card {
      flex-basis: 100%;
    }
    .interior-category .single-blog-post .info-single-post {
      text-align: center;
    }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center;
    }
    .navigation ol.tw-pagination {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .interior-category .single-blog-post .info-single-post p, .interior-category .single-blog-post .info-single-post, .interior-category .single-blog-post .info-single-post .title-post {
      text-align: center;
    }
    .container-blog-post .card {
      flex-basis: 100%;
    }
    .interior-category .single-blog-post .info-single-post {
      text-align: center;
    }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center;
    }
    .navigation ol.tw-pagination {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .interior-category .single-blog-post .info-single-post p, .interior-category .single-blog-post .info-single-post, .interior-category .single-blog-post .info-single-post .title-post {
      text-align: center;
    }
    .container-blog-post .card {
      flex-basis: 100%;
    }
    .interior-category .single-blog-post .info-single-post {
      text-align: center;
    }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center;
    }
    .navigation ol.tw-pagination {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .interior-category .single-blog-post .info-single-post p, .interior-category .single-blog-post .info-single-post, .interior-category .single-blog-post .info-single-post .title-post {
      text-align: center;
    }
    .container-blog-post .card {
      flex-basis: 100%;
    }
    .interior-category .single-blog-post .info-single-post {
      text-align: center;
    }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center;
    }
    .navigation ol.tw-pagination {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .interior-category .single-blog-post .info-single-post p, .interior-category .single-blog-post .info-single-post, .interior-category .single-blog-post .info-single-post .title-post {
      text-align: center;
    }
    .container-blog-post .card {
      flex-basis: 100%;
    }
    .interior-category .single-blog-post .info-single-post {
      text-align: center;
    }
    .interior-category .single-blog-post .info-single-post .title-post, .interior-category .single-blog-post .info-single-post a, .interior-category .single-blog-post .info-single-post .content-preview, .interior-category .single-blog-post .info-single-post p {
      text-align: center;
    }
    .navigation ol.tw-pagination {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .interior-category .content-page {
      padding: 0 !important;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .interior-category .content-page {
      padding: 0 !important;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .interior-category .content-page {
      padding: 0 !important;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .interior-category .content-page {
      padding: 0 !important;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .interior-category .content-page {
      padding: 0 !important;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .interior-category .content-page {
      padding: 0 !important;
    }
  }
}
/*loader animation*/
.loader-container {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: fixed;
  width: 100vw;
  z-index: 2050;
  top: 0;
}
.loader-container.exit {
  -webkit-animation: fade-out 1s ease-out 0s both;
  animation: fade-out 1s ease-out 0s both;
}
.loader-container::before {
  content: "";
  background: white;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.loader {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: unset;
  left: 50%;
  top: 50%;
  height: 120px;
  width: 120px;
}
.loader .loading-spinner {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  border: 2px solid rgba(28, 63, 65, 0.2);
  border-top-color: #1C3F41;
  -webkit-animation: rotation 0.8s infinite cubic-bezier(0.6, 0.3, 0.3, 0.6);
  animation: rotation 0.8s infinite cubic-bezier(0.6, 0.3, 0.3, 0.6);
  position: absolute;
  bottom: unset;
  left: 50%;
  top: 50%;
}
.loader .loading-logo {
  background: transparent url("../images/favicon.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 110px;
  width: 110px;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  bottom: unset;
  left: 50%;
  top: 50%;
}
@-webkit-keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*loader animation*/
.block-sponsor-container.aligncenter .title-block h2, .block-sponsor-container.aligncenter .title-block h3 {
  text-align: center;
}
.block-sponsor-container.aligncenter .row-vList {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-sponsor-container.alignright .title-block h2, .block-sponsor-container.alignright .title-block h3 {
  text-align: right;
}
.block-sponsor-container.alignright .row-vList {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.block-sponsor-container.alignleft .title-block h2, .block-sponsor-container.alignleft .title-block h3 {
  text-align: left;
}
.block-sponsor-container.alignleft .row-vList {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.block-sponsor-container .row-vList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single-team {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .single-team {
    padding-top: 70px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  .single-team {
    padding-top: 90px;
    padding-bottom: 45px;
  }
}
.single-team img {
  width: 100%;
}
.title-block {
  margin-bottom: 30px;
}
.title-block h2, .title-block h3 {
  margin: 0;
}
hr.solid {
  border-color: #e8e8e8;
  border-style: solid;
  width: 80%;
  margin: 20px auto 50px;
}
/*sponsor Carousel view (template: Our Partners - class="sponsor-vCarousel")*/
.sponsor-vCarousel {
  padding: 50px 0 100px;
  text-align: center;
}
.sponsor-vCarousel h2 {
  text-align: center !important;
  font-weight: bold;
}
.sponsor-vCarousel p {
  font-family: "roboto", sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: #6c6b6b;
}
.sponsor-vCarousel #carousel__sponsor {
  margin-top: 60px;
}
.sponsor-vCarousel #carousel__sponsor .carousel-inner {
  margin: 0 auto;
  width: 90%;
}
.sponsor-vCarousel #carousel__sponsor .carousel-inner .carousel-item .d-flex {
  min-height: 150px;
}
.sponsor-vCarousel #carousel__sponsor .carousel-control-next, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev {
  width: 5%;
  min-width: 20px;
}
.sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-prev-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("../images/arrow-green.svg");
  background-color: transparent;
  background-size: auto;
  height: 41px;
  width: 41px;
}
.sponsor-vCarousel #carousel__sponsor .carousel-control-next .carousel-control-next-icon, .sponsor-vCarousel #carousel__sponsor .carousel-control-prev .carousel-control-next-icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sponsor-vCarousel #carousel__sponsor .single-sponsor {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  padding: 0;
  margin: 0 20px;
}
.sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images {
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
}
.sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images img {
  width: 100%;
  object-fit: contain;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.sponsor-vCarousel #carousel__sponsor .single-sponsor .featured-sponsor-images:hover .featured-sponsor-images img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.sponsor-vCarousel #carousel__sponsor .single-sponsor a {
  display: block;
  text-decoration: none;
  transition: all 0.4s ease;
}
.sponsor-vCarousel #carousel__sponsor .single-sponsor a:hover .featured-sponsor-images img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.sponsor-vGrid {
  padding: 40px 0 50px;
}
.sponsor-vGrid .single-sponsor {
  border: 1px solid #baada5;
  margin: 0 10px 60px 0;
  max-width: 100%;
  padding: 20px 15px;
  text-align: center;
  flex-basis: 280px;
  flex-grow: 0;
}
.sponsor-vGrid .single-sponsor .featured-sponsor-images {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto auto;
  display: block;
  height: 110px;
  margin: 0 auto 10px;
  width: 200px;
}
.sponsor-vGrid .single-sponsor p {
  color: #292929;
  line-height: 1.2em;
  font-size: 15px;
  margin-bottom: 20px;
  text-align: center !important;
}
.sponsor-vGrid .single-sponsor .btn-blue {
  font-family: "roboto", sans-serif !important;
  background: #0165ae;
  border-radius: 30px;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
  margin: 10px auto;
  max-width: 100%;
  padding: 12px 20px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.4s ease;
}
.sponsor-vList {
  padding: 40px 0 50px;
}
.sponsor-vList .single-sponsor {
  margin: 0 10px 30px 0;
  max-width: 100%;
  padding: 0;
  text-align: center;
}
.sponsor-vList .single-sponsor .featured-sponsor-images {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto auto;
  display: block;
  height: 150px;
  margin: 0 auto 10px;
  position: relative;
  transition: all 0.4s ease;
}
.sponsor-vList .single-sponsor .featured-sponsor-images img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 100%;
  left: 50%;
  top: 50%;
  object-fit: contain;
  position: absolute;
  width: 100%;
}
.sponsor-vList .single-sponsor .featured-sponsor-images:hover {
  -webkit-transform: scale(1.086);
  -ms-transform: scale(1.086);
  transform: scale(1.086);
}
.sponsor-vList .single-sponsor a {
  display: block;
  text-decoration: none;
}
.team-vGrid-square .featured-member-images {
  background-color: #1C3F41 !important;
}
.team-vGrid-square .featured-member-images img {
  height: 100% !important;
}
.team-vGrid-square .featured-member-images .hover-box .bottom-info-member .name-member h3 {
  font-size: 22px;
}
.team-vGrid-square .featured-member-images .hover-box .read-more-hover, .team-vGrid-square .featured-member-images .hover-box .link-read-more {
  color: white !important;
  border-bottom: none !important;
}
.team-vGrid-square .featured-member-images .hover-box .read-more-hover:hover, .team-vGrid-square .featured-member-images .hover-box .link-read-more:hover {
  border-color: transparent !important;
}
.team-vGrid-square .featured-member-images .hover-box .social-networks {
  padding: 0 !important;
}
.team-vGrid-square .featured-member-images .hover-box .social-networks li {
  display: inline-block !important;
  padding: 0 !important;
}
.team-vGrid-square .featured-member-images .hover-box .social-networks li a {
  color: white !important;
}
.team-vGrid-square .featured-member-images .hover-box .social-networks li::before {
  content: none !important;
}
.team-vList .single-member {
  flex-direction: column;
}
.body-member ul.social-networks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.body-member ul.social-networks li {
  margin-right: 15px;
}
.body-member ul.social-networks li:last-child {
  margin-right: 0;
}
.body-member ul.social-networks li a i {
  color: #0d1c1d !important;
}
@media (min-width: 768px) {
  .team-vList .single-member {
    flex-direction: row;
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .sponsor-vList .single-sponsor {
      margin: 0 30px 0;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .sponsor-vList .single-sponsor {
      margin: 0 30px 0;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .sponsor-vList .single-sponsor {
      margin: 0 30px 0;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .sponsor-vList .single-sponsor {
      margin: 0 30px 0;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .sponsor-vList .single-sponsor {
      margin: 0 30px 0;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .sponsor-vList .single-sponsor {
      margin: 0 30px 0;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      flex-basis: 45%;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      flex-basis: 45%;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      flex-basis: 45%;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      flex-basis: 45%;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      flex-basis: 45%;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      flex-basis: 45%;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      flex-basis: 100%;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      flex-basis: 100%;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      flex-basis: 100%;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      flex-basis: 100%;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      flex-basis: 100%;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .sponsor-vCarousel #carousel__sponsor .single-sponsor {
      flex-basis: 100%;
    }
  }
}
.team-vList .name-member::after {
  background-color: #2FBFD1 !important;
}
.team-vGrid-square .single-member .featured-member-images {
  background-color: #1C3F41 !important;
}
.team-vGrid-square .single-member .featured-member-images .hover-box .read-more-hover .fa-plus-circle {
  font-size: inherit !important;
}
.social-networks a i, .social-networks a svg[class^="fa"], .social-networks a svg[class^="fas"], .social-networks a .svg-inline--fa, .social-networks li i, .social-networks li svg[class^="fa"], .social-networks li svg[class^="fas"], .social-networks li .svg-inline--fa, .social-networks li a i, .social-networks li a svg[class^="fa"], .social-networks li a svg[class^="fas"], .social-networks li a .svg-inline--fa {
  color: #fff !important;
}
.team_panel .side-panel-fixed .right-side-panel .header-panel {
  background: #1C3F41 !important;
}
ul.social-networks li::before {
  display: none !important;
}
.popup_vcard .modal-content button.close, #popup_vcard .modal-content button.close {
  background-color: #2FBFD1 !important;
}
.popup_vcard .modal-content .side-right .name-member h2, .popup_vcard .modal-content .side-right .name-member h3, .popup_vcard .modal-content .side-right .name-member h4, .popup_vcard .modal-content .content .name-member h2, .popup_vcard .modal-content .content .name-member h3, .popup_vcard .modal-content .content .name-member h4, #popup_vcard .modal-content .side-right .name-member h2, #popup_vcard .modal-content .side-right .name-member h3, #popup_vcard .modal-content .side-right .name-member h4, #popup_vcard .modal-content .content .name-member h2, #popup_vcard .modal-content .content .name-member h3, #popup_vcard .modal-content .content .name-member h4 {
  color: #2FBFD1 !important;
}
.team-vGrid-square-sm .single-member .featured-member-images {
  background-color: #2FBFD1 !important;
}
.team_panel .side-panel-fixed .right-side-panel .header-panel {
  background-color: #2FBFD1 !important;
}
.team_panel .side-panel-fixed .right-side-panel .body-panel .content-member {
  padding: 10px 15px 200px !important;
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .team-vGrid-square .single-member.col-lg-3, .team-vGrid-square .single-member.col-lg-4 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }
  }
}
body {
  font-family: "roboto", sans-serif !important;
  font-size: 16px;
  line-height: 23px;
}
body a.d-block {
  text-decoration: none;
}
body h1, body h2, body h3, body h4, body h5, body h6, body p, body a {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #1C3F41;
}
body h1 strong, body h2 strong, body h3 strong, body h4 strong, body h5 strong, body h6 strong {
  font-weight: 500;
}
body h1 {
  position: relative;
}
body h1::after {
  content: "";
  height: 6px;
  width: 32px;
  background-color: #FF513F !important;
  position: absolute;
  left: 5px;
  bottom: -30px;
}
body h2, body h3, body h4, body h5, body h6 {
  position: relative;
}
body h2::after, body h3::after, body h4::after, body h5::after, body h6::after {
  content: "";
  height: 6px;
  width: 32px;
  background-color: #2FBFD1 !important;
  position: absolute;
  left: 0;
  bottom: -23px;
}
body h1, body .h1 {
  font-family: "halyard-display", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 46px;
  line-height: 46px;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}
body h2, body .h2 {
  font-family: "halyard-display", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 46px;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}
body h3, body .h3 {
  font-family: "halyard-display", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 31px;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}
body h4, body .h4 {
  font-family: "halyard-display", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}
body h5, body .h5 {
  font-family: "halyard-display", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 28px;
  margin-bottom: 50px;
}
body h6, body .h6 {
  font-family: "halyard-display", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 19px;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}
body p {
  font-family: "roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 1rem;
  color: #5C7576;
}
body a {
  color: #1C3F41;
  text-decoration: underline;
}
body a:hover {
  color: #1C3F41;
  text-decoration: none;
}
body li {
  font-family: "roboto", sans-serif !important;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: #1C3F41;
}
body #breadcrumbs a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.44;
  letter-spacing: normal;
  text-align: center;
  color: black;
  text-decoration: none;
}
body #breadcrumbs a::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*--adjust as necessary--*/
  color: black;
  position: relative;
  margin-left: 15px;
}
body .primary-text {
  color: #1C3F41;
}
body.post-type-archive-tribe_events h2:after, body.post-type-archive-tribe_events h3:after, body.post-type-archive-tribe_events h4:after, body.post-type-archive-tribe_events h5:after, body.post-type-archive-tribe_events h6:after, body.single h2:after, body.single h3:after, body.single h4:after, body.single h5:after, body.single h6:after {
  content: none;
}
/*Heading's Size Variables*/
@media (min-width: 768px) {
  body h1, body .h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    line-height: 64px;
    letter-spacing: -0.02em;
  }
  body h2, body .h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.02em;
  }
  body h3, body .h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02em;
  }
  body h4, body .h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.02em;
  }
  body h5, body .h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }
  body h6, body .h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: -0.02em;
  }
  body p {
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
  }
}
@media (min-width: 1200px) {
  body h1, body .h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    line-height: 64px;
    letter-spacing: -0.02em;
  }
  body h2, body .h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -0.02em;
  }
  body h3, body .h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.02em;
  }
  body h4, body .h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.02em;
  }
  body h5, body .h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: -0.02em;
  }
  body h6, body .h6 {
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 19px;
    letter-spacing: -0.02em;
  }
  body .special-font {
    font-family: "sofia-pro", sans-serif !important;
    font-style: normal;
    font-weight: 400;
    font-size: 120px;
    line-height: 38px;
    letter-spacing: -0.02em;
  }
}
.card-team-bios .card {
  border-radius: 0px;
  background: transparent;
  text-align: center;
}
.card-team-bios .card:hover .img-wrap img {
  width: 125%;
  height: 125%;
}
.card-team-bios .card:hover .img-wrap .btn-plus {
  top: 50%;
}
.card-team-bios .card:hover .img-wrap::before {
  opacity: 0.3;
}
@media (min-width: 768px) {
  .card-team-bios .card {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .card-team-bios .card-body {
    padding-left: 0;
  }
}
.card-team-bios .img-wrap {
  height: 240px;
  margin: 0 auto 0;
  border: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-team-bios .img-wrap img {
  width: 100%;
  height: 100%;
}
.card-team-bios .img-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  z-index: 2;
}
.card-team-bios .img-wrap .btn-plus {
  color: white;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: -100%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  transition: 0.4s;
}
.card-team-bios .networks {
  margin-top: 18px;
}
.card-team-bios .networks ul.social {
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .card-team-bios .networks ul.social {
    justify-content: flex-start;
  }
}
.card-team-bios .networks ul.social li {
  margin-right: 16px;
  background-color: #2FBFD1;
}
.card-team-bios .networks ul.social li a {
  font-size: 12px;
  color: white !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none !important;
}
.card-team-bios .networks ul.social li:hover {
  background-color: #2599a8;
}
.card-team-bios .name {
  font-family: "halyard-display", sans-serif !important;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.06;
  letter-spacing: 0.36px;
  color: #2FBFD1;
  border: none;
  background: transparent;
  padding: 0;
}
.card-team-bios .name a {
  color: inherit;
}
.card-team-bios .name a:hover {
  text-decoration: underline;
}
.card-team-bios .name:hover {
  text-decoration: underline;
}
.card-team-bios .position {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: black;
  position: relative;
  padding-bottom: 20px;
}
.card-team-bios .position::after {
  content: "";
  background: #2FBFD1;
  border-radius: 30px;
  bottom: 0px;
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 40px;
}
.card-team-bios .email {
  font-size: 18px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.86px;
  color: #9578bb;
}
.card-team-bios .email a, .card-team-bios .email button {
  color: inherit;
}
.card-team-bios .email a:hover, .card-team-bios .email button:hover {
  text-decoration: underline;
}
.card-team-bios .card-text {
  margin-top: 26px;
  padding-top: 4px;
}
.card-team-bios .card-text p {
  font-size: 15px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -0.28px;
  color: #0d1c1d;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-team-bios .info-box {
  padding: 7px 0;
  position: relative;
}
.card-team-bios .info-box::after {
  content: "";
  display: block;
  width: 170px;
  height: 1px;
  object-fit: contain;
  opacity: 0.28;
  border: solid 1px #0d1c1d;
  position: absolute;
  bottom: 0;
  left: calc(50% - 85px);
}
.card-team-bios .info-box:last-child::after {
  display: none;
}
.card-team-bios .info-box p {
  margin: 0;
}
.team-bios-modal.show {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.team-bios-modal.hide {
  display: block !important;
  -webkit-animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
  animation: slide-out-right 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
@-webkit-keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}
@keyframes slide-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
}
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.team-bios-modal .modal-dialog {
  margin: 0;
  margin-left: auto;
  height: 100%;
  max-height: 100%;
}
.team-bios-modal .modal-content {
  flex-direction: row;
  background: #313131;
  height: 100%;
  max-height: 100%;
}
.team-bios-modal .left-side-panel {
  background: #212121;
  flex-shrink: 0;
}
.team-bios-modal .left-side-panel .social {
  flex-direction: column;
}
.team-bios-modal .left-side-panel .social li {
  width: 50px;
  height: 50px;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.team-bios-modal .left-side-panel .social li a {
  color: white;
  font-size: 16px;
}
.team-bios-modal .right-side-panel {
  flex-grow: 1;
}
.team-bios-modal .modal-header {
  background: #2FBFD1;
  border: none;
  box-shadow: none;
  align-items: center;
}
.team-bios-modal .modal-title {
  color: white;
}
.team-bios-modal .position {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 15px !important;
  padding: 10px 0px;
  position: relative;
}
.team-bios-modal .img-wrap {
  height: 400px;
  margin-bottom: 30px;
}
.team-bios-modal .modal-body {
  overflow: auto;
  height: calc(100% - 130px);
  padding: 0;
}
.team-bios-modal .modal-body h1, .team-bios-modal .modal-body h2, .team-bios-modal .modal-body h3, .team-bios-modal .modal-body h4, .team-bios-modal .modal-body h5, .team-bios-modal .modal-body h6 {
  color: white;
}
.team-bios-modal .modal-body p, .team-bios-modal .modal-body li, .team-bios-modal .modal-body a, .team-bios-modal .modal-body p a, .team-bios-modal .modal-body li a, .team-bios-modal .modal-body blockquote, .team-bios-modal .modal-body cite, .team-bios-modal .modal-body span {
  color: white;
}
@media (min-width: 992px) {
  .team-bios-modal .modal-body {
    height: calc(100% - 66px);
  }
}
.team-bios-modal .body-container {
  padding: 0 15px;
}
.team-bios-modal .close {
  text-shadow: none;
  color: white;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 5px;
  margin-right: 0px;
  opacity: 1;
}
.team-bios-modal .close:hover {
  background: #212121;
}
.team-bios-modal.team-bios-modal-horizontal-view .modal-dialog-centered {
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .team-bios-modal.team-bios-modal-horizontal-view .modal-dialog-centered {
    height: auto;
  }
}
.team-bios-modal.team-bios-modal-horizontal-view .card-body {
  overflow: scroll;
  height: 225px;
}
@media (min-width: 768px) {
  .team-bios-modal.team-bios-modal-horizontal-view .card-body {
    height: 322px;
  }
}
.team-bios-modal.team-bios-modal-horizontal-view .img-wrap {
  height: 250px;
  margin: 0;
}
.team-bios-modal.team-bios-modal-horizontal-view .img-wrap img {
  width: 100% !important;
  height: 100% !important;
}
.team-bios-modal.team-bios-modal-horizontal-view .img-wrap::before {
  display: none;
}
@media (min-width: 768px) {
  .team-bios-modal.team-bios-modal-horizontal-view .img-wrap {
    margin: 15px;
  }
}
.team-bios-modal.team-bios-modal-horizontal-view .card-title {
  color: white;
}
.team-bios-modal.team-bios-modal-horizontal-view .card-text p {
  color: white;
  -webkit-box-orient: horizontal;
  overflow: visible;
  margin-bottom: 15px;
}
.team-bios-modal.team-bios-modal-horizontal-view .position {
  padding: 15px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
.team-bios-modal.team-bios-modal-horizontal-view .position::after {
  display: none;
}
.team-bios-modal.team-bios-modal-horizontal-view .close {
  position: absolute;
  z-index: 5;
  right: 0;
}
.container {
  transition: 0.4s;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}
.social-bar .content-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 25px 0;
}
.social-bar .social-share p {
  font-size: 20px;
  color: #1C3F41;
  font-weight: 700;
  display: inline-block;
  font-family: "halyard-display", sans-serif !important;
  margin: 0;
}
.social-bar .social-share p strong {
  color: #FF513F;
  font-weight: 700;
}
.social-bar .social-share .addtoany_shortcode {
  display: inline-block;
}
.social-bar .social-share .addtoany_shortcode .a2a_kit a span {
  background: transparent !important;
  color: #1C3F41 !important;
  width: 24px !important;
  height: 24px !important;
}
.social-bar .social-share .addtoany_shortcode .a2a_kit a span svg path {
  fill: #1C3F41 !important;
}
.a2a_menu {
  background-color: white !important;
  border-color: white !important;
}
@media (prefers-color-scheme: dark) {
  body .a2a_menu {
    background-color: white;
    border-color: white;
  }
  body .a2a_menu a, body .a2a_menu a.a2a_i, body .a2a_menu a.a2a_i:visited, body .a2a_menu a.a2a_more, body i.a2a_i {
    border-color: white !important;
    color: #0d1c1d !important;
  }
  body .a2a_menu a:hover, body .a2a_menu a.a2a_i:hover, body .a2a_menu a.a2a_i:visited:hover, body .a2a_menu a.a2a_more:hover, body i.a2a_i:hover {
    background: #0d1c1d !important;
    color: white !important;
  }
}
body a.a2a_i, body i.a2a_i {
  font-family: "roboto", sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #0d1c1d;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
body .a2a_menu {
  border-radius: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
body a.a2a_i .a2a_svg {
  background: white !important;
}
body a.a2a_i .a2a_svg path {
  fill: #0d1c1d;
}
body .a2apage_show_more_less .a2a_i .a2a_svg svg {
  background: white !important;
}
body .a2apage_show_more_less .a2a_i .a2a_svg svg g {
  fill: #0d1c1d;
}
body .a2a_full_footer .a2a_i .a2a_svg svg {
  background: white !important;
}
body .a2a_full_footer .a2a_i .a2a_svg svg g {
  fill: #0d1c1d;
}
a.a2a_i {
  color: #0d1c1d;
}
body.single .a2a_menu a, body.single .a2a_menu a.a2a_i, body.single .a2a_menu a.a2a_i:visited, body.single .a2a_menu a.a2a_more, body.single i.a2a_i {
  border-color: white !important;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.interior-page .entry-content .addtoany_content .a2a_kit a span {
  background: transparent !important;
  color: #0d1c1d !important;
  width: 24px !important;
  height: 24px !important;
}
.interior-page .entry-content .addtoany_content .a2a_kit a span svg path {
  fill: #0d1c1d !important;
}
.interior-page .entry-content .a2a_kit a span, .interior-page .entry-content .a2a_kit a.a2a_dd span {
  background: transparent !important;
  color: #0d1c1d !important;
  width: 24px !important;
  height: 24px !important;
}
.interior-page .entry-content .a2a_kit a span svg path, .interior-page .entry-content .a2a_kit a.a2a_dd span svg path {
  fill: #0d1c1d !important;
}
.interior-page .entry-content .addtoany_shortcode {
  display: inline-block;
}
.interior-page .entry-content .addtoany_shortcode .a2a_kit a {
  font-family: "Montserrat", sans-serif !important;
  background: transparent;
  border-radius: 30px;
  border: 2px solid #1C3F41 !important;
  color: #1C3F41 !important;
  display: inline-block;
  font-size: 1rem !important;
  letter-spacing: normal;
  font-weight: 500 !important;
  margin: 0 auto;
  padding: 0.99rem 1.7777777778rem;
  min-width: 175px;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: 0.4s;
  outline: none !important;
  overflow: hidden;
  line-height: 1.19;
}
.interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:active {
  text-decoration: none !important;
  background: #1C3F41;
  border-color: #1C3F41;
  color: white !important;
}
.interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover:after, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus:after, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:active:after {
  margin-left: 25px;
}
.interior-page .entry-content .addtoany_shortcode .a2a_kit a:hover:before, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:focus:before, .interior-page .entry-content .addtoany_shortcode .a2a_kit a:active:before {
  width: 100%;
}
img.gform_ajax_spinner {
  display: none !important;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body main[role="main"] {
  overflow: hidden;
  position: relative;
}
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li, html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open {
  padding: 0px 7px;
}
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li a, html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open a {
  font-size: 13px;
}
html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.btn-member > a, html.csstransformspreserve3d.translated-ltr #NavDropdown ul li.open.btn-member > a {
  font-size: 13px;
}
html.csstransformspreserve3d.translated-ltr .sign-up-form .gform_wrapper .gform_body, html.csstransformspreserve3d.translated-ltr .sign-up-form .newsletterForm_wrapper .gform_body {
  width: calc(100% - 130px);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/**************************************************
	general CSS overwriting
**************************************************/
html, body {
  -webkit-font-smoothing: subpixel-antialiased;
}
html .selector-for-some-widget, body .selector-for-some-widget {
  box-sizing: content-box;
}
/**************************************************
	general CSS overwriting
**************************************************/
/* Media queries----------------------------------*/
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important;
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    .right-side .outside-container {
      right: calc((100vw - 524px) / (-2));
      width: calc(100% + ((100vw - 524px) / (2)));
    }
    .left-side .outside-container {
      left: calc((100vw - 524px) / (-2));
      width: calc(100% + ((100vw - 524px) / (2)));
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    .right-side .outside-container {
      right: calc((100vw - 524px) / (-2));
      width: calc(100% + ((100vw - 524px) / (2)));
    }
    .left-side .outside-container {
      left: calc((100vw - 524px) / (-2));
      width: calc(100% + ((100vw - 524px) / (2)));
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    .right-side .outside-container {
      right: calc((100vw - 524px) / (-2));
      width: calc(100% + ((100vw - 524px) / (2)));
    }
    .left-side .outside-container {
      left: calc((100vw - 524px) / (-2));
      width: calc(100% + ((100vw - 524px) / (2)));
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    .right-side .outside-container {
      right: calc((100vw - 524px) / (-2));
      width: calc(100% + ((100vw - 524px) / (2)));
    }
    .left-side .outside-container {
      left: calc((100vw - 524px) / (-2));
      width: calc(100% + ((100vw - 524px) / (2)));
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    .right-side .outside-container {
      right: calc((100vw - 524px) / (-2));
      width: calc(100% + ((100vw - 524px) / (2)));
    }
    .left-side .outside-container {
      left: calc((100vw - 524px) / (-2));
      width: calc(100% + ((100vw - 524px) / (2)));
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    .right-side .outside-container {
      right: calc((100vw - 524px) / (-2));
      width: calc(100% + ((100vw - 524px) / (2)));
    }
    .left-side .outside-container {
      left: calc((100vw - 524px) / (-2));
      width: calc(100% + ((100vw - 524px) / (2)));
    }
  }
}
/* @if $res==1200max {
        @media only screen and (min-width: 991px) and (max-width: 1200px) {
            @content;
        }
    }*/
@else if $res==1200max {
  @media only screen and (max-width: 1199.98px) {
    body.logged-in {
      padding-top: 0px !important;
    }
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important;
    }
    body.logged-in.fixed header.fixed-top {
      top: 0 !important;
    }
    body.logged-in #wp-admin-bar-comments {
      display: none !important;
    }
  }
}
@else if $res==991max {
  @media only screen and (max-width: 991px) {
    body.logged-in {
      padding-top: 0px !important;
    }
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important;
    }
    body.logged-in.fixed header.fixed-top {
      top: 0 !important;
    }
    body.logged-in #wp-admin-bar-comments {
      display: none !important;
    }
  }
}
@else if $res==767max {
  @media only screen and (max-width: 767px) {
    body.logged-in {
      padding-top: 0px !important;
    }
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important;
    }
    body.logged-in.fixed header.fixed-top {
      top: 0 !important;
    }
    body.logged-in #wp-admin-bar-comments {
      display: none !important;
    }
  }
}
@else if $res==576max {
  @media only screen and (max-width: 576px) {
    body.logged-in {
      padding-top: 0px !important;
    }
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important;
    }
    body.logged-in.fixed header.fixed-top {
      top: 0 !important;
    }
    body.logged-in #wp-admin-bar-comments {
      display: none !important;
    }
  }
}
@else if $res==480max {
  @media only screen and (max-width: 480px) {
    body.logged-in {
      padding-top: 0px !important;
    }
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important;
    }
    body.logged-in.fixed header.fixed-top {
      top: 0 !important;
    }
    body.logged-in #wp-admin-bar-comments {
      display: none !important;
    }
  }
}
@else if $res==320max {
  @media only screen and (max-width: 320px) {
    body.logged-in {
      padding-top: 0px !important;
    }
    body.logged-in header.fixed-top {
      top: 46px;
      transition: 0.4s;
      margin-top: 0 !important;
    }
    body.logged-in.fixed header.fixed-top {
      top: 0 !important;
    }
    body.logged-in #wp-admin-bar-comments {
      display: none !important;
    }
  }
}
