@font-face {
  font-family: 'lg';
  src: url(../fonts/vendor/lightgallery/lg.woff2?6d51beed3e04fc77a601da05002367d5) format("woff2"), url(../fonts/vendor/lightgallery/lg.ttf?13e892a28dda2567a981344188df5567) format("truetype"), url(../fonts/vendor/lightgallery/lg.woff?ba38ec746a64d70d0a68e838664d3418) format("woff"), url(../fonts/vendor/lightgallery/lg.svg?db9f4533754ce28129fbf9507c9b1240#lg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'lg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item
.lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\E095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\E094';
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: '\E070';
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\E90A';
}

.lg-toolbar .lg-download:after {
  content: '\E0F2';
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: '\E1FF';
}

.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-rotate {
  100% {
    transform: rotate(360deg);
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon-bg,
.lg-video-play-button:hover .lg-video-play-icon {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: '\E01D';
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: '\E01A';
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: '\E311';
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: '\E033';
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: '\E312';
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type='video'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='video'] .lg-actual-size,
.lg-outer[data-lg-slide-type='video'] .lg-zoom-out, .lg-outer[data-lg-slide-type='iframe'] .lg-zoom-in,
.lg-outer[data-lg-slide-type='iframe'] .lg-actual-size,
.lg-outer[data-lg-slide-type='iframe'] .lg-zoom-out, .lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown,
.lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: '\E80D';
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: '\E904';
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: '\E907';
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: '\E906';
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url(../images/vendor/lightgallery/loading.gif?bbdac9cda255c54bfd809110aff87898) no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state='rendered'] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: '\E070';
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: '\E908';
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type='video'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='video'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='video'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='video'] .lg-flip-hor, .lg-outer[data-lg-slide-type='iframe'] .lg-rotate-left,
.lg-outer[data-lg-slide-type='iframe'] .lg-rotate-right,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-ver,
.lg-outer[data-lg-slide-type='iframe'] .lg-flip-hor {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-img-rotate:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: '\E900';
}

.lg-rotate-right:after {
  content: '\E901';
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: '\E903';
}

.lg-flip-hor:after {
  content: '\E902';
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: '';
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(../images/vendor/lightgallery/loading.gif?bbdac9cda255c54bfd809110aff87898) no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\E909';
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
@charset "UTF-8";

@media (min-width: 782px) and (max-width: 991.98px) {
  .wp-block-columns {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: var(--body-family, "Arimo", sans-serif);
  font-size: var(--body-font-size, 16px);
  font-weight: var(--body-font-weight, 400);
  line-height: var(--body-line-height, 1.625);
  color: var(--body-color, #666);
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--link-color, inherit);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: var(--link-color-hover, inherit);
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--body-family, "Arimo", sans-serif);
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 8px;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 8px;
  font-family: var(--heading-family, "Poppins", sans-serif);
  font-weight: var(--heading-font-weight, 700);
  line-height: 1.2;
  color: var(--heading-color, #333);
}

h1,
.h1 {
  font-size: var(--h1-font-size, 55px);
}

h2,
.h2 {
  font-size: var(--h2-font-size, 42px);
}

h3,
.h3 {
  font-size: var(--h3-font-size, 36px);
}

h4,
.h4 {
  font-size: var(--h4-font-size, 28px);
}

h5,
.h5 {
  font-size: var(--h5-font-size, 24px);
}

h6,
.h6 {
  font-size: var(--h6-font-size, 20px);
}

.lead {
  font-size: var(--body-font-size, 16px);
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

hr {
  margin-top: 16px;
  margin-bottom: 16px;
  border: 0;
  border-top: 0px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 8px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 16px;
  font-size: var(--body-font-size, 16px);
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #666;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 8px;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 16px);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 16px);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 16px);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 16px);
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.2);
  border-radius: 4.8px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 16px 16px;
  border-bottom: 0px solid #D8F2FF;
  border-top-left-radius: 4.8px;
  border-top-right-radius: 4.8px;
}

.modal-header .close {
  padding: 16px 16px;
  margin: -16px -16px -16px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--body-line-height, 1.625);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0px solid #D8F2FF;
  border-bottom-right-radius: 4.8px;
  border-bottom-left-radius: 4.8px;
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 28px auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 56px);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 56px);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 56px);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 56px);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 4px;
  background-color: #fff;
  border: 0px solid #D8F2FF;
  border-radius: 4px;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 8px;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #666 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #4d4d4d !important;
}

.bg-secondary {
  background-color: #333 !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #1a1a1a !important;
}

.bg-success {
  background-color: #258F75 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1b6654 !important;
}

.bg-info {
  background-color: #6DD3FF !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #3ac4ff !important;
}

.bg-warning {
  background-color: #EF6E3D !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #e64d13 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-gray {
  background-color: #D8F2FF !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #a5e1ff !important;
}

.bg-light {
  background-color: #EFEFF6 !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #cecee4 !important;
}

.bg-dark {
  background-color: #3A5377 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #293b55 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 0px solid #D8F2FF !important;
}

.border-top {
  border-top: 0px solid #D8F2FF !important;
}

.border-right {
  border-right: 0px solid #D8F2FF !important;
}

.border-bottom {
  border-bottom: 0px solid #D8F2FF !important;
}

.border-left {
  border-left: 0px solid #D8F2FF !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #666 !important;
}

.border-secondary {
  border-color: #333 !important;
}

.border-success {
  border-color: #258F75 !important;
}

.border-info {
  border-color: #6DD3FF !important;
}

.border-warning {
  border-color: #EF6E3D !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-gray {
  border-color: #D8F2FF !important;
}

.border-light {
  border-color: #EFEFF6 !important;
}

.border-dark {
  border-color: #3A5377 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 3.2px !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.rounded-right {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-left {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.rounded-lg {
  border-radius: 4.8px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 800px !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 4px !important;
}

.mt-1,
.my-1 {
  margin-top: 4px !important;
}

.mr-1,
.mx-1 {
  margin-right: 4px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 4px !important;
}

.ml-1,
.mx-1 {
  margin-left: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.mt-2,
.my-2 {
  margin-top: 8px !important;
}

.mr-2,
.mx-2 {
  margin-right: 8px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 8px !important;
}

.ml-2,
.mx-2 {
  margin-left: 8px !important;
}

.m-3 {
  margin: 16px !important;
}

.mt-3,
.my-3 {
  margin-top: 16px !important;
}

.mr-3,
.mx-3 {
  margin-right: 16px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 16px !important;
}

.ml-3,
.mx-3 {
  margin-left: 16px !important;
}

.m-4 {
  margin: 24px !important;
}

.mt-4,
.my-4 {
  margin-top: 24px !important;
}

.mr-4,
.mx-4 {
  margin-right: 24px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 24px !important;
}

.ml-4,
.mx-4 {
  margin-left: 24px !important;
}

.m-5 {
  margin: 48px !important;
}

.mt-5,
.my-5 {
  margin-top: 48px !important;
}

.mr-5,
.mx-5 {
  margin-right: 48px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 48px !important;
}

.ml-5,
.mx-5 {
  margin-left: 48px !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 4px !important;
}

.pt-1,
.py-1 {
  padding-top: 4px !important;
}

.pr-1,
.px-1 {
  padding-right: 4px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 4px !important;
}

.pl-1,
.px-1 {
  padding-left: 4px !important;
}

.p-2 {
  padding: 8px !important;
}

.pt-2,
.py-2 {
  padding-top: 8px !important;
}

.pr-2,
.px-2 {
  padding-right: 8px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 8px !important;
}

.pl-2,
.px-2 {
  padding-left: 8px !important;
}

.p-3 {
  padding: 16px !important;
}

.pt-3,
.py-3 {
  padding-top: 16px !important;
}

.pr-3,
.px-3 {
  padding-right: 16px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 16px !important;
}

.pl-3,
.px-3 {
  padding-left: 16px !important;
}

.p-4 {
  padding: 24px !important;
}

.pt-4,
.py-4 {
  padding-top: 24px !important;
}

.pr-4,
.px-4 {
  padding-right: 24px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 24px !important;
}

.pl-4,
.px-4 {
  padding-left: 24px !important;
}

.p-5 {
  padding: 48px !important;
}

.pt-5,
.py-5 {
  padding-top: 48px !important;
}

.pr-5,
.px-5 {
  padding-right: 48px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 48px !important;
}

.pl-5,
.px-5 {
  padding-left: 48px !important;
}

.m-n1 {
  margin: -4px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -4px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -4px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -4px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -4px !important;
}

.m-n2 {
  margin: -8px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -8px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -8px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -8px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -8px !important;
}

.m-n3 {
  margin: -16px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -16px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -16px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -16px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -16px !important;
}

.m-n4 {
  margin: -24px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -24px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -24px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -24px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -24px !important;
}

.m-n5 {
  margin: -48px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -48px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -48px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -48px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -48px !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 4px !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 4px !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 4px !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 4px !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 4px !important;
  }

  .m-sm-2 {
    margin: 8px !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 8px !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 8px !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 8px !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 8px !important;
  }

  .m-sm-3 {
    margin: 16px !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 16px !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 16px !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 16px !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 16px !important;
  }

  .m-sm-4 {
    margin: 24px !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 24px !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 24px !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 24px !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 24px !important;
  }

  .m-sm-5 {
    margin: 48px !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 48px !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 48px !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 48px !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 48px !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 4px !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 4px !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 4px !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 4px !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 4px !important;
  }

  .p-sm-2 {
    padding: 8px !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 8px !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 8px !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 8px !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 8px !important;
  }

  .p-sm-3 {
    padding: 16px !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 16px !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 16px !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 16px !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 16px !important;
  }

  .p-sm-4 {
    padding: 24px !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 24px !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 24px !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 24px !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 24px !important;
  }

  .p-sm-5 {
    padding: 48px !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 48px !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 48px !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 48px !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 48px !important;
  }

  .m-sm-n1 {
    margin: -4px !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -4px !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -4px !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -4px !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -4px !important;
  }

  .m-sm-n2 {
    margin: -8px !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -8px !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -8px !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -8px !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -8px !important;
  }

  .m-sm-n3 {
    margin: -16px !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -16px !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -16px !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -16px !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -16px !important;
  }

  .m-sm-n4 {
    margin: -24px !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -24px !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -24px !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -24px !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -24px !important;
  }

  .m-sm-n5 {
    margin: -48px !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -48px !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -48px !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -48px !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -48px !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 4px !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 4px !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 4px !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 4px !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 4px !important;
  }

  .m-md-2 {
    margin: 8px !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 8px !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 8px !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 8px !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 8px !important;
  }

  .m-md-3 {
    margin: 16px !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 16px !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 16px !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 16px !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 16px !important;
  }

  .m-md-4 {
    margin: 24px !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 24px !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 24px !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 24px !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 24px !important;
  }

  .m-md-5 {
    margin: 48px !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 48px !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 48px !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 48px !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 48px !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 4px !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 4px !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 4px !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 4px !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 4px !important;
  }

  .p-md-2 {
    padding: 8px !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 8px !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 8px !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 8px !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 8px !important;
  }

  .p-md-3 {
    padding: 16px !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 16px !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 16px !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 16px !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 16px !important;
  }

  .p-md-4 {
    padding: 24px !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 24px !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 24px !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 24px !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 24px !important;
  }

  .p-md-5 {
    padding: 48px !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 48px !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 48px !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 48px !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 48px !important;
  }

  .m-md-n1 {
    margin: -4px !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -4px !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -4px !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -4px !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -4px !important;
  }

  .m-md-n2 {
    margin: -8px !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -8px !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -8px !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -8px !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -8px !important;
  }

  .m-md-n3 {
    margin: -16px !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -16px !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -16px !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -16px !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -16px !important;
  }

  .m-md-n4 {
    margin: -24px !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -24px !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -24px !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -24px !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -24px !important;
  }

  .m-md-n5 {
    margin: -48px !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -48px !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -48px !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -48px !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -48px !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 4px !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 4px !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 4px !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 4px !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 4px !important;
  }

  .m-lg-2 {
    margin: 8px !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 8px !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 8px !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 8px !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 8px !important;
  }

  .m-lg-3 {
    margin: 16px !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 16px !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 16px !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 16px !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 16px !important;
  }

  .m-lg-4 {
    margin: 24px !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 24px !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 24px !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 24px !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 24px !important;
  }

  .m-lg-5 {
    margin: 48px !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 48px !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 48px !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 48px !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 48px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 4px !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 4px !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 4px !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 4px !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 4px !important;
  }

  .p-lg-2 {
    padding: 8px !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 8px !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 8px !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 8px !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 8px !important;
  }

  .p-lg-3 {
    padding: 16px !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 16px !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 16px !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 16px !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 16px !important;
  }

  .p-lg-4 {
    padding: 24px !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 24px !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 24px !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 24px !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 24px !important;
  }

  .p-lg-5 {
    padding: 48px !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 48px !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 48px !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 48px !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 48px !important;
  }

  .m-lg-n1 {
    margin: -4px !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -4px !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -4px !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -4px !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -4px !important;
  }

  .m-lg-n2 {
    margin: -8px !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -8px !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -8px !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -8px !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -8px !important;
  }

  .m-lg-n3 {
    margin: -16px !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -16px !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -16px !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -16px !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -16px !important;
  }

  .m-lg-n4 {
    margin: -24px !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -24px !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -24px !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -24px !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -24px !important;
  }

  .m-lg-n5 {
    margin: -48px !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -48px !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -48px !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -48px !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -48px !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 4px !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 4px !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 4px !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 4px !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 4px !important;
  }

  .m-xl-2 {
    margin: 8px !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 8px !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 8px !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 8px !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 8px !important;
  }

  .m-xl-3 {
    margin: 16px !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 16px !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 16px !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 16px !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 16px !important;
  }

  .m-xl-4 {
    margin: 24px !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 24px !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 24px !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 24px !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 24px !important;
  }

  .m-xl-5 {
    margin: 48px !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 48px !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 48px !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 48px !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 48px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 4px !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 4px !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 4px !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 4px !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 4px !important;
  }

  .p-xl-2 {
    padding: 8px !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 8px !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 8px !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 8px !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 8px !important;
  }

  .p-xl-3 {
    padding: 16px !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 16px !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 16px !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 16px !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 16px !important;
  }

  .p-xl-4 {
    padding: 24px !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 24px !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 24px !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 24px !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 24px !important;
  }

  .p-xl-5 {
    padding: 48px !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 48px !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 48px !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 48px !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 48px !important;
  }

  .m-xl-n1 {
    margin: -4px !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -4px !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -4px !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -4px !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -4px !important;
  }

  .m-xl-n2 {
    margin: -8px !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -8px !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -8px !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -8px !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -8px !important;
  }

  .m-xl-n3 {
    margin: -16px !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -16px !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -16px !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -16px !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -16px !important;
  }

  .m-xl-n4 {
    margin: -24px !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -24px !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -24px !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -24px !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -24px !important;
  }

  .m-xl-n5 {
    margin: -48px !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -48px !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -48px !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -48px !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -48px !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 4px !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 4px !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 4px !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 4px !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 4px !important;
  }

  .m-xxl-2 {
    margin: 8px !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 8px !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 8px !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 8px !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 8px !important;
  }

  .m-xxl-3 {
    margin: 16px !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 16px !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 16px !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 16px !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 16px !important;
  }

  .m-xxl-4 {
    margin: 24px !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 24px !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 24px !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 24px !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 24px !important;
  }

  .m-xxl-5 {
    margin: 48px !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 48px !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 48px !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 48px !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 48px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 4px !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 4px !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 4px !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 4px !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 4px !important;
  }

  .p-xxl-2 {
    padding: 8px !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 8px !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 8px !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 8px !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 8px !important;
  }

  .p-xxl-3 {
    padding: 16px !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 16px !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 16px !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 16px !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 16px !important;
  }

  .p-xxl-4 {
    padding: 24px !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 24px !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 24px !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 24px !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 24px !important;
  }

  .p-xxl-5 {
    padding: 48px !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 48px !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 48px !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 48px !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 48px !important;
  }

  .m-xxl-n1 {
    margin: -4px !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -4px !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -4px !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -4px !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -4px !important;
  }

  .m-xxl-n2 {
    margin: -8px !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -8px !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -8px !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -8px !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -8px !important;
  }

  .m-xxl-n3 {
    margin: -16px !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -16px !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -16px !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -16px !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -16px !important;
  }

  .m-xxl-n4 {
    margin: -24px !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -24px !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -24px !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -24px !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -24px !important;
  }

  .m-xxl-n5 {
    margin: -48px !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -48px !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -48px !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -48px !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -48px !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: var(--body-family, "Arimo", sans-serif) !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #666 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #404040 !important;
}

.text-secondary {
  color: #333 !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #0d0d0d !important;
}

.text-success {
  color: #258F75 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #155243 !important;
}

.text-info {
  color: #6DD3FF !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #21bcff !important;
}

.text-warning {
  color: #EF6E3D !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #ce4511 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-gray {
  color: #D8F2FF !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #8cd9ff !important;
}

.text-light {
  color: #EFEFF6 !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #bebeda !important;
}

.text-dark {
  color: #3A5377 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #212f44 !important;
}

.text-body {
  color: var(--body-color, #666) !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.btn {
  display: inline-block;
  font-family: var(--body-family, "Arimo", sans-serif);
  font-weight: 700;
  color: var(--body-color, #666);
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 0px solid transparent;
  padding: 16px 15px;
  font-size: var(--body-font-size, 16px);
  line-height: 1;
  border-radius: 4px;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: var(--body-color, #666);
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0px rgba(102, 102, 102, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-primary:hover {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #535353;
  border-color: #4d4d4d;
  box-shadow: 0 0 0 0px rgba(125, 125, 125, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4d4d4d;
  border-color: #464646;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(125, 125, 125, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #202020;
  border-color: #1a1a1a;
  box-shadow: 0 0 0 0px rgba(82, 82, 82, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1a1a1a;
  border-color: #131313;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(82, 82, 82, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #258F75;
  border-color: #258F75;
}

.btn-success:hover {
  color: #fff;
  background-color: #1d715c;
  border-color: #1b6654;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #1d715c;
  border-color: #1b6654;
  box-shadow: 0 0 0 0px rgba(70, 160, 138, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #258F75;
  border-color: #258F75;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1b6654;
  border-color: #185c4c;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(70, 160, 138, 0.5);
}

.btn-info {
  color: #212F44;
  background-color: #6DD3FF;
  border-color: #6DD3FF;
}

.btn-info:hover {
  color: #212F44;
  background-color: #47c7ff;
  border-color: #3ac4ff;
}

.btn-info:focus,
.btn-info.focus {
  color: #212F44;
  background-color: #47c7ff;
  border-color: #3ac4ff;
  box-shadow: 0 0 0 0px rgba(98, 186, 227, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #212F44;
  background-color: #6DD3FF;
  border-color: #6DD3FF;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #212F44;
  background-color: #3ac4ff;
  border-color: #2dc0ff;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(98, 186, 227, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #EF6E3D;
  border-color: #EF6E3D;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec541a;
  border-color: #e64d13;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec541a;
  border-color: #e64d13;
  box-shadow: 0 0 0 0px rgba(241, 132, 90, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #EF6E3D;
  border-color: #EF6E3D;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e64d13;
  border-color: #da4912;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(241, 132, 90, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0px rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(225, 83, 97, 0.5);
}

.btn-gray {
  color: #212F44;
  background-color: #D8F2FF;
  border-color: #D8F2FF;
}

.btn-gray:hover {
  color: #212F44;
  background-color: #b2e5ff;
  border-color: #a5e1ff;
}

.btn-gray:focus,
.btn-gray.focus {
  color: #212F44;
  background-color: #b2e5ff;
  border-color: #a5e1ff;
  box-shadow: 0 0 0 0px rgba(189, 213, 227, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
  color: #212F44;
  background-color: #D8F2FF;
  border-color: #D8F2FF;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #212F44;
  background-color: #a5e1ff;
  border-color: #98ddff;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(189, 213, 227, 0.5);
}

.btn-light {
  color: #212F44;
  background-color: #EFEFF6;
  border-color: #EFEFF6;
}

.btn-light:hover {
  color: #212F44;
  background-color: #d7d7e8;
  border-color: #cecee4;
}

.btn-light:focus,
.btn-light.focus {
  color: #212F44;
  background-color: #d7d7e8;
  border-color: #cecee4;
  box-shadow: 0 0 0 0px rgba(208, 210, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212F44;
  background-color: #EFEFF6;
  border-color: #EFEFF6;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212F44;
  background-color: #cecee4;
  border-color: #c6c6df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(208, 210, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #3A5377;
  border-color: #3A5377;
}

.btn-dark:hover {
  color: #fff;
  background-color: #2d415d;
  border-color: #293b55;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #2d415d;
  border-color: #293b55;
  box-shadow: 0 0 0 0px rgba(88, 109, 139, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #3A5377;
  border-color: #3A5377;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #293b55;
  border-color: #25354c;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(88, 109, 139, 0.5);
}

.btn-outline-primary {
  color: #666;
  border-color: #666;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0px rgba(102, 102, 102, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #666;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #666;
  border-color: #666;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(102, 102, 102, 0.5);
}

.btn-outline-secondary {
  color: #333;
  border-color: #333;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0px rgba(51, 51, 51, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #333;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(51, 51, 51, 0.5);
}

.btn-outline-success {
  color: #258F75;
  border-color: #258F75;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #258F75;
  border-color: #258F75;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0px rgba(37, 143, 117, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #258F75;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #258F75;
  border-color: #258F75;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(37, 143, 117, 0.5);
}

.btn-outline-info {
  color: #6DD3FF;
  border-color: #6DD3FF;
}

.btn-outline-info:hover {
  color: #212F44;
  background-color: #6DD3FF;
  border-color: #6DD3FF;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0px rgba(109, 211, 255, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #6DD3FF;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #212F44;
  background-color: #6DD3FF;
  border-color: #6DD3FF;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(109, 211, 255, 0.5);
}

.btn-outline-warning {
  color: #EF6E3D;
  border-color: #EF6E3D;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #EF6E3D;
  border-color: #EF6E3D;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0px rgba(239, 110, 61, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #EF6E3D;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #EF6E3D;
  border-color: #EF6E3D;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(239, 110, 61, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0px rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(220, 53, 69, 0.5);
}

.btn-outline-gray {
  color: #D8F2FF;
  border-color: #D8F2FF;
}

.btn-outline-gray:hover {
  color: #212F44;
  background-color: #D8F2FF;
  border-color: #D8F2FF;
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
  box-shadow: 0 0 0 0px rgba(216, 242, 255, 0.5);
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #D8F2FF;
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #212F44;
  background-color: #D8F2FF;
  border-color: #D8F2FF;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(216, 242, 255, 0.5);
}

.btn-outline-light {
  color: #EFEFF6;
  border-color: #EFEFF6;
}

.btn-outline-light:hover {
  color: #212F44;
  background-color: #EFEFF6;
  border-color: #EFEFF6;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0px rgba(239, 239, 246, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #EFEFF6;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212F44;
  background-color: #EFEFF6;
  border-color: #EFEFF6;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(239, 239, 246, 0.5);
}

.btn-outline-dark {
  color: #3A5377;
  border-color: #3A5377;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #3A5377;
  border-color: #3A5377;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0px rgba(58, 83, 119, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #3A5377;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #3A5377;
  border-color: #3A5377;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0px rgba(58, 83, 119, 0.5);
}

.btn-link {
  font-weight: 400;
  color: var(--link-color, inherit);
  text-decoration: none;
}

.btn-link:hover {
  color: var(--link-color-hover, inherit);
  text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 1;
  border-radius: 4px;
}

.btn-sm {
  padding: 10px 15px;
  font-size: 1rem;
  line-height: 16px;
  border-radius: 4px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 8px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 8px 0;
  margin: 2px 0 0;
  font-size: var(--body-font-size, 16px);
  color: var(--body-color, #666);
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 2px;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 2px;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 2px;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 8px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 24px;
  clear: both;
  font-weight: 400;
  color: #212F44;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #192333;
  text-decoration: none;
  background-color: #EFEFF6;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #666;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 8px 24px;
  margin-bottom: 0;
  font-size: 1rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 4px 24px;
  color: #212F44;
}

@font-face {
  font-family: "lg";
  src: url(../fonts/vendor/lightgallery/lg.woff2?6d51beed3e04fc77a601da05002367d5) format("woff2"), url(../fonts/vendor/lightgallery/lg.ttf?13e892a28dda2567a981344188df5567) format("truetype"), url(../fonts/vendor/lightgallery/lg.woff?ba38ec746a64d70d0a68e838664d3418) format("woff"), url(../fonts/vendor/lightgallery/lg.svg?db9f4533754ce28129fbf9507c9b1240) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\E095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\E094";
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\E070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\E90A";
}

.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(../images/vendor/lightgallery/loading.gif?bbdac9cda255c54bfd809110aff87898) no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\E909";
}

.lg-components {
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0ms !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img {
  transform: scale3d(1, 1, 1);
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0px) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0px) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0px) !important;
  top: 50% !important;
  left: 0% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\E311";
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "\E033";
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "\E312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    transition: border-color 0.25s ease;
  }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: rgb(169, 7, 7);
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\E1FF";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

/* FONT PATH
 * -------------------------- */

@font-face {
  font-family: "FontAwesome";
  src: url(../fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713);
  src: url(../fonts/vendor/font-awesome/fontawesome-webfont.eot?674f50d287a8c48dc19ba404d20fe713) format("embedded-opentype"), url(../fonts/vendor/font-awesome/fontawesome-webfont.woff2?af7ae505a9eed503f8b8e6982036873e) format("woff2"), url(../fonts/vendor/font-awesome/fontawesome-webfont.woff?fee66e712a8a08eef5805a46892932ad) format("woff"), url(../fonts/vendor/font-awesome/fontawesome-webfont.ttf?b06871f281fee6b241d60582ae9369b9) format("truetype"), url(../fonts/vendor/font-awesome/fontawesome-webfont.svg?912ec66d7572ff821749319396470bde) format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

.fa-glass:before {
  content: "\F000";
}

.fa-music:before {
  content: "\F001";
}

.fa-search:before {
  content: "\F002";
}

.fa-envelope-o:before {
  content: "\F003";
}

.fa-heart:before {
  content: "\F004";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-o:before {
  content: "\F006";
}

.fa-user:before {
  content: "\F007";
}

.fa-film:before {
  content: "\F008";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-check:before {
  content: "\F00C";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-signal:before {
  content: "\F012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\F013";
}

.fa-trash-o:before {
  content: "\F014";
}

.fa-home:before {
  content: "\F015";
}

.fa-file-o:before {
  content: "\F016";
}

.fa-clock-o:before {
  content: "\F017";
}

.fa-road:before {
  content: "\F018";
}

.fa-download:before {
  content: "\F019";
}

.fa-arrow-circle-o-down:before {
  content: "\F01A";
}

.fa-arrow-circle-o-up:before {
  content: "\F01B";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-play-circle-o:before {
  content: "\F01D";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E";
}

.fa-refresh:before {
  content: "\F021";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-lock:before {
  content: "\F023";
}

.fa-flag:before {
  content: "\F024";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-print:before {
  content: "\F02F";
}

.fa-camera:before {
  content: "\F030";
}

.fa-font:before {
  content: "\F031";
}

.fa-bold:before {
  content: "\F032";
}

.fa-italic:before {
  content: "\F033";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-list:before {
  content: "\F03A";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-video-camera:before {
  content: "\F03D";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E";
}

.fa-pencil:before {
  content: "\F040";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-tint:before {
  content: "\F043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044";
}

.fa-share-square-o:before {
  content: "\F045";
}

.fa-check-square-o:before {
  content: "\F046";
}

.fa-arrows:before {
  content: "\F047";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-play:before {
  content: "\F04B";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-eject:before {
  content: "\F052";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-times-circle-o:before {
  content: "\F05C";
}

.fa-check-circle-o:before {
  content: "\F05D";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064";
}

.fa-expand:before {
  content: "\F065";
}

.fa-compress:before {
  content: "\F066";
}

.fa-plus:before {
  content: "\F067";
}

.fa-minus:before {
  content: "\F068";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-plane:before {
  content: "\F072";
}

.fa-calendar:before {
  content: "\F073";
}

.fa-random:before {
  content: "\F074";
}

.fa-comment:before {
  content: "\F075";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-arrows-v:before {
  content: "\F07D";
}

.fa-arrows-h:before {
  content: "\F07E";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-key:before {
  content: "\F084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\F085";
}

.fa-comments:before {
  content: "\F086";
}

.fa-thumbs-o-up:before {
  content: "\F087";
}

.fa-thumbs-o-down:before {
  content: "\F088";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-heart-o:before {
  content: "\F08A";
}

.fa-sign-out:before {
  content: "\F08B";
}

.fa-linkedin-square:before {
  content: "\F08C";
}

.fa-thumb-tack:before {
  content: "\F08D";
}

.fa-external-link:before {
  content: "\F08E";
}

.fa-sign-in:before {
  content: "\F090";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-upload:before {
  content: "\F093";
}

.fa-lemon-o:before {
  content: "\F094";
}

.fa-phone:before {
  content: "\F095";
}

.fa-square-o:before {
  content: "\F096";
}

.fa-bookmark-o:before {
  content: "\F097";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A";
}

.fa-github:before {
  content: "\F09B";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-feed:before,
.fa-rss:before {
  content: "\F09E";
}

.fa-hdd-o:before {
  content: "\F0A0";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-hand-o-right:before {
  content: "\F0A4";
}

.fa-hand-o-left:before {
  content: "\F0A5";
}

.fa-hand-o-up:before {
  content: "\F0A6";
}

.fa-hand-o-down:before {
  content: "\F0A7";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-group:before,
.fa-users:before {
  content: "\F0C0";
}

.fa-chain:before,
.fa-link:before {
  content: "\F0C1";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-plus:before {
  content: "\F0D5";
}

.fa-money:before {
  content: "\F0D6";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-linkedin:before {
  content: "\F0E1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4";
}

.fa-comment-o:before {
  content: "\F0E5";
}

.fa-comments-o:before {
  content: "\F0E6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA";
}

.fa-lightbulb-o:before {
  content: "\F0EB";
}

.fa-exchange:before {
  content: "\F0EC";
}

.fa-cloud-download:before {
  content: "\F0ED";
}

.fa-cloud-upload:before {
  content: "\F0EE";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-bell-o:before {
  content: "\F0A2";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cutlery:before {
  content: "\F0F5";
}

.fa-file-text-o:before {
  content: "\F0F6";
}

.fa-building-o:before {
  content: "\F0F7";
}

.fa-hospital-o:before {
  content: "\F0F8";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B";
}

.fa-circle-o:before {
  content: "\F10C";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-circle:before {
  content: "\F111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-folder-o:before {
  content: "\F114";
}

.fa-folder-open-o:before {
  content: "\F115";
}

.fa-smile-o:before {
  content: "\F118";
}

.fa-frown-o:before {
  content: "\F119";
}

.fa-meh-o:before {
  content: "\F11A";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-keyboard-o:before {
  content: "\F11C";
}

.fa-flag-o:before {
  content: "\F11D";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-code:before {
  content: "\F121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-crop:before {
  content: "\F125";
}

.fa-code-fork:before {
  content: "\F126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127";
}

.fa-question:before {
  content: "\F128";
}

.fa-info:before {
  content: "\F129";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-shield:before {
  content: "\F132";
}

.fa-calendar-o:before {
  content: "\F133";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-ticket:before {
  content: "\F145";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-minus-square-o:before {
  content: "\F147";
}

.fa-level-up:before {
  content: "\F148";
}

.fa-level-down:before {
  content: "\F149";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-pencil-square:before {
  content: "\F14B";
}

.fa-external-link-square:before {
  content: "\F14C";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\F153";
}

.fa-gbp:before {
  content: "\F154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\F155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\F156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158";
}

.fa-won:before,
.fa-krw:before {
  content: "\F159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-text:before {
  content: "\F15C";
}

.fa-sort-alpha-asc:before {
  content: "\F15D";
}

.fa-sort-alpha-desc:before {
  content: "\F15E";
}

.fa-sort-amount-asc:before {
  content: "\F160";
}

.fa-sort-amount-desc:before {
  content: "\F161";
}

.fa-sort-numeric-asc:before {
  content: "\F162";
}

.fa-sort-numeric-desc:before {
  content: "\F163";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-youtube-square:before {
  content: "\F166";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-youtube-play:before {
  content: "\F16A";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-adn:before {
  content: "\F170";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitbucket-square:before {
  content: "\F172";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-long-arrow-down:before {
  content: "\F175";
}

.fa-long-arrow-up:before {
  content: "\F176";
}

.fa-long-arrow-left:before {
  content: "\F177";
}

.fa-long-arrow-right:before {
  content: "\F178";
}

.fa-apple:before {
  content: "\F179";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-android:before {
  content: "\F17B";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-trello:before {
  content: "\F181";
}

.fa-female:before {
  content: "\F182";
}

.fa-male:before {
  content: "\F183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184";
}

.fa-sun-o:before {
  content: "\F185";
}

.fa-moon-o:before {
  content: "\F186";
}

.fa-archive:before {
  content: "\F187";
}

.fa-bug:before {
  content: "\F188";
}

.fa-vk:before {
  content: "\F189";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-arrow-circle-o-right:before {
  content: "\F18E";
}

.fa-arrow-circle-o-left:before {
  content: "\F190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191";
}

.fa-dot-circle-o:before {
  content: "\F192";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195";
}

.fa-plus-square-o:before {
  content: "\F196";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-slack:before {
  content: "\F198";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-spoon:before {
  content: "\F1B1";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-file-pdf-o:before {
  content: "\F1C1";
}

.fa-file-word-o:before {
  content: "\F1C2";
}

.fa-file-excel-o:before {
  content: "\F1C3";
}

.fa-file-powerpoint-o:before {
  content: "\F1C4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8";
}

.fa-file-code-o:before {
  content: "\F1C9";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD";
}

.fa-circle-o-notch:before {
  content: "\F1CE";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-circle-thin:before {
  content: "\F1DB";
}

.fa-header:before {
  content: "\F1DC";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-sliders:before {
  content: "\F1DE";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-newspaper-o:before {
  content: "\F1EA";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bell-slash-o:before {
  content: "\F1F7";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-eyedropper:before {
  content: "\F1FB";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-area-chart:before {
  content: "\F1FE";
}

.fa-pie-chart:before {
  content: "\F200";
}

.fa-line-chart:before {
  content: "\F201";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-bus:before {
  content: "\F207";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-cc:before {
  content: "\F20A";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B";
}

.fa-meanpath:before {
  content: "\F20C";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-diamond:before {
  content: "\F219";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-venus:before {
  content: "\F221";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-facebook-official:before {
  content: "\F230";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-server:before {
  content: "\F233";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\F236";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-train:before {
  content: "\F238";
}

.fa-subway:before {
  content: "\F239";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-sticky-note-o:before {
  content: "\F24A";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-hourglass-o:before {
  content: "\F250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256";
}

.fa-hand-scissors-o:before {
  content: "\F257";
}

.fa-hand-lizard-o:before {
  content: "\F258";
}

.fa-hand-spock-o:before {
  content: "\F259";
}

.fa-hand-pointer-o:before {
  content: "\F25A";
}

.fa-hand-peace-o:before {
  content: "\F25B";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-safari:before {
  content: "\F267";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-tv:before,
.fa-television:before {
  content: "\F26C";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-500px:before {
  content: "\F26E";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-calendar-plus-o:before {
  content: "\F271";
}

.fa-calendar-minus-o:before {
  content: "\F272";
}

.fa-calendar-times-o:before {
  content: "\F273";
}

.fa-calendar-check-o:before {
  content: "\F274";
}

.fa-industry:before {
  content: "\F275";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-map-o:before {
  content: "\F278";
}

.fa-map:before {
  content: "\F279";
}

.fa-commenting:before {
  content: "\F27A";
}

.fa-commenting-o:before {
  content: "\F27B";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-vimeo:before {
  content: "\F27D";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-edge:before {
  content: "\F282";
}

.fa-credit-card-alt:before {
  content: "\F283";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-modx:before {
  content: "\F285";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-usb:before {
  content: "\F287";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-pause-circle-o:before {
  content: "\F28C";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stop-circle-o:before {
  content: "\F28E";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-percent:before {
  content: "\F295";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-envira:before {
  content: "\F299";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-wheelchair-alt:before {
  content: "\F29B";
}

.fa-question-circle-o:before {
  content: "\F29C";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-volume-control-phone:before {
  content: "\F2A0";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-handshake-o:before {
  content: "\F2B5";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-o:before {
  content: "\F2B7";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-book-o:before {
  content: "\F2BA";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-circle-o:before {
  content: "\F2BE";
}

.fa-user-o:before {
  content: "\F2C0";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-eercast:before {
  content: "\F2DA";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-snowflake-o:before {
  content: "\F2DC";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-meetup:before {
  content: "\F2E0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Slider */

.slick-loading .slick-list {
  background: #fff url(../images/vendor/slick-carousel/slick/ajax-loader.gif?c5cd7f5300576ab4c88202b42f6ded62) center center no-repeat;
}

/* Icons */

@font-face {
  font-family: "slick";
  src: url(../fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475);
  src: url(../fonts/vendor/slick-carousel/slick/slick.eot?ced611daf7709cc778da928fec876475) format("embedded-opentype"), url(../fonts/vendor/slick-carousel/slick/slick.woff?b7c9e1e479de3b53f1e4e30ebac2403a) format("woff"), url(../fonts/vendor/slick-carousel/slick/slick.ttf?d41f55a78e6f49a5512878df1737e58a) format("truetype"), url(../fonts/vendor/slick-carousel/slick/slick.svg?f97e3bbf73254b0112091d0192f17aec) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "\2190";
}

[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "\2192";
}

[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.goza-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .goza-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.goza-hero-section {
  padding: 30px 0;
  min-height: 350px;
  position: relative;
  background-color: #e5e5e5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.goza-hero-section--bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
}

.goza-hero-section--content {
  position: relative;
}

.goza-hero-section .goza-hero-section-inner {
  text-align: center;
  width: 100%;
}

.goza-hero-section .goza-hero-section-inner__icon {
  line-height: 0;
  margin-bottom: 10px;
}

.goza-hero-section .goza-hero-section-inner__icon img {
  max-width: 50px;
  width: 100%;
  height: auto;
}

.goza-hero-section .goza-hero-section-inner__heading {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.goza-hero-section .goza-hero-section-inner__breadcrumb {
  color: var(--link-color, #d44e71);
  line-height: 1;
}

.goza-hero-section .goza-hero-section-inner__breadcrumb::before {
  content: "\F015";
  font-family: "FontAwesome";
  display: inline-block;
}

.goza-hero-section .goza-hero-section-inner__breadcrumb a {
  color: inherit;
}

.goza-hero-section .goza-hero-section-inner__breadcrumb a:hover {
  text-decoration: underline;
}

.goza-hero-section .goza-hero-section-inner__breadcrumb span {
  color: inherit;
}

.has-sidebar.posts-flex-box {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.has-sidebar.posts-flex-box .post-content {
  width: 66%;
  padding-left: 15px;
  padding-right: 15px;
}

.has-sidebar.posts-flex-box .post-sidebar {
  width: 34%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 991px) {
  .has-sidebar.posts-flex-box .post-content {
    width: 100%;
  }

  .has-sidebar.posts-flex-box .post-sidebar {
    width: 100%;
  }
}

.has-sidebar .post-sidebar .post-sidebar-wrap {
  padding-left: 30px;
}

.has-sidebar .post-sidebar .wg-wrap {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-radius: 1px;
}

.has-sidebar .post-sidebar .wg-wrap:last-child {
  margin-bottom: 15px;
}

.has-sidebar .post-sidebar .wg-wrap .wg-title {
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  color: rgb(51, 51, 51);
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 10px;
}

.has-sidebar .post-sidebar .wg-wrap .wg-title::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 50px;
  background: var(--link-color, rgb(212, 27, 101));
  left: 0px;
  bottom: 0px;
}

.has-sidebar .post-sidebar .wg-wrap .wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
  height: 50px;
}

.has-sidebar .post-sidebar .wg-wrap .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 3px;
  background-color: #FFF;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
  height: 100%;
  padding: 0 35px 0 10px;
  color: #353535;
  font-weight: 600;
}

.has-sidebar .post-sidebar .wg-wrap .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  border: 1px solid var(--link-color, rgba(212, 27, 101, 0.5));
  box-shadow: none;
  outline: none;
}

.has-sidebar .post-sidebar .wg-wrap .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
  position: absolute;
  right: 1px;
  top: 1px;
  transform: translateY(0);
  width: 50px;
  height: calc(100% - 2px);
  border: 0;
  color: transparent;
  background-color: transparent;
}

.has-sidebar .post-sidebar .wg-wrap .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 2px);
  background: #FFF;
  text-align: center;
  line-height: 28px;
  font-family: FontAwesome;
  content: "\F002";
  font-size: 16px;
  font-weight: normal;
  color: #353535;
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 1;
}

@media (max-width: 991px) {
  .has-sidebar .post-sidebar .post-sidebar-wrap {
    padding: 0;
  }
}

.posts-list .post-item {
  line-height: 1;
  padding-bottom: 40px;
}

.posts-list .post-item__featured-thumbnail {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
  position: relative;
  padding-bottom: 66%;
  background: #eee;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  transition: all 0.3s ease 0s;
}

.posts-list .post-item__featured-thumbnail::before {
  content: "\F178";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: rgb(255, 255, 255);
  opacity: 0;
  transition: all 0.3s ease 0s;
  font-size: 36px;
}

.posts-list .post-item__featured-thumbnail::after {
  background: #333;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.posts-list .post-item__featured-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.posts-list .post-item__featured-thumbnail:hover::before {
  left: 50%;
  opacity: 1;
}

.posts-list .post-item__featured-thumbnail:hover::after {
  opacity: 0.5;
  visibility: visible;
}

.posts-list .post-item__title-link {
  text-decoration: none;
}

.posts-list .post-item__title-link:hover .post-item__title {
  color: var(--link-color-hover, #d41b65);
}

.posts-list .post-item__title {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: #333;
  transition: all 0.3s ease 0s;
}

.posts-list .post-item__extra-meta {
  border-bottom: 1px solid rgb(236, 236, 236);
  margin: 0px 0px 25px;
  padding: 0px 0px 12px;
}

.posts-list .post-item__extra-meta .meta {
  color: #999;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  vertical-align: top;
}

.posts-list .post-item__extra-meta .meta:not(:last-child) {
  margin-right: 30px;
}

.posts-list .post-item__extra-meta .meta i {
  margin-right: 3px;
  color: var(--link-color, #d41b65);
}

.posts-list .post-item__extra-meta .meta .link {
  color: #999;
  transition: all 0.3s ease 0s;
}

.posts-list .post-item__extra-meta .meta .link:hover {
  color: var(--link-color-hover, #d41b65);
}

.posts-list .post-item__extra-meta-cats {
  display: inline-block;
}

.posts-list .post-item__extra-meta-cats .category {
  padding: 2px;
}

.posts-list .post-item__excerpt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #666;
}

.posts-list .post-item__readmore-btn {
  background: var(--link-color, #d41b65);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 22px;
  padding: 13px 30px;
  font-family: "Poppins";
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.posts-list .post-item__readmore-btn::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.posts-list .post-item__readmore-btn:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 991px) {
  .posts-list.type-post {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  .posts-list.type-post .post-item {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

@media (max-width: 767px) {
  .posts-list.type-post {
    width: 100%;
    margin: 0;
  }

  .posts-list.type-post .post-item {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
  }
}

.paging-navigation .pagination {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
}

.paging-navigation .pagination .pagination-numbers-wrap {
  margin: 0 20px;
  flex-grow: 1;
  text-align: center;
}

.paging-navigation .pagination .page-numbers {
  text-decoration: none;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: top;
  width: 30px;
  color: var(--link-color, #d41b65);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #fff;
  font-weight: 600;
  margin: 5px;
  transition: all 0.3s;
}

.paging-navigation .pagination .page-numbers.current {
  color: #d9d9d9;
}

.paging-navigation .pagination .page-numbers:hover {
  color: #d9d9d9;
}

.paging-navigation .pagination .page-button {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  line-height: normal;
  background: var(--link-color, #d41b65);
  color: #fff;
  border-radius: 3px;
  line-height: 14px;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.paging-navigation .pagination .page-button.disabled {
  opacity: 0.6;
  cursor: default;
}

.paging-navigation .pagination .page-button::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.paging-navigation .pagination .page-button:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 767px) {
  .paging-navigation .pagination .pagination-numbers-wrap {
    margin: 0 15px;
  }

  .paging-navigation .pagination .page-button {
    padding: 10px 16px;
  }

  .paging-navigation .pagination .page-button strong {
    display: none;
  }
}

.single-post .goza-hero-section .goza-hero-section-inner__heading {
  font-size: 42px;
  line-height: 125%;
  margin-bottom: 16px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

@media (max-width: 991.98px) {
  .single-post .goza-hero-section .goza-hero-section-inner__heading {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .single-post .goza-hero-section .goza-hero-section-inner__heading {
    font-size: 30px;
  }
}

.single-post .goza-section .post-container .post-content article.post .single-entry-header .extra-meta a {
  box-shadow: none;
}

.single-post .goza-section .post-container .post-content article.post h2,
.single-post .goza-section .post-container .post-content article.post h3,
.single-post .goza-section .post-container .post-content article.post h4,
.single-post .goza-section .post-container .post-content article.post h5,
.single-post .goza-section .post-container .post-content article.post h6 {
  line-height: 125%;
  color: var(--heading-color);
  margin-bottom: 24px;
  font-weight: 700;
}

.single-post .goza-section .post-container .post-content article.post h2 {
  font-size: 32px;
  margin-top: 32px;
}

@media (max-width: 991.98px) {
  .single-post .goza-section .post-container .post-content article.post h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .single-post .goza-section .post-container .post-content article.post h2 {
    font-size: 26px;
  }
}

.single-post .goza-section .post-container .post-content article.post h3 {
  font-size: 28px;
  margin-top: 24px;
}

@media (max-width: 991.98px) {
  .single-post .goza-section .post-container .post-content article.post h3 {
    font-size: 24px;
  }
}

.single-post .goza-section .post-container .post-content article.post h4 {
  margin-top: 18px;
  font-size: 24px;
}

@media (max-width: 991.98px) {
  .single-post .goza-section .post-container .post-content article.post h4 {
    font-size: 20px;
  }
}

.single-post .goza-section .post-container .post-content article.post h5 {
  margin-top: 14px;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .single-post .goza-section .post-container .post-content article.post h5 {
    font-size: 18px;
  }
}

.single-post .goza-section .post-container .post-content article.post h6 {
  margin-top: 12px;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .single-post .goza-section .post-container .post-content article.post h6 {
    font-size: 16px;
  }
}

.single-post .goza-section .post-container .post-content article.post a {
  color: var(--link-color);
  box-shadow: 0px 1px 0px var(--link-color);
}

.single-post .goza-section .post-container .post-content article.post ul li,
.single-post .goza-section .post-container .post-content article.post ol li,
.single-post .goza-section .post-container .post-content article.post p,
.single-post .goza-section .post-container .post-content article.post a {
  font-size: 16px;
  line-height: 175%;
}

@media (max-width: 991.98px) {
  .single-post .goza-section .post-container .post-content article.post ul li,
  .single-post .goza-section .post-container .post-content article.post ol li,
  .single-post .goza-section .post-container .post-content article.post p,
  .single-post .goza-section .post-container .post-content article.post a {
    font-size: 14px;
    line-height: 150%;
  }
}

.single-post .goza-section .post-container .post-content article.post p {
  margin: 24px 0;
}

.single-post .goza-section .post-container .post-content article.post ul,
.single-post .goza-section .post-container .post-content article.post ol {
  margin: 0 0 24px;
  padding: 0;
  line-height: 150%;
}

.single-post .goza-section .post-container .post-content article.post ul li,
.single-post .goza-section .post-container .post-content article.post ol li {
  margin-bottom: 12px;
}

.single-post .goza-section .post-container .post-content article.post ul li::before {
  content: "\F111";
  font-size: 70%;
  margin-right: 8px;
}

.single-post .goza-section .post-container .post-content article.post .wp-block-quote {
  border: none;
  box-shadow: inset 2px 0px 0px var(--link-color);
  font-size: 20px;
  line-height: 1.5;
  margin: 32px 0;
  padding-left: 36px;
  background: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .single-post .goza-section .post-container .post-content article.post .wp-block-quote {
    padding-left: 36px;
  }
}

@media (max-width: 767.98px) {
  .single-post .goza-section .post-container .post-content article.post .wp-block-quote {
    padding-left: 24px;
    font-size: 18px;
  }
}

.single-post .goza-section .post-container .post-content article.post .wp-block-quote p {
  font-size: inherit;
  margin: 0;
}

.single-post .single-post-navigation .previous-next-link {
  width: 100%;
  display: flex;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 24px;
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.single-post .single-post-navigation .previous-next-link > div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (max-width: 575.98px) {
  .single-post .single-post-navigation .previous-next-link > div {
    width: 100% !important;
    text-align: left !important;
  }

  .single-post .single-post-navigation .previous-next-link > div .post-nav-thumbnail {
    max-width: 60px !important;
  }
}

.single-post .single-post-navigation .previous-next-link > div > a {
  box-shadow: none !important;
}

@media (max-width: 575.98px) {
  .single-post .single-post-navigation .previous-next-link > div.next {
    margin-top: 16px;
  }

  .single-post .single-post-navigation .previous-next-link > div.next a {
    flex-direction: row-reverse;
  }

  .single-post .single-post-navigation .previous-next-link > div.next a .post-nav-title-box {
    padding-right: 0;
    padding-left: 6px;
  }
}

.single-post .single-post-navigation .previous-next-link .meta-nav {
  font-size: 14px;
  line-height: 150%;
}

.single-post .single-post-navigation .previous-next-link .post-title {
  margin-bottom: 0px;
  font-size: 16px;
}

.single-post .comments-area ol.children {
  margin-top: 12px !important;
}

.single-post .comments-area ol .comment-body .comment-meta a {
  box-shadow: none;
}

.single-post .comments-area ol .comment-body .comment-meta .comment-author {
  font-weight: 600;
}

.single-post .comments-area ol .comment-body .comment-details .comment-text p {
  margin-top: 0;
  margin-bottom: 16px;
}

.post-type-archive-give_forms .posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding-bottom: 40px;
}

.post-type-archive-give_forms .posts-list .post-item {
  padding-bottom: 0;
}

.post-type-archive-give_forms .posts-list .post-item .post-inner {
  height: 100%;
}

.post-type-archive-give_forms .posts-list .post-item__featured-thumbnail {
  display: flex;
  border-radius: 3px 3px 0 0;
  margin-bottom: 0;
}

.post-type-archive-give_forms .posts-list .post-item__featured-thumbnail:hover .post-item__date {
  transform: translateY(-140%);
  -webkit-transform: translateY(-140%);
  opacity: 0;
}

.post-type-archive-give_forms .posts-list .post-item__extra-meta {
  border-bottom: 0;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  left: 10px;
  position: absolute;
  top: 10px;
  z-index: 1;
}

.post-type-archive-give_forms .posts-list .post-item__extra-meta > * {
  display: inline-block;
  margin-right: 10px;
  transition: 0.5s ease;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  opacity: 1;
}

.post-type-archive-give_forms .posts-list .post-item__date {
  background: var(--link-color, #d41b65);
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0px;
  line-height: normal;
  padding: 5px 10px;
  text-transform: uppercase;
}

.post-type-archive-give_forms .posts-list .post-item__content {
  padding: 30px;
  border: solid #f5f5f5;
  border-width: 0 1px 1px;
  border-radius: 0 0 3px 3px;
}

.post-type-archive-give_forms .posts-list .post-item__content.not-thumb {
  border-width: 1px;
}

.post-type-archive-give_forms .posts-list .post-item__give-goal-progress .give-goal-raised {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
}

.post-type-archive-give_forms .posts-list .post-item__give-goal-progress .give-goal-raised .give-price-raised {
  font-size: 150%;
  letter-spacing: -1px;
  line-height: 48px;
  color: #333333;
}

.post-type-archive-give_forms .posts-list .post-item__give-goal-progress .give-goal-progress {
  background: none;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.post-type-archive-give_forms .posts-list .post-item__give-goal-progress .give-goal-progress .progress-bar {
  background: #eee;
  border-radius: 25px;
  height: 8px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.post-type-archive-give_forms .posts-list .post-item__give-goal-progress .give-goal-progress .bar {
  background-blend-mode: multiply;
  border-radius: 20px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.post-type-archive-give_forms .posts-list .post-item__title {
  font-family: "Poppins", sans-serif;
}

.post-type-archive-give_forms .posts-list .post-item__readmore-btn {
  padding: 11px 20px;
  margin-top: 25px;
}

.post-type-archive-give_forms .posts-list .post-item__readmore-btn .readmore-btn-icon {
  font-size: 20px;
  margin-left: 4px;
  vertical-align: middle;
}

@media (max-width: 991px) {
  .post-type-archive-give_forms .posts-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .post-type-archive-give_forms .posts-list .post-item {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .post-type-archive-give_forms .posts-list .post-item__content {
    padding: 25px 20px;
  }
}

@media (max-width: 540px) {
  .post-type-archive-give_forms .posts-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.post-type-archive-tribe_events .page-titlebar {
  padding: 30px 0;
  min-height: 350px;
  position: relative;
  background-color: #e5e5e5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.post-type-archive-tribe_events .page-titlebar--bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
}

.post-type-archive-tribe_events .page-titlebar .page-titlebar-content {
  text-align: center;
  position: relative;
}

.post-type-archive-tribe_events .page-titlebar .page-icon {
  line-height: 0;
  margin-bottom: 10px;
}

.post-type-archive-tribe_events .page-titlebar .page-icon img {
  max-width: 50px;
  width: 100%;
  height: auto;
}

.post-type-archive-tribe_events .page-titlebar .page-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.post-type-archive-tribe_events .page-titlebar .breadcrumbs {
  color: #d44e71;
  line-height: 1;
}

.post-type-archive-tribe_events .page-titlebar .breadcrumbs::before {
  content: "\F015";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}

.post-type-archive-tribe_events .page-titlebar .breadcrumbs a {
  color: inherit;
}

.post-type-archive-tribe_events .page-titlebar .breadcrumbs a:hover {
  text-decoration: underline;
}

.post-type-archive-tribe_events .goza-section-space {
  padding-top: 100px;
  padding-bottom: 100px;
}

.post-type-archive-tribe_events .list-tab-event .nav-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

.post-type-archive-tribe_events .list-tab-event .nav-tabs li {
  display: inline-block;
  border-radius: 0;
  margin: 0;
  min-width: 240px;
  text-align: center;
  border: 0;
  position: relative;
}

.post-type-archive-tribe_events .list-tab-event .nav-tabs li.active a,
.post-type-archive-tribe_events .list-tab-event .nav-tabs li:hover a {
  background-color: var(--link-color, #d41b65);
  color: #fff;
}

.post-type-archive-tribe_events .list-tab-event .nav-tabs li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: var(--heading-color, #333);
  font-family: var(--body-family);
  border-radius: 0;
  margin-right: 3px;
  border: 1px solid #eee;
  border-bottom: 0;
  font-size: 16px;
  background: #f9f9f9;
  font-weight: 700;
  line-height: 29px;
  transition: all 0.25s ease-in-out 0.25s;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event {
  margin-top: 60px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .post-type-archive-tribe_events .list-tab-event .bt-list-event {
    margin-top: 48px;
  }
}

@media (max-width: 991.98px) {
  .post-type-archive-tribe_events .list-tab-event .bt-list-event {
    margin-top: 38px;
  }
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event::before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid #555;
  border-right-color: transparent;
  transition: all 0.3s;
  animation: loading 0.7s infinite;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event.loading::before {
  opacity: 1;
  visibility: visible;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event:hover .item-event--featured-image-wrap .event-thumbnail-overlay {
  opacity: 1;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--inner {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--bg {
  border-radius: 100px;
  margin: 15px auto;
  width: calc(100% - 80px);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 160px;
  position: absolute;
  z-index: 0;
  left: 50px;
  display: inline-block;
  vertical-align: middle;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--featured-image-wrap {
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  position: relative;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--featured-image-wrap .event-thumbnail {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--featured-image-wrap .event-thumbnail-overlay {
  -wekbit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content {
  display: flex;
  align-items: center;
  padding-right: 185px;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--excerpt {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  margin-top: 16px;
  font-size: 16px;
  line-height: 120%;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--excerpt > p {
  margin: 0;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--event-date {
  min-width: 160px;
  margin-left: 30px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  z-index: 1;
  position: relative;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--event-date .event-month-day {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 900;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--event-date .event-month-day span {
  font-size: 40px;
  color: var(--link-color, #d41b65);
  margin-right: 3px;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--event-date .event-time {
  font-size: 16px;
  line-height: 22px;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content-entry {
  width: 100%;
  flex-grow: 1;
  padding-left: 20px;
  margin-left: 30px;
  border-left: #c4c4c4 solid 1px;
  display: inline-block;
  vertical-align: middle;
  z-index: 1;
  position: relative;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content-entry .title-link {
  display: inline-block;
  text-decoration: none;
  font-family: var(--heading-family);
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  color: rgb(51, 51, 51);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  margin-bottom: 10px;
  transition: all 0.3s ease 0s;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content-entry .title-link:hover {
  text-decoration: underline;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content-entry .venue-empty {
  line-height: 1.25;
  color: var(--link-color, #d41b65);
  font-weight: 400;
  font-size: 16px;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content-entry .venue-empty svg {
  width: 100%;
  max-width: 20px;
  margin-right: 8px;
  height: auto;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content-entry .venue-empty svg path {
  fill: var(--link-color, #d41b65);
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event .readmore-link {
  width: 170px;
  height: 50px;
  text-align: center;
  font-size: 14px;
  font-family: "Poppins";
  background: #222;
  border-radius: 30px;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 70px;
  display: inline-block;
  transition: all 0.3s;
}

.post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event .readmore-link:hover {
  background: var(--link-color);
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination {
  padding-top: 40px;
  width: 100%;
  display: flex;
  align-items: center;
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .prev,
.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .next {
  min-width: 110px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  font-family: var(--body-family);
  background: var(--link-color, #333);
  color: #fff;
  border-radius: 3px;
  line-height: 14px;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .prev::before,
.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .next::before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .prev.inactive,
.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .next.inactive {
  opacity: 0.6;
  cursor: default;
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .prev:hover,
.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .next:hover {
  background: var(--link-color-hover, #000);
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .prev:hover::before,
.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .next:hover::before {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .prev i {
  padding-right: 10px;
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .next i {
  padding-left: 10px;
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .active {
  cursor: pointer;
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination ul {
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  position: relative;
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination ul li {
  display: inline-block;
  margin: 2px 4px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: top;
  width: 30px;
  color: var(--link-color);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  background: #fff;
  font-weight: 600;
  transition: 0.3s;
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination ul li.inactive {
  opacity: 0.6;
  cursor: default;
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination ul li.selected {
  color: #d9d9d9;
  cursor: default;
}

.post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination ul li:hover {
  color: #d9d9d9;
}

@media (max-width: 1199px) {
  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--featured-image-wrap .event-thumbnail {
    width: 180px;
    height: 180px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--event-date {
    min-width: 154px;
    margin-left: 20px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--event-date .event-month-day span {
    font-size: 34px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--event-date .event-time {
    font-size: 15px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content {
    padding-right: 165px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content-entry {
    margin-left: 20px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content-entry .title-link {
    font-size: 20px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content-entry .venue-empty {
    font-size: 15px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--excerpt {
    margin-top: 10px;
    font-size: 15px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event .readmore-link {
    width: 150px;
  }
}

@media (max-width: 991px) {
  .post-type-archive-tribe_events .list-tab-event .nav-tabs li {
    min-width: 227px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--inner {
    display: block;
    width: 100%;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--bg {
    display: none;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--featured-image-wrap {
    display: block;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--featured-image-wrap .event-thumbnail {
    width: 100%;
    height: 250px;
    border-radius: 0;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content {
    padding-top: 24px;
    padding-right: 0;
    padding-bottom: 24px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content-entry {
    padding-right: 20px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event .readmore-link {
    display: none;
  }
}

@media (max-width: 768px) {
  .post-type-archive-tribe_events .goza-section-space {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .post-type-archive-tribe_events .list-tab-event .nav-tabs li {
    width: calc(33.3333333333% - 4px);
    min-width: 0;
  }

  .post-type-archive-tribe_events .list-tab-event .nav-tabs li.active::before {
    right: 0;
  }

  .post-type-archive-tribe_events .list-tab-event .nav-tabs li a {
    margin-right: 0;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--event-date {
    margin-left: 20px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content-entry {
    margin-left: 20px;
  }

  .post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .prev,
  .post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .next {
    padding: 10px 16px;
    min-width: auto;
  }

  .post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .prev strong,
  .post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .next strong {
    display: none;
  }

  .post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .prev i,
  .post-type-archive-tribe_events .list-tab-event .pagination-nav .pagination .next i {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content {
    flex-direction: column;
    padding: 20px 15px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--event-date {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--content-entry {
    padding: 0;
    margin: 0;
    border: 0;
  }
}

@media (max-width: 425px) {
  .post-type-archive-tribe_events .list-tab-event .nav-tabs li a {
    font-size: 15px;
    padding: 10px 12px;
  }
}

@media (max-width: 374.98px) {
  .post-type-archive-tribe_events .list-tab-event .nav-tabs li a {
    font-size: 13px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--featured-image-wrap .event-thumbnail {
    height: 220px;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--event-date {
    flex-direction: column;
    align-items: flex-start;
  }

  .post-type-archive-tribe_events .list-tab-event .bt-list-event .item-event--event-date .event-month-day {
    margin-bottom: 8px;
  }
}

.tax-fw-portfolio-category .posts-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.tax-fw-portfolio-category .posts-list .post-item {
  background-color: var(--bg-color-project-grid, #fff);
  border: solid 0.5px rgba(212, 27, 101, 0.5);
  border-radius: 3px;
  overflow: hidden;
  padding-bottom: 0;
}

.tax-fw-portfolio-category .posts-list .post-item__thumbnail {
  position: relative;
  padding-bottom: 66%;
  background-color: #eee;
  overflow: hidden;
}

.tax-fw-portfolio-category .posts-list .post-item__thumbnail::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.tax-fw-portfolio-category .posts-list .post-item__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tax-fw-portfolio-category .posts-list .post-item__thumbnail .zoom-image {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 3;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  font-size: 20px;
  color: #d41b65;
}

.tax-fw-portfolio-category .posts-list .post-item__thumbnail:hover::after {
  visibility: visible;
  opacity: 1;
}

.tax-fw-portfolio-category .posts-list .post-item__thumbnail:hover .zoom-image {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.tax-fw-portfolio-category .posts-list .post-item__content {
  padding: 30px;
}

.tax-fw-portfolio-category .posts-list .post-item__link {
  text-decoration: none;
}

.tax-fw-portfolio-category .posts-list .post-item__title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--title-color-project-grid, #333);
  letter-spacing: 0px;
  transition: 0.3s;
}

.tax-fw-portfolio-category .posts-list .post-item__title:hover {
  color: #dd548b;
}

.tax-fw-portfolio-category .posts-list .post-item__excerpt {
  color: var(--excerpt-color-project-grid, #666);
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}

.tax-fw-portfolio-category .posts-list .post-item__excerpt p {
  margin-bottom: 10px;
}

.tax-fw-portfolio-category .posts-list .post-item__excerpt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 1px;
  background: #dedede;
}

.tax-fw-portfolio-category .posts-list .post-item__button {
  width: -moz-max-content;
  width: max-content;
  color: var(--btn-color-project-grid, #d41b65);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.tax-fw-portfolio-category .posts-list .post-item__button-icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #fff;
  background: var(--btn-color-project-grid, #d41b65);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tax-fw-portfolio-category .posts-list .post-item__button-text {
  color: inherit;
  font-weight: inherit;
}

.tax-fw-portfolio-category .paging-navigation {
  padding-top: 20px;
}

@media (max-width: 991px) {
  .tax-fw-portfolio-category .posts-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .tax-fw-portfolio-category .posts-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .tax-fw-portfolio-category .posts-list .post-item__content {
    padding: 25px 20px;
  }

  .tax-fw-portfolio-category .posts-list .post-item__title {
    font-size: 20px;
    line-height: 28px;
  }
}

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.post-type-archive-give_forms .donations-give-form-wrap,
.tax-give_forms_category .donations-give-form-wrap,
.tax-give_forms_tag .donations-give-form-wrap {
  background: #ffffff;
  overflow: hidden;
  border-radius: 2px;
}

.post-type-archive-give_forms .donations-give-form-wrap .give-card__media,
.tax-give_forms_category .donations-give-form-wrap .give-card__media,
.tax-give_forms_tag .donations-give-form-wrap .give-card__media {
  position: relative;
  overflow: hidden;
  padding-bottom: 66%;
  background: #e7e6e4;
}

.post-type-archive-give_forms .donations-give-form-wrap .give-card__media img,
.tax-give_forms_category .donations-give-form-wrap .give-card__media img,
.tax-give_forms_tag .donations-give-form-wrap .give-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-type-archive-give_forms .donations-give-form-wrap .give-card__body,
.tax-give_forms_category .donations-give-form-wrap .give-card__body,
.tax-give_forms_tag .donations-give-form-wrap .give-card__body {
  padding: 24px;
}

.post-type-archive-give_forms .donations-give-form-wrap .give-card__body .give-goal-progress,
.tax-give_forms_category .donations-give-form-wrap .give-card__body .give-goal-progress,
.tax-give_forms_tag .donations-give-form-wrap .give-card__body .give-goal-progress {
  margin-bottom: 24px;
}

.post-type-archive-give_forms .donations-give-form-wrap .give-card__body .give-goal-progress .raised,
.tax-give_forms_category .donations-give-form-wrap .give-card__body .give-goal-progress .raised,
.tax-give_forms_tag .donations-give-form-wrap .give-card__body .give-goal-progress .raised {
  margin-bottom: 4px;
}

.post-type-archive-give_forms .donations-give-form-wrap .give-card__body .give-card__title,
.tax-give_forms_category .donations-give-form-wrap .give-card__body .give-card__title,
.tax-give_forms_tag .donations-give-form-wrap .give-card__body .give-card__title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 12px;
}

.post-type-archive-give_forms .donations-give-form-wrap .give-card__body .give-card__text,
.tax-give_forms_category .donations-give-form-wrap .give-card__body .give-card__text,
.tax-give_forms_tag .donations-give-form-wrap .give-card__body .give-card__text {
  font-size: 16px;
  margin: 0 0 24px;
}

.post-type-archive-give_forms .donations-give-form-wrap .give-card__body .give-card__button,
.tax-give_forms_category .donations-give-form-wrap .give-card__body .give-card__button,
.tax-give_forms_tag .donations-give-form-wrap .give-card__body .give-card__button {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  background: var(--link-color, #d41b65);
  padding: 12px 24px;
  border-radius: 2px;
}

@media (max-width: 767.98px) {
  .post-type-archive-give_forms .donations-give-form-wrap .give-card__body button.give-btn.give-btn-modal,
  .tax-give_forms_category .donations-give-form-wrap .give-card__body button.give-btn.give-btn-modal,
  .tax-give_forms_tag .donations-give-form-wrap .give-card__body button.give-btn.give-btn-modal {
    line-height: 20px;
  }
}

@media (max-width: 575.98px) {
  .post-type-archive-give_forms .donations-give-form-wrap .give-card__body,
  .tax-give_forms_category .donations-give-form-wrap .give-card__body,
  .tax-give_forms_tag .donations-give-form-wrap .give-card__body {
    padding: 24px 16px;
  }

  .post-type-archive-give_forms .donations-give-form-wrap .give-card__body .give-goal-progress,
  .tax-give_forms_category .donations-give-form-wrap .give-card__body .give-goal-progress,
  .tax-give_forms_tag .donations-give-form-wrap .give-card__body .give-goal-progress {
    margin-bottom: 16px;
  }

  .post-type-archive-give_forms .donations-give-form-wrap .give-card__body .give-goal-progress .raised,
  .tax-give_forms_category .donations-give-form-wrap .give-card__body .give-goal-progress .raised,
  .tax-give_forms_tag .donations-give-form-wrap .give-card__body .give-goal-progress .raised {
    font-size: 14px;
  }

  .post-type-archive-give_forms .donations-give-form-wrap .give-card__body .give-goal-progress .income,
  .tax-give_forms_category .donations-give-form-wrap .give-card__body .give-goal-progress .income,
  .tax-give_forms_tag .donations-give-form-wrap .give-card__body .give-goal-progress .income {
    font-size: 24px;
  }

  .post-type-archive-give_forms .donations-give-form-wrap .give-card__body .give-card__title,
  .tax-give_forms_category .donations-give-form-wrap .give-card__body .give-card__title,
  .tax-give_forms_tag .donations-give-form-wrap .give-card__body .give-card__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .post-type-archive-give_forms .donations-give-form-wrap .give-card__body .give-card__text,
  .tax-give_forms_category .donations-give-form-wrap .give-card__body .give-card__text,
  .tax-give_forms_tag .donations-give-form-wrap .give-card__body .give-card__text {
    margin-bottom: 16px;
  }

  .post-type-archive-give_forms .donations-give-form-wrap .give-card__body .give-card__button,
  .tax-give_forms_category .donations-give-form-wrap .give-card__body .give-card__button,
  .tax-give_forms_tag .donations-give-form-wrap .give-card__body .give-card__button {
    font-size: 13px;
    line-height: 20px;
    padding: 8px 16px;
  }
}

.post-type-archive-give_forms .donations-give-form-wrap .give-goal-progress .income,
.tax-give_forms_category .donations-give-form-wrap .give-goal-progress .income,
.tax-give_forms_tag .donations-give-form-wrap .give-goal-progress .income {
  font-size: 30px !important;
}

.post-type-archive-give_forms .donations-give-form-wrap .give-goal-progress .income,
.post-type-archive-give_forms .donations-give-form-wrap .give-goal-progress .goal-text,
.tax-give_forms_category .donations-give-form-wrap .give-goal-progress .income,
.tax-give_forms_category .donations-give-form-wrap .give-goal-progress .goal-text,
.tax-give_forms_tag .donations-give-form-wrap .give-goal-progress .income,
.tax-give_forms_tag .donations-give-form-wrap .give-goal-progress .goal-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--link-color, #d41b65);
}

.post-type-archive-give_forms .donations-give-form-wrap .give-goal-progress .give-progress-bar,
.tax-give_forms_category .donations-give-form-wrap .give-goal-progress .give-progress-bar,
.tax-give_forms_tag .donations-give-form-wrap .give-goal-progress .give-progress-bar {
  border-radius: 0px;
  height: 15px;
}

.post-type-archive-give_forms .donations-give-form-wrap .give-goal-progress .give-progress-bar > span,
.tax-give_forms_category .donations-give-form-wrap .give-goal-progress .give-progress-bar > span,
.tax-give_forms_tag .donations-give-form-wrap .give-goal-progress .give-progress-bar > span {
  border-radius: 0px;
}

.post-type-archive-give_forms .archive-donation-page-template.has-sidebar .give-forms-list,
.tax-give_forms_category .archive-donation-page-template.has-sidebar .give-forms-list,
.tax-give_forms_tag .archive-donation-page-template.has-sidebar .give-forms-list {
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 767.98px) {
  .post-type-archive-give_forms .archive-donation-page-template.has-sidebar .give-forms-list,
  .tax-give_forms_category .archive-donation-page-template.has-sidebar .give-forms-list,
  .tax-give_forms_tag .archive-donation-page-template.has-sidebar .give-forms-list {
    grid-template-columns: 1fr;
  }
}

.post-type-archive-give_forms .archive-donation-page-template .give-forms-list,
.tax-give_forms_category .archive-donation-page-template .give-forms-list,
.tax-give_forms_tag .archive-donation-page-template .give-forms-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

@media (max-width: 991.98px) {
  .post-type-archive-give_forms .archive-donation-page-template .give-forms-list,
  .tax-give_forms_category .archive-donation-page-template .give-forms-list,
  .tax-give_forms_tag .archive-donation-page-template .give-forms-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .post-type-archive-give_forms .archive-donation-page-template .give-forms-list,
  .tax-give_forms_category .archive-donation-page-template .give-forms-list,
  .tax-give_forms_tag .archive-donation-page-template .give-forms-list {
    grid-template-columns: 1fr;
  }
}

.post-type-archive-give_forms .give-forms-loadmore,
.tax-give_forms_category .give-forms-loadmore,
.tax-give_forms_tag .give-forms-loadmore {
  font-size: 16px;
  text-align: center;
  margin-top: 60px;
}

.post-type-archive-give_forms .give-forms-loadmore .btn-loadmore,
.tax-give_forms_category .give-forms-loadmore .btn-loadmore,
.tax-give_forms_tag .give-forms-loadmore .btn-loadmore {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  padding: 12px 30px;
  color: #FFFFFF;
  background: var(--link-color, #d41b65);
  border-radius: 2px;
}

.post-type-archive-give_forms .pagination,
.tax-give_forms_category .pagination,
.tax-give_forms_tag .pagination {
  text-align: center;
  margin-top: 64px;
}

.post-type-archive-give_forms .pagination .nav-links,
.tax-give_forms_category .pagination .nav-links,
.tax-give_forms_tag .pagination .nav-links {
  display: inline-flex;
  background: #FFFFFF;
  border: 1px solid #E7E5E4;
  border-radius: 2px;
}

.post-type-archive-give_forms .pagination .nav-links .page-numbers,
.tax-give_forms_category .pagination .nav-links .page-numbers,
.tax-give_forms_tag .pagination .nav-links .page-numbers {
  font-weight: 600;
  font-size: 13px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  min-width: 45px;
}

.post-type-archive-give_forms .pagination .nav-links .page-numbers:not(:last-child),
.tax-give_forms_category .pagination .nav-links .page-numbers:not(:last-child),
.tax-give_forms_tag .pagination .nav-links .page-numbers:not(:last-child) {
  border-right: 1px solid #E7E5E4;
}

.post-type-archive-give_forms .pagination .nav-links .page-numbers:first-child,
.tax-give_forms_category .pagination .nav-links .page-numbers:first-child,
.tax-give_forms_tag .pagination .nav-links .page-numbers:first-child {
  border-radius: 2px 0px 0px 2px;
}

.post-type-archive-give_forms .pagination .nav-links .page-numbers:last-child,
.tax-give_forms_category .pagination .nav-links .page-numbers:last-child,
.tax-give_forms_tag .pagination .nav-links .page-numbers:last-child {
  border-radius: 0px 2px 2px 0px;
}

.post-type-archive-give_forms .pagination .nav-links .page-numbers.current,
.post-type-archive-give_forms .pagination .nav-links .page-numbers:hover,
.tax-give_forms_category .pagination .nav-links .page-numbers.current,
.tax-give_forms_category .pagination .nav-links .page-numbers:hover,
.tax-give_forms_tag .pagination .nav-links .page-numbers.current,
.tax-give_forms_tag .pagination .nav-links .page-numbers:hover {
  color: #FFFFFF;
  background: var(--link-color, #d41b65);
}

.post-type-archive-give_forms .pagination .nav-links .page-numbers.current svg,
.post-type-archive-give_forms .pagination .nav-links .page-numbers:hover svg,
.tax-give_forms_category .pagination .nav-links .page-numbers.current svg,
.tax-give_forms_category .pagination .nav-links .page-numbers:hover svg,
.tax-give_forms_tag .pagination .nav-links .page-numbers.current svg,
.tax-give_forms_tag .pagination .nav-links .page-numbers:hover svg {
  fill: #FFFFFF;
}

.post-type-archive-give_forms .pagination .nav-links .page-numbers.prev,
.post-type-archive-give_forms .pagination .nav-links .page-numbers.next,
.tax-give_forms_category .pagination .nav-links .page-numbers.prev,
.tax-give_forms_category .pagination .nav-links .page-numbers.next,
.tax-give_forms_tag .pagination .nav-links .page-numbers.prev,
.tax-give_forms_tag .pagination .nav-links .page-numbers.next {
  padding: 0 16px;
}

.post-type-archive-give_forms .pagination .nav-links .page-numbers.prev svg,
.post-type-archive-give_forms .pagination .nav-links .page-numbers.next svg,
.tax-give_forms_category .pagination .nav-links .page-numbers.prev svg,
.tax-give_forms_category .pagination .nav-links .page-numbers.next svg,
.tax-give_forms_tag .pagination .nav-links .page-numbers.prev svg,
.tax-give_forms_tag .pagination .nav-links .page-numbers.next svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.post-type-archive-give_forms .pagination .nav-links .page-numbers.prev svg,
.tax-give_forms_category .pagination .nav-links .page-numbers.prev svg,
.tax-give_forms_tag .pagination .nav-links .page-numbers.prev svg {
  margin-right: 4px;
}

.post-type-archive-give_forms .pagination .nav-links .page-numbers.next svg,
.tax-give_forms_category .pagination .nav-links .page-numbers.next svg,
.tax-give_forms_tag .pagination .nav-links .page-numbers.next svg {
  margin-left: 4px;
}

@media (max-width: 575.98px) {
  .post-type-archive-give_forms .pagination .nav-links .page-numbers,
  .tax-give_forms_category .pagination .nav-links .page-numbers,
  .tax-give_forms_tag .pagination .nav-links .page-numbers {
    line-height: 35px;
    min-width: 35px;
  }

  .post-type-archive-give_forms .pagination .nav-links .page-numbers.prev,
  .post-type-archive-give_forms .pagination .nav-links .page-numbers.next,
  .tax-give_forms_category .pagination .nav-links .page-numbers.prev,
  .tax-give_forms_category .pagination .nav-links .page-numbers.next,
  .tax-give_forms_tag .pagination .nav-links .page-numbers.prev,
  .tax-give_forms_tag .pagination .nav-links .page-numbers.next {
    font-size: 0;
    min-width: 35px;
    padding: 0;
  }

  .post-type-archive-give_forms .pagination .nav-links .page-numbers.prev svg,
  .post-type-archive-give_forms .pagination .nav-links .page-numbers.next svg,
  .tax-give_forms_category .pagination .nav-links .page-numbers.prev svg,
  .tax-give_forms_category .pagination .nav-links .page-numbers.next svg,
  .tax-give_forms_tag .pagination .nav-links .page-numbers.prev svg,
  .tax-give_forms_tag .pagination .nav-links .page-numbers.next svg {
    margin: -2px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .post-type-archive-give_forms .pagination,
  .tax-give_forms_category .pagination,
  .tax-give_forms_tag .pagination {
    margin-top: 48px;
  }
}

.post-type-archive-give_forms .site-content,
.tax-give_forms_category .site-content,
.tax-give_forms_tag .site-content {
  background: #f8f7f5;
}

.post-type-archive-give_forms .site-content .content-area,
.tax-give_forms_category .site-content .content-area,
.tax-give_forms_tag .site-content .content-area {
  padding: 96px 0;
}

.post-type-archive-give_forms .site-content .content-area.has-sidebar.left-sidebar .container,
.tax-give_forms_category .site-content .content-area.has-sidebar.left-sidebar .container,
.tax-give_forms_tag .site-content .content-area.has-sidebar.left-sidebar .container {
  flex-direction: row-reverse;
}

.post-type-archive-give_forms .site-content .content-area.has-sidebar .container,
.tax-give_forms_category .site-content .content-area.has-sidebar .container,
.tax-give_forms_tag .site-content .content-area.has-sidebar .container {
  display: flex;
  justify-content: space-between;
}

.post-type-archive-give_forms .site-content .content-area.has-sidebar .site-main,
.tax-give_forms_category .site-content .content-area.has-sidebar .site-main,
.tax-give_forms_tag .site-content .content-area.has-sidebar .site-main {
  width: calc(69.5% - 64px);
}

@media (max-width: 1199.98px) {
  .post-type-archive-give_forms .site-content .content-area.has-sidebar .site-main,
  .tax-give_forms_category .site-content .content-area.has-sidebar .site-main,
  .tax-give_forms_tag .site-content .content-area.has-sidebar .site-main {
    width: calc(69.5% - 48px);
  }
}

.post-type-archive-give_forms .site-content .content-area.has-sidebar .widget-area,
.tax-give_forms_category .site-content .content-area.has-sidebar .widget-area,
.tax-give_forms_tag .site-content .content-area.has-sidebar .widget-area {
  width: 30.5%;
}

@media (max-width: 991.98px) {
  .post-type-archive-give_forms .site-content .content-area.has-sidebar.left-sidebar .container,
  .post-type-archive-give_forms .site-content .content-area.has-sidebar .container,
  .tax-give_forms_category .site-content .content-area.has-sidebar.left-sidebar .container,
  .tax-give_forms_category .site-content .content-area.has-sidebar .container,
  .tax-give_forms_tag .site-content .content-area.has-sidebar.left-sidebar .container,
  .tax-give_forms_tag .site-content .content-area.has-sidebar .container {
    flex-direction: column;
  }

  .post-type-archive-give_forms .site-content .content-area.has-sidebar .site-main,
  .post-type-archive-give_forms .site-content .content-area.has-sidebar .widget-area,
  .tax-give_forms_category .site-content .content-area.has-sidebar .site-main,
  .tax-give_forms_category .site-content .content-area.has-sidebar .widget-area,
  .tax-give_forms_tag .site-content .content-area.has-sidebar .site-main,
  .tax-give_forms_tag .site-content .content-area.has-sidebar .widget-area {
    width: 100%;
  }

  .post-type-archive-give_forms .site-content .content-area.has-sidebar .widget-area,
  .tax-give_forms_category .site-content .content-area.has-sidebar .widget-area,
  .tax-give_forms_tag .site-content .content-area.has-sidebar .widget-area {
    max-width: 400px;
    margin: 96px auto 0;
  }
}

@media (max-width: 767.98px) {
  .post-type-archive-give_forms .site-content .content-area.has-sidebar .widget-area,
  .tax-give_forms_category .site-content .content-area.has-sidebar .widget-area,
  .tax-give_forms_tag .site-content .content-area.has-sidebar .widget-area {
    margin-top: 64px;
  }
}

@media (max-width: 767.98px) {
  .post-type-archive-give_forms .site-content .content-area,
  .tax-give_forms_category .site-content .content-area,
  .tax-give_forms_tag .site-content .content-area {
    padding: 64px 0;
  }
}

.post-type-archive-give_forms .give-sidebar.give-single-form-sidebar-left .wg-wrap,
.tax-give_forms_category .give-sidebar.give-single-form-sidebar-left .wg-wrap,
.tax-give_forms_tag .give-sidebar.give-single-form-sidebar-left .wg-wrap {
  margin-top: 48px;
  margin-bottom: 0;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap,
.tax-give_forms_category .give-sidebar .wg-wrap,
.tax-give_forms_tag .give-sidebar .wg-wrap {
  font-size: 16px;
  background: #FFFFFF;
  padding: 30px;
  border-radius: 2px;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap:not(:last-child),
.tax-give_forms_category .give-sidebar .wg-wrap:not(:last-child),
.tax-give_forms_tag .give-sidebar .wg-wrap:not(:last-child) {
  margin-bottom: 48px;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .wg-wrap .widget-title,
.tax-give_forms_category .give-sidebar .wg-wrap .wg-wrap .widget-title,
.tax-give_forms_tag .give-sidebar .wg-wrap .wg-wrap .widget-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 25px;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-grid,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-grid,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-grid {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 0;
  margin-bottom: 15px;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-grid__item,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-grid__item,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-grid__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-donor,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-donor,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-donor {
  padding: 0;
  border: none;
  box-shadow: none;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-donor-container,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-donor-container,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-donor-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: unset;
  padding: 0;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-donor-container__image,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-donor-container__image,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-donor-container__image {
  width: 60px !important;
  height: 60px !important;
  background: #E7E6E4;
  margin: 0;
  border: none;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-donor-container__image img,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-donor-container__image img,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-donor-container__image img {
  width: 100%;
  height: 100%;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-donor-container-variation,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-donor-container-variation,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-donor-container-variation {
  align-items: start !important;
  width: calc(100% - 75px);
  padding-left: 15px;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-donor-container-variation__name,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-donor-container-variation__name,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-donor-container-variation__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  color: #002866;
  margin: 0 !important;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-donor-container-variation__timestamp,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-donor-container-variation__timestamp,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-donor-container-variation__timestamp {
  font-size: 12px;
  line-height: 1.5;
  color: inherit;
  margin: 0 !important;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-donor-details,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-donor-details,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-donor-details {
  width: 100%;
  margin-top: 10px;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-donor-details__wrapper span:last-child,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-donor-details__wrapper span:last-child,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-donor-details__wrapper span:last-child {
  font-size: 14px !important;
  line-height: 1.5;
  color: #002866;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-donor-details__total,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-donor-details__total,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-donor-details__total {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.25;
  color: #002866 !important;
}

.post-type-archive-give_forms .give-sidebar .wg-wrap .give-wrap .give-donor__load_more,
.tax-give_forms_category .give-sidebar .wg-wrap .give-wrap .give-donor__load_more,
.tax-give_forms_tag .give-sidebar .wg-wrap .give-wrap .give-donor__load_more {
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 700;
  border-radius: 2px;
  color: #333;
  line-height: 20px;
}

@media (max-width: 767.98px) {
  .post-type-archive-give_forms .give-sidebar.give-single-form-sidebar-left .wg-wrap,
  .tax-give_forms_category .give-sidebar.give-single-form-sidebar-left .wg-wrap,
  .tax-give_forms_tag .give-sidebar.give-single-form-sidebar-left .wg-wrap {
    margin-top: 30px;
    padding: 24px 32px;
  }

  .post-type-archive-give_forms .give-sidebar .wg-wrap,
  .tax-give_forms_category .give-sidebar .wg-wrap,
  .tax-give_forms_tag .give-sidebar .wg-wrap {
    padding: 24px 32px;
  }

  .post-type-archive-give_forms .give-sidebar .wg-wrap:not(:last-child),
  .tax-give_forms_category .give-sidebar .wg-wrap:not(:last-child),
  .tax-give_forms_tag .give-sidebar .wg-wrap:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .post-type-archive-give_forms .give-sidebar.give-single-form-sidebar-left .wg-wrap,
  .tax-give_forms_category .give-sidebar.give-single-form-sidebar-left .wg-wrap,
  .tax-give_forms_tag .give-sidebar.give-single-form-sidebar-left .wg-wrap {
    padding: 24px 16px;
  }

  .post-type-archive-give_forms .give-sidebar .wg-wrap,
  .tax-give_forms_category .give-sidebar .wg-wrap,
  .tax-give_forms_tag .give-sidebar .wg-wrap {
    padding: 24px 16px;
  }
}

.gz-fw-portfolio-filter-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.gz-fw-portfolio-filter-categorys {
  display: flex;
  align-items: center;
  margin: 0 auto 32px auto;
  padding: 0;
}

.gz-fw-portfolio-filter-categorys--item {
  list-style-type: none;
}

.gz-fw-portfolio-filter-categorys--item:first-child a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.gz-fw-portfolio-filter-categorys--item:last-child a {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.gz-fw-portfolio-filter-categorys--item:not(:last-child) a {
  border-right: 1px solid #4D6995;
}

.gz-fw-portfolio-filter-categorys--item a {
  padding: 20px 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 115%;
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  font-family: var(--heading-family);
  background-color: #000;
  color: #fff;
  transition: all 0.5s ease-in-out;
}

.gz-fw-portfolio-filter-categorys--item a.active,
.gz-fw-portfolio-filter-categorys--item a:hover {
  background-color: var(--link-color);
  color: var(--heading-color);
  border-color: var(--link-color);
}

.gz-fw-portfolio-filter--list-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gz-fw-portfolio-filter--list-posts .item-fw-portfolio {
  border: solid 0.5px rgba(212, 27, 101, 0.5);
  border-top: none;
  position: relative;
  padding-bottom: 56px;
}

.gz-fw-portfolio-filter--list-posts .item-fw-portfolio--content {
  padding: 32px 16px;
  text-align: left;
}

.gz-fw-portfolio-filter--list-posts .item-fw-portfolio--thumbnail {
  width: 100%;
  height: 350px;
  position: relative;
}

.gz-fw-portfolio-filter--list-posts .item-fw-portfolio--thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.gz-fw-portfolio-filter--list-posts .item-fw-portfolio--heading {
  font-size: 20px;
  line-height: 115%;
  margin: 0 0 16px 0;
}

.gz-fw-portfolio-filter--list-posts .item-fw-portfolio--excerpt {
  color: var(--body-color);
}

.gz-fw-portfolio-filter--list-posts .item-fw-portfolio--excerpt p {
  margin: 0;
}

.gz-fw-portfolio-filter--list-posts .item-fw-portfolio--cta {
  position: absolute;
  left: 16px;
  bottom: 32px;
  width: 100%;
  padding-top: 16px;
  margin-top: 16px;
}

.gz-fw-portfolio-filter--list-posts .item-fw-portfolio--cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 1px;
  background: #dedede;
}

.single .single-entry-header .featured-image img {
  width: 100%;
  border-radius: 5px;
}

.single .single-entry-header .extra-meta {
  border-bottom: 1px solid rgb(213, 213, 213);
  padding: 20px 0px;
}

.single .single-entry-header .extra-meta .meta {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: rgb(102, 102, 102);
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 30px;
}

.single .single-entry-header .extra-meta .meta:last-child {
  margin-right: 0;
}

.single .single-entry-header .extra-meta .meta .link {
  color: inherit;
}

.single .single-entry-header .extra-meta .meta .link:hover {
  color: var(--link-color, #d41b65);
}

.single .single-entry-header .extra-meta i {
  margin-right: 5px;
  color: var(--link-color, #d41b65);
}

.single .single-entry-header .post-title {
  font-size: 26px;
  line-height: 28px;
  margin: 20px 0px;
  color: rgb(51, 51, 51);
  font-weight: 600;
}

.single .entry-content .wp-block-gallery {
  gap: 0;
}

.single .entry-content .wp-block-gallery .wp-block-image {
  padding: 10px;
}

.single .entry-content .wp-block-gallery .wp-block-image img {
  border-radius: 5px;
}

.single .entry-content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

.single .entry-content ul {
  list-style: none;
  padding-left: 0;
}

.single .entry-content ul li::before {
  content: "\F00C";
  font-family: "FontAwesome";
  color: var(--link-color, #d41b65);
  display: inline-block;
  margin-right: 5px;
}

.single .entry-content ol {
  list-style: none;
  padding-left: 0;
  counter-reset: count_ol;
}

.single .entry-content ol li {
  counter-increment: count_ol;
}

.single .entry-content ol li::before {
  content: counter(count_ol) ". ";
  color: var(--link-color, #d41b65);
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
}

.single .single-post-navigation {
  padding-top: 40px;
  width: 100%;
}

.single .single-post-navigation .previous-next-link .previous {
  float: left;
  width: 50%;
}

.single .single-post-navigation .previous-next-link .previous .post-nav-thumbnail::before {
  content: "\F177";
  left: 100%;
}

.single .single-post-navigation .previous-next-link .previous .post-nav-title-box {
  padding-left: 10px;
}

.single .single-post-navigation .previous-next-link .next {
  float: right;
  width: 50%;
  text-align: right;
}

.single .single-post-navigation .previous-next-link .next .post-nav-thumbnail::before {
  content: "\F178";
  left: 0;
}

.single .single-post-navigation .previous-next-link .next .post-nav-title-box {
  padding-right: 10px;
}

.single .single-post-navigation .previous-next-link .post-nav-link {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.single .single-post-navigation .previous-next-link .post-nav-link .post-nav-thumbnail {
  position: relative;
  max-width: 60px;
  width: 100%;
  height: 60px;
  border-radius: 3px;
  background-color: #eee;
}

.single .single-post-navigation .previous-next-link .post-nav-link .post-nav-thumbnail::before {
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}

.single .single-post-navigation .previous-next-link .post-nav-link .post-nav-thumbnail::after {
  content: "";
  position: absolute;
  border-radius: 3px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.single .single-post-navigation .previous-next-link .post-nav-link .post-nav-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 3px;
}

.single .single-post-navigation .previous-next-link .post-nav-link .post-nav-title-box {
  display: inline-block;
  flex-grow: 1;
  color: #333333;
  line-height: 20px;
  font-size: 16px;
}

.single .single-post-navigation .previous-next-link .post-nav-link .post-nav-title-box .post-title {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 2px;
}

.single .single-post-navigation .previous-next-link .post-nav-link:hover .post-nav-thumbnail::before {
  left: 50%;
  opacity: 1;
}

.single .single-post-navigation .previous-next-link .post-nav-link:hover .post-nav-thumbnail::after {
  opacity: 1;
  visibility: visible;
}

.single .single-post-navigation .previous-next-link .post-nav-link:hover .post-nav-title-box {
  color: var(--link-color, #d41b65);
}

.single .single-post-related {
  padding-top: 45px;
  clear: both;
}

.single .single-post-related .post-related-wrapper .post-related-title {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.single .single-post-related .post-related-wrapper .post-related-title::after {
  content: "";
  height: 2px;
  width: 50px;
  left: 0px;
  bottom: 0px;
  background: var(--link-color, #d41b65);
  position: absolute;
}

.single .single-post-related .post-related-wrapper .post-related-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.single .single-post-related .post-related-wrapper .post-related-list .post-related-item {
  width: calc(33.3333333333% - 30px);
  margin: 0 15px;
  padding-bottom: 25px;
}

.single .single-post-related .post-related-wrapper .post-related-list .post-related-item__thumbnail {
  margin-bottom: 25px;
  display: block;
  position: relative;
  padding-bottom: 56%;
  border-radius: 3px;
  overflow: hidden;
}

.single .single-post-related .post-related-wrapper .post-related-list .post-related-item__thumbnail::before {
  content: "\F178";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #ffffff;
  opacity: 0;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}

.single .single-post-related .post-related-wrapper .post-related-list .post-related-item__thumbnail::after {
  content: "";
  position: absolute;
  border-radius: 3px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
}

.single .single-post-related .post-related-wrapper .post-related-list .post-related-item__thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single .single-post-related .post-related-wrapper .post-related-list .post-related-item__thumbnail:hover::before {
  left: 50%;
  opacity: 1;
}

.single .single-post-related .post-related-wrapper .post-related-list .post-related-item__thumbnail:hover::after {
  opacity: 1;
  visibility: visible;
}

.single .single-post-related .post-related-wrapper .post-related-list .post-related-item__title {
  font-size: 18px;
  line-height: 22px;
  margin: 0px;
  font-weight: 600;
  color: #333333;
}

.single .single-post-related .post-related-wrapper .post-related-list .post-related-item__title:hover {
  color: var(--link-color, #d41b65);
}

.single .comments-area {
  padding-top: 30px;
  padding-bottom: 30px;
  clear: both;
}

.single .comments-area .title-comments {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.single .comments-area .title-comments::after {
  content: "";
  height: 2px;
  width: 50px;
  left: 0px;
  bottom: 0px;
  background: var(--link-color, #d41b65);
  position: absolute;
}

.single .comments-area .comment-list {
  list-style: none;
  padding-left: 0;
}

.single .comments-area .comment-list .comment {
  position: relative;
  padding-left: 64px;
  margin-bottom: 15px;
}

.single .comments-area .comment-list .comment::before {
  content: "";
  position: absolute;
  left: 57px;
  top: 20px;
  width: 15px;
  height: 15px;
  background: #f8f8f8;
  border-style: solid;
  border-width: 1px 0px 0 1px;
  border-color: rgba(53, 53, 53, 0.1);
  transform: rotate(-45deg);
}

.single .comments-area .comment-list .comment .comment-body {
  padding: 25px 25px 15px;
  background: #f8f8f8;
  border: 1px solid rgba(53, 53, 53, 0.1);
  border-radius: 4px;
}

.single .comments-area .comment-list .comment .comment-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-transform: uppercase;
}

.single .comments-area .comment-list .comment .comment-meta .comment-author {
  padding-right: 10px;
  color: var(--link-color, #d41b65);
}

.single .comments-area .comment-list .comment .comment-meta .avatar {
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 10px;
}

.single .comments-area .comment-list .comment .comment-meta .says {
  display: none;
}

.single .comments-area .comment-list .comment .comment-meta .comment-date {
  padding-right: 10px;
  color: var(--body-color, #666666);
}

.single .comments-area .comment-list .comment .comment-meta .comment-edit-link {
  padding-right: 10px;
}

.single .comments-area .comment-list .comment .comment-details {
  padding-top: 10px;
}

.single .comments-area .comment-list .comment .comment-details p {
  margin-bottom: 10px;
}

.single .comments-area .comment-list .comment .comment-respond {
  margin-top: 5px;
}

.single .comments-area .comment-list .comment .comment-respond .comment-reply-title small {
  margin-left: 10px;
}

.single .comments-area .comment-list .children {
  list-style: none;
  padding-left: 0;
  margin-top: 15px;
}

.single .comments-area .comment-respond {
  padding: 30px;
  background: #f8f8f8;
  border-radius: 5px;
}

.single .comments-area .comment-respond .comment-reply-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #333333;
}

.single .comments-area .comment-respond form .error {
  font-size: 13px;
  margin-top: 4px;
  color: red;
}

.single .comments-area .comment-respond form p {
  position: relative;
}

.single .comments-area .comment-respond form label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.single .comments-area .comment-respond form label .optional {
  font-style: italic;
  font-weight: 400;
}

.single .comments-area .comment-respond form input {
  max-width: 100%;
  display: block;
  width: 100%;
  padding: 9px 15px;
  border-radius: 4px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
}

.single .comments-area .comment-respond form textarea {
  max-width: 100%;
  display: block;
  width: 100%;
  padding: 9px 15px;
  border-radius: 4px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
}

.single .comments-area .comment-respond form input:focus,
.single .comments-area .comment-respond form textarea:focus {
  border: 1px solid var(--link-color, rgba(212, 27, 101, 0.5));
  box-shadow: none;
  outline: none;
}

.single .comments-area .comment-respond form .comment-form-cookies-consent input[type=checkbox] {
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.single .comments-area .comment-respond form .comment-form-cookies-consent label {
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
}

.single .comments-area .comment-respond form .comment-form-cookies-consent label::before,
.single .comments-area .comment-respond form .comment-form-cookies-consent label::after {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  background-color: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  z-index: 1;
  transition: all 0.3s;
}

.single .comments-area .comment-respond form .comment-form-cookies-consent label:hover::before,
.single .comments-area .comment-respond form .comment-form-cookies-consent label:hover::after {
  border-color: var(--link-color, #d41b65);
}

.single .comments-area .comment-respond form .comment-form-cookies-consent input[type=checkbox]:checked ~ label::before {
  content: "\F00C";
  font-family: "FontAwesome";
  z-index: 2;
  color: #ffffff;
  font-size: 16px;
  background-color: var(--link-color, #d41b65);
  border-color: var(--link-color, #d41b65);
  display: flex;
  justify-content: center;
  align-items: center;
}

.single .comments-area .comment-respond form .comment-form-cookies-consent input[type=checkbox]:checked ~ label::after {
  background-color: var(--link-color, #d41b65);
  border-color: var(--link-color, #d41b65);
}

.single .comments-area .comment-respond form .form-submit {
  margin-top: 20px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.single .comments-area .comment-respond form .form-submit::after {
  content: "";
  background: #fff;
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.single .comments-area .comment-respond form .form-submit input[type=submit] {
  width: auto;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  font-weight: 700;
  border-radius: 3px;
  border: none;
  background: var(--link-color, #d41b65);
  color: #fff;
  padding: 0 30px;
  vertical-align: top;
  font-size: 14px;
  transition: 0.3s;
}

.single .comments-area .comment-respond form .form-submit:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 767px) {
  .single .single-post-navigation .previous-next-link .post-nav-link .post-nav-thumbnail {
    max-width: 50px;
    height: 50px;
  }

  .single .single-post-navigation .previous-next-link .post-nav-link .post-nav-title-box {
    font-size: 14px;
  }

  .single .single-post-related .post-related-wrapper .post-related-list .post-related-item {
    width: 100%;
  }

  .single .comments-area .comment-list .comment {
    font-size: 14px;
    padding-left: 0;
  }

  .single .comments-area .comment-list .comment::before {
    display: none;
  }

  .single .comments-area .comment-list .comment.depth-2 {
    padding-left: 25px;
  }

  .single .comments-area .comment-list .comment .comment-body {
    padding: 20px 15px 10px;
  }

  .single .comments-area .comment-list .comment .comment-meta .avatar {
    position: unset;
    margin-right: 10px;
    margin-bottom: 5px;
  }
}

@media (max-width: 575.98px) {
  .single .single-post-navigation .previous-next-link .post-nav-link .post-nav-thumbnail {
    height: 60px;
  }
}

@media (max-width: 480px) {
  .single .single-post-navigation .previous-next-link .previous .post-nav-title-box {
    padding-left: 6px;
  }

  .single .single-post-navigation .previous-next-link .next .post-nav-title-box {
    padding-right: 6px;
  }

  .single .single-post-navigation .previous-next-link .post-nav-link .post-nav-thumbnail {
    max-width: 40px;
  }

  .single .single-post-navigation .previous-next-link .post-nav-link .post-nav-title-box {
    font-size: 13px;
  }

  .single .comments-area .comment-respond {
    padding: 30px 20px;
  }
}

/* give single*/

.give-form-wrap .give-meta {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.give-form-wrap .give-meta li {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0;
}

.give-form-wrap .give-meta li:not(:last-child) {
  margin-right: 24px;
}

.give-form-wrap .give-meta li i.fa {
  display: inline-block;
  vertical-align: middle;
  color: var(--link-color, #d41b65);
  margin: -2px 4px 0 0;
}

.give-form-wrap .give-meta li a {
  color: var(--link-color, #d41b65);
}

.give-form-wrap .give-title {
  font-size: 42px;
  line-height: 125%;
  margin-bottom: 24px;
  font-weight: 700;
  color: var(--link-color, #d41b65);
}

.give-form-wrap .give-goal-progress {
  margin-bottom: 15px;
}

.give-form-wrap .give-goal-progress span.income {
  color: var(--link-color, #d41b65);
  font-size: 30px;
  font-weight: 600;
}

.give-form-wrap .give-goal-progress span.goal-text {
  color: var(--link-color, #d41b65);
  font-weight: 600;
}

.give-form-wrap .give-form-content-wrap > *:first-child {
  margin-top: 0;
}

.give-form-wrap .give-form-content-wrap > *:last-child {
  margin-bottom: 0;
}

.give-form-wrap .give-form-content-wrap p {
  margin: 0 0 24px;
}

.give-form-wrap .give-form-content-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFFFFF;
  margin-top: 60px;
  padding: 24px 16px 20px;
  border-radius: 2px;
}

.give-form-wrap .give-form-content-footer .entry-social-share {
  white-space: nowrap;
}

.give-form-wrap .give-form-content-footer .entry-social-share span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
  margin: 0 4px 4px 0;
}

.give-form-wrap .give-form-content-footer .entry-social-share a {
  display: inline-flex;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--link-color, #d41b65);
  margin: 0 4px 4px 0;
  border-radius: 2px;
}

.give-form-wrap .give-form-content-footer .entry-social-share a i.fa {
  color: #fff;
  font-size: 12px;
}

.give-form-wrap .give-form-content-footer .give-tag-links span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  margin: 0 4px 4px 0;
}

.give-form-wrap .give-form-content-footer .give-tag-links a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  color: #FFFFFF;
  background: var(--link-color, #d41b65);
  margin: 0 4px 4px 0;
  padding: 4px 8px;
  border-radius: 2px;
}

.give-form-wrap .give-form-content-footer .give-tag-links a:last-child {
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .give-form-wrap .give-form-content-footer {
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
  }
}

.give-form-wrap .give-form-box-wrap {
  background: var(--link-color, #d41b65);
  padding: 40px;
  border-radius: 2px;
}

.give-form-wrap .give-form-box-wrap .give-form_title {
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 24px;
}

.give-form-wrap .give-form-box-wrap .give-form_title span {
  display: block;
  font-size: 20px;
  font-weight: 700;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] {
  margin-bottom: 0;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] ::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] label {
  font-size: 14px;
  color: #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .set-price.give-donation-amount {
  display: flex;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .set-price.give-donation-amount .give-currency-symbol {
  color: var(--link-color, #d41b65);
  background: #ffffff;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .set-price.give-donation-amount #give-amount-text {
  width: 100%;
  color: #ffffff;
  background: transparent;
  border: 1px solid;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .give-total-wrap {
  margin: 0 0 30px;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .give-total-wrap .give-currency-symbol {
  color: var(--link-color, #d41b65);
  background: #ffffff;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .give-total-wrap #give-amount {
  color: #ffffff;
  background: transparent;
  border: 1px solid;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give-donation-level-button-wrap .give-btn {
  color: #ffffff;
  background: transparent;
  border: 1px solid;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give-donation-level-button-wrap .give-btn.give-default-level {
  color: var(--link-color, #d41b65);
  background: #FFFFFF;
  border-color: #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give-donation-level-radio-list li label {
  color: #ffffff;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give-donation-level-radio-list li label:before {
  border-color: #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give-donation-level-radio-list li label:after {
  background: #ffffff;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] select.give-select-level {
  color: #ffffff;
  background-color: transparent;
  width: 100%;
  border: 1px solid;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] select.give-select-level option {
  background: ffffff;
  color: #333333;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] > .give-btn,
.give-form-wrap .give-form-box-wrap form[id*=give-form] .give-submit {
  color: var(--link-color, #d41b65);
  background: #FFFFFF;
  margin: 0;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] legend {
  color: #FFFFFF;
  border-color: rgba(255, 255, 255, 0.9);
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row.form-row-first,
.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row.form-row-last {
  float: none;
  width: 100%;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row.form-row-first {
  margin-right: 0;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row label {
  font-size: 14px;
  color: #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row label .give-required-indicator,
.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row label .give-tooltip {
  color: inherit;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row input[type=text],
.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row input[type=tel],
.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row input[type=email],
.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row input[type=url],
.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row input[type=password],
.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row select,
.give-form-wrap .give-form-box-wrap form[id*=give-form] .form-row textarea {
  color: #ffffff;
  background: transparent;
  border: 1px solid;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give-gateway-radio-list > li label {
  color: #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give-gateway-radio-list > li label:before {
  box-shadow: 0 0 2px #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give-gateway-radio-list > li label:after {
  background: #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give_terms_agreement label {
  color: #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give_terms_agreement label:before {
  border-color: #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give_terms_agreement input[type=checkbox]:checked + label {
  color: #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give_terms_agreement input[type=checkbox]:checked + label:before {
  border-color: #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give_terms_agreement {
  color: #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .give_terms_links {
  color: #FFFFFF;
  box-shadow: 0px 1px 0px #FFFFFF;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] .give_terms_links:hover {
  background: rgba(255, 255, 255, 0.1);
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  font-size: 0;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--link-color, #d41b65);
  background: #ffffff;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give-final-total-wrap .give-donation-total-label:before {
  content: "$";
  font-size: 20px;
}

.give-form-wrap .give-form-box-wrap form[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  color: #ffffff;
  background: transparent;
  border: 1px solid;
}

@media (max-width: 991.98PX) {
  .give-form-wrap .give-title {
    font-size: 42px;
  }
}

@media (max-width: 767.98PX) {
  .give-form-wrap .give-meta li {
    font-size: 14px;
  }

  .give-form-wrap .give-form-content-footer .give-tag-links a {
    font-size: 12px;
  }

  .give-form-wrap .give-form-box-wrap {
    padding: 24px 16px;
  }
}

@media (max-width: 767.98px) {
  .give-form-wrap .give-meta {
    margin-bottom: 12px;
  }

  .give-form-wrap .give-meta li {
    font-size: 13px;
  }

  .give-form-wrap .give-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}

.single-give-forms-template-default {
  padding-top: 0;
  background: #f8f7f5;
  overflow: hidden;
}

.single-give-forms-template-default .give-form-wrap {
  margin-top: 0;
}

.single-give-forms-template-default .give-form-wrap .give-header-ss {
  text-align: center;
  padding: 90px 0 425px;
}

.single-give-forms-template-default .give-form-wrap .give-header-ss .give-header-inner {
  max-width: 650px;
  margin: 0 auto;
}

.single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-meida-form-content.has-thumbnail {
  display: flex;
  justify-content: space-between;
}

.single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-meida-form-content.has-thumbnail .give-form-col {
  width: 358px;
}

.single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-meida-col {
  position: relative;
  width: calc(100% - 388px);
  margin-top: -385px;
}

.single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-meida-col .give-meida {
  position: relative;
  height: 100%;
  background: #e7e6e4;
}

.single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-meida-col .give-meida img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-form-col {
  margin-top: -385px;
}

.single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-form-col form[id*=give-form] #give-donation-level-button-wrap,
.single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-form-col form[id*=give-form] #give-donation-level-radio-list {
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

.single-give-forms-template-default .give-form-wrap .give-content-ss {
  padding-top: 48px;
}

.single-give-forms-template-default .give-form-wrap .give-content-ss .give-content-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-meida-form-content.has-thumbnail {
    flex-direction: column;
  }

  .single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-meida-form-content.has-thumbnail .give-form-col {
    width: 100%;
    margin-top: 30px;
  }

  .single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-meida-col {
    width: 100%;
  }

  .single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-meida-col .give-meida {
    padding-bottom: 66%;
  }
}

@media (max-width: 767.98px) {
  .single-give-forms-template-default .give-form-wrap .give-header-ss {
    padding-bottom: 325px;
  }

  .single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-meida-form-content.has-thumbnail .give-meida-col {
    margin-top: -285px;
  }

  .single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-form-col {
    margin-top: -285px;
  }

  .single-give-forms-template-default .give-form-wrap .give-form-content-footer {
    flex-direction: column;
    align-items: unset;
  }

  .single-give-forms-template-default .give-form-wrap .give-form-content-footer .give-tag-links {
    margin-bottom: 8px;
  }

  .single-give-forms-template-default .give-form-wrap button.give-btn.give-btn-modal {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .single-give-forms-template-default .give-form-wrap .give-header-ss {
    padding-bottom: 205px;
  }

  .single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-meida-form-content.has-thumbnail .give-meida-col {
    margin-top: -165px;
  }

  .single-give-forms-template-default .give-form-wrap .give-meida-form-ss .give-form-col {
    margin-top: -165px;
  }
}

.single-give-forms-template-style1 {
  background: #f8f7f5;
  padding-top: 0;
}

.single-give-forms-template-style1 .give_forms {
  margin: 0 !important;
  max-width: 100%;
  padding-bottom: 50px;
}

.single-give-forms-template-style1 .give-form-wrap .give-header-ss {
  position: relative;
  z-index: 1;
  background-color: #e7e6e4;
  background-size: cover;
  background-position: center;
  padding: 180px 0 90px;
}

.single-give-forms-template-style1 .give-form-wrap .give-header-ss .give-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.87);
  z-index: -1;
}

.single-give-forms-template-style1 .give-form-wrap .give-header-ss .give-media-inner {
  max-width: 650px;
}

.single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-content-wrap {
  display: flex;
  justify-content: space-between;
}

.single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-content-col {
  width: calc(100% - 388px);
}

.single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-content-col .give-form-content-wrap {
  padding-top: 90px;
}

.single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-content-col .give-form-content-wrap > *:last-child {
  margin-bottom: 0;
}

.single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-form-col {
  width: 358px;
  position: relative;
  margin-top: -170px;
  z-index: 9;
}

.single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-form-col .give-form-box-wrap {
  position: sticky;
  top: 60px;
  transition: all 0.6s;
  transition-delay: 0.4s;
}

.has-sticky-branding .single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-form-col .give-form-box-wrap {
  top: 146px;
}

.single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-form-col form[id*=give-form] #give-donation-level-button-wrap,
.single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-form-col form[id*=give-form] #give-donation-level-radio-list {
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

@media (max-width: 1199.98px) {
  .single-give-forms-template-style1 .give-form-wrap .give-header-ss .give-media-inner {
    max-width: 580px;
  }
}

@media (max-width: 991.98px) {
  .single-give-forms-template-style1 .give-form-wrap .give-header-ss .give-media-inner {
    text-align: center;
    margin: 0 auto;
  }

  .single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-content-wrap {
    flex-direction: column;
  }

  .single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-content-col,
  .single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-form-col {
    width: 100%;
  }

  .single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-form-col {
    margin: 90px auto 0;
  }

  .single-give-forms-template-style1 .give-form-wrap .give-content-ss .give-form-col .give-form-box-wrap {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .single-give-forms-template-style1 .give-form-wrap .give-header-ss {
    padding: 120px 0 60px;
  }

  .single-give-forms-template-style1 .give-form-wrap .give-form-content-footer {
    flex-direction: column;
    align-items: unset;
  }

  .single-give-forms-template-style1 .give-form-wrap .give-form-content-footer .give-tag-links {
    margin-bottom: 8px;
  }
}

.single-give-forms-template-style2 {
  background: #f8f7f5;
  padding-top: 0;
}

.single-give-forms-template-style2 .give_forms {
  margin: 0 !important;
  max-width: 100%;
  padding-bottom: 50px;
}

.single-give-forms-template-style2 .give-form-wrap .give-header-ss {
  text-align: center;
  background-color: #f0f0f0;
  padding: 90px 0 425px;
}

.single-give-forms-template-style2 .give-form-wrap .give-header-ss .give-header-inner {
  max-width: 650px;
  margin: 0 auto;
}

.single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-meida-form-content.has-thumbnail {
  display: flex;
  justify-content: space-between;
}

.single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-meida-form-content.has-thumbnail .give-form-col {
  width: 358px;
}

.single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-meida-col {
  position: relative;
  width: calc(100% - 388px);
  margin-top: -385px;
}

.single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-meida-col .give-meida {
  position: relative;
  height: 100%;
  background: #e7e6e4;
}

.single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-meida-col .give-meida img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-form-col {
  margin-top: -385px;
}

.single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-form-col form[id*=give-form] #give-donation-level-button-wrap,
.single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-form-col form[id*=give-form] #give-donation-level-radio-list {
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

.single-give-forms-template-style2 .give-form-wrap .give-content-ss {
  padding-top: 48px;
}

.single-give-forms-template-style2 .give-form-wrap .give-content-ss .give-content-wrap {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-meida-form-content.has-thumbnail {
    flex-direction: column;
  }

  .single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-meida-form-content.has-thumbnail .give-form-col {
    width: 100%;
    margin-top: 30px;
  }

  .single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-meida-col {
    width: 100%;
  }

  .single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-meida-col .give-meida {
    padding-bottom: 66%;
  }
}

@media (max-width: 991.98px) {
  .single-give-forms-template-style2 .give-form-wrap .give-header-ss {
    padding-bottom: 325px;
  }

  .single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-meida-form-content.has-thumbnail .give-meida-col {
    margin-top: -285px;
  }

  .single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-form-col {
    margin-top: -285px;
  }

  .single-give-forms-template-style2 .give-form-wrap .give-form-content-footer {
    flex-direction: column;
    align-items: unset;
  }

  .single-give-forms-template-style2 .give-form-wrap .give-form-content-footer .give-tag-links {
    margin-bottom: 8px;
  }
}

@media (max-width: 767.98px) {
  .single-give-forms-template-style2 .give-form-wrap .give-header-ss {
    padding-bottom: 205px;
  }

  .single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-meida-form-content.has-thumbnail .give-meida-col {
    margin-top: -165px;
  }

  .single-give-forms-template-style2 .give-form-wrap .give-meida-form-ss .give-form-col {
    margin-top: -165px;
  }
}

.single-give-forms-template-style2 .post-navigation {
  max-width: 1000px;
}

.single-give-forms-template-style3 {
  background: #f8f7f5;
  padding-top: 0;
}

.single-give-forms-template-style3 .give_forms {
  margin: 0 !important;
  max-width: 100%;
  padding-bottom: 50px;
}

.single-give-forms-template-style3 .give-form-wrap .give-header-ss {
  background-color: #f0f0f0;
  padding: 90px 0 190px;
}

.single-give-forms-template-style3 .give-form-wrap .give-header-ss .give-header-inner {
  max-width: 650px;
}

.single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-content-wrap {
  display: flex;
  justify-content: space-between;
}

.single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-content-col {
  width: calc(100% - 388px);
  margin-top: -150px;
}

.single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-content-col .give-meida {
  position: relative;
  padding-bottom: 56%;
  background: #e7e6e4;
}

.single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-content-col .give-meida img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2px;
}

.single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-content-col .give-form-content-wrap {
  padding-top: 48px;
}

.single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-form-col {
  width: 358px;
  position: relative;
  margin-top: -380px;
  z-index: 9;
}

.single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-form-col .give-form-box-wrap {
  position: sticky;
  top: 60px;
  transition: all 0.6s;
  transition-delay: 0.4s;
}

.has-sticky-branding .single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-form-col .give-form-box-wrap {
  top: 146px;
}

.single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-form-col form[id*=give-form] #give-donation-level-button-wrap,
.single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-form-col form[id*=give-form] #give-donation-level-radio-list {
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

@media (max-width: 1199.98px) {
  .single-give-forms-template-style3 .give-form-wrap .give-header-ss .give-header-inner {
    max-width: 580px;
  }
}

@media (max-width: 991.98px) {
  .single-give-forms-template-style3 .give-form-wrap .give-header-ss .give-header-inner {
    text-align: center;
    margin: 0 auto;
  }

  .single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-content-wrap {
    flex-direction: column;
  }

  .single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-content-col {
    width: 100%;
  }

  .single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-form-col {
    width: 100%;
    margin-top: 90px;
  }

  .single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-form-col .give-form-box-wrap {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .single-give-forms-template-style3 .give-form-wrap .give-content-ss .give-content-col .give-form-content-wrap {
    padding-top: 32px;
  }

  .single-give-forms-template-style3 .give-form-wrap .give-form-content-footer {
    flex-direction: column;
    align-items: unset;
  }

  .single-give-forms-template-style3 .give-form-wrap .give-form-content-footer .give-tag-links {
    margin-bottom: 8px;
  }
}

.single-give-forms-template-style4 {
  background: #f8f7f5;
  padding-top: 0;
}

.single-give-forms-template-style4 .give_forms {
  margin: 0 !important;
  max-width: 100%;
  padding-bottom: 50px;
}

.single-give-forms-template-style4 .give-form-wrap .give-header-ss {
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: #f0f0f0;
  background-size: cover;
  background-position: center;
  padding: 120px 0 170px;
}

.single-give-forms-template-style4 .give-form-wrap .give-header-ss .give-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.87);
  z-index: -1;
}

.single-give-forms-template-style4 .give-form-wrap .give-header-ss .give-media-inner {
  margin: 0 auto;
  max-width: 650px;
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss {
  position: relative;
  z-index: 3;
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap {
  margin-top: -80px;
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-content-wrap {
  padding-top: 48px;
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-content-wrap > *:last-child {
  margin-bottom: 0;
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap {
  padding: 48px 64px;
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap form[id*=give-form] #give-donation-level-button-wrap,
.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap form[id*=give-form] #give-donation-level-radio-list {
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child {
  display: flex;
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child .give-form_title {
  max-width: 196px;
  padding-right: 30px;
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child .give-form_title span {
  text-transform: uppercase;
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child .give-form-wrap {
  width: calc(100% - 196px);
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child form[id*=give-form] {
  position: relative;
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child form[id*=give-form]:after {
  content: "";
  display: block;
  clear: both;
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child form[id*=give-form] .give-total-wrap {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% - 7.5px);
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child form[id*=give-form] .give-total-wrap .give-donation-amount {
  margin-bottom: 0;
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child form[id*=give-form] > .give-btn,
.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child form[id*=give-form] .give-submit {
  float: right;
  width: calc(50% - 7.5px);
}

.single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:last-child {
  margin-top: 90px;
}

@media (max-width: 1199.98px) {
  .single-give-forms-template-style4 .give-form-wrap .give-header-ss {
    padding: 90px 0 150px;
  }

  .single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap {
    padding: 32px 48px;
  }

  .single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child {
    flex-direction: column;
  }

  .single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child .give-form_title {
    max-width: 100%;
    padding: 0;
  }

  .single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child .give-form-wrap {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap {
    padding: 24px 32px;
  }

  .single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-content-wrap {
    padding-top: 32px;
  }

  .single-give-forms-template-style4 .give-form-wrap .give-form-content-footer {
    flex-direction: column;
    align-items: unset;
  }

  .single-give-forms-template-style4 .give-form-wrap .give-form-content-footer .give-tag-links {
    margin-bottom: 8px;
  }
}

@media (max-width: 767.98px) {
  .single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap {
    padding: 24px 16px;
  }

  .single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child form[id*=give-form] .give-total-wrap {
    position: static;
    width: 100%;
    margin-bottom: 30px;
  }

  .single-give-forms-template-style4 .give-form-wrap .give-content-ss .give-form-box-wrap:first-child form[id*=give-form] > .give-btn {
    float: none;
    width: 100%;
  }
}

.single-give-forms-template-style5 {
  background: #f8f7f5;
  padding-top: 0;
}

.single-give-forms-template-style5 .give_forms {
  margin: 0 !important;
  max-width: 100%;
  padding-bottom: 50px;
}

.single-give-forms-template-style5 .give-header-ss {
  padding: 90px 0 30px;
}

.single-give-forms-template-style5 .give-header-ss .give-header-inner {
  max-width: calc(66.67% - 60px);
}

.single-give-forms-template-style5 .give-header-ss .give-meta {
  margin-bottom: 10px;
}

.single-give-forms-template-style5 .give-header-ss .give-title {
  margin-bottom: 0;
}

.single-give-forms-template-style5 .give-content-wrap {
  display: flex;
  justify-content: space-between;
}

.single-give-forms-template-style5 .give-content-wrap .give-content-col {
  width: calc(66.67% - 60px);
}

.single-give-forms-template-style5 .give-content-wrap .give-content-col .give-media {
  line-height: 0;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 2px;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col {
  width: 33.33%;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-form-wrap {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 2px;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-form-wrap:not(:last-child) {
  margin-bottom: 30px;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-form-wrap .give-form-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-goal-wrap .give-card__progress {
  margin-bottom: 30px;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-goal-wrap .give-card__button {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 48px;
  color: #ffffff;
  background: var(--link-color, #d41b65);
  padding: 0 35px;
  outline: none;
  border: none;
  border-radius: 2px;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid {
  grid-gap: 0;
  margin-bottom: 0;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid__item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item .give-donor,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid__item .give-donor {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item .give-donor-container,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid__item .give-donor-container {
  flex-wrap: wrap;
  flex-direction: unset;
  align-items: center;
  padding: 0;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item .give-donor-container__image,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid__item .give-donor-container__image {
  width: 60px !important;
  height: 60px !important;
  margin: 0;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item .give-donor-container-variation,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid__item .give-donor-container-variation {
  width: calc(100% - 77px);
  align-items: unset !important;
  padding-left: 15px;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item .give-donor-container-variation__name,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid__item .give-donor-container-variation__name {
  font-size: 18px;
  margin-bottom: 4px !important;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item .give-donor-container-variation__timestamp,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid__item .give-donor-container-variation__timestamp {
  font-size: 14px;
  margin-bottom: 0 !important;
  color: inherit;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item .give-donor-details,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid__item .give-donor-details {
  width: 100%;
  margin-top: 10px;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item .give-donor-details__wrapper span,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid__item .give-donor-details__wrapper span {
  font-size: 14px !important;
  color: inherit;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item .give-donor-details__total,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid__item .give-donor-details__total {
  font-size: 20px;
  font-weight: 600;
  color: var(--link-color, #d41b65) !important;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-donor__load_more,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-donor__load_more {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  color: #ffffff;
  background: var(--link-color, #d41b65);
  margin-top: 15px;
  padding: 0 20px;
  outline: none;
  border: none;
  border-radius: 2px;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-donor__load_more span.give-loading-animation,
.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-donor__load_more span.give-loading-animation {
  top: 12px;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid {
  grid-gap: 0;
  margin-bottom: 0;
  max-height: 650px;
  overflow: auto;
  padding-right: 6px;
  margin-right: -6px;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  background-color: #F5F5F5;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-recent .give-grid::-webkit-scrollbar-thumb {
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item {
  position: relative;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  border-radius: 100px;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item:nth-child(1):after {
  content: "1";
  background-color: #F77E21;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item:nth-child(2):after {
  content: "2";
  background-color: #FFC205;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item:nth-child(3):after {
  content: "3";
  background-color: #F4E316;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-grid__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.single-give-forms-template-style5 .give-content-wrap .give-form-col .give-donor-wall-top .give-donor__load_more {
  display: none !important;
}

@media (max-width: 991.98px) {
  .single-give-forms-template-style5 .give-header-ss .give-header-inner {
    max-width: 100%;
  }

  .single-give-forms-template-style5 .give-content-wrap {
    flex-direction: column;
  }

  .single-give-forms-template-style5 .give-content-wrap .give-content-col {
    width: 100%;
  }

  .single-give-forms-template-style5 .give-content-wrap .give-form-col {
    width: 100%;
    margin-top: 60px;
  }
}

.be-give-navi {
  background-color: #f8f7f5;
  overflow: hidden;
}

.be-give-navi .post-navigation {
  margin: 0px auto 80px;
  padding: 24px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.be-give-navi .post-navigation .nav-links {
  display: flex;
}

.be-give-navi .post-navigation .nav-links:not(:has(.nav-previous)) {
  justify-content: flex-end;
}

.be-give-navi .post-navigation .nav-links .nav-previous,
.be-give-navi .post-navigation .nav-links .nav-next {
  width: 50%;
}

.be-give-navi .post-navigation .nav-links .nav-previous a,
.be-give-navi .post-navigation .nav-links .nav-next a {
  color: #111111;
}

.be-give-navi .post-navigation .nav-links .nav-previous a:hover,
.be-give-navi .post-navigation .nav-links .nav-next a:hover {
  color: var(--link-color, #d41b65);
}

.be-give-navi .post-navigation .nav-links .nav-previous .meta-nav,
.be-give-navi .post-navigation .nav-links .nav-next .meta-nav {
  font-size: 14px;
  line-height: 150%;
}

.be-give-navi .post-navigation .nav-links .nav-previous .post-title,
.be-give-navi .post-navigation .nav-links .nav-next .post-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.be-give-navi .post-navigation .nav-links .nav-next {
  text-align: right;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  letter-spacing: var(--body-letter-spacing, 0);
}

a {
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
}

mark,
.mark {
  padding: 0;
  background: transparent;
  color: var(--link-color, rgb(212, 27, 101));
}

* {
  box-sizing: border-box;
}

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.wp-block-button.btn.btn-general a {
  padding: 0;
}

.dream-responsive-column-icon.wp-block-columns {
  flex-wrap: wrap !important;
}

@media (max-width: 1024px) {
  .dream-responsive-column-icon.wp-block-columns .wp-block-column {
    width: 100%;
    max-width: calc(50% - 2em);
    flex-basis: auto;
  }
}

@media (max-width: 767px) {
  .dream-responsive-column-icon.wp-block-columns .wp-block-column {
    width: 100%;
    max-width: 100%;
    flex-basis: auto;
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xxl,
.col-xxl-auto,
.col-xxl-12,
.col-xxl-11,
.col-xxl-10,
.col-xxl-9,
.col-xxl-8,
.col-xxl-7,
.col-xxl-6,
.col-xxl-5,
.col-xxl-4,
.col-xxl-3,
.col-xxl-2,
.col-xxl-1,
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    order: -1;
  }

  .order-xxl-last {
    order: 13;
  }

  .order-xxl-0 {
    order: 0;
  }

  .order-xxl-1 {
    order: 1;
  }

  .order-xxl-2 {
    order: 2;
  }

  .order-xxl-3 {
    order: 3;
  }

  .order-xxl-4 {
    order: 4;
  }

  .order-xxl-5 {
    order: 5;
  }

  .order-xxl-6 {
    order: 6;
  }

  .order-xxl-7 {
    order: 7;
  }

  .order-xxl-8 {
    order: 8;
  }

  .order-xxl-9 {
    order: 9;
  }

  .order-xxl-10 {
    order: 10;
  }

  .order-xxl-11 {
    order: 11;
  }

  .order-xxl-12 {
    order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

h1 {
  font-size: var(--h1-font-size, 55px);
  letter-spacing: var(--heading-letter-spacing, 0);
  line-height: var(--h1-line-height, 65px);
  font-style: var(--heading-font-style, normal);
}

h2 {
  font-size: var(--h2-font-size, 42px);
  letter-spacing: var(--heading-letter-spacing, 0);
  line-height: var(--h2-line-height, 56px);
  font-style: var(--heading-font-style, normal);
}

h3 {
  font-size: var(--h3-font-size, 36px);
  letter-spacing: var(--heading-letter-spacing, 0);
  line-height: var(--h3-line-height, 38px);
  font-style: var(--heading-font-style, normal);
}

h4 {
  font-size: var(--h4-font-size, 28px);
  letter-spacing: var(--heading-letter-spacing, 0);
  line-height: var(--h4-line-height, 32px);
  font-style: var(--heading-font-style, normal);
}

h5 {
  font-size: var(--h5-font-size, 24px);
  letter-spacing: var(--heading-letter-spacing, 0);
  line-height: var(--h5-line-height, 28px);
  font-style: var(--heading-font-style, normal);
}

h6 {
  font-size: var(--h6-font-size, 20px);
  letter-spacing: var(--heading-letter-spacing, 0);
  line-height: var(--h6-line-height, 26px);
  font-style: var(--heading-font-style, normal);
}

.h1 {
  font-size: var(--h1-font-size, 55px);
  letter-spacing: var(--heading-letter-spacing, 0);
  line-height: var(--h1-line-height, 65px);
  font-style: var(--heading-font-style, normal);
}

.h2 {
  font-size: var(--h2-font-size, 42px);
  letter-spacing: var(--heading-letter-spacing, 0);
  line-height: var(--h2-line-height, 56px);
  font-style: var(--heading-font-style, normal);
}

.h3 {
  font-size: var(--h3-font-size, 36px);
  letter-spacing: var(--heading-letter-spacing, 0);
  line-height: var(--h3-line-height, 38px);
  font-style: var(--heading-font-style, normal);
}

.h4 {
  font-size: var(--h4-font-size, 28px);
  letter-spacing: var(--heading-letter-spacing, 0);
  line-height: var(--h4-line-height, 32px);
  font-style: var(--heading-font-style, normal);
}

.h5 {
  font-size: var(--h5-font-size, 24px);
  letter-spacing: var(--heading-letter-spacing, 0);
  line-height: var(--h5-line-height, 28px);
  font-style: var(--heading-font-style, normal);
}

.h6 {
  font-size: var(--h6-font-size, 20px);
  letter-spacing: var(--heading-letter-spacing, 0);
  line-height: var(--h6-line-height, 26px);
  font-style: var(--heading-font-style, normal);
}

@media (min-width: 576px) {
  .h1-sm {
    font-size: var(--h1-font-size, 55px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h1-line-height, 65px);
    font-style: var(--heading-font-style, normal);
  }

  .h2-sm {
    font-size: var(--h2-font-size, 42px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h2-line-height, 56px);
    font-style: var(--heading-font-style, normal);
  }

  .h3-sm {
    font-size: var(--h3-font-size, 36px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h3-line-height, 38px);
    font-style: var(--heading-font-style, normal);
  }

  .h4-sm {
    font-size: var(--h4-font-size, 28px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h4-line-height, 32px);
    font-style: var(--heading-font-style, normal);
  }

  .h5-sm {
    font-size: var(--h5-font-size, 24px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h5-line-height, 28px);
    font-style: var(--heading-font-style, normal);
  }

  .h6-sm {
    font-size: var(--h6-font-size, 20px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h6-line-height, 26px);
    font-style: var(--heading-font-style, normal);
  }
}

@media (min-width: 768px) {
  .h1-md {
    font-size: var(--h1-font-size, 55px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h1-line-height, 65px);
    font-style: var(--heading-font-style, normal);
  }

  .h2-md {
    font-size: var(--h2-font-size, 42px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h2-line-height, 56px);
    font-style: var(--heading-font-style, normal);
  }

  .h3-md {
    font-size: var(--h3-font-size, 36px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h3-line-height, 38px);
    font-style: var(--heading-font-style, normal);
  }

  .h4-md {
    font-size: var(--h4-font-size, 28px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h4-line-height, 32px);
    font-style: var(--heading-font-style, normal);
  }

  .h5-md {
    font-size: var(--h5-font-size, 24px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h5-line-height, 28px);
    font-style: var(--heading-font-style, normal);
  }

  .h6-md {
    font-size: var(--h6-font-size, 20px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h6-line-height, 26px);
    font-style: var(--heading-font-style, normal);
  }
}

@media (min-width: 992px) {
  .h1-lg {
    font-size: var(--h1-font-size, 55px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h1-line-height, 65px);
    font-style: var(--heading-font-style, normal);
  }

  .h2-lg {
    font-size: var(--h2-font-size, 42px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h2-line-height, 56px);
    font-style: var(--heading-font-style, normal);
  }

  .h3-lg {
    font-size: var(--h3-font-size, 36px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h3-line-height, 38px);
    font-style: var(--heading-font-style, normal);
  }

  .h4-lg {
    font-size: var(--h4-font-size, 28px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h4-line-height, 32px);
    font-style: var(--heading-font-style, normal);
  }

  .h5-lg {
    font-size: var(--h5-font-size, 24px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h5-line-height, 28px);
    font-style: var(--heading-font-style, normal);
  }

  .h6-lg {
    font-size: var(--h6-font-size, 20px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h6-line-height, 26px);
    font-style: var(--heading-font-style, normal);
  }
}

@media (min-width: 1200px) {
  .h1-xl {
    font-size: var(--h1-font-size, 55px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h1-line-height, 65px);
    font-style: var(--heading-font-style, normal);
  }

  .h2-xl {
    font-size: var(--h2-font-size, 42px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h2-line-height, 56px);
    font-style: var(--heading-font-style, normal);
  }

  .h3-xl {
    font-size: var(--h3-font-size, 36px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h3-line-height, 38px);
    font-style: var(--heading-font-style, normal);
  }

  .h4-xl {
    font-size: var(--h4-font-size, 28px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h4-line-height, 32px);
    font-style: var(--heading-font-style, normal);
  }

  .h5-xl {
    font-size: var(--h5-font-size, 24px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h5-line-height, 28px);
    font-style: var(--heading-font-style, normal);
  }

  .h6-xl {
    font-size: var(--h6-font-size, 20px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h6-line-height, 26px);
    font-style: var(--heading-font-style, normal);
  }
}

@media (min-width: 1400px) {
  .h1-xxl {
    font-size: var(--h1-font-size, 55px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h1-line-height, 65px);
    font-style: var(--heading-font-style, normal);
  }

  .h2-xxl {
    font-size: var(--h2-font-size, 42px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h2-line-height, 56px);
    font-style: var(--heading-font-style, normal);
  }

  .h3-xxl {
    font-size: var(--h3-font-size, 36px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h3-line-height, 38px);
    font-style: var(--heading-font-style, normal);
  }

  .h4-xxl {
    font-size: var(--h4-font-size, 28px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h4-line-height, 32px);
    font-style: var(--heading-font-style, normal);
  }

  .h5-xxl {
    font-size: var(--h5-font-size, 24px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h5-line-height, 28px);
    font-style: var(--heading-font-style, normal);
  }

  .h6-xxl {
    font-size: var(--h6-font-size, 20px);
    letter-spacing: var(--heading-letter-spacing, 0);
    line-height: var(--h6-line-height, 26px);
    font-style: var(--heading-font-style, normal);
  }
}

.font-size-lg {
  font-size: 16px !important;
}

.font-size-md {
  font-size: 16px !important;
}

.font-size-base {
  font-size: var(--body-font-size, 16px) !important;
}

.font-size-sm {
  font-size: 16px !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 44px;
  }
}

@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

@media (max-width: 767.98px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}

.logged-in .lg-toolbar {
  top: 32px;
}

.goza-search {
  color: #333;
  background: rgba(255, 255, 255, 0.95);
  background-size: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.91, -0.05, 0.53, 0.91);
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  overflow: auto;
}

.goza-search.is-show {
  visibility: visible;
  opacity: 1;
}

.goza-search.is-show .goza-search-inner .group-wrap {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.logged-in .goza-search {
  top: 32px;
}

.goza-search-close {
  background: #fff none repeat scroll 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  position: fixed;
  right: 60px;
  top: 60px;
  width: 60px;
  z-index: 5;
  border-radius: 100px;
  font-size: 20px;
  color: #333;
  box-shadow: 0px 0px 5px 0px rgba(1, 1, 1, 0.5);
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .goza-search-close {
    bottom: 50px;
    left: calc(50% - 30px);
    top: auto;
    right: auto;
  }
}

.goza-search-close i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #333;
  font-size: 24px;
}

.goza-search-close svg {
  width: 1em;
  height: 1em;
}

.goza-search-close svg path {
  fill: #333;
}

.goza-search-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.goza-search-inner form {
  width: calc(100% - 40px);
  max-width: 860px;
}

.goza-search-inner .group-wrap {
  position: relative;
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transition: 0.5s cubic-bezier(0.91, -0.05, 0.53, 0.91);
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.goza-search-inner .group-wrap input {
  width: 100%;
  padding: 20px 0;
  border: none;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  background: transparent;
  display: block;
  font-weight: 600;
  color: #333;
  -webkit-appearance: none;
  font-size: 25px;
  line-height: 30px;
  transition: 0.5s cubic-bezier(0.91, -0.05, 0.53, 0.91);
  outline: none;
  box-shadow: none;
}

.goza-search-inner .group-wrap button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 3;
  background: transparent;
  border: none;
  font-size: 30px;
  padding: 0;
  padding-left: 4px;
}

.goza-donation-form {
  color: #333;
  background: rgba(11, 11, 11, 0.8);
  background-size: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s cubic-bezier(0.91, -0.05, 0.53, 0.91);
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  overflow: auto;
}

.logged-in .goza-donation-form {
  top: 32px;
}

.goza-donation-form.is-show {
  visibility: visible;
  opacity: 1;
}

.goza-donation-form__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (max-width: 767px) {
  .goza-donation-form__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.goza-donation-form__wrap {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 20px 20px;
  font-size: 16px;
  position: relative;
}

@media (max-width: 767px) {
  .goza-donation-form__wrap {
    max-height: 85%;
    overflow-y: auto;
  }
}

.goza-donation-form__wrap .goza-form-close {
  color: #333;
  position: absolute;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: none;
  overflow: visible;
  padding: 0;
  touch-action: manipulation;
  z-index: 1000005;
  font-size: 28px;
  font-style: normal;
  height: 44px;
  line-height: 44px;
  width: 44px;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
}

.goza-donation-form__wrap .give-form-wrap .give-form-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  max-width: 100%;
  text-align: center;
  color: #333;
  font-style: normal;
  font-weight: 700;
}

.goza-donation-form__wrap .give-form-wrap .give_error,
.goza-donation-form__wrap .give-form-wrap .give_warning {
  background: #f9f9f9;
  border-left: 4px solid;
  border-color: #ffba00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
  clear: both;
  margin: 15px 0;
  padding: 1em 1.5em 1em 2em;
  position: relative;
  font-size: 16px;
}

.goza-donation-form__wrap .give-form-wrap .give-form {
  margin-bottom: 0;
}

.goza-donation-form__wrap .give-form-wrap .give-form .give-total-wrap .give-donation-amount {
  display: table;
  width: 100%;
  margin: 0 0 15px;
}

.goza-donation-form__wrap .give-form-wrap .give-form .give-total-wrap .give-donation-amount > * {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
  max-width: none;
  height: 53px;
}

.goza-donation-form__wrap .give-form-wrap .give-form .give-total-wrap .give-donation-amount .give-currency-symbol {
  background: var(--link-color, #d41b65);
  color: #fff;
  border-color: var(--link-color, #d41b65);
  padding: 0 20px;
  text-align: center;
  width: 1%;
}

.goza-donation-form__wrap .give-form-wrap .give-form .give-total-wrap .give-donation-amount label.give-hidden {
  background: var(--link-color, #d41b65);
  color: #fff;
  border: solid var(--link-color, #d41b65);
  border-width: 1px 0;
  white-space: nowrap;
  width: 1%;
  padding-right: 20px;
}

.goza-donation-form__wrap .give-form-wrap .give-form .give-total-wrap .give-donation-amount #give-amount {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  box-sizing: border-box;
  float: left;
  font-size: 18px;
  line-height: 35px;
  margin: 0;
  min-width: 125px;
  outline: none;
  padding: 0 12px;
  height: 53px;
  text-align: left;
  border-color: var(--link-color, #d41b65);
  width: 100%;
}

.goza-donation-form__wrap .give-form-wrap .give-form .give-select {
  height: 53px;
  display: block;
  width: 100%;
  border-color: var(--link-color, #d41b65);
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-bottom: 15px;
  appearance: none;
  background: url(../images/arrow-down-icon.png?49c1a76a598fe831681b283240477c27) no-repeat scroll calc(100% - 10px) 50%/16px auto;
}

.goza-donation-form__wrap .give-form-wrap .give-form #give-final-total-wrap {
  display: table;
  width: 100%;
  margin-top: 0;
}

.goza-donation-form__wrap .give-form-wrap .give-form #give-final-total-wrap > * {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
  max-width: none;
  height: 53px;
}

.goza-donation-form__wrap .give-form-wrap .give-form #give-final-total-wrap .give-donation-total-label {
  border: 1px solid #ccc;
  background: var(--link-color, #d41b65);
  color: #fff;
  border-color: var(--link-color, #d41b65);
  padding: 0 20px;
  white-space: nowrap;
  height: 53px;
}

.goza-donation-form__wrap .give-form-wrap .give-form #give-final-total-wrap .give-final-total-amount {
  text-align: left;
  width: 100%;
  height: 53px;
  border: 1px solid var(--link-color, #d41b65) !important;
}

.goza-donation-form__wrap .give-form-wrap .give-form .give-btn {
  height: 53px;
  display: block;
  width: 100%;
  background: var(--link-color, #d41b65);
  color: #fff;
  border: none;
  font-size: 16px;
  letter-spacing: 0px;
  text-transform: uppercase;
  transition: 0.3s ease;
}

.goza-donation-form__wrap .give-form-wrap .give-form .give-btn:hover {
  opacity: 0.8;
}

.tab-content .tab-panel {
  display: none;
}

.tab-content .fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.tab-content .active.tab-panel {
  display: block;
}

.tab-content .active.fade {
  opacity: 1;
}

.be-menu-template ul.menu {
  padding: 0;
  list-style-type: none;
}

.be-menu-template ul.menu li a {
  padding: 5px 2px;
  font-size: 15px;
  line-height: 30px;
  color: var(--header-text-color, rgb(10, 10, 10));
}

.be-menu-template ul.menu li a:hover {
  color: var(--link-color);
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item .mega-sub-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
}

#mega-menu-wrap-main-menu .widget_products .product_list_widget li img {
  width: 42px;
}

.page-id-7178 .main-footer.footer-organization .main-footer-widget .main-footer-info i {
  color: #ec5e87;
}

html :where(.wp-block)[data-align=wide] .container {
  max-width: 1100px;
}

.page-id-6878 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: #2c9cf2;
}

.page-id-6878 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
.page-id-6878 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  color: #2c9cf2;
}

.page-id-6878 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #2c9cf2;
}

.page-id-6160 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: #4ca5ab;
}

.page-id-6160 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
.page-id-6160 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  color: #4ca5ab;
}

.page-id-6160 #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
  color: #4ca5ab;
}

.wp-block-column.be-col-who-are-you {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.wp-block-column.be-col-who-are-you > .wp-block-buttons {
  margin-right: 30px;
}

.be-col-we-are-charity.wp-block-column {
  padding-right: 10%;
}

.wpcf7-form .column {
  width: 33.3333333333%;
  padding: 0 10px;
  float: left;
  margin-bottom: 15px;
}

.wpcf7-form .name {
  padding-left: 0;
}

.wpcf7-form .subject {
  padding-right: 0;
}

.wpcf7-form p input[type=submit] {
  margin-top: 20px;
}

.btn-general.btn-style-custom a {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
}

.btn-general.btn-pl-pr a {
  padding-left: 50px;
  padding-right: 50px;
}

.mg-top.goza-block-container {
  margin-top: -200px;
  z-index: 0;
}

@media only screen and (max-width: 1024px) {
  .wp-block-heading.heading-about {
    font-size: 30px;
  }
}

@media only screen and (max-width: 782px) {
  .wp-block-columns.counter-columns-about {
    max-width: 620px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .be-single-post-block.is-style-ngo-dark .be-single-post-inner--cta {
    margin-bottom: 0;
  }

  .be-infomation-section .be-infomation-box .be-infomation-list.shadow {
    margin-top: 50px !important;
  }

  .wpcf7-form .column {
    width: 100%;
    padding: 0;
    float: none;
    margin-bottom: 0;
  }

  .main-footer.footer-water .main-footer--instagram #sb_instagram #sbi_images {
    min-width: 100%;
    display: contents;
  }

  .be-row-numbers-earthquake.goza-layout-columns-4 {
    overflow-x: visible;
  }
}

.be-charity2-video {
  justify-content: flex-start;
}

.site-header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  color: var(--header-text-color, rgb(10, 10, 10));
}

.site-header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover > a.mega-menu-link,
.site-header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:focus > a.mega-menu-link {
  color: var(--link-color);
}

.site-header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
.site-header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  color: var(--link-color);
}

.site-header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-current_page_ancestor > a.mega-menu-link,
.site-header #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-current-menu-item > a.mega-menu-link {
  color: var(--link-color);
}

@media (max-width: 767.98px) {
  .site-header .goza-header-main .goza-header-button-donate {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .site-header .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0 10px;
    font-size: 14px;
  }
}

.site-header .goza-header-main--menu .navbar-nav .menu-item .sub-menu {
  display: block;
  min-width: 200px;
  padding: 0px;
  background: rgb(255, 255, 255);
  border-radius: 1px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 4px 0px;
  transition: all 0.3s ease 0s;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  top: calc(100% + 20px);
  left: -20px;
}

.site-header .goza-header-main--menu .navbar-nav .menu-item .sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(31, 31, 31, 0.05);
}

.site-header .goza-header-main--menu .navbar-nav .menu-item .sub-menu li a {
  padding: 5px 20px;
  font-size: 15px;
  line-height: 30px;
  color: rgb(31, 31, 31);
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 500;
}

.site-header .goza-header-main--menu .navbar-nav .menu-item .sub-menu li a:hover {
  color: var(--link-color-hover, #d41b65);
  background-color: transparent;
}

.site-header .goza-header-main--menu .navbar-nav .menu-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.site-header.site-header-default .goza-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .site-header.site-header-default .goza-header-main {
    padding: 38px 0;
  }
}

.site-header.site-header-default .goza-header-main--logo a {
  display: block;
}

.site-header.site-header-default .goza-header-main--logo a img {
  max-width: 170px;
}

.site-header.site-header-default .goza-header-main--menus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header.site-header-default .goza-header-main--menu .navbar-nav {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 35px;
}

.site-header.site-header-default .goza-header-main--menu .navbar-nav > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--header-text-color, #FFF);
  font-size: 15px;
  transition: 0.3s;
  letter-spacing: 0px;
  line-height: 80px;
  font-style: normal;
  font-weight: 600;
  font-family: var(--heading-family, Poppins, sans-serif);
}

.site-header.site-header-default .goza-header-main--menu .navbar-nav > li > a:hover {
  color: var(--link-color, #d41b65);
}

.site-header.site-header-default .goza-header-main--menu .navbar-nav > li > a.dropdown-toggle::after {
  display: none;
}

.site-header.site-header-default .goza-header-main--cta {
  margin-left: 35px;
  display: flex;
  align-items: center;
  gap: 35px;
}

@media (max-width: 1199.98px) {
  .site-header.site-header-default .goza-header-main--cta {
    margin-left: 15px;
    gap: 22px;
  }
}

.site-header.site-header-default .goza-header-main--cta .goza-header-cart-icon {
  position: relative;
  cursor: pointer;
}

.site-header.site-header-default .goza-header-main--cta .goza-header-cart-icon i {
  color: #282828;
  transition: 0.3s;
}

.site-header.site-header-default .goza-header-main--cta .goza-header-cart-icon i:hover {
  color: var(--link-color-hover, #d41b65);
}

.site-header.site-header-default .goza-header-main--cta .goza-header-cart-icon .goza-total-cart {
  right: -9px;
  background: var(--link-color, #d41b65);
  border-radius: 100%;
  font-size: 11px;
  font-weight: 600;
  width: 16px;
  color: #fff;
  height: 16px;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  line-height: 1;
  padding: 2.5px 0;
  margin-right: 1px;
  position: absolute;
  top: -5px;
}

@media (max-width: 767.98px) {
  .site-header.site-header-default .goza-header-main--cta .goza-header-button-donate {
    display: none;
  }
}

.site-header.site-header-default .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal {
  background: var(--link-color, #d41b65);
  color: #ebebeb;
  border: medium none;
  border-radius: 3px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 13px 20px;
  line-height: 1.2;
  display: block;
  position: relative;
  overflow: hidden;
}

.site-header.site-header-default .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.site-header.site-header-default .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal:hover {
  background: var(--link-color-hover, #dd548b);
  color: #fff;
  text-decoration: none;
}

.site-header.site-header-default .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.site-header.site-header-default .goza-header-main--cta #goza-hamberger {
  display: block;
  cursor: pointer;
}

@media (min-width: 992px) {
  .site-header.site-header-default .goza-header-main--cta #goza-hamberger {
    display: none;
  }
}

.site-header.site-header-ngo {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0) !important;
  box-sizing: border-box;
}

@media (max-width: 991.98px) {
  .site-header.site-header-ngo {
    border-bottom: 0px solid rgba(255, 255, 255, 0.2);
  }
}

.logged-in .site-header.site-header-ngo {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .logged-in .site-header.site-header-ngo {
    top: 46px;
  }
}

.site-header.site-header-ngo .goza-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .site-header.site-header-ngo .goza-header-main {
    padding: 20px 0;
  }
}

.site-header.site-header-ngo .goza-header-main--logo a {
  display: block;
}

.site-header.site-header-ngo .goza-header-main--logo a img {
  max-width: 170px;
}

.site-header.site-header-ngo .goza-header-main--menus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header.site-header-ngo .goza-header-main--menu ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 35px;
}

.site-header.site-header-ngo .goza-header-main--menu ul > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--header-text-color, #FFF);
  font-size: 15px;
  letter-spacing: 0px;
  font-style: normal;
  line-height: 80px;
  font-weight: 600;
  font-family: var(--heading-family, Poppins, sans-serif);
  transition: 0.3s;
}

.site-header.site-header-ngo .goza-header-main--menu ul > li > a:hover {
  color: var(--link-color-hover, #ed9913);
}

.site-header.site-header-ngo .goza-header-main--menu ul > li > a.dropdown-toggle::after {
  display: none;
}

.site-header.site-header-ngo .goza-header-main--cta {
  margin-left: 35px;
  display: flex;
  align-items: center;
  gap: 35px;
}

@media (max-width: 1199.98px) {
  .site-header.site-header-ngo .goza-header-main--cta {
    margin-left: 15px;
    gap: 22px;
  }
}

.site-header.site-header-ngo .goza-header-main--cta .goza-header-cart-icon {
  position: relative;
  cursor: pointer;
}

.site-header.site-header-ngo .goza-header-main--cta .goza-header-cart-icon i {
  color: var(--header-text-color, #FFF);
  transition: 0.3s;
}

.site-header.site-header-ngo .goza-header-main--cta .goza-header-cart-icon i:hover {
  color: var(--link-color-hover, #ed9913);
}

.site-header.site-header-ngo .goza-header-main--cta .goza-header-cart-icon .goza-total-cart {
  right: -9px;
  background: var(--link-color, #ed9913);
  border-radius: 100%;
  font-size: 11px;
  font-weight: 600;
  width: 16px;
  color: var(--header-text-color, #FFF);
  height: 16px;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  line-height: 1;
  padding: 2.5px 0;
  margin-right: 1px;
  position: absolute;
  top: -6px;
}

.site-header.site-header-ngo .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal {
  background: var(--link-color, #ed9913);
  color: #fff;
  border: medium none;
  border-radius: 3px;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 13px 20px;
  line-height: 1.2em;
  display: block;
  font-weight: 700;
}

.site-header.site-header-ngo .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal:hover {
  background: var(--link-color-hover, #ed7a13);
  text-decoration: none;
}

.site-header.site-header-ngo .goza-header-main--cta #goza-hamberger {
  display: block;
  cursor: pointer;
}

.site-header.site-header-ngo .goza-header-main--cta #goza-hamberger i {
  color: var(--header-text-color, #FFF);
}

@media (min-width: 992px) {
  .site-header.site-header-ngo .goza-header-main--cta #goza-hamberger {
    display: none;
  }
}

.site-header.site-header-ngo #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  max-width: 660px;
}

.site-header.site-header-ngo #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-size: 18px;
  line-height: 115%;
  color: var(--heading-color);
  margin: 0 0 24px 0;
  font-weight: 500;
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul {
  flex-wrap: wrap;
  gap: 0px;
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li {
  width: 100%;
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li a {
  line-height: 110%;
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget {
  gap: 0;
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li {
  position: relative;
  padding-left: 75px;
  margin: 0;
  min-height: 60px;
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a {
  color: var(--heading-color);
  position: initial;
  margin: 0;
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a img {
  min-width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a:hover {
  color: var(--link-color, inherit);
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li .woocommerce-Price-amount,
.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li .product-title {
  margin-top: 5px;
  display: inline-block;
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li:not(:last-child) {
  margin-bottom: 16px;
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li {
  margin: 0;
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li a {
  font-size: 15px;
  color: var(--heading-color);
  font-weight: 500;
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li a:hover {
  color: var(--link-color, inherit);
}

.site-header.site-header-ngo .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li:not(:last-child) {
  margin-bottom: 16px;
}

.site-header-ngo #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: var(--heading-family, Poppins, sans-serif);
  font-size: 15px;
}

@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}

.site-header.site-header-search .goza-header-main {
  position: relative;
  padding: 0px 0;
}

.site-header.site-header-search .goza-header-main::after {
  position: absolute;
  content: " ";
  border-color: var(--link-color, #833dcc) transparent;
  border-style: solid;
  border-width: 4px 560px 0px 560px;
  height: 0px;
  width: 0px;
  left: 50%;
  bottom: -4px;
  transform: translatex(-50%);
  z-index: 9;
}

@media (max-width: 1199.98px) {
  .site-header.site-header-search .goza-header-main::after {
    border-width: 4px 460px 0px 460px;
  }
}

@media (max-width: 991.98px) {
  .site-header.site-header-search .goza-header-main::after {
    content: none;
  }
}

.site-header.site-header-search .goza-header-main--logo a {
  display: block;
}

.site-header.site-header-search .goza-header-main--logo a img {
  max-width: 120px;
}

.site-header.site-header-search .goza-header-main--menu ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style-type: none;
  gap: 35px;
}

.site-header.site-header-search .goza-header-main--menu ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--header-text-color, #FFF);
  line-height: 24px;
  font-size: 18px;
  transition: 0.3s;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 500;
}

.site-header.site-header-search .goza-header-main--menu ul li a:hover {
  color: var(--link-color, #833dcc);
}

.site-header.site-header-search .goza-header-main--cta {
  margin-left: 80px;
}

@media (max-width: 1199.98px) {
  .site-header.site-header-search .goza-header-main--cta {
    margin-left: 15px;
  }
}

.site-header.site-header-search .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal {
  background: var(--link-color, #833dcc);
  color: #fff;
  border: medium none;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 13px 20px;
  text-transform: uppercase;
  position: relative;
}

.site-header.site-header-search .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.site-header.site-header-search .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal:hover > svg {
  animation-play-state: running;
  stroke: #fff;
}

.site-header.site-header-search .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}

.site-header.site-header-search .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal > svg rect {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  x: 50%;
  y: 50%;
  transform: translate(calc(-50% + 5px), calc(-50% + 5px));
}

.site-header.site-header-search .goza-header-main--cta .goza-header-search {
  margin-left: 20px;
}

.site-header.site-header-search .goza-header-main--cta .goza-header-search:hover i {
  color: var(--link-color, #833dcc);
}

.site-header.site-header-search .goza-header-main--cta .goza-header-search i {
  background-color: #e8e8e8;
  font-size: 18px;
  padding: 15px 15.65px;
  border-radius: 50%;
  color: #1f1f1f;
}

@media (max-width: 991.98px) {
  .site-header.site-header-search .goza-header-main--cta .goza-header-search i {
    background-color: transparent;
  }
}

.site-header.site-header-search .goza-header-main--cta #goza-hamberger {
  margin-left: 10px;
}

.site-header.site-header-search .goza-header-main--cta #goza-hamberger i {
  font-size: 23px;
}

@media (max-width: 991.98px) {
  .site-header.site-header-water {
    padding: 16px 0;
  }
}

.site-header.site-header-water .goza-header-main--menus > .goza-header-main--menu > .mega-menu-wrap {
  box-sizing: border-box;
}

.site-header.site-header-water .goza-header-main--menus > .goza-header-main--menu > .mega-menu-wrap > ul.mega-menu > li > a {
  display: flex !important;
  align-items: center;
}

.site-header.site-header-water #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  max-width: 660px;
  min-width: 490px;
}

.site-header.site-header-water #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-size: 18px;
  line-height: 115%;
  color: var(--heading-color);
  margin: 0 0 24px 0;
  font-weight: 500;
}

@media (max-width: 1199.98px) {
  .site-header.site-header-water #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 16px;
  }
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul {
  flex-wrap: wrap;
  gap: 0px;
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li {
  width: 100%;
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li a {
  line-height: 110%;
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget {
  gap: 0;
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li {
  position: relative;
  padding-left: 75px;
  margin: 0;
  min-height: 60px;
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a {
  color: var(--heading-color);
  position: initial;
  margin: 0;
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a img {
  min-width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a .product-title {
  font-size: 15px;
  line-height: 120%;
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a:hover {
  color: var(--link-color, inherit);
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li .woocommerce-Price-amount,
.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li .product-title {
  margin-top: 5px;
  display: inline-block;
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li:not(:last-child) {
  margin-bottom: 16px;
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li {
  margin: 0;
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li a {
  font-size: 15px;
  color: var(--heading-color);
  font-weight: 500;
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li a:hover {
  color: var(--link-color, inherit);
}

.site-header.site-header-water .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li:not(:last-child) {
  margin-bottom: 16px;
}

.site-header-water .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: var(--link-color, #833dcc);
}

.site-header-water .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  color: var(--header-text-color, #FFF);
  font-weight: 500;
  font-family: var(--body-family, "Poppins", sans-serif);
  text-transform: none;
  font-size: 18px;
  line-height: 80px;
  box-sizing: border-box;
}

@media (max-width: 1199.98px) {
  .site-header-water .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 15px;
    font-size: 16px;
  }
}

.site-header-water .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
  padding: 10px 0px 10px 0px;
}

.site-header-water .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: var(--body-family, "Poppins", sans-serif);
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 500;
  padding: 5px 20px;
  font-size: 16px;
  color: #282828;
}

.site-header-water .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  text-decoration: none;
  color: var(--link-color, #833dcc);
}

.site-header-water .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}

.site-header.site-header-menu-center .goza-header-main {
  padding: 22px 0;
  background-color: var(--header-bg-color, #fff);
}

@media (max-width: 991.98px) {
  .site-header.site-header-menu-center .goza-header-main {
    background-color: var(--header-bg-menu-color, #213e8c);
  }
}

.site-header.site-header-menu-center .goza-header-main--logo a {
  display: block;
}

.site-header.site-header-menu-center .goza-header-main--logo a img {
  max-width: 170px;
}

.site-header.site-header-menu-center .goza-header-main--cta {
  gap: 20px;
}

.site-header.site-header-menu-center .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal {
  background-color: var(--link-color, #ec5e87);
  color: #ebebeb;
  border: medium none;
  border-radius: 3px;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 13px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.site-header.site-header-menu-center .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal:hover {
  background-color: var(--header-bg-menu-color, #213e8c);
}

.site-header.site-header-menu-center .goza-header-main--cta .goza-header-link {
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #353535;
  font-size: 18px;
  font-weight: 600;
}

.site-header.site-header-menu-center .goza-header-main--cta .goza-header-link:hover {
  color: var(--link-color-hover, #ec5e87);
}

.site-header.site-header-menu-center .goza-header-main--cta .goza-header-link i {
  margin-right: 5px;
  color: var(--link-color, #ec5e87);
  font-size: 23px;
}

.site-header.site-header-menu-center .goza-header-main--cta .goza-header-cart-icon {
  position: relative;
  cursor: pointer;
}

.site-header.site-header-menu-center .goza-header-main--cta .goza-header-cart-icon .goza-total-cart {
  right: -9px;
  background: var(--link-color, #ec5e87);
  border-radius: 100%;
  font-size: 11px;
  font-weight: 600;
  width: 16px;
  color: #fff;
  height: 16px;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  line-height: 1;
  padding: 2.5px 0;
  margin-right: 1px;
  position: absolute;
  top: -5px;
}

.site-header.site-header-menu-center .goza-header-main--cta .goza-header-search {
  width: 52px;
  height: 52px;
  border-radius: 3px;
  display: inline-block;
  background: #efefef;
  text-align: center;
  line-height: 52px;
  padding: 0;
}

.site-header.site-header-menu-center .goza-header-main--cta .goza-header-search i {
  color: #727b7b;
}

.site-header.site-header-menu-center .goza-header-menus {
  background-color: var(--header-bg-menu-color, #213e8c);
}

.site-header.site-header-menu-center .goza-header-menus .navbar-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 35px;
}

.site-header.site-header-menu-center .goza-header-menus .navbar-nav > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  line-height: 60px;
  font-size: 17px;
  transition: 0.3s;
  color: var(--header-text-color, #FFF);
  -webkit-transition: 0.3s;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 600;
  font-family: var(--heading-family, Fira Sans, sans-serif);
}

.site-header.site-header-menu-center .goza-header-menus .navbar-nav > li > a:hover {
  color: var(--link-color, #ec5e87);
}

.site-header.site-header-menu-center .goza-header-menus .navbar-nav > li > a.dropdown-toggle::after {
  display: none;
}

@media (max-width: 991.98px) {
  .site-header-organization .goza-header-main {
    background-color: var(--header-bg-color, #fff) !important;
  }
}

.site-header-organization #goza-hamberger i {
  font-size: 30px;
  color: var(--link-color);
}

.site-header-organization #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-size: 18px;
  line-height: 115%;
  color: var(--heading-color);
  margin: 0 0 24px 0;
  font-weight: 500;
}

.site-header-organization #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  max-width: 660px;
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul {
  flex-wrap: wrap;
  gap: 10px;
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li {
  width: 100%;
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li a {
  line-height: 110%;
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li {
  position: relative;
  padding-left: 75px;
  margin: 0;
  min-height: 60px;
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a {
  color: var(--heading-color);
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a img {
  min-width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a:hover {
  color: var(--link-color, inherit);
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li .woocommerce-Price-amount,
.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li .product-title {
  margin-top: 5px;
  display: inline-block;
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li:not(:last-child) {
  margin-bottom: 16px;
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li {
  margin: 0;
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li a {
  font-size: 15px;
  color: var(--heading-color);
  font-weight: 500;
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li a:hover {
  color: var(--link-color, inherit);
}

.site-header-organization .goza-header-menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li:not(:last-child) {
  margin-bottom: 16px;
}

.site-header.site-header-charity {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: transparent !important;
}

.logged-in .site-header.site-header-charity {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .logged-in .site-header.site-header-charity {
    top: 46px;
  }
}

.site-header.site-header-charity .goza-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 33px 0;
}

.site-header.site-header-charity .goza-header-main--logo a {
  display: block;
}

.site-header.site-header-charity .goza-header-main--logo a img {
  max-width: 170px;
}

.site-header.site-header-charity .goza-header-main--menus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header.site-header-charity .goza-header-main--menu .navbar-nav {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 25px;
}

.site-header.site-header-charity .goza-header-main--menu .navbar-nav > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--header-text-color, #FFF);
  line-height: 50px;
  font-size: 18px;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 600;
  font-family: var(--body-family, Montserrat, sans-serif);
  transition: 0.3s;
}

.site-header.site-header-charity .goza-header-main--menu .navbar-nav > li > a:hover {
  color: var(--link-color-hover, rgb(113, 182, 27));
}

.site-header.site-header-charity .goza-header-main--menu .navbar-nav > li > a.dropdown-toggle::after {
  display: none;
}

.site-header.site-header-charity .goza-header-main--cta {
  margin-left: 35px;
  display: flex;
  align-items: center;
  gap: 35px;
}

.site-header.site-header-charity .goza-header-main--cta .goza-header-cart-icon {
  position: relative;
  cursor: pointer;
}

.site-header.site-header-charity .goza-header-main--cta .goza-header-cart-icon i {
  color: var(--header-text-color, #FFF);
  transition: 0.3s;
}

.site-header.site-header-charity .goza-header-main--cta .goza-header-cart-icon i:hover {
  color: var(--link-color-hover, rgb(113, 182, 27));
}

.site-header.site-header-charity .goza-header-main--cta .goza-header-cart-icon .goza-total-cart {
  right: -9px;
  background: var(--link-color, rgb(113, 182, 27));
  border-radius: 100%;
  font-size: 11px;
  font-weight: 600;
  width: 16px;
  color: var(--header-text-color, #FFF);
  height: 16px;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  line-height: 1;
  padding: 2.5px 0;
  margin-right: 1px;
  position: absolute;
  top: -6px;
}

.site-header.site-header-charity .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal {
  background: var(--link-color, rgb(113, 182, 27));
  color: #fff;
  border: medium none;
  border-radius: 3px;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 13px 20px;
  line-height: 1.2;
  display: block;
}

.site-header.site-header-charity .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal:hover {
  background: #000;
  text-decoration: none;
}

.site-header.site-header-charity .goza-header-main--cta .goza-header-phone a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--header-text-color, #FFF);
  line-height: 50px;
}

.site-header.site-header-charity .goza-header-main--cta .goza-header-phone a:hover {
  color: var(--link-color-hover, rgb(113, 182, 27));
}

.site-header.site-header-charity .goza-header-main--cta .goza-header-phone a i {
  margin-right: 10px;
}

.site-header.site-header-charity .goza-header-main--cta #goza-hamberger {
  display: block;
  cursor: pointer;
}

.site-header.site-header-charity .goza-header-main--cta #goza-hamberger i {
  color: var(--header-text-color, #FFF);
}

.site-header.site-header-ngo-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: transparent !important;
}

.logged-in .site-header.site-header-ngo-dark {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .logged-in .site-header.site-header-ngo-dark {
    top: 46px;
  }
}

@media (min-width: 1200px) {
  .site-header.site-header-ngo-dark .container {
    max-width: calc(100% - 30px);
  }
}

@media (min-width: 1200px) {
  .site-header.site-header-ngo-dark .container {
    max-width: calc(100% - 40px);
  }
}

.site-header.site-header-ngo-dark #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  color: var(--heading-color, #3a3736);
  margin-bottom: 10px;
}

.site-header.site-header-ngo-dark .goza-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .site-header.site-header-ngo-dark .goza-header-main {
    padding: 31px 0;
  }
}

.site-header.site-header-ngo-dark .goza-header-main--logo a {
  display: block;
}

.site-header.site-header-ngo-dark .goza-header-main--logo a img {
  max-width: 170px;
}

@media (max-width: 1199.98px) {
  .site-header.site-header-ngo-dark .goza-header-main--logo a img {
    max-width: 115px;
  }
}

@media (max-width: 991.98px) {
  .site-header.site-header-ngo-dark .goza-header-main--logo a img {
    max-width: 170px;
  }
}

.site-header.site-header-ngo-dark .goza-header-main--menus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header.site-header-ngo-dark .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  min-width: 660px;
}

.site-header.site-header-ngo-dark .goza-header-main--menu ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 35px;
}

@media (max-width: 1199.98px) {
  .site-header.site-header-ngo-dark .goza-header-main--menu ul {
    gap: 20px;
  }
}

.site-header.site-header-ngo-dark .goza-header-main--menu ul > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--heading-color, #3a3736);
  font-size: 15px;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  font-family: var(--heading-family, Poppins, sans-serif);
  transition: 0.3s;
}

.site-header.site-header-ngo-dark .goza-header-main--menu ul > li > a:hover {
  color: var(--link-color-hover, #d94532);
}

.site-header.site-header-ngo-dark .goza-header-main--menu ul > li > a.dropdown-toggle::after {
  display: none;
}

.site-header.site-header-ngo-dark .goza-header-main--menu ul > li .mega-sub-menu ul {
  flex-wrap: wrap;
  gap: 10px;
}

.site-header.site-header-ngo-dark .goza-header-main--menu ul > li .mega-sub-menu ul li {
  width: 100%;
}

.site-header.site-header-ngo-dark .goza-header-main--menu ul > li .mega-sub-menu ul li a {
  line-height: 110%;
}

.site-header.site-header-ngo-dark .goza-header-main--menu ul > li .mega-sub-menu ul li .product_list_widget > li {
  position: relative;
  padding-left: 75px;
  margin: 0;
  min-height: 60px;
}

.site-header.site-header-ngo-dark .goza-header-main--menu ul > li .mega-sub-menu ul li .product_list_widget > li:not(:last-child) {
  margin-bottom: 16px;
}

.site-header.site-header-ngo-dark .goza-header-main--menu ul > li .mega-sub-menu ul li .product_list_widget > li .woocommerce-Price-amount,
.site-header.site-header-ngo-dark .goza-header-main--menu ul > li .mega-sub-menu ul li .product_list_widget > li .product-title {
  margin-top: 5px;
  display: inline-block;
}

.site-header.site-header-ngo-dark .goza-header-main--menu ul > li .mega-sub-menu ul li .product_list_widget > li a {
  position: initial;
}

.site-header.site-header-ngo-dark .goza-header-main--menu ul > li .mega-sub-menu ul li .product_list_widget > li a img {
  min-width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.site-header.site-header-ngo-dark .goza-header-main--cta {
  margin-left: 35px;
  display: flex;
  align-items: center;
  gap: 35px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .site-header.site-header-ngo-dark .goza-header-main--cta {
    gap: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 1199.98px) {
  .site-header.site-header-ngo-dark .goza-header-main--cta {
    gap: 10px;
    margin-left: 10px;
  }
}

@media (max-width: 991.98px) {
  .site-header.site-header-ngo-dark .goza-header-main--cta {
    gap: 35px;
  }
}

.site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-cart-icon {
  position: relative;
  cursor: pointer;
}

.site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-cart-icon i {
  color: var(--header-text-color, #FFF);
  transition: 0.3s;
}

.site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-cart-icon i:hover {
  color: var(--link-color-hover, #d94532);
}

.site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-cart-icon .goza-total-cart {
  right: -9px;
  background: var(--link-color, #d94532);
  border-radius: 100%;
  font-size: 11px;
  font-weight: 600;
  width: 16px;
  color: var(--header-text-color, #FFF);
  height: 16px;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  line-height: 1;
  padding: 2.5px 0;
  margin-right: 1px;
  position: absolute;
  top: -6px;
}

.site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-info.goza-header-email a i::before {
  content: url(../images/icon-mail.png?03eb8f39703f3613fc6355b4a6ddc708);
}

.site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-info.goza-header-email a span {
  font-weight: 400;
}

.site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-info a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-info a:hover {
  color: var(--link-color);
}

.site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-info a i::before {
  content: url(../images/icon-phone.png?67fdad7731b6214e1e967df297a4d46e);
}

.site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-info a span {
  display: block;
  line-height: normal;
  font-size: 17px;
  line-height: 17px;
  font-weight: 700;
  color: var(--header-text-color, #FFF);
  font-family: var(--heading-family, Poppins, sans-serif);
  transition: 0.3s;
}

@media (max-width: 1399px) {
  .site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-info a span {
    font-size: 14px;
    line-height: 100%;
  }
}

@media (max-width: 1199.98px) {
  .site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-info a span {
    font-size: 12px;
  }
}

.site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-info a span:hover {
  color: var(--link-color, #d94532);
}

.site-header.site-header-ngo-dark .goza-header-main--cta .goza-header-info a span span {
  line-height: 20px;
  text-align: left;
  margin-bottom: 0px;
  margin-top: 7px;
  font-weight: 400;
  color: #9f9e9e !important;
  font-size: 12px;
}

.site-header.site-header-ngo-dark .goza-header-main--cta #goza-hamberger {
  display: block;
  cursor: pointer;
}

.site-header.site-header-ngo-dark .goza-header-main--cta #goza-hamberger i {
  color: var(--header-text-color, #FFF);
}

@media (min-width: 992px) {
  .site-header.site-header-ngo-dark .goza-header-main--cta #goza-hamberger {
    display: none;
  }
}

.site-header.site-header-ngo-dark #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: var(--link-color, #71b61b);
}

.site-header.site-header-ngo-dark #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  color: #fff;
  font-weight: 700;
  font-family: var(--body-family, "Muli", sans-serif);
  text-transform: none;
  font-size: 15px;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .site-header.site-header-ngo-dark #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header.site-header-ngo-dark #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }
}

.site-header.site-header-ngo-dark #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
  padding: 10px 0px 10px 0px;
}

.site-header.site-header-ngo-dark #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: var(--heading-family, "Poppins", sans-serif);
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 500;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 30px;
  color: #282828;
}

.site-header.site-header-ngo-dark #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  text-decoration: none;
  color: var(--link-color, #71b61b);
}

.site-header.site-header-ngo-dark #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}

.site-header.site-header-water-charity {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: transparent !important;
}

.logged-in .site-header.site-header-water-charity {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .logged-in .site-header.site-header-water-charity {
    top: 46px;
  }
}

.site-header.site-header-water-charity .goza-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}

@media (max-width: 991.98px) {
  .site-header.site-header-water-charity .goza-header-main {
    padding: 31px 0;
  }
}

.site-header.site-header-water-charity .goza-header-main--logo a {
  display: block;
}

.site-header.site-header-water-charity .goza-header-main--logo a img {
  max-width: 170px;
}

.site-header.site-header-water-charity .goza-header-main--menus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header.site-header-water-charity .goza-header-main--menu ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 35px;
}

.site-header.site-header-water-charity .goza-header-main--menu ul > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--header-text-color, #FFF);
  font-size: 15px;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
  font-family: var(--heading-family, Poppins, sans-serif);
  transition: 0.3s;
}

.site-header.site-header-water-charity .goza-header-main--menu ul > li > a:hover {
  color: var(--link-color-hover, #18b7d0);
}

.site-header.site-header-water-charity .goza-header-main--menu ul > li > a.dropdown-toggle::after {
  display: none;
}

.site-header.site-header-water-charity .goza-header-main--cta {
  margin-left: 35px;
  display: flex;
  align-items: center;
  gap: 35px;
}

.site-header.site-header-water-charity .goza-header-main--cta .goza-header-search i {
  color: var(--header-text-color, #FFF);
  font-size: 120%;
}

.site-header.site-header-water-charity .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal {
  background: var(--link-color, #18b7d0);
  color: #fff;
  border: medium none;
  border-radius: 3px;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 13px 20px;
  line-height: 1.2;
  display: block;
}

.site-header.site-header-water-charity .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal:hover {
  background: var(--link-color-hover, #ed7a13);
  text-decoration: none;
}

.site-header.site-header-water-charity .goza-header-main--cta #goza-hamberger {
  display: block;
  cursor: pointer;
}

.site-header.site-header-water-charity .goza-header-main--cta #goza-hamberger i {
  color: var(--header-text-color, #FFF);
}

@media (min-width: 992px) {
  .site-header.site-header-water-charity .goza-header-main--cta #goza-hamberger {
    display: none;
  }
}

.site-header.site-header-water-charity #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  max-width: 660px;
}

.site-header.site-header-water-charity #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  font-size: 18px;
  line-height: 115%;
  color: #333;
  margin: 0 0 24px 0;
  font-weight: 500;
  box-sizing: border-box;
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul {
  flex-wrap: wrap;
  gap: 0px;
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li {
  width: 100%;
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li a {
  line-height: 110%;
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget {
  gap: 0;
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li {
  position: relative;
  padding-left: 75px;
  margin: 0;
  min-height: 60px;
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a {
  color: #333;
  position: initial;
  margin: 0;
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a img {
  min-width: 60px;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li a:hover {
  color: var(--link-color, inherit);
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li .woocommerce-Price-amount,
.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li .product-title {
  margin-top: 5px;
  display: inline-block;
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li ul.product_list_widget > li:not(:last-child) {
  margin-bottom: 16px;
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li {
  margin: 0;
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li a {
  font-size: 15px;
  color: #333;
  font-weight: 500;
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li a:hover {
  color: var(--link-color, inherit);
}

.site-header.site-header-water-charity .goza-header-main--menus ul.max-mega-menu .mega-sub-menu ul li.widget_nav_menu .menu-template-container ul li:not(:last-child) {
  margin-bottom: 16px;
}

.site-header-water-charity #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  display: flex;
  align-items: center;
}

.site-header-water-charity #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: var(--link-color, #71b61b);
}

.site-header-water-charity #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  color: var(--header-text-color, #FFF);
  font-weight: 500;
  font-family: var(--heading-family, "Poppins", sans-serif);
  text-transform: none;
  font-size: 16px;
  line-height: 80px;
}

.site-header-water-charity #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
  padding: 10px 0px 10px 0px;
}

.site-header-water-charity #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: var(--heading-family, "Poppins", sans-serif);
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 500;
  padding: 5px 20px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}

.site-header-water-charity #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  text-decoration: none;
  color: var(--link-color, #71b61b);
}

.site-header-water-charity #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:not(:last-child) {
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}

.site-header.site-header-charity-organization {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

@media (min-width: 992px) {
  .site-header.site-header-charity-organization {
    padding-top: 40px;
  }
}

.logged-in .site-header.site-header-charity-organization {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .logged-in .site-header.site-header-charity-organization {
    top: 46px;
  }
}

@media (min-width: 992px) {
  .site-header.site-header-charity-organization .container {
    width: 95%;
    max-width: 1700px;
  }
}

.site-header.site-header-charity-organization .goza-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .site-header.site-header-charity-organization .goza-header-main {
    padding: 16px 0;
  }
}

.site-header.site-header-charity-organization .goza-header-main--logo a {
  display: block;
}

.site-header.site-header-charity-organization .goza-header-main--logo a img {
  max-width: 170px;
}

.site-header.site-header-charity-organization .goza-header-main--menus {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header.site-header-charity-organization .goza-header-main--menu .navbar-nav {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 40px;
}

@media (max-width: 1399.98px) {
  .site-header.site-header-charity-organization .goza-header-main--menu .navbar-nav {
    gap: 23px;
  }
}

.site-header.site-header-charity-organization .goza-header-main--menu .navbar-nav > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--header-text-color, #FFF);
  letter-spacing: 0px;
  font-style: normal;
  line-height: 60px;
  font-size: 17px;
  font-weight: 400;
  font-family: var(--body-family, Poppins, sans-serif);
  transition: 0.3s;
}

.site-header.site-header-charity-organization .goza-header-main--menu .navbar-nav > li > a:hover {
  color: var(--link-color-hover, #32cbfe);
}

.site-header.site-header-charity-organization .goza-header-main--menu .navbar-nav > li > a.dropdown-toggle::after {
  display: none;
}

.site-header.site-header-charity-organization .goza-header-main--cta {
  margin-left: 35px;
  display: flex;
  align-items: center;
  gap: 35px;
}

@media (max-width: 1199.98px) {
  .site-header.site-header-charity-organization .goza-header-main--cta {
    gap: 20px;
    margin-left: 15px;
  }
}

@media (max-width: 991.98px) {
  .site-header.site-header-charity-organization .goza-header-main--cta {
    gap: 24px;
    margin-left: 24px;
  }
}

@media (max-width: 767.98px) {
  .site-header.site-header-charity-organization .goza-header-main--cta {
    gap: 15px;
    margin-left: 15px;
  }
}

@media (max-width: 359.98px) {
  .site-header.site-header-charity-organization .goza-header-main--cta {
    gap: 24px;
    margin-left: 24px;
  }
}

.site-header.site-header-charity-organization .goza-header-main--cta .goza-header-cart-icon {
  position: relative;
  cursor: pointer;
}

.site-header.site-header-charity-organization .goza-header-main--cta .goza-header-cart-icon i {
  color: var(--header-text-color, #FFF);
  transition: 0.3s;
}

.site-header.site-header-charity-organization .goza-header-main--cta .goza-header-cart-icon i:hover {
  color: var(--link-color-hover, #32cbfe);
}

.site-header.site-header-charity-organization .goza-header-main--cta .goza-header-cart-icon .goza-total-cart {
  right: -9px;
  background: var(--link-color, #32cbfe);
  border-radius: 100%;
  font-size: 11px;
  font-weight: 600;
  width: 16px;
  color: var(--header-text-color, #FFF);
  height: 16px;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  line-height: 1;
  padding: 2.5px 0;
  margin-right: 1px;
  position: absolute;
  top: -6px;
}

.site-header.site-header-charity-organization .goza-header-main--cta .goza-header-search {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.34);
}

@media (max-width: 359.98px) {
  .site-header.site-header-charity-organization .goza-header-main--cta .goza-header-search {
    display: none;
  }
}

.site-header.site-header-charity-organization .goza-header-main--cta .goza-header-search i {
  font-size: 120%;
  color: var(--header-text-color, #FFF);
}

.site-header.site-header-charity-organization .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal {
  background: var(--link-color, #32cbfe);
  color: #fff;
  border: medium none;
  border-radius: 3px;
  transition: 0.3s;
  font-size: 16px;
  letter-spacing: 0px;
  padding: 13px 20px;
  line-height: 1.2;
  display: block;
}

@media (max-width: 1199.98px) {
  .site-header.site-header-charity-organization .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal {
    font-size: 14px;
    padding: 13px 15px;
  }
}

.site-header.site-header-charity-organization .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal:hover {
  background: var(--link-color-hover, #32cbfe);
  text-decoration: none;
}

.site-header.site-header-charity-organization .goza-header-main--cta #goza-hamberger {
  display: block;
  cursor: pointer;
}

.site-header.site-header-charity-organization .goza-header-main--cta #goza-hamberger i {
  color: var(--header-text-color, #FFF);
}

@media (min-width: 992px) {
  .site-header.site-header-charity-organization .goza-header-main--cta #goza-hamberger {
    display: none;
  }
}

.site-header-charity-organization .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: var(--link-color, #32cbfe);
}

.site-header-charity-organization .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  color: var(--header-text-color, #FFF);
  font-weight: normal;
  font-family: var(--body-family, "Arimo", sans-serif);
  text-transform: none;
}

@media (max-width: 1399.98px) {
  .site-header-charity-organization .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1199.98px) {
  .site-header-charity-organization .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.site-header-charity-organization .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: 15px;
  color: #666;
  font-weight: normal;
}

.site-header-charity-organization .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  font-weight: normal;
  text-decoration: none;
  color: var(--link-color, #32cbfe);
}

.site-header.site-header-earthquake {
  position: relative;
}

@media (min-width: 1200px) {
  .site-header.site-header-earthquake .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a {
    font-size: 15px;
    padding: 0 15px;
  }
}

@media (max-width: 1199.98px) {
  .site-header.site-header-earthquake .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a {
    font-size: 13px;
  }
}

.site-header.site-header-earthquake .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a:hover {
  color: var(--link-color-hover, #00af4e);
}

.site-header.site-header-earthquake .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:last-child > a.mega-menu-link {
  padding-right: 0 !important;
}

.site-header.site-header-earthquake .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: var(--link-color, #28C77B);
}

.site-header.site-header-earthquake .goza-header-main--menu #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item ul.mega-sub-menu li a.mega-menu-link:hover {
  color: var(--link-color-hover, #00af4e);
}

.site-header.site-header-earthquake .site-header-inner {
  width: calc(100% - 7.5px);
  position: absolute;
  left: 7.5px;
  height: 98px;
  bottom: -49px;
  z-index: 99;
}

@media (max-width: 767.98px) {
  .site-header.site-header-earthquake .site-header-inner {
    bottom: -60px;
  }
}

@media (max-width: 575.98px) {
  .site-header.site-header-earthquake .site-header-inner {
    width: calc(100% - 30px);
    left: calc(50% + 7.5px);
    transform: translateX(-50%);
  }
}

.site-header.site-header-earthquake .site-header-inner > .container {
  padding-left: 0px;
  background-color: var(--header-bg-color, #fff);
  border-radius: 0 15px 15px 0;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 25px;
}

.site-header.site-header-earthquake .site-header-inner > .container::before {
  content: " ";
  width: 60px;
  height: 100%;
  background-image: url(../images/icon-polygon-header-earthquake.png?2cc8d2dc6e60b5186c2b66580ac0fb12);
  background-position: left center;
  background-size: 100% 100%;
  position: absolute;
  left: -15px;
  top: 0;
}

@media (min-width: 1508px) {
  .site-header.site-header-earthquake .site-header-inner > .container {
    max-width: 1508px;
  }
}

@media (max-width: 1507px) {
  .site-header.site-header-earthquake .site-header-inner > .container {
    padding-left: 30px;
  }
}

@media (max-width: 1199.98px) {
  .site-header.site-header-earthquake .site-header-inner > .container {
    padding-left: 20px;
  }
}

.site-header.site-header-earthquake .goza-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  box-sizing: border-box;
}

@media (min-width: 1508px) {
  .site-header.site-header-earthquake .goza-header-main {
    padding-left: 60px;
  }
}

@media (max-width: 991.98px) {
  .site-header.site-header-earthquake .goza-header-main {
    padding: 20px 0;
  }
}

@media (max-width: 767.98px) {
  .site-header.site-header-earthquake .goza-header-main {
    padding: 10px 0;
  }
}

@media (max-width: 991.98px) {
  .site-header.site-header-earthquake .goza-header-main--logo {
    padding-left: 35px;
  }
}

@media (max-width: 575.98px) {
  .site-header.site-header-earthquake .goza-header-main--logo {
    padding-left: 15px;
  }
}

.site-header.site-header-earthquake .goza-header-main--logo a {
  display: block;
}

.site-header.site-header-earthquake .goza-header-main--logo a img {
  width: 100%;
  height: auto;
  max-width: 215px;
}

@media (max-width: 1199.98px) {
  .site-header.site-header-earthquake .goza-header-main--logo a img {
    max-width: 180px;
  }
}

@media (max-width: 767.98px) {
  .site-header.site-header-earthquake .goza-header-main--logo a img {
    max-width: 180px;
  }
}

@media (max-width: 575.98px) {
  .site-header.site-header-earthquake .goza-header-main--logo a img {
    max-width: 150px;
  }
}

.site-header.site-header-earthquake .goza-header-main--menus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 247px;
}

@media (max-width: 1507px) {
  .site-header.site-header-earthquake .goza-header-main--menus {
    padding-right: 208px;
  }
}

@media (max-width: 1199.98px) {
  .site-header.site-header-earthquake .goza-header-main--menus {
    padding-right: 163px;
  }
}

@media (max-width: 991.98px) {
  .site-header.site-header-earthquake .goza-header-main--menus {
    padding-right: 0;
  }
}

.site-header.site-header-earthquake .goza-header-main--menus .goza-header-button-donate button.give-btn.give-btn-modal {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-family: var(--heading-family);
  font-style: normal;
  font-weight: 700;
  line-height: 160.2%;
  text-transform: uppercase;
  padding: 0;
  box-sizing: border-box;
  position: absolute;
  right: -15px;
  width: 100%;
  top: 0;
  max-width: 225px;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 0 15px 15px 0;
}

@media (max-width: 1507px) {
  .site-header.site-header-earthquake .goza-header-main--menus .goza-header-button-donate button.give-btn.give-btn-modal {
    max-width: 180px;
  }
}

@media (max-width: 1199.98px) {
  .site-header.site-header-earthquake .goza-header-main--menus .goza-header-button-donate button.give-btn.give-btn-modal {
    max-width: 150px;
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .site-header.site-header-earthquake .goza-header-main--menus .goza-header-button-donate button.give-btn.give-btn-modal {
    display: flex !important;
  }
}

.site-header.site-header-earthquake .goza-header-main--menus .goza-header-button-donate button.give-btn.give-btn-modal:after {
  top: -35px;
}

@media (max-width: 991.98px) {
  .site-header.site-header-earthquake .goza-header-main--menus .goza-header-button-donate button.give-btn.give-btn-modal {
    display: none !important;
  }
}

.site-header.site-header-earthquake .goza-header-main--menu .navbar-nav {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 35px;
}

.site-header.site-header-earthquake .goza-header-main--menu .navbar-nav > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--header-text-color, #FFF);
  font-size: 15px;
  transition: 0.3s;
  letter-spacing: 0px;
  line-height: 80px;
  font-style: normal;
  font-weight: 600;
  font-family: var(--heading-family, Poppins, sans-serif);
}

.site-header.site-header-earthquake .goza-header-main--menu .navbar-nav > li > a:hover {
  color: var(--link-color, #28C77B);
}

.site-header.site-header-earthquake .goza-header-main--menu .navbar-nav > li > a.dropdown-toggle::after {
  display: none;
}

.site-header.site-header-earthquake .goza-header-main--cta {
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
  margin-left: 58px;
}

@media (max-width: 1507px) {
  .site-header.site-header-earthquake .goza-header-main--cta {
    margin-left: 30px;
  }
}

@media (max-width: 1199.98px) {
  .site-header.site-header-earthquake .goza-header-main--cta {
    margin-left: 20px;
  }
}

.site-header.site-header-earthquake .goza-header-main--cta .goza-header-cart-icon {
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  border: 2px solid #222;
  padding: 0px;
  box-sizing: border-box;
  width: 60px;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .site-header.site-header-earthquake .goza-header-main--cta .goza-header-cart-icon {
    width: 50px;
    height: 48px;
  }
}

.site-header.site-header-earthquake .goza-header-main--cta .goza-header-cart-icon svg {
  width: 100%;
  max-width: 24px;
  height: auto;
}

@media (max-width: 767.98px) {
  .site-header.site-header-earthquake .goza-header-main--cta .goza-header-cart-icon svg {
    max-width: 20px;
  }
}

.site-header.site-header-earthquake .goza-header-main--cta .goza-header-cart-icon i {
  color: #282828;
  transition: 0.3s;
}

.site-header.site-header-earthquake .goza-header-main--cta .goza-header-cart-icon i:hover {
  color: var(--link-color-hover, #28C77B);
}

.site-header.site-header-earthquake .goza-header-main--cta .goza-header-cart-icon .goza-total-cart {
  color: #FFF;
  font-size: 14px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--link-color, #28C77B);
  position: absolute;
  right: -15px;
  top: -10px;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .site-header.site-header-earthquake .goza-header-main--cta .goza-header-cart-icon .goza-total-cart {
    width: 25px;
    height: 25px;
    font-size: 13px;
  }
}

.site-header.site-header-earthquake .goza-header-main--cta #goza-hamberger {
  display: block;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .site-header.site-header-earthquake .goza-header-main--cta #goza-hamberger {
    margin-left: 33px;
  }

  .site-header.site-header-earthquake .goza-header-main--cta #goza-hamberger i {
    font-size: 30px;
    color: var(--link-color);
  }
}

@media (max-width: 575.98px) {
  .site-header.site-header-earthquake .goza-header-main--cta #goza-hamberger {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .site-header.site-header-earthquake .goza-header-main--cta #goza-hamberger {
    display: none;
  }
}

.site-header.site-header-charity-new {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  background: transparent;
}

.logged-in .site-header.site-header-charity-new {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .logged-in .site-header.site-header-charity-new {
    top: 46px;
  }
}

.site-header.site-header-charity-new .goza-header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .site-header.site-header-charity-new .goza-header-main {
    padding: 10px 0;
  }
}

.site-header.site-header-charity-new .goza-header-main--logo a {
  display: block;
}

.site-header.site-header-charity-new .goza-header-main--logo a img {
  max-width: 150px;
}

.site-header.site-header-charity-new .goza-header-main--menus {
  display: flex;
  align-items: center;
  gap: 25px;
}

@media (max-width: 1200px) {
  .site-header.site-header-charity-new .goza-header-main--menu {
    display: none;
  }
}

.site-header.site-header-charity-new .goza-header-main--menu .navbar-nav {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
  gap: 35px;
}

.site-header.site-header-charity-new .goza-header-main--menu .navbar-nav > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: var(--header-text-color, #FFF);
  font-size: 18px;
  letter-spacing: 0px;
  font-style: normal;
  line-height: 50px;
  font-weight: 500;
  font-family: var(--heading-family, Poppins, sans-serif);
  transition: 0.3s;
}

.site-header.site-header-charity-new .goza-header-main--menu .navbar-nav > li > a:hover {
  color: var(--link-color-hover, #71b61b);
}

.site-header.site-header-charity-new .goza-header-main--menu .navbar-nav > li > a.dropdown-toggle::after {
  display: none;
}

.site-header.site-header-charity-new .goza-header-main--menu .navbar-nav > li ul li a {
  font-family: "Montserrat";
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 600;
}

.site-header.site-header-charity-new .goza-header-main--cta {
  display: flex;
  align-items: center;
}

.site-header.site-header-charity-new .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal {
  background: var(--link-color, #71b61b);
  color: #fff;
  border: medium none;
  border-radius: 3px;
  transition: 0.3s;
  font-size: 15px;
  letter-spacing: 0px;
  padding: 13px 20px;
  line-height: 1.2;
  display: block;
}

@media (max-width: 1200px) {
  .site-header.site-header-charity-new .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal {
    display: none;
  }
}

.site-header.site-header-charity-new .goza-header-main--cta .goza-header-button-donate button.give-btn.give-btn-modal:hover {
  background: var(--link-color-hover, #a1e44e);
  text-decoration: none;
}

.site-header.site-header-charity-new .goza-header-main--cta .goza-header-cart-icon {
  position: relative;
  cursor: pointer;
  margin-right: 20px;
  display: none;
}

@media (max-width: 1200px) {
  .site-header.site-header-charity-new .goza-header-main--cta .goza-header-cart-icon {
    display: block;
  }
}

.site-header.site-header-charity-new .goza-header-main--cta .goza-header-cart-icon i {
  color: var(--header-text-color, #FFF);
  transition: 0.3s;
}

.site-header.site-header-charity-new .goza-header-main--cta .goza-header-cart-icon i:hover {
  color: var(--link-color-hover, #71b61b);
}

.site-header.site-header-charity-new .goza-header-main--cta .goza-header-cart-icon .goza-total-cart {
  right: -9px;
  background: var(--link-color, #71b61b);
  border-radius: 100%;
  font-size: 11px;
  font-weight: 600;
  width: 16px;
  color: var(--header-text-color, #FFF);
  height: 16px;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  line-height: 1;
  padding: 2.5px 0;
  margin-right: 1px;
  position: absolute;
  top: -6px;
}

.site-header.site-header-charity-new .goza-header-main--cta #goza-hamberger {
  display: none;
  cursor: pointer;
}

.site-header.site-header-charity-new .goza-header-main--cta #goza-hamberger i {
  color: var(--header-text-color, #FFF);
}

@media (max-width: 1200px) {
  .site-header.site-header-charity-new .goza-header-main--cta #goza-hamberger {
    display: block;
  }
}

@media (max-width: 1200px) {
  .site-header.site-header-charity-new .goza-header-main--phone {
    display: none;
  }
}

.site-header.site-header-charity-new .goza-header-main--phone a {
  font-size: 16px;
  font-weight: 400;
  color: var(--header-text-color, #FFF);
  line-height: 50px;
}

.site-header.site-header-charity-new .goza-header-main--phone a i {
  color: inherit;
  margin-right: 10px;
}

.site-header-charity-new #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
  color: var(--link-color, #71b61b);
}

.site-header-charity-new #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
  color: var(--header-text-color, #FFF);
  font-weight: 500;
  font-family: var(--heading-family, "Poppins", sans-serif);
  text-transform: none;
  font-size: 15px;
}

.site-header-charity-new #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu {
  padding: 10px 0px 10px 0px;
}

.site-header-charity-new #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-family: var(--heading-family, "Poppins", sans-serif);
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 600;
  padding: 5px 20px;
  font-size: 15px;
  line-height: 30px;
  color: #282828;
}

.site-header-charity-new #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
  font-weight: 600;
  text-decoration: none;
  color: var(--link-color, #71b61b);
}

#wpadminbar {
  overflow: hidden;
}

.main-footer {
  background-color: var(--footer-bg-color, #000);
  color: var(--footer-text-color, #FFF);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-footer-title {
  color: var(--footer-heading-color, #FFF);
}

.wpcf7-form {
  text-align: center;
}

.wpcf7-form .wpcf7-form-control-wrap input[type=text],
.wpcf7-form .wpcf7-form-control-wrap input[type=password],
.wpcf7-form .wpcf7-form-control-wrap input[type=number],
.wpcf7-form .wpcf7-form-control-wrap input[type=email],
.wpcf7-form .wpcf7-form-control-wrap input[type=date],
.wpcf7-form .wpcf7-form-control-wrap input[type=color],
.wpcf7-form .wpcf7-form-control-wrap input[type=tel],
.wpcf7-form .wpcf7-form-control-wrap input[type=search],
.wpcf7-form .wpcf7-form-control-wrap textarea,
.wpcf7-form .wpcf7-form-control-wrap select {
  border-radius: 3px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=number]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=email]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=date]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=color]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=tel]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=search]:focus,
.wpcf7-form .wpcf7-form-control-wrap textarea:focus,
.wpcf7-form .wpcf7-form-control-wrap select:focus {
  border: 1px solid rgba(212, 27, 101, 0.5);
  box-shadow: none;
  outline: none;
}

.wpcf7-form .wpcf7-form-control-wrap input {
  font-size: 16px;
  padding-left: 20px;
  background: #f6f6f6;
  height: 60px;
  line-height: 60px;
  width: 100%;
}

.wpcf7-form .wpcf7-form-control-wrap textarea.wpcf7-textarea {
  font-size: 16px;
  padding: 10px;
  padding-left: 20px;
  background: #f6f6f6;
  height: 200px;
  width: 100%;
}

.wpcf7-form p {
  margin-bottom: 10px;
}

.wpcf7-form p label {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}

.wpcf7-form p input[type=submit] {
  margin-top: 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0;
  padding: 0 50px;
  border-radius: 2px;
  color: #fff;
  border: none;
  background: #d41b65;
  transition: all 0.3s;
}

.wpcf7-form p:has(.wpcf7-submit) {
  display: inline-block;
  position: relative;
  overflow: hidden;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}

.wpcf7-form p:has(.wpcf7-submit)::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.wpcf7-form p:has(.wpcf7-submit):hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.tnp-subscription form label {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding: 5px;
  margin: 0;
}

.tnp-subscription form input[type=email] {
  width: 100%;
  height: 50px;
  padding: 10px;
  display: block;
  background-color: #f4f4f4;
  background-image: none;
  text-shadow: none;
  color: #444;
  font-size: 14px;
  margin: 0;
  line-height: normal;
  border-radius: 3px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
}

.tnp-subscription form input[type=email]:focus {
  border: 1px solid rgba(212, 27, 101, 0.5);
  box-shadow: none;
  outline: none;
}

.tnp-subscription form input[type=submit] {
  border-radius: 3px;
  border: none;
  background: var(--link-color, #d41b65);
  color: #fff;
  padding: 8px 12px;
  vertical-align: top;
  font-family: var(--body-family);
  font-size: 13px;
  line-height: 20px;
  transition: 0.3s;
}

.tnp-subscription form input[type=submit]:hover {
  background: #a7154f;
}

form.give-form.give-form-type-multi button.give-btn.give-btn-modal {
  display: block;
  margin: 0 auto !important;
}

body .wp-block-tnp-minimal > p {
  display: none;
}

body .wp-block-tnp-minimal .tnp-subscription-minimal form {
  display: flex;
  align-items: center;
}

body .wp-block-tnp-minimal .tnp-subscription-minimal input {
  width: 100%;
  max-width: 100%;
  float: left;
  border-radius: 3px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
  background: #f6f6f6;
  height: 60px;
  line-height: 60px;
  outline: none;
}

body .wp-block-tnp-minimal .tnp-subscription-minimal input.tnp-submit {
  background-color: var(--link-color);
  color: #fff;
  font-weight: 700;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 36px;
}

body .wp-block-tnp-minimal .tnp-subscription-minimal input:focus {
  border-color: var(--link-color);
}

body .wp-block-tnp-minimal .tnp-subscription-minimal input::-moz-placeholder {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  font-family: var(--body-family);
  color: var(--body-color);
}

body .wp-block-tnp-minimal .tnp-subscription-minimal input,
body .wp-block-tnp-minimal .tnp-subscription-minimal input::placeholder {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  font-family: var(--body-family);
  color: var(--body-color);
}

@media screen and (max-width: 767px) {
  body .wp-block-tnp-minimal .tnp-subscription-minimal form {
    flex-direction: column;
  }

  body .wp-block-tnp-minimal .tnp-subscription-minimal form input.tnp-email {
    margin-right: 0;
  }

  body .wp-block-tnp-minimal .tnp-subscription-minimal form input.tnp-submit {
    max-width: 100%;
    margin-top: 15px;
  }
}

.goza-preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999999;
  background-color: var(--preloader-color, rgb(212, 27, 101));
  display: flex;
  align-items: center;
  justify-content: center;
}

.goza-preloader-spinner {
  width: 30px;
  height: 30px;
  background-color: #fff;
  animation: rotateplane 1.2s infinite ease-in-out;
}

@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

.goza-topbar.goza-topbar-default {
  background: var(--topbar-bg-color, #000);
  color: var(--topbar-text-color, #FFF);
}

.goza-topbar.goza-topbar-default .goza-topbar-item {
  border-right: rgba(170, 170, 170, 0.21) solid 1px;
}

.goza-topbar.goza-topbar-default .goza-topbar-item.goza-topbar-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.goza-topbar.goza-topbar-default .goza-topbar-item.goza-topbar-social .goza-topbar-social-label {
  letter-spacing: 0px;
  color: var(--topbar-text-color, #FFF);
  font-style: normal;
  margin-right: 20px;
  font-weight: 500;
  font-size: 14px;
  font-family: var(--heading-family, Poppins, sans-serif);
}

.goza-topbar.goza-topbar-default .goza-topbar-item.goza-topbar-social .goza-topbar-social-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.goza-topbar.goza-topbar-default .goza-topbar-item.goza-topbar-social .goza-topbar-social-list li a {
  transition: 0.3s;
  line-height: 30px;
  font-size: 12px;
  background: #2c2b2b;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin: 0 2px;
  color: var(--topbar-text-color, #FFF);
  text-align: center;
  display: inline-block;
}

.goza-topbar.goza-topbar-default .goza-topbar-item.goza-topbar-social .goza-topbar-social-list li a:hover {
  background-color: var(--link-color-hover, #d41b65);
}

.goza-topbar.goza-topbar-default .goza-topbar-item.goza-topbar-ep a {
  text-decoration: none;
  font-size: 14px;
  line-height: 50px;
  display: block;
  letter-spacing: 0px;
  color: var(--topbar-text-color, #FFF);
  font-style: normal;
  transition: 0.3s;
  font-weight: 400;
  font-family: var(--heading-family, Poppins, sans-serif);
}

.goza-topbar.goza-topbar-default .goza-topbar-item.goza-topbar-ep a:hover {
  color: var(--link-color-hover, #d41b65);
}

.goza-topbar.goza-topbar-default .goza-topbar-item.goza-topbar-ep a i {
  color: var(--topbar-icon-color, #d41b65);
  margin-right: 7px;
}

.goza-topbar.goza-topbar-default .goza-topbar-item.goza-topbar-link a {
  font-weight: 500;
}

.goza-topbar.goza-topbar-default .goza-topbar-mobile {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 9px 0;
  gap: 5px;
}

.goza-topbar.goza-topbar-default .goza-topbar-mobile .goza-topbar-item {
  border-right: none;
}

.goza-topbar.goza-topbar-default .goza-topbar-mobile .goza-topbar-item a {
  font-family: var(--heading-family, Poppins, sans-serif);
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0px;
  color: var(--topbar-text-color, #FFF);
  font-style: normal;
  font-weight: 400;
  transition: 0.3s;
}

.goza-topbar.goza-topbar-layout2 {
  background: var(--topbar-bg-color, #0c3060);
  color: var(--topbar-text-color, #FFF);
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner-info {
  gap: 20px;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner-info .goza-topbar-ep a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 50px;
  letter-spacing: 0px;
  color: var(--topbar-text-color, #FFF);
  font-style: normal;
  font-weight: 400;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner-info .goza-topbar-ep a i {
  color: var(--topbar-icon-color, #2c9cf2);
  margin-right: 7px;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner .goza-topbar-social-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner .goza-topbar-social-list li:not(:last-child) {
  margin-right: 2px;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner .goza-topbar-social-list li a {
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner .goza-topbar-social-list li a:hover {
  background-color: var(--link-color, #2c9cf2) !important;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner .goza-topbar-social-list li a.google-plus {
  background-color: #dd4b39;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner .goza-topbar-social-list li a.twitter {
  background-color: #55acee;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner .goza-topbar-social-list li a.linkedin {
  background-color: #0077b5;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner .goza-topbar-social-list li a.pinterest-p {
  background-color: #bd081c;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner .goza-topbar-social-list li a.facebook {
  background-color: #3b5999;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner .goza-topbar-social-list li a.youtube {
  background-color: #FF0000;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner.goza-topbar-mobile {
  gap: 5px;
  padding: 7px 0;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner.goza-topbar-mobile a {
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  line-height: 25px;
  letter-spacing: 0px;
  color: var(--topbar-text-color, #FFF);
  font-style: normal;
  font-weight: 400;
}

.goza-topbar.goza-topbar-layout2 .goza-topbar-inner.goza-topbar-mobile a i {
  margin-right: 7px;
  color: var(--link-color, #2c9cf2);
}

.goza-topbar.goza-topbar-layout3 {
  color: var(--topbar-text-color, #FFF);
}

.goza-topbar.goza-topbar-layout3 .container {
  max-width: 100%;
  padding: 0;
}

@media (min-width: 992px) {
  .goza-topbar.goza-topbar-layout3 .container {
    padding-left: calc((100% - 930px) / 2);
  }
}

@media (min-width: 1200px) {
  .goza-topbar.goza-topbar-layout3 .container {
    padding-left: calc((100% - 1140px) / 2);
  }
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item:first-child {
  width: 170px;
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item:last-child {
  background: var(--topbar-bg-color, #0c3060);
  width: calc(100% - 170px);
  padding-left: 15px;
}

@media (min-width: 992px) {
  .goza-topbar.goza-topbar-layout3 .header-top-sidebar-item:last-child {
    padding-right: calc((100vw - 930px) / 2);
  }
}

@media (min-width: 1200px) {
  .goza-topbar.goza-topbar-layout3 .header-top-sidebar-item:last-child {
    padding-right: calc((100vw - 1140px) / 2);
  }
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item .goza-topbar-social-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item .goza-topbar-social-list a {
  width: 49px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  margin: 0;
  border-radius: 0;
  letter-spacing: 0px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  display: block;
  transition: all 0.3s ease;
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item .goza-topbar-social-list a:hover {
  background: var(--link-color-hover, #000) !important;
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item .goza-topbar-social-list a.facebook {
  background: #3b5999;
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item .goza-topbar-social-list a.google-plus {
  background: #dd4b39;
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item .goza-topbar-social-list a.twitter {
  background: #55acee;
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item .goza-topbar-inner-info .goza-topbar-ep:not(:last-child) {
  margin-right: 20px;
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item .goza-topbar-inner-info .goza-topbar-ep a {
  text-decoration: none;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 400;
  color: var(--topbar-text-color, #FFF);
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item .goza-topbar-inner-info .goza-topbar-ep a i {
  margin-right: 7px;
  font-size: 14px;
  color: var(--topbar-icon-color, #18b7d0);
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item .goza-choose-country a {
  text-decoration: none;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0px;
  color: var(--topbar-text-color, #FFF);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

.goza-topbar.goza-topbar-layout3 .header-top-sidebar-item .goza-choose-country a i {
  margin-right: 7px;
  font-size: 14px;
  color: var(--link-color, #18b7d0);
}

.goza-topbar.goza-topbar-layout4 {
  background: var(--topbar-bg-color, #222);
  color: var(--topbar-text-color, #FFF);
  padding-bottom: 46px;
}

@media (max-width: 767.98px) {
  .goza-topbar.goza-topbar-layout4 {
    padding-top: 24px;
    padding-bottom: 64px;
  }
}

.goza-topbar.goza-topbar-layout4 .goza-topbar-link a {
  text-decoration: none;
  font-family: var(--heading-family);
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0px;
  color: var(--topbar-text-color, #FFF);
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .goza-topbar.goza-topbar-layout4 .goza-topbar-link a {
    line-height: 115%;
  }
}

.goza-topbar.goza-topbar-layout4 .goza-topbar-link a i {
  color: var(--link-color, #2c9cf2);
  margin-right: 7px;
}

@media (max-width: 767.98px) {
  .goza-topbar.goza-topbar-layout4 .goza-topbar-inner {
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .goza-topbar.goza-topbar-layout4 .goza-topbar-inner .goza-topbar-ep {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

.goza-topbar.goza-topbar-layout4 .goza-topbar-inner-info {
  gap: 20px;
}

@media (max-width: 767.98px) {
  .goza-topbar.goza-topbar-layout4 .goza-topbar-inner-info {
    gap: 0;
  }
}

@media (max-width: 767.98px) {
  .goza-topbar.goza-topbar-layout4 .goza-topbar-inner-info .goza-topbar-ep {
    padding-bottom: 16px;
  }
}

.goza-topbar.goza-topbar-layout4 .goza-topbar-inner-info .goza-topbar-ep a {
  text-decoration: none;
  font-family: var(--heading-family);
  font-size: 15px;
  line-height: 50px;
  letter-spacing: 0px;
  color: var(--topbar-text-color, #FFF);
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 1199.98px) {
  .goza-topbar.goza-topbar-layout4 .goza-topbar-inner-info .goza-topbar-ep a {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .goza-topbar.goza-topbar-layout4 .goza-topbar-inner-info .goza-topbar-ep a {
    line-height: 115%;
  }
}

.goza-topbar.goza-topbar-layout4 .goza-topbar-inner-info .goza-topbar-ep a > span {
  text-transform: uppercase;
}

.goza-topbar.goza-topbar-layout4 .goza-topbar-inner-info .goza-topbar-ep a i {
  color: var(--topbar-icon-color, #2c9cf2);
  margin-right: 7px;
}

.site-menu-mobile {
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.3);
  transition: 0.3s;
}

.logged-in .site-menu-mobile {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .logged-in .site-menu-mobile {
    top: 46px;
  }
}

.\--menu-open .site-menu-mobile {
  visibility: visible;
  opacity: 1;
}

.\--menu-open .site-menu-mobile .site-menu-mobile-wrap-menu {
  right: 0;
}

.site-menu-mobile .off-canvas-menu-closed {
  position: absolute;
  display: block;
  z-index: 5;
  right: 10px;
  top: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 35px;
  text-align: center;
  cursor: pointer;
  font-size: 28px;
  color: #fff;
  background: #333;
  box-shadow: 0 0 26px 3px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-menu-mobile .off-canvas-menu-closed svg {
  width: 100%;
  height: auto;
  max-width: 15px;
}

.site-menu-mobile-wrap-menu {
  position: absolute;
  right: -100%;
  top: 0;
  width: 260px;
  height: 100%;
  overflow: auto;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  transition: 0.6s ease;
}

.site-menu-mobile-wrap-menu .mobile-menu {
  margin-top: 50px;
}

.site-menu-mobile-wrap-menu .mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.site-menu-mobile-wrap-menu .mobile-menu ul li:not(:last-child) {
  border-bottom: solid 1px rgba(40, 40, 40, 0.05);
}

.site-menu-mobile-wrap-menu .mobile-menu ul li a.nav-link,
.site-menu-mobile-wrap-menu .mobile-menu ul li a {
  font-size: 15px;
  line-height: 30px;
  color: #282828;
  padding: 5px 20px;
  position: relative;
  display: block;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--body-family, Poppins, sans-serif);
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 500;
}

.site-menu-mobile-wrap-menu .mobile-menu ul li a.nav-link:hover,
.site-menu-mobile-wrap-menu .mobile-menu ul li a:hover {
  color: var(--link-color, #d41b65);
}

.site-menu-mobile-wrap-menu .mobile-menu ul li a.nav-link.dropdown-toggle::after,
.site-menu-mobile-wrap-menu .mobile-menu ul li a.dropdown-toggle::after {
  display: none;
}

.site-menu-mobile-wrap-menu .mobile-menu ul li a.nav-link.dropdown-toggle .handle-sub,
.site-menu-mobile-wrap-menu .mobile-menu ul li a.dropdown-toggle .handle-sub {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  z-index: 9;
}

.site-menu-mobile-wrap-menu .mobile-menu ul li a.nav-link.dropdown-toggle .handle-sub.active::before,
.site-menu-mobile-wrap-menu .mobile-menu ul li a.dropdown-toggle .handle-sub.active::before {
  display: none;
}

.site-menu-mobile-wrap-menu .mobile-menu ul li a.nav-link.dropdown-toggle .handle-sub::before,
.site-menu-mobile-wrap-menu .mobile-menu ul li a.dropdown-toggle .handle-sub::before {
  content: "";
  height: 10px;
  border-left: 1px solid;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.site-menu-mobile-wrap-menu .mobile-menu ul li a.nav-link.dropdown-toggle .handle-sub::after,
.site-menu-mobile-wrap-menu .mobile-menu ul li a.dropdown-toggle .handle-sub::after {
  content: "";
  width: 10px;
  border-top: 1px solid;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.site-menu-mobile-wrap-menu .mobile-menu ul li .sub-menu {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  float: none;
  box-shadow: none;
  border-top: solid 1px rgba(40, 40, 40, 0.05);
  background: rgba(242, 242, 242, 0.5);
}

.site-menu-mobile-wrap-menu .mobile-menu ul li .sub-menu li:not(:last-child) {
  border-bottom: solid 1px rgba(40, 40, 40, 0.05);
}

.site-menu-mobile-wrap-menu .mobile-menu ul li .sub-menu li a {
  padding: 12px 20px;
  position: relative;
  display: block;
  font-family: var(--heading-family, Poppins, sans-serif);
  font-weight: 500;
}

.site-menu-mobile-wrap-menu .mobile-menu ul li .sub-menu li a:hover {
  color: var(--link-color, #d41b65);
}

.main-footer.footer-default {
  padding-top: 110px;
  padding-bottom: 105px;
}

@media (max-width: 767.98px) {
  .main-footer.footer-default {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1199.98px) {
  .main-footer.footer-default .main-footer-widget {
    margin-bottom: 32px;
  }
}

.main-footer.footer-default .main-footer-widget form {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.main-footer.footer-default .main-footer-widget form input.tnp-email {
  height: 60px;
  border-radius: 2px !important;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  color: var(--body-color, #444);
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  outline: none;
  margin: 0 0 10px 0;
}

.main-footer.footer-default .main-footer-widget form input.tnp-submit {
  width: 100%;
  height: 60px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: button;
  cursor: pointer;
  background-color: var(--link-color, rgb(131, 61, 204));
}

.main-footer.footer-default .main-footer-widget form input.tnp-submit:hover {
  background-color: var(--link-color-hover, rgb(131, 61, 204));
}

.main-footer.footer-default .main-footer-widget form:hover:after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.main-footer.footer-default .main-footer-widget form:after {
  background: #fff;
  content: "";
  height: 115px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: 40px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.main-footer.footer-default .main-footer-widget:not(:first-child) .main-footer-heading {
  text-transform: uppercase;
}

.main-footer.footer-default .main-footer-heading {
  font-size: 18px;
  color: #e1e1e1;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .main-footer.footer-default .main-footer-heading {
    margin-bottom: 16px;
  }
}

.main-footer.footer-default .heading-general {
  font-size: 26px;
  line-height: 36px;
}

.main-footer.footer-default .quicklinks-menu ul,
.main-footer.footer-default .quicklinks-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-footer.footer-default .quicklinks-menu ul li,
.main-footer.footer-default .quicklinks-menu li {
  padding-bottom: 8px;
}

.main-footer.footer-default .quicklinks-menu ul li a,
.main-footer.footer-default .quicklinks-menu li a {
  font-weight: 400;
  color: #c3c3c3;
  font-size: 17px;
  line-height: 26px;
  transition: all 0.3s ease;
}

@media (max-width: 1399.98px) {
  .main-footer.footer-default .quicklinks-menu ul li a,
  .main-footer.footer-default .quicklinks-menu li a {
    font-size: 16px;
  }
}

.main-footer.footer-default .quicklinks-menu ul li a:hover,
.main-footer.footer-default .quicklinks-menu li a:hover {
  color: var(--link-color-hover, #d41b65);
}

.main-footer.footer-default .quicklinks-menu ul li a:hover::before,
.main-footer.footer-default .quicklinks-menu li a:hover::before {
  color: var(--link-color-hover, #d41b65);
}

.main-footer.footer-default .quicklinks-menu ul li a::before,
.main-footer.footer-default .quicklinks-menu li a::before {
  content: "\F061";
  font: normal normal normal 14px/1 FontAwesome;
  color: #c3c3c3;
  margin-right: 10px;
  font-size: 12px;
  bottom: 2px;
  display: inline-block;
  position: relative;
}

.main-footer.footer-default .main-footer-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-footer.footer-default .main-footer-social li {
  padding-bottom: 8px;
}

.main-footer.footer-default .main-footer-social li a {
  font-weight: 400;
  color: #c3c3c3;
  font-size: 17px;
  line-height: 26px;
  text-decoration: underline;
}

@media (max-width: 1399.98px) {
  .main-footer.footer-default .main-footer-social li a {
    font-size: 16px;
  }
}

.main-footer.footer-default .main-footer-social li a:hover {
  color: var(--link-color-hover, #d41b65);
}

.main-footer.footer-default .main-footer-socket {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
}

@media (max-width: 1199.98px) {
  .main-footer.footer-default .main-footer-socket {
    margin-top: 18px;
  }
}

@media (max-width: 767.98px) {
  .main-footer.footer-default .main-footer-socket {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

.main-footer.footer-default .main-footer-socket-copyright {
  font-size: 17px;
  color: #c3c3c3;
  line-height: 28px;
  text-align: left;
}

@media (max-width: 1399.98px) {
  .main-footer.footer-default .main-footer-socket-copyright {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .main-footer.footer-default .main-footer-socket-copyright {
    margin-top: 30px;
  }
}

.main-footer.footer-default .main-footer-socket-copyright a:hover {
  text-decoration: underline;
}

.main-footer.footer-default .main-footer-socket-menu ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main-footer.footer-default .main-footer-socket-menu ul li:not(:last-child) {
  margin-right: 20px;
}

.main-footer.footer-default .main-footer-socket-menu ul li a {
  font-weight: 400 !important;
  color: #c3c3c3;
  font-size: 17px;
}

@media (max-width: 1399.98px) {
  .main-footer.footer-default .main-footer-socket-menu ul li a {
    font-size: 16px;
  }
}

.main-footer.footer-default .main-footer-socket-menu ul li a:hover {
  color: var(--link-color-hover, #d41b65);
}

.footer-ngo.main-footer {
  padding-top: 60px;
}

@media (max-width: 1399.98px) {
  .footer-ngo.main-footer .main-footer-widget {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  .footer-ngo.main-footer .main-footer-widget:not(:last-child) {
    margin-bottom: 30px;
  }
}

.footer-ngo.main-footer .main-footer-logo {
  display: block;
  margin-bottom: 30px;
}

.footer-ngo.main-footer .main-footer-logo img {
  max-width: 180px;
}

.footer-ngo.main-footer .main-footer-title {
  color: var(--footer-heading-color, #FFF);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 30px;
}

@media (max-width: 1399.98px) {
  .footer-ngo.main-footer .main-footer-title {
    margin-bottom: 16px;
  }
}

.footer-ngo.main-footer .main-footer-desc {
  font-size: 16px;
  line-height: 24px;
}

.footer-ngo.main-footer form input.tnp-email {
  border: 1px solid rgba(53, 53, 53, 0.1);
  width: calc(100% - 101px);
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 0 !important;
  background-color: #f4f4f4;
  color: #444;
  font-size: 14px;
  padding: 10px;
  outline: none;
}

.footer-ngo.main-footer form .tnp-submit {
  border-radius: 0;
  border: none;
  color: #fff;
  padding: 8px 12px;
  vertical-align: top;
  font-size: 13px;
  line-height: normal;
  transition: 0.3s;
  display: inline-block;
  text-transform: uppercase;
  width: auto;
  font-weight: 600;
  height: 40px;
  background-color: var(--link-color, rgb(131, 61, 204));
}

.footer-ngo.main-footer form .tnp-submit:hover {
  background-color: var(--link-color-hover, rgb(131, 61, 204));
}

.footer-ngo.main-footer .main-footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-ngo.main-footer .main-footer-menu ul li:not(:last-child) {
  margin-bottom: 8px;
}

.footer-ngo.main-footer .main-footer-menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--footer-text-color, #FFF);
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0px;
  font-size: 16px;
}

.footer-ngo.main-footer .main-footer-menu ul li a:hover {
  color: var(--link-color-hover, #FFF);
}

.footer-ngo.main-footer .main-footer-menu ul li a::before {
  content: "\F140";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
}

.footer-ngo.main-footer .main-footer-gallery-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 8px;
  grid-column-gap: 8px;
}

.footer-ngo.main-footer .main-footer-gallery-list a {
  display: block;
  border-radius: 4px;
}

.footer-ngo.main-footer .main-footer-gallery-list a img {
  border-radius: 4px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.footer-ngo.main-footer .main-footer-socket {
  padding: 10px 0;
  margin-top: 55px;
  border-top-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-top-style: solid;
}

@media (max-width: 1399.98px) {
  .footer-ngo.main-footer .main-footer-socket {
    margin-top: 28px;
  }
}

.footer-ngo.main-footer .main-footer-socket p {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 0;
}

.main-footer.footer-water {
  padding-top: 90px;
}

@media (max-width: 991.98px) {
  .main-footer.footer-water {
    padding-top: 60px;
  }
}

@media (max-width: 991.98px) {
  .main-footer.footer-water .main-footer-widget:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .main-footer.footer-water .main-footer-widget:nth-child(2) {
    padding-left: 5%;
  }
}

.main-footer.footer-water .main-footer-logo {
  margin-bottom: 30px;
  display: block;
}

.main-footer.footer-water .main-footer-title {
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 45px;
  letter-spacing: 0.32px;
}

@media (max-width: 991.98px) {
  .main-footer.footer-water .main-footer-title {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .main-footer.footer-water .main-footer-title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 30px;
  }
}

.main-footer.footer-water .main-footer--info-item {
  margin: 0;
  color: white;
}

.main-footer.footer-water .main-footer--info-item span {
  color: var(--footer-text-color, #FFF);
}

.main-footer.footer-water .main-footer--info-item a {
  text-decoration: none;
  color: inherit;
}

.main-footer.footer-water .main-footer--info-item.__address {
  margin-bottom: 32px;
}

.main-footer.footer-water .main-footer--info-item.__email {
  margin-bottom: 5px;
}

.main-footer.footer-water .main-footer--form-newsletter {
  margin-top: 32px;
}

.main-footer.footer-water .main-footer--form-newsletter .tnp-subscription-minimal form {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
}

.main-footer.footer-water .main-footer--form-newsletter .tnp-subscription-minimal form::after {
  position: absolute;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\F003";
  color: #8799a3;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}

.main-footer.footer-water .main-footer--form-newsletter .tnp-subscription-minimal form .tnp-email::-moz-placeholder {
  color: #8799a3;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 700 !important;
  font-family: "Roboto" !important;
}

.main-footer.footer-water .main-footer--form-newsletter .tnp-subscription-minimal form .tnp-email,
.main-footer.footer-water .main-footer--form-newsletter .tnp-subscription-minimal form .tnp-email::placeholder {
  color: #8799a3;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0;
  font-weight: 700 !important;
  font-family: "Roboto" !important;
}

.main-footer.footer-water .main-footer--form-newsletter .tnp-subscription-minimal form .tnp-email {
  background-color: #252525;
  border-radius: 0px;
  padding: 17px 45px 17px 25px;
  position: relative;
  color: #fff;
  border: none;
  width: 100%;
}

@media (max-width: 991.98px) {
  .main-footer.footer-water .main-footer--form-newsletter .tnp-subscription-minimal form .tnp-email {
    max-width: 100%;
  }
}

.main-footer.footer-water .main-footer--form-newsletter .tnp-subscription-minimal form .tnp-email:focus {
  border: none !important;
}

.main-footer.footer-water .main-footer--form-newsletter .tnp-subscription-minimal form .tnp-email:focus-visible {
  outline: none;
}

.main-footer.footer-water .main-footer--form-newsletter .tnp-subscription-minimal form .tnp-submit {
  font-size: 0px;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  opacity: 0;
  z-index: 9;
}

.main-footer.footer-water .main-footer--instagram #sb_instagram #sbi_images {
  margin-left: -10px;
  margin-right: -10px;
}

.main-footer.footer-water .main-footer--instagram #sb_instagram .sbi_photo {
  border-radius: 4px;
}

.main-footer.footer-water .main-footer--instagram #sb_instagram #sbi_load {
  box-sizing: border-box;
  text-align: left;
  margin-top: 8px;
}

.main-footer.footer-water .main-footer--instagram #sb_instagram #sbi_load .sbi_follow_btn {
  margin-left: 0;
}

.main-footer.footer-water .main-footer--instagram #sb_instagram #sbi_load .sbi_follow_btn > a {
  background: transparent !important;
  font-size: 16px;
  color: #9c26b0;
  line-height: 28px;
  font-weight: 700;
  box-shadow: none;
  padding: 0;
  display: flex;
  align-items: center;
  align-content: center;
  margin: 0;
}

.main-footer.footer-water .main-footer--instagram #sb_instagram #sbi_load .sbi_follow_btn > a svg {
  width: 30px !important;
  font-size: 35px !important;
  vertical-align: middle;
}

.main-footer.footer-water .main-footer--instagram #sb_instagram #sbi_load .sbi_follow_btn > a:hover {
  background: transparent !important;
  color: #9c26b0;
  box-shadow: none;
}

.main-footer.footer-water .main-footer-desc {
  font-size: 18px;
  line-height: 28px;
}

.main-footer.footer-water .main-footer-desc p {
  margin: 0;
}

.main-footer.footer-water .main-footer-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main-footer.footer-water .main-footer-menu ul li:not(:last-child) {
  margin-bottom: 20px;
}

.main-footer.footer-water .main-footer-menu ul li a {
  font-size: 18px;
  line-height: 28px;
  color: var(--footer-text-color, #FFF);
}

.main-footer.footer-water .main-footer-menu ul li a:hover {
  color: var(--link-color-hover, #a472da);
}

.main-footer.footer-water .main-footer-menu ul li a::before {
  content: "\F061";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 10px;
}

.main-footer.footer-water .main-footer-social {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 32px;
}

.main-footer.footer-water .main-footer-social li a {
  color: var(--footer-text-color, #FFF);
}

.main-footer.footer-water .main-footer-social li a i {
  font-size: 23px;
  color: var(--footer-text-color, #FFF);
}

.main-footer.footer-water .main-footer-social li a:hover {
  color: var(--link-color-hover, inherit);
}

.main-footer.footer-water .main-footer-social li a:hover i {
  color: var(--link-color-hover, #a472da);
}

.main-footer.footer-water .main-footer-socket {
  padding-top: 15px;
  margin-top: 65px;
  padding-bottom: 15px;
  border-top: 1px solid #282828;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .main-footer.footer-water .main-footer-socket {
    margin-top: 30px;
  }
}

@media (max-width: 767.98px) {
  .main-footer.footer-water .main-footer-socket > p {
    max-width: 75%;
  }
}

.main-footer.footer-water .main-footer-socket p {
  margin: 0;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  font-weight: 600;
}

.main-footer.footer-water .main-footer-socket p a {
  color: #fff;
}

.main-footer.footer-water .main-footer-socket p a:hover {
  text-decoration: underline;
}

.main-footer.footer-water .main-footer-socket #back-to-top {
  display: inline-block;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  cursor: pointer;
  transition: 0.4s;
}

@media (max-width: 767.98px) {
  .main-footer.footer-water .main-footer-socket #back-to-top span {
    display: none;
  }
}

.main-footer.footer-water .main-footer-socket #back-to-top i {
  margin-left: 15px;
}

.main-footer.footer-organization {
  padding-top: 90px;
}

@media (max-width: 767.98px) {
  .main-footer.footer-organization {
    padding-top: 60px;
  }
}

@media (max-width: 991.98px) {
  .main-footer.footer-organization .main-footer-widget:first-child {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .main-footer.footer-organization .main-footer-widget {
    margin-bottom: 30px;
  }
}

.main-footer.footer-organization .main-footer-widget .main-footer-title {
  font-size: 24px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 30px;
}

.main-footer.footer-organization .main-footer-widget .main-footer-desc {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  margin-bottom: 35px;
}

.main-footer.footer-organization .main-footer-widget .main-footer-info {
  display: flex;
}

.main-footer.footer-organization .main-footer-widget .main-footer-info span,
.main-footer.footer-organization .main-footer-widget .main-footer-info a {
  line-height: 20px;
  font-size: 17px;
  margin-bottom: 0;
  letter-spacing: 0px;
  font-weight: 400;
  display: flex;
  color: var(--footer-text-color, #FFF);
}

.main-footer.footer-organization .main-footer-widget .main-footer-info i {
  color: var(--link-color-hover, inherit);
  margin-right: 20px;
  min-width: 20px;
}

.main-footer.footer-organization .main-footer-widget .main-footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  .main-footer.footer-organization .main-footer-widget .main-footer-menu ul {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 991.98px) {
  .main-footer.footer-organization .main-footer-widget .main-footer-menu ul li {
    width: 50%;
  }
}

.main-footer.footer-organization .main-footer-widget .main-footer-menu ul li:not(:last-child) {
  margin-bottom: 15px;
}

.main-footer.footer-organization .main-footer-widget .main-footer-menu ul li a {
  position: relative;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.48px;
  color: var(--footer-text-color, #FFF);
}

@media (max-width: 575.98px) {
  .main-footer.footer-organization .main-footer-widget .main-footer-menu ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}

.main-footer.footer-organization .main-footer-widget .main-footer-menu ul li a:hover {
  color: var(--link-color-hover, inherit);
}

.main-footer.footer-organization .main-footer-widget .main-footer-menu ul li a:hover::before {
  color: var(--link-color-hover, inherit);
}

.main-footer.footer-organization .main-footer-widget .main-footer-menu ul li a::before {
  content: "\F061";
  margin-right: 20px;
  color: var(--link-color, inherit);
  font: normal normal normal 14px/1 FontAwesome;
}

@media (max-width: 575.98px) {
  .main-footer.footer-organization .main-footer-widget .main-footer-menu ul li a::before {
    margin-right: 10px;
  }
}

.main-footer.footer-organization .main-footer-widget .main-footer-gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 4px;
  grid-column-gap: 4px;
}

@media (max-width: 991.98px) {
  .main-footer.footer-organization .main-footer-widget .main-footer-gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .main-footer.footer-organization .main-footer-widget .main-footer-gallery-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 575.98px) {
  .main-footer.footer-organization .main-footer-widget .main-footer-gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.main-footer.footer-organization .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item {
  height: 115px;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.main-footer.footer-organization .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item i {
  box-sizing: border-box;
}

.main-footer.footer-organization .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item i::before {
  content: "+";
}

.main-footer.footer-organization .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item:hover .main-footer-gallery-list-item-icon {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}

.main-footer.footer-organization .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.main-footer.footer-organization .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item .main-footer-gallery-list-item-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transition: 0.3s ease;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #111;
  border-radius: 40px;
  box-shadow: 0 0 23px 3px rgba(1, 1, 1, 0.2);
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.main-footer.footer-organization .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item .main-footer-gallery-list-item-icon:hover {
  background: var(--link-color-hover, #e94776);
}

.main-footer.footer-organization .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item .main-footer-gallery-list-item-icon:hover i {
  color: white;
}

.main-footer.footer-organization .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease;
}

.main-footer.footer-organization .main-footer-widget .main-footer-newsletter {
  margin-top: 20px;
}

.main-footer.footer-organization .main-footer-widget .main-footer-newsletter form {
  position: relative;
}

.main-footer.footer-organization .main-footer-widget .main-footer-newsletter form:before {
  position: absolute;
  content: " ";
  height: 60px;
  width: 1px;
  right: 75px;
  top: 50%;
  background-color: #c3c3c3;
  z-index: 1;
  transform: translateY(-50%);
}

.main-footer.footer-organization .main-footer-widget .main-footer-newsletter form::after {
  content: "\F003";
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 25px;
  color: var(--link-color, inherit);
  transform: translateY(-50%);
}

.main-footer.footer-organization .main-footer-widget .main-footer-newsletter form .tnp-email {
  padding: 28px 90px 28px 25px;
  position: relative;
  color: var(--footer-text-color, #FFF);
  box-sizing: border-box;
  font-style: italic;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  background: transparent;
  width: 100%;
  max-width: 100%;
}

.main-footer.footer-organization .main-footer-widget .main-footer-newsletter form .tnp-email:focus {
  border: 1px solid rgba(236, 94, 135, 0.5);
  box-shadow: none;
  outline: none;
}

.main-footer.footer-organization .main-footer-widget .main-footer-newsletter form .tnp-submit {
  border-radius: 3px;
  border: none;
  background: var(--link-color, inherit);
  color: #fff;
  padding: 8px 12px;
  vertical-align: top;
  font-size: 13px;
  line-height: normal;
  transition: 0.3s;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  opacity: 0;
  z-index: 9;
}

.main-footer.footer-organization .main-footer-socket {
  background-color: var(--socket-bg-color, #213e8c);
  color: var(--socket-text-color, #636363);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 767.98px) {
  .main-footer.footer-organization .main-footer-socket {
    margin-top: 30px;
  }
}

.main-footer.footer-organization .main-footer-socket p {
  margin-bottom: 0;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}

@media (max-width: 767.98px) {
  .main-footer.footer-organization .main-footer-socket p {
    font-size: 15px;
    line-height: 115%;
  }
}

.footer-charity-organization.main-footer {
  padding-top: 60px;
}

@media (min-width: 1200px) {
  .footer-charity-organization.main-footer .row {
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 1200px) {
  .footer-charity-organization.main-footer .main-footer-widget {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.footer-charity-organization.main-footer .main-footer-widget:not(:last-child) {
  border-right: 1px dashed #4c4c4c;
}

@media (max-width: 1399.98px) {
  .footer-charity-organization.main-footer .main-footer-widget:not(:last-child) {
    margin-bottom: 30px;
    border: none;
  }
}

.footer-charity-organization.main-footer .main-footer-logo {
  display: block;
  margin-bottom: 30px;
}

.footer-charity-organization.main-footer .main-footer-title {
  color: var(--footer-heading-color, #FFF);
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0;
  margin-bottom: 56px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.16px;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .footer-charity-organization.main-footer .main-footer-title {
    margin-bottom: 35px;
  }
}

@media (max-width: 575.98px) {
  .footer-charity-organization.main-footer .main-footer-title {
    font-size: 24px;
    line-height: 34px;
  }
}

.footer-charity-organization.main-footer .main-footer-title::before {
  content: " ";
  display: inline-block;
  width: 55px;
  height: 3px;
  background: #3a3a3a;
  position: absolute;
  left: 0;
  bottom: 0;
}

.footer-charity-organization.main-footer .main-footer-desc {
  font-size: 18px;
  line-height: 28px;
}

.footer-charity-organization.main-footer .main-footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 16px;
}

@media (max-width: 575.98px) {
  .footer-charity-organization.main-footer .main-footer-menu ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.footer-charity-organization.main-footer .main-footer-menu ul li:not(:last-child) {
  margin-bottom: 8px;
}

.footer-charity-organization.main-footer .main-footer-menu ul li a {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--footer-text-color, #a8a8a8);
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.16px;
}

@media (max-width: 1199.98px) {
  .footer-charity-organization.main-footer .main-footer-menu ul li a {
    font-size: 17px;
  }
}

.footer-charity-organization.main-footer .main-footer-menu ul li a:hover {
  color: var(--link-color-hover, #FFF);
}

.footer-charity-organization.main-footer .main-footer-menu ul li a::before {
  content: "\F0A4";
  font: normal normal normal 14px/1 FontAwesome;
  margin-right: 5px;
}

.footer-charity-organization.main-footer .main-footer-social {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer-charity-organization.main-footer .main-footer-social li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}

.footer-charity-organization.main-footer .main-footer-social li a {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background-color: #212121;
  color: #fff;
  text-align: center;
  display: inline-block;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-charity-organization.main-footer .main-footer-social li a:hover {
  background-color: var(--link-color-hover, rgb(50, 203, 254));
}

.footer-charity-organization.main-footer .main-footer-social li a i {
  font-size: 25px;
}

.footer-charity-organization.main-footer .main-footer-socket {
  background-color: var(--socket-bg-color, #fff);
  padding-top: 20px;
  padding-bottom: 15px;
  margin-top: 85px;
}

.footer-charity-organization.main-footer .main-footer-socket p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0px;
  color: var(--socket-text-color, #333);
  text-align: center;
  margin-bottom: 0;
}

.footer-charity-organization.main-footer .main-footer-socket p a {
  color: #8a8a8a;
}

.footer-charity-organization.main-footer .main-footer-socket p a:hover {
  color: var(--socket-text-color, #333);
}

.main-footer.footer-water-charity {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-footer.footer-water-charity .main-footer-subtitle {
  font-size: 20px;
  color: var(--footer-text-color, #666666);
  line-height: 30px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.main-footer.footer-water-charity .main-footer-title,
.main-footer.footer-water-charity h2 {
  font-size: 45px;
  color: #a52f2a;
  line-height: 55px;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .main-footer.footer-water-charity .main-footer-title,
  .main-footer.footer-water-charity h2 {
    font-size: 23px;
    line-height: 33px;
  }
}

.main-footer.footer-water-charity .main-footer-title {
  font-weight: 800;
}

.main-footer.footer-water-charity .main-footer-subsocial {
  padding: 50px 45px;
  background-image: url(../images/bkg-gzwc-001.jpg?ea2a73e2dfaeebd00e10b442e0499349);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .main-footer.footer-water-charity .main-footer-subsocial {
    padding-left: 0;
    padding-right: 0;
  }
}

.main-footer.footer-water-charity .main-footer-subsocial .main-footer-newsletter form {
  display: inline-block;
  width: 100%;
  position: relative;
}

@media (max-width: 575.98px) {
  .main-footer.footer-water-charity .main-footer-subsocial .main-footer-newsletter form:before {
    content: " ";
    width: 1px;
    height: 80%;
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #18b7d0;
  }

  .main-footer.footer-water-charity .main-footer-subsocial .main-footer-newsletter form:after {
    content: "\F0E0";
    font-family: FontAwesome;
    font-size: 17px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    color: #18b7d0;
    z-index: 9;
  }
}

.main-footer.footer-water-charity .main-footer-subsocial .main-footer-newsletter input[type=email] {
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease 0s;
  max-width: 100%;
  font-size: 15px;
  color: #666;
  font-weight: 500;
  width: calc(100% - 200px);
  padding: 0 20px 0 40px;
  height: 90px;
  line-height: 90px;
  border-radius: 0;
  background-color: #fff;
}

@media (max-width: 575.98px) {
  .main-footer.footer-water-charity .main-footer-subsocial .main-footer-newsletter input[type=email] {
    padding: 0 75px 0 20px;
    width: 100%;
  }
}

.main-footer.footer-water-charity .main-footer-subsocial .main-footer-newsletter input[type=submit] {
  width: 200px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.48px;
  background-color: #18b7d0;
  border-radius: 3px;
  border: none;
  background: rgb(24, 183, 208);
  color: rgb(255, 255, 255);
  padding: 8px 12px;
  line-height: normal;
  transition: all 0.3s ease 0s;
  height: 90px;
  border-radius: 0;
  text-transform: uppercase;
}

@media (max-width: 575.98px) {
  .main-footer.footer-water-charity .main-footer-subsocial .main-footer-newsletter input[type=submit] {
    width: 70px;
    font-size: 0px !important;
    background-color: transparent !important;
    z-index: 99;
    position: absolute;
    right: 0px;
    top: 0px;
  }
}

@media (max-width: 991.98px) {
  .main-footer.footer-water-charity .main-footer-subsocial .main-footer-social {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
}

.main-footer.footer-water-charity .main-footer-subsocial .main-footer-social-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.main-footer.footer-water-charity .main-footer-subsocial .main-footer-social-list li a {
  width: 74px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  display: inline-block;
  background-color: #32cbfe;
}

.main-footer.footer-water-charity .main-footer-subsocial .main-footer-social-list li a.social-facebook {
  background-color: #3b5998;
}

.main-footer.footer-water-charity .main-footer-subsocial .main-footer-social-list li a.social-google-plus {
  background-color: #dd4b39;
}

.main-footer.footer-water-charity .main-footer-subsocial .main-footer-social-list li a.social-linkedin {
  background-color: #0a66c2;
}

.main-footer.footer-water-charity .main-footer-subsocial .main-footer-social-list li a.social-pinterest-p {
  background-color: #e60023;
}

.main-footer.footer-water-charity .main-footer-subsocial .main-footer-social-list li a.social-youtube {
  background-color: #FF0000;
}

.main-footer.footer-water-charity .main-footer-copyright {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0.16px;
  color: #a52f2a;
  margin-top: 40px;
}

.main-footer.footer-water-charity .main-footer-socket-menu {
  margin-top: 20px;
}

.main-footer.footer-water-charity .main-footer-socket-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-footer.footer-water-charity .main-footer-socket-menu ul li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}

.main-footer.footer-water-charity .main-footer-socket-menu ul li:not(:first-child):before {
  content: " ";
  width: 1px;
  height: 15px;
  background-color: #999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.main-footer.footer-water-charity .main-footer-socket-menu ul li a {
  color: var(--socket-text-color, #999);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
}

.main-footer.footer-water-charity .main-footer-socket-menu ul li a:hover {
  text-decoration: underline;
}

.main-footer.footer-earthquake {
  padding-top: 85px;
  padding-bottom: 85px;
}

@media (max-width: 767.98px) {
  .main-footer.footer-earthquake {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .main-footer.footer-earthquake .main-footer-widget:not(:last-child) {
    margin-bottom: 30px;
  }
}

.main-footer.footer-earthquake .main-footer-widget form {
  overflow: hidden;
  position: relative;
}

.main-footer.footer-earthquake .main-footer-widget form input.tnp-email {
  height: 45px;
  margin-bottom: 10px;
  border-radius: 2px !important;
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  color: #444;
  font-size: 14px;
  max-width: 100%;
  outline: none;
}

.main-footer.footer-earthquake .main-footer-widget form input.tnp-submit {
  height: 45px;
  border-radius: 2px;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: button;
  cursor: pointer;
  background-color: #000;
}

.main-footer.footer-earthquake .main-footer-widget form:hover:after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.main-footer.footer-earthquake .main-footer-widget form:after {
  background: #fff;
  content: "";
  height: 115px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: 40px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.main-footer.footer-earthquake .main-footer-heading {
  color: var(--link-color, #28C77B);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .main-footer.footer-earthquake .main-footer-heading {
    margin-bottom: 20px;
  }
}

.main-footer.footer-earthquake .main-footer-content {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  padding-bottom: 30px;
  border-bottom: 1px solid #7C7C7C;
  margin-bottom: 30px;
}

.main-footer.footer-earthquake .main-footer-content span {
  color: var(--link-color, #28C77B);
}

.main-footer.footer-earthquake .heading-general {
  font-size: 26px;
  line-height: 36px;
}

.main-footer.footer-earthquake .quicklinks-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 0px;
}

.main-footer.footer-earthquake .quicklinks-menu li {
  list-style-type: none;
  padding-bottom: 8px;
}

.main-footer.footer-earthquake .quicklinks-menu li a {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  transition: all 0.3s ease;
}

.main-footer.footer-earthquake .quicklinks-menu li a:hover {
  color: var(--link-color-hover, #d41b65);
}

.main-footer.footer-earthquake .quicklinks-menu li a:hover::before {
  color: var(--link-color-hover, #d41b65);
}

.main-footer.footer-earthquake .main-footer-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.main-footer.footer-earthquake .main-footer-social li {
  display: inline-block;
}

.main-footer.footer-earthquake .main-footer-social li a {
  width: 40px;
  height: 40px;
  background: #222222;
  border-radius: 50%;
  text-align: center;
  line-height: 40px !important;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  margin-right: 5px;
}

.main-footer.footer-earthquake .main-footer-social li a.Facebook {
  background: #186CB0;
}

.main-footer.footer-earthquake .main-footer-social li a.Facebook::before {
  content: "\F09A";
}

.main-footer.footer-earthquake .main-footer-social li a.Google.Plus {
  background: #E22E04;
}

.main-footer.footer-earthquake .main-footer-social li a.Google.Plus::before {
  content: "\F0D5";
}

.main-footer.footer-earthquake .main-footer-social li a.Twitter {
  background: #00B3D3;
}

.main-footer.footer-earthquake .main-footer-social li a.Twitter::before {
  content: "\F099";
}

.main-footer.footer-earthquake .main-footer-social li a.LinkedIn {
  background: #074682;
}

.main-footer.footer-earthquake .main-footer-social li a.LinkedIn::before {
  content: "\F0E1";
}

.main-footer.footer-earthquake .main-footer-social li a.Youtube {
  background: #f70000;
}

.main-footer.footer-earthquake .main-footer-social li a.Youtube::before {
  content: "\F167";
}

.main-footer.footer-earthquake .main-footer-social li a.Pinterest {
  background: #9a1020;
}

.main-footer.footer-earthquake .main-footer-social li a.Pinterest::before {
  content: "\F231";
}

.main-footer.footer-earthquake .main-footer-social li a:hover {
  background: #28C77B !important;
  color: #fff;
}

.main-footer.footer-earthquake .newsletter-form-box {
  background: var(--link-color, #28C77B);
  margin-top: -115px;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
  .main-footer.footer-earthquake .newsletter-form-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main-footer.footer-earthquake .newsletter-form-box h3.main-footer-heading {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 15px;
}

.main-footer.footer-earthquake .newsletter-form-box .main-footer-desc {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.main-footer.footer-earthquake .main-footer-socket {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .main-footer.footer-earthquake .main-footer-socket {
    align-items: flex-start;
    flex-direction: column-reverse;
  }
}

.main-footer.footer-earthquake .main-footer-socket-copyright {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .main-footer.footer-earthquake .main-footer-socket-copyright {
    margin-top: 30px;
  }
}

.main-footer.footer-earthquake .main-footer-socket-copyright a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .main-footer.footer-earthquake .row {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .main-footer.footer-earthquake .main-footer-widget {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .main-footer.footer-earthquake .main-footer-widget .newsletter-form-box {
    margin-top: 10px;
  }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
  .main-footer.footer-earthquake .main-footer-widget .quicklinks-menu {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
}

.main-footer.footer-charity-new {
  padding-top: 110px;
  padding-bottom: 105px;
}

@media (max-width: 767.98px) {
  .main-footer.footer-charity-new {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-footer.footer-charity-new .main-footer-widget {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  .main-footer.footer-charity-new .main-footer-widget:not(:last-child) {
    margin-bottom: 32px;
  }
}

.main-footer.footer-charity-new .main-footer-widget .main-footer-content p {
  margin: 0;
}

.main-footer.footer-charity-new .main-footer-widget form {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.main-footer.footer-charity-new .main-footer-widget form input.tnp-email {
  height: 60px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  color: #444;
  font-size: 14px;
  max-width: 100%;
  outline: none;
  border-radius: 30px;
}

.main-footer.footer-charity-new .main-footer-widget form input.tnp-submit {
  height: 60px;
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 30px;
  border: 2px solid var(--link-color, #71b61b);
  background-color: var(--link-color, #71b61b);
  transition: all 0.5s ease;
}

.main-footer.footer-charity-new .main-footer-widget form input.tnp-submit:hover {
  background-color: transparent;
}

.main-footer.footer-charity-new .main-footer-heading {
  font-size: 18px;
  color: #e1e1e1;
  line-height: 21px;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0px;
  margin-bottom: 30px;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .main-footer.footer-charity-new .main-footer-heading {
    font-size: 17px;
  }
}

@media (max-width: 991.98px) {
  .main-footer.footer-charity-new .main-footer-heading {
    margin-bottom: 24px;
  }
}

@media (max-width: 767.98px) {
  .main-footer.footer-charity-new .main-footer-heading {
    margin-bottom: 16px;
  }
}

.main-footer.footer-charity-new .heading-general {
  font-size: 26px;
  line-height: 36px;
}

.main-footer.footer-charity-new .quicklinks-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-footer.footer-charity-new .quicklinks-menu li {
  padding-bottom: 8px;
}

.main-footer.footer-charity-new .quicklinks-menu li a {
  font-weight: 400;
  color: #c3c3c3;
  font-size: 17px;
  line-height: 26px;
  transition: all 0.3s ease;
}

.main-footer.footer-charity-new .quicklinks-menu li a:hover {
  color: var(--link-color-hover, #71b61b);
}

.main-footer.footer-charity-new .quicklinks-menu li a:hover::before {
  color: var(--link-color-hover, #71b61b);
}

.main-footer.footer-charity-new .quicklinks-menu li a::before {
  content: "\F061";
  font: normal normal normal 14px/1 FontAwesome;
  color: #c3c3c3;
  margin-right: 10px;
  font-size: 12px;
  bottom: 2px;
  display: inline-block;
  position: relative;
}

.main-footer.footer-charity-new .main-footer-social {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-footer.footer-charity-new .main-footer-social li {
  padding-bottom: 8px;
}

.main-footer.footer-charity-new .main-footer-social li a {
  font-weight: 400;
  color: #c3c3c3;
  font-size: 17px;
  line-height: 26px;
  text-decoration: underline;
}

.main-footer.footer-charity-new .main-footer-social li a:hover {
  color: var(--link-color-hover, #71b61b);
}

.main-footer.footer-charity-new .main-footer-socket {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-footer.footer-charity-new .main-footer-socket {
    margin-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .main-footer.footer-charity-new .main-footer-socket {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-top: 32px;
  }
}

.main-footer.footer-charity-new .main-footer-socket-copyright {
  font-size: 17px;
  color: #c3c3c3;
  line-height: 28px;
  text-align: left;
}

@media (max-width: 767.98px) {
  .main-footer.footer-charity-new .main-footer-socket-copyright {
    margin-top: 20px;
  }
}

.main-footer.footer-charity-new .main-footer-socket-copyright a:hover {
  text-decoration: underline;
}

.main-footer.footer-charity-new .main-footer-socket-menu ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.main-footer.footer-charity-new .main-footer-socket-menu ul li:not(:last-child) {
  margin-right: 20px;
}

.main-footer.footer-charity-new .main-footer-socket-menu ul li a {
  font-weight: 400 !important;
  color: #c3c3c3;
  font-size: 17px;
}

.main-footer.footer-charity-new .main-footer-socket-menu ul li a:hover {
  color: var(--link-color-hover, #71b61b);
}

.main-footer.footer-ngo-dark {
  padding-top: 90px;
}

@media (max-width: 767.98px) {
  .main-footer.footer-ngo-dark {
    padding-top: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-footer.footer-ngo-dark > .container > .row > .main-footer-widget .main-footer-info a,
  .main-footer.footer-ngo-dark > .container > .row > .main-footer-widget .main-footer-info span {
    font-size: 15px;
  }

  .main-footer.footer-ngo-dark > .container > .row > .main-footer-widget .main-footer-info i {
    margin-right: 10px;
  }

  .main-footer.footer-ngo-dark > .container > .row > .main-footer-widget:first-child,
  .main-footer.footer-ngo-dark > .container > .row > .main-footer-widget:last-child {
    flex: 0 0 27%;
    max-width: 27%;
  }

  .main-footer.footer-ngo-dark > .container > .row > .main-footer-widget:nth-child(2) {
    flex: 0 0 46%;
    max-width: 46%;
  }
}

@media (max-width: 991.98px) {
  .main-footer.footer-ngo-dark .main-footer-widget:first-child {
    margin-bottom: 30px;
  }
}

@media (max-width: 767.98px) {
  .main-footer.footer-ngo-dark .main-footer-widget {
    margin-bottom: 32px;
  }
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-title {
  font-size: 24px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .main-footer.footer-ngo-dark .main-footer-widget .main-footer-title {
    margin-bottom: 20px;
  }
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-desc {
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  margin-bottom: 35px;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-info {
  display: flex;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-info span,
.main-footer.footer-ngo-dark .main-footer-widget .main-footer-info a {
  line-height: 20px;
  font-size: 17px;
  margin-bottom: 0;
  letter-spacing: 0px;
  font-weight: 400;
  display: flex;
  color: var(--footer-text-color, #FFF);
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-info i {
  color: var(--link-color, inherit);
  margin-right: 20px;
  min-width: 20px;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-menu ul li:not(:last-child) {
  margin-bottom: 32px;
}

@media (max-width: 767.98px) {
  .main-footer.footer-ngo-dark .main-footer-widget .main-footer-menu ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-menu ul li a {
  position: relative;
  font-size: 17px;
  line-height: 27px;
  letter-spacing: 0.48px;
  color: var(--footer-text-color, #FFF);
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-menu ul li a:hover {
  color: var(--link-color, inherit);
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-menu ul li a:hover::before {
  color: var(--footer-text-color, #FFF);
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-menu ul li a::before {
  content: "\F061";
  margin-right: 20px;
  color: var(--link-color, inherit);
  font: normal normal normal 14px/1 FontAwesome;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 4px;
  grid-column-gap: 4px;
}

@media (max-width: 991.98px) {
  .main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767.98px) {
  .main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 575.98px) {
  .main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item {
  height: 115px;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item i {
  box-sizing: border-box;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item i::before {
  content: "+";
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item:hover .main-footer-gallery-list-item-icon {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item .main-footer-gallery-list-item-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transition: 0.3s ease;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #111;
  border-radius: 40px;
  box-shadow: 0 0 23px 3px rgba(1, 1, 1, 0.2);
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item .main-footer-gallery-list-item-icon:hover {
  background: var(--link-color-hover, #3d3e51);
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item .main-footer-gallery-list-item-icon:hover i {
  color: white;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-gallery-list .main-footer-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: 0.3s ease;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-newsletter {
  margin-top: 20px;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-newsletter form {
  position: relative;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-newsletter form:before {
  position: absolute;
  content: " ";
  height: 60px;
  width: 1px;
  right: 75px;
  top: 50%;
  background-color: #c3c3c3;
  z-index: 1;
  transform: translateY(-50%);
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-newsletter form::after {
  content: "\F003";
  font-family: FontAwesome;
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 25px;
  color: var(--link-color, inherit);
  transform: translateY(-50%);
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-newsletter form .tnp-email {
  padding: 28px 90px 28px 25px;
  position: relative;
  color: var(--footer-text-color, #FFF);
  box-sizing: border-box;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #636363;
  background: transparent;
  width: 100%;
  max-width: 100%;
  background-color: #252525;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-newsletter form .tnp-email:focus {
  border: 1px solid rgba(236, 94, 135, 0.5);
  box-shadow: none;
  outline: none;
}

.main-footer.footer-ngo-dark .main-footer-widget .main-footer-newsletter form .tnp-submit {
  border-radius: 3px;
  border: none;
  background: var(--link-color, inherit);
  color: #fff;
  padding: 8px 12px;
  vertical-align: top;
  font-size: 13px;
  line-height: normal;
  transition: 0.3s;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  opacity: 0;
  z-index: 9;
}

.main-footer.footer-ngo-dark .main-footer-socket {
  background-color: var(--socket-bg-color, #213e8c);
  color: var(--socket-text-color, #636363);
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 80px;
}

@media (max-width: 767.98px) {
  .main-footer.footer-ngo-dark .main-footer-socket {
    margin-top: 28px;
  }
}

.main-footer.footer-ngo-dark .main-footer-socket p {
  margin-bottom: 0;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0px;
}

.main-footer.footer-ngo-dark .main-footer-socket p a {
  color: #111;
}

.wp-block-columns.be-ss-icon-box {
  gap: 0;
  margin-bottom: 0;
}

.wp-block-columns.be-ss-icon-box .be-icon-box-block {
  border-right: none;
  height: 100%;
}

.wp-block-columns.be-ss-icon-box .be-icon-box-block:first-child {
  border-left: 1px dotted #b7b7b7;
}

.wp-block-columns.be-ss-icon-box .be-icon-box-block--button a {
  background: #d41b65;
}

.wp-block-columns.be-ss-icon-box .wp-block-column:last-child .be-icon-box-block {
  border-right: 1px dotted #b7b7b7;
}

@media (max-width: 359px) {
  .wp-block-columns.be-ss-icon-box .wp-block-column:not(:last-child) .be-icon-box-block {
    border-bottom: 1px dotted #b7b7b7 !important;
  }
}

@media (min-width: 360px) and (max-width: 991.98px) {
  body .wp-block-columns.be-ss-icon-box .wp-block-column {
    flex-basis: 50% !important;
  }

  .wp-block-columns.be-ss-icon-box .wp-block-column:nth-child(2) .be-icon-box-block {
    border-right: 1px dotted #b7b7b7;
  }

  .wp-block-columns.be-ss-icon-box .wp-block-column:nth-child(2) .be-icon-box-block,
  .wp-block-columns.be-ss-icon-box .wp-block-column:first-child .be-icon-box-block {
    border-bottom: 1px dotted #b7b7b7;
  }
}

@media (max-width: 359px) {
  .wp-block-columns.be-ss-icon-box .wp-block-column .be-icon-box-block {
    border: none !important;
  }

  .wp-block-columns.be-ss-icon-box .wp-block-column .be-icon-box-block:not(:last-child) {
    border-bottom: 1px dotted #b7b7b7 !important;
  }
}

@media (max-width: 767.98px) {
  .wp-block-columns.be-ss-icon-box .wp-block-column .be-icon-box-block-inner {
    padding: 48px 10px;
  }
}

@media (max-width: 767.98px) {
  .wp-block-columns.be-ss-icon-box .wp-block-column .be-icon-box-block--heading {
    font-size: 18px;
    line-height: 120%;
  }
}

@media (max-width: 575.98px) {
  .wp-block-columns.be-ss-icon-box .wp-block-column .be-icon-box-block--heading {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .wp-block-columns.be-ss-icon-box .wp-block-column .be-icon-box-block--icon img {
    max-width: 55px;
  }
}

@media (max-width: 767.98px) {
  .wp-block-columns.be-ss-icon-box .wp-block-column .be-icon-box-block--button {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .wp-block-columns.be-ss-icon-box .wp-block-column .be-icon-box-block--button a {
    max-width: 90%;
  }
}

.home-last-section {
  overflow: unset;
}

.home-last-section .home-general-box {
  margin-left: calc(-50vw + 50px + 50%);
  margin-right: calc(-50vw + 50px + 50%);
  max-width: calc(100vw - 100px);
  margin-top: -150px;
  margin-bottom: 0;
  gap: 15px;
}

@media (max-width: 991px) {
  .home-last-section .home-general-box {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.home-last-section .home-general-box.wp-block-columns {
  flex-wrap: wrap !important;
}

@media (max-width: 991px) {
  .home-last-section .home-general-box.wp-block-columns .wp-block-column {
    width: 100%;
    max-width: calc(50% - 7.5px);
    flex-basis: auto;
    flex-grow: inherit;
  }
}

@media (max-width: 767px) {
  .home-last-section .home-general-box.wp-block-columns .wp-block-column {
    width: 100%;
    max-width: 100%;
  }
}

.home-last-section .home-general-box.wp-block-columns .wp-block-column .be-icon-box-block {
  height: 100%;
}

.home-last-section .home-general-box.wp-block-columns .wp-block-column .be-icon-box-block-inner {
  height: 100%;
}

@media (max-width: 767px) {
  .home-last-section .last-home-button.wp-block-columns {
    gap: 1em;
  }
}

@media (max-width: 767px) {
  .home-last-section .last-home-button .wp-block-column {
    justify-content: center;
    display: flex;
  }
}

@media (max-width: 767px) {
  .home-last-section .last-home-button .wp-block-column .wp-block-buttons {
    justify-content: center;
  }
}

.be-give-progress {
  margin: 0;
  padding: 0;
}

.be-give-progress .be-col-we-are-charity.wp-block-column {
  padding-right: 10%;
}

.section-charity-upcoming {
  gap: 0;
}

.section-charity-upcoming .goza-block-container {
  height: 100%;
}

.charity-or-newsletter .tnp form {
  position: relative;
}

.charity-or-newsletter .tnp form .tnp-email {
  height: 80px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  padding: 0 210px 0 30px;
  font-size: 18px;
  line-height: 80px;
  color: #999999;
  max-width: 100%;
  letter-spacing: 0.16px;
  width: 100%;
  border-radius: 0;
  background-color: #fff;
  outline: none;
}

.charity-or-newsletter .tnp form .tnp-submit {
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  font-weight: 700;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
  width: 100%;
  margin-top: 16px;
  background-color: #000;
  border-radius: 0;
  color: #fff;
}

@media (min-width: 576px) {
  .charity-or-newsletter .tnp form .tnp-submit {
    width: 180px;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
}

.wp-block-goza-blocks-goza-button.be-gz-last-btn-home {
  margin: 0;
  display: flex;
  justify-content: center;
  margin-inline-start: 0 !important;
}

.error404 {
  background: url(../images/background-page-404.jpg?f0ed61d9085e7796edc9ddb433e44ceb) center center/cover;
  background-attachment: fixed;
}

.error404 .error-404 {
  padding: 170px 0 170px;
  background-attachment: fixed;
}

.error404 .error-404 .wrap-entry-404 {
  text-align: center;
}

.error404 .error-404 h1 {
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 28px;
  color: #fff;
  font-family: var(--body-family);
  font-weight: 700;
}

.error404 .error-404 p {
  color: #fff;
}

.error404 .error-404 .btn-go {
  display: inline-block;
  background: var(--link-color, #d41b65);
  color: #ebebeb;
  border: medium none;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: all 0.3s;
}

.error404 .error-404 .btn-go:hover {
  background: #dd548b;
  color: #fff;
}

.error404 .error-404 form {
  position: relative;
  display: inline-block;
  max-width: 100%;
  width: 450px;
  margin: 20px auto;
}

.error404 .error-404 form label {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.error404 .error-404 form label::after {
  content: "\F002";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  font-size: 24px;
  color: var(--link-color);
}

.error404 .error-404 form input {
  padding: 0 35px 0 10px;
  width: 100%;
  height: 50px;
  border-radius: 100px;
  padding-left: 24px;
  padding-right: 80px;
  color: #333;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
}

.error404 .error-404 form input:focus {
  border: 1px solid rgba(212, 27, 101, 0.5);
  box-shadow: none;
  outline: none;
}

.error404 .error-404 form .search-submit {
  width: 70px;
  height: 50px;
  padding: 0 25px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background: none;
  font-size: 0;
  opacity: 0;
}

@media screen and (max-width: 991px) {
  .error404 .error-404 {
    padding: 150px 0 150px;
  }

  .error404 .error-404 h1 {
    font-size: 72px;
    line-height: 72px;
  }
}

@media screen and (max-width: 768px) {
  .error404 .error-404 {
    padding: 120px 0 120px;
  }

  .error404 .error-404 h1 {
    font-size: 65px;
    line-height: 65px;
  }
}

.be-box-featured-block.home-ngo {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .be-box-featured-block.home-ngo {
    margin-top: -40px;
  }
}

.be-single-event.be-single-event-water:not(.is-style-charity) {
  display: inline-block;
}

.be-single-event.be-single-event-water:not(.is-style-charity) .be-single-event-inner {
  margin-top: -220px;
}

.wp-block-goza-blocks-goza-container.be-container-single-ev-water {
  overflow: inherit;
}

.wp-block-goza-blocks-goza-container.be-container-single-ev-water .goza-logo-carousel-block .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.n2-ss-slider a.be-btn-slider-water {
  position: relative;
}

.n2-ss-slider a.be-btn-slider-water svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}

.n2-ss-slider a.be-btn-slider-water svg rect {
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  x: 50%;
  y: 50%;
  transform: translate(calc(-50% + 5px), calc(-50% + 5px));
}

.n2-ss-slider a.be-btn-slider-water:hover svg {
  animation-play-state: running;
  stroke: #fff;
}

.wp-block-image.be-gz-ngo-dark-img-service img {
  cursor: pointer;
  transition-duration: 0.3s;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.wp-block-image.be-gz-ngo-dark-img-service img:hover {
  animation-name: be-animation-wobble-top;
}

.wp-block-column.be-column-count-down {
  align-self: auto;
}

.wp-block-goza-blocks-goza-container.be-ss-about-ngo-dark {
  overflow: inherit;
}

.wp-block-goza-blocks-goza-container.be-ss-about-ngo-dark::after,
.wp-block-goza-blocks-goza-container.be-ss-about-ngo-dark::before {
  content: " ";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0px;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .wp-block-goza-blocks-goza-container.be-ss-about-ngo-dark::after,
  .wp-block-goza-blocks-goza-container.be-ss-about-ngo-dark::before {
    content: none;
  }
}

.wp-block-goza-blocks-goza-container.be-ss-about-ngo-dark::before {
  width: 100px;
  top: -140px;
  height: 264px;
  background-image: url(../images/icon-gz-ngo-dark-001.png?159fd5daff470e66a22ea3a8617f34ef);
}

@media (max-width: 1199.98px) {
  .wp-block-goza-blocks-goza-container.be-ss-about-ngo-dark::before {
    width: 80px;
    height: 220px;
  }
}

.wp-block-goza-blocks-goza-container.be-ss-about-ngo-dark::after {
  bottom: 90px;
  width: 100px;
  height: 120px;
  background-image: url(../images/icon-gz-ngo-dark-002.png?86776dbe1d01a6865d39388ccd6bea8f);
}

@media (max-width: 1199.98px) {
  .wp-block-goza-blocks-goza-container.be-ss-about-ngo-dark::after {
    bottom: 0px;
    width: 80px;
    height: 100px;
  }
}

.wp-block-goza-blocks-goza-container.be-ss-count-down-ngo-dark {
  overflow: inherit;
}

.wp-block-goza-blocks-goza-container.be-ss-count-down-ngo-dark::before {
  content: " ";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  transform: rotate(180deg);
  z-index: 1;
  width: 100px;
  top: -140px;
  height: 264px;
  background-image: url(../images/icon-gz-ngo-dark-001.png?159fd5daff470e66a22ea3a8617f34ef);
}

@media (max-width: 1199.98px) {
  .wp-block-goza-blocks-goza-container.be-ss-count-down-ngo-dark::before {
    width: 80px;
    height: 220px;
    top: -35%;
  }
}

@media (max-width: 991.98px) {
  .wp-block-goza-blocks-goza-container.be-ss-count-down-ngo-dark::before {
    content: none;
  }
}

.wp-block-goza-blocks-goza-container.be-ss-single-post-ngo-dark {
  overflow: inherit;
}

.wp-block-goza-blocks-goza-container.be-ss-single-post-ngo-dark::after,
.wp-block-goza-blocks-goza-container.be-ss-single-post-ngo-dark::before {
  content: " ";
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .wp-block-goza-blocks-goza-container.be-ss-single-post-ngo-dark::after,
  .wp-block-goza-blocks-goza-container.be-ss-single-post-ngo-dark::before {
    content: none;
  }
}

.wp-block-goza-blocks-goza-container.be-ss-single-post-ngo-dark::before {
  width: 100px;
  top: -20px;
  height: 264px;
  left: 0;
  background-image: url(../images/icon-gz-ngo-dark-001.png?159fd5daff470e66a22ea3a8617f34ef);
}

@media (max-width: 1199.98px) {
  .wp-block-goza-blocks-goza-container.be-ss-single-post-ngo-dark::before {
    width: 80px;
    height: 220px;
    top: -10%;
  }
}

.wp-block-goza-blocks-goza-container.be-ss-single-post-ngo-dark::after {
  bottom: 0px;
  width: 100px;
  height: 120px;
  right: 0;
  background-image: url(../images/icon-gz-ngo-dark-003.png?0443a047f560c17fdb11658c787fd403);
}

@media (max-width: 1199.98px) {
  .wp-block-goza-blocks-goza-container.be-ss-single-post-ngo-dark::after {
    width: 80px;
    height: 100px;
    bottom: -10%;
  }
}

.n2-ss-slider .n2-ss-button-container a.be-cta-slider-gz-ngo-dark {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 9;
}

.n2-ss-slider .n2-ss-button-container a.be-cta-slider-gz-ngo-dark::before {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
  border-color: transparent transparent transparent #2d2e40;
}

.n2-ss-slider .n2-ss-button-container a.be-cta-slider-gz-ngo-dark::after {
  content: " ";
  display: inline-block;
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
  z-index: -1;
  border-color: transparent #2d2e40 transparent transparent;
}

.n2-ss-slider .n2-ss-button-container a.be-cta-slider-gz-ngo-dark:hover::after {
  border-width: 0 165px 165px 0;
}

.n2-ss-slider .n2-ss-button-container a.be-cta-slider-gz-ngo-dark:hover::before {
  border-width: 165px 0 0 165px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns.be-row-services-gz-ngo-dark {
    flex-wrap: nowrap !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns.be-row-counter-gz-ngo-dark {
    gap: 2em 0;
    flex-wrap: wrap !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .wp-block-columns.be-row-counter-gz-ngo-dark {
    gap: 2em 0;
    flex-wrap: wrap !important;
  }
}

.wp-block-columns.be-row-counter-gz-ngo-dark .be-counter-up.is-style-ngo-dark .be-counter-up-box {
  padding: 0;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-block-columns.be-row-counter-gz-ngo-dark .be-counter-up.is-style-ngo-dark .be-counter-up-box__heading {
    font-size: 20px;
    line-height: 110%;
    margin-top: -30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns.be-row-counter-gz-ngo-dark > .wp-block-column {
    flex-basis: 50% !important;
    width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .wp-block-columns.be-row-counter-gz-ngo-dark > .wp-block-column {
    flex-basis: 50% !important;
    width: 50%;
  }
}

@media (max-width: 575.98px) {
  .wp-block-columns.be-row-counter-gz-ngo-dark > .wp-block-column {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns.be-gz-orgazination-item-progressbar {
    gap: 0;
    margin-top: 10px;
  }
}

.wp-block-columns.be-gz-orgazination-row-our {
  margin-top: -156px;
}

.wp-block-columns.be-gz-orgazination-row-our > .wp-block-column {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 991.98px) {
  .wp-block-columns.be-gz-orgazination-row-our {
    margin-top: 50px;
  }
}

@media (max-width: 767.98px) {
  .wp-block-columns.be-gz-orgazination-row-our {
    margin-top: 48px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns.be-gz-orgazination-row-our {
    flex-wrap: nowrap !important;
  }
}

.wp-block-columns.be-organization-ss-ev-coming {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .wp-block-columns.be-gz-orgazination-row-counter > .wp-block-column {
    text-align: center;
    border: none !important;
    padding-bottom: 16px;
    padding-top: 8px;
  }

  .wp-block-columns.be-gz-orgazination-row-counter > .wp-block-column .be-counter-up {
    width: 100%;
  }

  .wp-block-columns.be-gz-orgazination-row-counter > .wp-block-column .be-counter-up.alignright {
    text-align: center;
    margin-inline-start: 0;
  }

  .wp-block-columns.be-gz-orgazination-row-counter > .wp-block-column:not(:last-child) {
    border-bottom: 1px dashed #b0b0b0 !important;
  }

  .wp-block-columns.be-gz-orgazination-row-counter > .wp-block-column:last-child {
    padding-bottom: 0;
  }

  .wp-block-columns.be-gz-orgazination-row-counter > .wp-block-column:first-child {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns.be-gz-orgazination-row-counter > .wp-block-column .be-counter-up .be-counter-up-box__number {
    font-size: 30px !important;
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns.be-gz-orgazination-row-button {
    padding-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .wp-block-columns.be-gz-orgazination-row-button > .wp-block-column {
    flex-wrap: wrap;
  }

  .wp-block-columns.be-gz-orgazination-row-button > .wp-block-column .wp-block-goza-blocks-goza-button {
    width: 100%;
  }

  .wp-block-columns.be-gz-orgazination-row-button > .wp-block-column .wp-block-goza-blocks-goza-button--inner {
    width: 100%;
    margin: 0 !important;
  }

  .wp-block-columns.be-gz-orgazination-row-button > .wp-block-column .wp-block-goza-blocks-goza-button:not(:last-child) {
    margin-bottom: 16px;
  }
}

.wp-block-goza-blocks-goza-container.be-gz-orgazination-ss-our {
  overflow: inherit;
}

@media (max-width: 767.98px) {
  .video-popup-actions-block.be-orgazination-ac-vd {
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767.98px) {
  .be-testimonials-block.be-gz-organization-testimonials .be-testimonials-block-carousel {
    margin-bottom: 0;
    padding-bottom: 80px !important;
  }

  .be-testimonials-block.be-gz-organization-testimonials .be-testimonials-block-carousel .slick-dots {
    bottom: 24px;
  }
}

.play-video-home-earthquake .block-inner #block-video-action a {
  height: 80px !important;
  width: 80px !important;
  background-color: #28C77B !important;
  color: #28C77B !important;
}

.play-video-home-earthquake .block-inner #block-video-action a i {
  font-size: 50px;
}

.play-video-home-earthquake .block-inner #block-video-action a::before {
  width: 80px !important;
  height: 80px !important;
}

.give-block-hero {
  margin-top: -170px;
  z-index: 1;
  position: relative;
}

.be-section-margin-video {
  margin-top: -140px;
}

.be-section-video .gb-background-cover {
  border-radius: 20px;
}

.be-section-video .gb-background-cover #block-video-action a.liquid {
  background-color: #28C77B;
}

.be-row-donor .goza-layout-column-wrap {
  grid-template-columns: 3fr 2fr;
}

.be-col-donate-box.goza-block-layout-column {
  margin-top: -350px;
}

.be-row-donor .give-donor {
  background: transparent;
  border: none;
  box-shadow: none !important;
}

.be-row-donor .give-donor .give-donor-container {
  display: block;
}

.be-row-donor .give-donor .give-donor-container {
  display: block;
  padding: 0;
}

.be-row-donor .give-donor .give-donor-container__image {
  width: 100px;
  float: left;
}

.be-row-donor .give-donor .give-donor-container-variation {
  display: block;
  padding-left: 120px;
  font-size: 18px;
  color: rgba(34, 34, 34, 0.1333333333);
  text-transform: uppercase;
}

.be-row-donor .give-donor .give-donor-details {
  display: block;
  padding-left: 120px;
}

.be-row-donor .give-donor .give-donor-details__wrapper {
  width: 100%;
}

h2.be-heading-has-line {
  display: inline-block;
  font-size: 26px;
  color: #222;
  position: relative;
  margin-right: 15px;
}

@media (max-width: 575.98px) {
  h2.be-heading-has-line {
    width: 100%;
    margin-right: 0;
  }
}

.be-row-donor button.give-donor__load_more {
  display: none;
}

.be-box-mgt .goza-block-layout-column-inner {
  margin-top: -70px;
}

ul.be-list-ul li {
  font-size: 20px;
  color: #555;
}

@media only screen and (max-width: 1200px) {
  .be-row-donor .goza-layout-column-wrap {
    max-width: 960px !important;
    margin: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media only screen and (max-width: 992px) {
  .be-row-donor .goza-layout-column-wrap {
    max-width: 720px !important;
    margin: 0 auto;
    display: block;
    padding-left: 22px;
    padding-right: 22px;
  }

  .be-col-donate-box.goza-block-layout-column {
    margin-top: 30px;
  }

  .be-can-help .goza-layout-column-wrap {
    display: block;
  }

  .be-section-video .gb-background-cover {
    padding: 50px !important;
  }

  .be-section-towards .goza-block-layout-column-inner {
    padding: 50px !important;
  }
}

@media only screen and (max-width: 767px) {
  .give-block-hero {
    margin-top: 50px;
  }

  .be-row-donor .goza-layout-column-wrap {
    max-width: 540px !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .be-section-icon-box {
    gap: 0;
  }

  .be-section-video .gb-background-cover .video-popup-actions-block {
    height: 150px !important;
  }

  .be-section-video .gb-background-cover {
    padding: 40px 32px !important;
  }

  .be-section-towards .goza-block-layout-column-inner {
    padding: 50px 15px !important;
  }

  .be-section-earthquake-toward .goza-layout-column-wrap {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns.be-gzwc-row-recent-post {
    flex-wrap: wrap !important;
  }
}

.wp-block-columns.be-gzwc-row-recent-post .wp-block-column:nth-child(2) .wp-block-image {
  margin-bottom: 0;
  height: 100%;
}

.wp-block-columns.be-gzwc-row-recent-post .wp-block-column:nth-child(2) .wp-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
}

@media (max-width: 991.98px) {
  .wp-block-columns.be-gzwc-row-recent-post .wp-block-column:nth-child(2) .wp-block-image img {
    height: auto;
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns.be-gzwc-row-recent-post .wp-block-column {
    order: 2;
  }

  body .wp-block-columns.be-gzwc-row-recent-post .wp-block-column {
    flex-basis: 100% !important;
  }

  .wp-block-columns.be-gzwc-row-recent-post .wp-block-column:nth-child(2) {
    order: 1;
  }
}

@media (max-width: 767.98px) {
  .wp-block-columns.be-row-icb-gzwc .wp-block-column .be-icon-box-block.is-style-water-charity .be-icon-box-block-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .wp-block-columns.be-row-icb-gzwc .wp-block-column:nth-child(2) {
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

.be-section-charity2-together {
  margin-top: -70px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}

.be-section-charity2-together-col2 .be-counter-up-box {
  padding: 0 !important;
  flex-direction: column-reverse;
  display: flex;
}

.be-section-together-col2 button.give-btn.give-btn-modal {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0px 30px !important;
  background: transparent !important;
  color: #71b61b !important;
  border-radius: 30px !important;
  font-size: 14px !important;
  height: 50px !important;
  line-height: 46px !important;
  border: 2px solid #71b61b !important;
  margin-top: 15px;
}

.be-charity2-video {
  justify-content: flex-start;
  max-width: 100% !important;
  height: 130px !important;
}

.be-charity2-video .block-inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.be-charity2-video div#block-video-action {
  margin-right: 30px;
}

.be-charity2-video h5.block-inner__heading {
  margin-bottom: 0 !important;
}

.be-section-raised .be-progressbar-block.line {
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid #ddd;
}

.be-section-testimonial p.item-testimonial-desc {
  font-size: 20px !important;
}

.be-col-donate-charity2 p {
  margin-bottom: 0;
}

.be-charity2-font-satisfy {
  font-family: Satisfy;
}

.be-section-charity2-upcoming-event .be-single-event-inner--heading {
  font-family: Satisfy;
}

.be-section-charity2-upcoming-event .btn.btn-organization {
  font-size: 13px;
}

@media only screen and (max-width: 767.98px) {
  .be-section-charity2-together {
    margin-top: -50px;
  }

  .be-section-charity2-together > .goza-layout-column-wrap {
    display: block;
  }

  .be-charity2-video {
    margin-left: 0;
  }

  .be-section-charity2-icon-box > .goza-layout-column-wrap {
    display: block;
  }

  .be-section-charity2-stories > .goza-layout-column-wrap {
    display: block;
  }

  .be-section-charity2-team {
    padding-left: 15px;
    padding-right: 15px;
  }

  .be-charity2-video div#block-video-action {
    margin-right: 20px;
  }

  .be-section-charity2-together,
  .be-section-charity2-stories,
  .be-section-charity2-team,
  .be-section-charity2-team .has-text-align-right {
    text-align: center;
  }

  .be-section-charity2-stories .wp-block-goza-blocks-goza-button,
  .be-section-charity2-team .wp-block-goza-blocks-goza-button {
    justify-content: center;
  }

  .be-section-together-col2 .be-charity2-video {
    height: 130px !important;
    justify-content: center;
  }
}

@media (min-width: 782px) and (max-width: 991.98px) {
  .wp-block-goza-blocks-goza-button.be-gz-dream-btn-last-home .wp-block-goza-button_link {
    font-size: 16px !important;
  }
}

@media (max-width: 991.98px) {
  .be-column-image-text-video-block.be-column-image-text-video-block--home-dream .block-grid .block-col__content.block-col__box {
    width: 80%;
    max-width: 310px;
    left: calc(50% - 17.5px);
  }
}

@media (max-width: 991.98px) {
  .be-column-image-text-video-block.be-column-image-text-video-block--home-dream .block-grid .block-col__name {
    font-size: 20px;
    line-height: 120%;
  }
}

@media (max-width: 767.98px) {
  .be-column-image-text-video-block.be-column-image-text-video-block--home-dream .block-grid .block-col__name {
    font-size: 18px;
  }
}

@media (max-width: 359.98px) {
  .be-column-image-text-video-block.be-column-image-text-video-block--home-dream .block-grid .block-col__name {
    font-size: 16px;
  }
}

@media (max-width: 359.98px) {
  .be-column-image-text-video-block.be-column-image-text-video-block--home-dream .block-grid .block-col__position {
    font-size: 14px;
    line-height: 120%;
  }
}

@media (max-width: 767.98px) {
  .be-column-image-text-video-block.be-column-image-text-video-block--home-dream .block-grid .block-col__content.block-col__box {
    padding-left: 20px;
    padding-right: 40px;
  }
}

@media (min-width: 601px) and (max-width: 991.98px) {
  .wp-block-goza-blocks-goza-columns.be-gz-co-row-ab .goza-layout-column-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2" "col3 col3";
  }
}

@media (min-width: 601px) and (max-width: 991.98px) {
  .wp-block-goza-blocks-goza-columns.be-gz-co-row-ab .goza-layout-column-wrap .goza-block-layout-column:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media (min-width: 601px) and (max-width: 991.98px) {
  .wp-block-goza-blocks-goza-columns.be-gz-co-row-ab .goza-layout-column-wrap .goza-block-layout-column:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}

@media (min-width: 601px) and (max-width: 991.98px) {
  .wp-block-goza-blocks-goza-columns.be-gz-co-row-ab .goza-layout-column-wrap .goza-block-layout-column:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1/span 2;
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns.be-gz-charity-row-social .wp-block-column {
    flex-basis: 25% !important;
    width: calc(25% - 2em) !important;
    max-width: calc(25% - 2em) !important;
  }
}

@media (max-width: 767.98px) {
  .wp-block-columns.be-gz-charity-row-social .wp-block-column {
    flex-basis: 50% !important;
    width: calc(50% - 2em) !important;
    max-width: calc(50% - 2em) !important;
  }

  .wp-block-columns.be-gz-charity-row-social .wp-block-column .wp-block-social-links .wp-social-link a {
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .wp-block-columns.be-gz-charity-row-social .wp-block-column .wp-block-social-links .wp-social-link a svg {
    width: 100%;
    max-width: 35px;
    height: auto;
  }
}

@media screen and (min-width: 1200px) {
  .be-column-image-text-video-block .block-col-content .block-col__content {
    width: 570px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    float: right;
  }
}

.be-search-posts-list {
  background-color: #f8f7f5;
  padding: 90px 0;
}

@media (max-width: 991.98px) {
  .be-search-posts-list {
    padding: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .be-search-posts-list {
    padding: 48px 0;
  }
}

.be-search-posts-list .post-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.be-search-posts-list .post-wrap:not(:last-child) {
  margin-bottom: 30px;
}

.be-search-posts-list .post-wrap .entry-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 66%;
  background: #E7E6E4;
}

.be-search-posts-list .post-wrap .entry-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.be-search-posts-list .post-wrap .entry-content {
  background: #FFFFFF;
  padding: 24px 32px;
}

@media (max-width: 991.98px) {
  .be-search-posts-list .post-wrap .entry-content {
    padding: 24px 15px;
  }
}

.be-search-posts-list .post-wrap .entry-content .entry-cat-links {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  margin-bottom: 4px;
}

.be-search-posts-list .post-wrap .entry-content .entry-cat-links a {
  text-decoration: none;
}

.be-search-posts-list .post-wrap .entry-content .entry-title {
  font-weight: var(--heading-font-weight);
  font-size: var(--h3-font-size);
  line-height: var(--h3-font-size);
  margin-bottom: 12px;
  color: var(--heading-color);
  letter-spacing: var(--heading-letter-spacing);
  font-style: var(--heading-font-style);
  font-family: var(--heading-family);
}

@media (max-width: 991.98px) {
  .be-search-posts-list .post-wrap .entry-content .entry-title {
    font-size: 24px;
    line-height: 116%;
  }
}

@media (max-width: 991.98px) {
  .be-search-posts-list .post-wrap .entry-content .entry-title {
    font-size: 20px;
  }
}

.be-search-posts-list .post-wrap .entry-content .entry-title > a {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: inherit;
  font-family: inherit;
}

.be-search-posts-list .post-wrap .entry-content .entry-summary {
  margin-bottom: 12px;
}

.be-search-posts-list .post-wrap .entry-content .entry-summary > *:first-child {
  margin-top: 0;
}

.be-search-posts-list .post-wrap .entry-content .entry-summary > *:last-child {
  margin-bottom: 0;
}

.be-search-posts-list .post-wrap .entry-content .entry-meta {
  list-style: none;
  margin: 0;
  padding: 0;
}

.be-search-posts-list .post-wrap .entry-content .entry-meta li {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
}

.be-search-posts-list .post-wrap .entry-content .entry-meta li:not(:last-child):after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  background-color: var(--link-color);
  border-radius: 4px;
  margin: 0 16px;
}

.search .not-found {
  padding: 100px 0;
}

.search .not-found .page-header {
  text-align: center;
}

.search .not-found .page-header .page-title {
  font-family: var(--body-family);
  font-weight: 700;
  margin-bottom: 30px;
}

.search .not-found .page-content {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.search .not-found .page-content form {
  margin-top: 30px;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.search .not-found .page-content form label {
  width: 100%;
  flex-grow: 1;
}

.search .not-found .page-content form input[type=search] {
  border-radius: 3px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
  font-size: 16px;
  padding: 20px;
  background: #f6f6f6;
  height: 56px;
  line-height: 56px;
  width: 100%;
}

.search .not-found .page-content form input[type=search]:focus {
  border: 1px solid rgba(212, 27, 101, 0.5);
  box-shadow: none;
  outline: none;
}

.search .not-found .page-content form input[type=submit] {
  border-radius: 3px;
  padding: 16px 32px;
  background-color: var(--link-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #FFFFFF;
  border: 0;
  margin-bottom: 8px;
  transition: all 0.3s;
}

.search .not-found .page-content form input[type=submit]:hover {
  opacity: 0.8;
}

@media screen and (max-width: 480px) {
  .search .page-content form {
    flex-direction: column;
  }

  .search .page-content form input[type=submit] {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .wp-block-columns.goza-ss-vd-about > .wp-block-column .video-popup-actions-block {
    max-width: 100% !important;
    margin: 0 auto;
    height: 400px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .wp-block-columns.goza-ss-vd-about > .wp-block-column:nth-child(2) {
    flex-basis: 35% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns.goza-ss-vd-about > .wp-block-column:nth-child(2) {
    flex-basis: 69% !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .wp-block-columns.goza-ss-vd-about > .wp-block-column:last-child {
    flex-basis: 26% !important;
  }
}

@media (max-width: 991.98px) {
  .wp-block-goza-blocks-goza-container.gz-ss-help-ab-page > .container > .wp-block-columns:first-child {
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .wp-block-goza-blocks-goza-container.gz-ss-help-ab-page > .container > .wp-block-columns > .wp-block-column:first-child .be-box-icon-btn {
    width: 100%;
    max-width: 485px;
  }
}

.wp-block-goza-blocks-goza-container.gz-ss-help-ab-page > .container > .wp-block-columns > .wp-block-column:last-child .wp-block-image {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .goza-box-featured-grid-block.goza-box-featured-newsletter > .block-inner-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .goza-box-featured-grid-block.goza-box-featured-newsletter > .block-inner-grid .block-inner-grid-box__content {
    padding: 40px 15px;
  }
}

.be-progressbar-block {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
}

.be-progressbar-block--heading {
  font-size: 18px;
  line-height: 115%;
  font-weight: 400;
  color: var(--heading-color);
  margin: 16px 0 0 0;
  text-align: center;
}

.be-progressbar-block .be-progressbar-block-warp.__editor {
  display: none;
}

.block-editor-block-list__block .be-progressbar-block .be-progressbar-block-warp.__editor {
  display: block;
}

.be-progressbar-block svg {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  height: 30px;
}

.be-progressbar-block svg path {
  width: 100%;
}

.be-progressbar-block.circle {
  text-align: center;
}

.be-progressbar-block.circle .be-progressbar-block-warp {
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}

.be-progressbar-block.circle .be-progressbar-block-warp svg {
  height: 100%;
}

.be-ss-ic-text-img-block {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  height: auto;
}

.be-ss-ic-text-img-block-inner {
  display: flex;
}

@media (min-width: 992px) {
  .be-ss-ic-text-img-block-right,
  .be-ss-ic-text-img-block-left {
    width: 50%;
  }
}

.be-ss-ic-text-img-block-left {
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}

.be-ss-ic-text-img-block-right {
  position: relative;
}

.be-ss-ic-text-img-block-right img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
}

@media (min-width: 992px) {
  .be-ss-ic-text-img-block-right img {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.be-ss-ic-text-img-block-left {
  padding-top: 90px;
  padding-bottom: 90px;
  padding-left: 10%;
  padding-right: 5%;
}

@media (max-width: 1199.98px) {
  .be-ss-ic-text-img-block-left {
    padding-left: 5%;
  }
}

@media (max-width: 991.98px) {
  .be-ss-ic-text-img-block-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .be-ss-ic-text-img-block-left {
    padding: 48px 15px;
  }
}

.be-ss-ic-text-img-block--sub-heading {
  font-size: 16px;
  color: #dcdbdb;
  line-height: 26px;
  text-align: left;
  font-weight: 700;
  font-style: normal;
  margin: 0;
}

.be-ss-ic-text-img-block--heading {
  margin: 8px 0 0 0;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .be-ss-ic-text-img-block--heading {
    font-size: 36px;
  }
}

@media (max-width: 991.98px) {
  .be-ss-ic-text-img-block--heading {
    font-size: 30px;
  }
}

.be-ss-ic-text-img-block--list-icon-text {
  margin-top: 32px;
}

@media (max-width: 991.98px) {
  .be-ss-ic-text-img-block--list-icon-text {
    margin-top: 24px;
  }
}

.be-ss-ic-text-img-block--list-icon-text .item-icon-text {
  cursor: pointer;
}

.be-ss-ic-text-img-block--list-icon-text .item-icon-text:not(:last-child) {
  margin-bottom: 32px;
}

@media (max-width: 991.98px) {
  .be-ss-ic-text-img-block--list-icon-text .item-icon-text:not(:last-child) {
    margin-bottom: 24px;
  }
}

.be-ss-ic-text-img-block--list-icon-text .item-icon-text--inner {
  display: flex;
  align-items: center;
}

.be-ss-ic-text-img-block--list-icon-text .item-icon-text--thumbnail {
  width: 100%;
  max-width: 80px;
  transition: 0.25s ease;
}

@media (max-width: 991.98px) {
  .be-ss-ic-text-img-block--list-icon-text .item-icon-text--thumbnail {
    max-width: 50px;
  }
}

.be-ss-ic-text-img-block--list-icon-text .item-icon-text--content {
  padding-left: 32px;
}

@media (max-width: 991.98px) {
  .be-ss-ic-text-img-block--list-icon-text .item-icon-text--content {
    padding-left: 24px;
  }
}

.be-ss-ic-text-img-block--list-icon-text .item-icon-text--heading {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.16px;
  font-weight: 700;
  margin: 0;
  color: #fff;
}

@media (max-width: 991.98px) {
  .be-ss-ic-text-img-block--list-icon-text .item-icon-text--heading {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (max-width: 575.98px) {
  .be-ss-ic-text-img-block--list-icon-text .item-icon-text--heading {
    font-size: 18px;
    line-height: 28px;
  }
}

.be-ss-ic-text-img-block--list-icon-text .item-icon-text--desc {
  color: #dcdbdb;
  margin: 10px 0 0 0;
}

.be-ss-ic-text-img-block--list-icon-text .item-icon-text:hover .item-icon-text--thumbnail {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}

.be-team-carousel .slick-list {
  margin-left: -10px;
  margin-right: -10px;
  box-sizing: border-box;
}

.be-team-carousel .slick-list .slick-track .slick-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.be-team-carousel-inner .item-team--avatar {
  position: relative;
  cursor: pointer;
}

.be-team-carousel-inner .item-team--avatar img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  margin-left: auto;
  margin-right: auto;
  min-height: 300px;
  height: auto;
}

@media (max-width: 1199.98px) {
  .be-team-carousel-inner .item-team--avatar img {
    max-width: 360px;
  }
}

.be-team-carousel-inner .item-team--avatar::before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.89);
  opacity: 0;
  transition: all 0.4s;
}

.be-team-carousel-inner .item-team--avatar:hover::before {
  opacity: 1;
}

.be-team-carousel-inner .item-team--avatar:hover .item-team--social {
  opacity: 1;
}

.be-team-carousel-inner .item-team--avatar:hover .item-team--social li {
  transform: translateY(0px);
}

.be-team-carousel-inner .item-team--content {
  text-align: center;
}

.be-team-carousel-inner .item-team--name {
  font-size: 23px;
  line-height: 30px;
  color: var(--heading-color);
  margin: 10px 0px 0px 0px;
  font-style: normal;
  font-weight: 600;
}

.be-team-carousel-inner .item-team--postion {
  color: #868686;
  margin: 0;
}

.be-team-carousel-inner .item-team--social {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  transition: all 0.4s;
  opacity: 0;
}

.be-team-carousel-inner .item-team--social li {
  list-style: none;
  margin: 0 4px;
  transition: all var(--transition);
  transform: translateY(100px);
}

.be-team-carousel-inner .item-team--social li i {
  font-size: 24px;
  color: var(--color-social);
}

.be-team-carousel-inner .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bg-ar-df);
  z-index: 9;
  transition: 0.2s ease-in-out;
  color: var(--color-ar-df);
  opacity: 0;
}

.be-team-carousel-inner .slick-arrow::before {
  font-size: 20px;
  transition: 0.2s ease-in-out;
  color: var(--color-ar-df);
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  opacity: 1;
}

.be-team-carousel-inner .slick-arrow.slick-next {
  right: -40px;
}

.be-team-carousel-inner .slick-arrow.slick-next::before {
  content: "\F061";
}

@media (max-width: 1199.98px) {
  .be-team-carousel-inner .slick-arrow.slick-next {
    right: -20px;
  }
}

@media (max-width: 991.98px) {
  .be-team-carousel-inner .slick-arrow.slick-next {
    right: -40px;
  }
}

.be-team-carousel-inner .slick-arrow.slick-prev {
  left: -40px;
}

.be-team-carousel-inner .slick-arrow.slick-prev::before {
  content: "\F060";
}

@media (max-width: 1199.98px) {
  .be-team-carousel-inner .slick-arrow.slick-prev {
    left: -20px;
  }
}

@media (max-width: 991.98px) {
  .be-team-carousel-inner .slick-arrow.slick-prev {
    left: -40px;
  }
}

.be-team-carousel-inner .slick-arrow:hover,
.be-team-carousel-inner .slick-arrow:focus {
  background-color: var(--bg-ar-hv);
  color: var(--color-ar-hv);
}

.be-team-carousel-inner .slick-arrow:hover::before,
.be-team-carousel-inner .slick-arrow:focus::before {
  color: var(--color-ar-hv);
}

.be-team-carousel-inner .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.be-team-carousel-inner .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color-dots-df);
  opacity: 1;
  position: relative;
  transition: opacity 0.2s ease-in-out;
}

.be-team-carousel-inner .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background-color: var(--color-dots-at);
}

.be-team-carousel-inner .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.be-team-carousel-inner:hover .slick-arrow {
  opacity: 1;
}

.be-team-carousel.is-style-2 .item-team--inner {
  position: relative;
}

.be-team-carousel.is-style-2 .item-team--inner .item-team--avatar {
  max-width: 100%;
  position: relative;
  padding-bottom: 100%;
  background: #e7e6e4;
  overflow: hidden;
}

.be-team-carousel.is-style-2 .item-team--inner .item-team--avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1.5s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s;
}

.be-team-carousel.is-style-2 .item-team--inner .item-team--avatar::before {
  content: " ";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  transition: all 0.4s;
  z-index: 1;
}

.be-team-carousel.is-style-2 .item-team--inner .item-team--social {
  margin: 0;
  padding: 5px;
  display: flex;
  justify-content: center;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: inherit;
  transition: inherit;
  opacity: 1;
  border-top: solid 1px rgba(255, 255, 255, 0.5);
  z-index: 2;
}

.be-team-carousel.is-style-2 .item-team--inner .item-team--social li {
  transform: inherit;
  transition: inherit;
  margin: 0;
}

.be-team-carousel.is-style-2 .item-team--inner .item-team--social li a {
  display: inline-block;
  margin: 0 15px;
}

.be-team-carousel.is-style-2 .item-team--inner .item-team--social li a i {
  font-size: 16px;
  color: #FFF;
}

.be-team-carousel.is-style-2 .item-team--inner .item-team--social li a:hover i {
  color: var(--link-color, #71b61b);
}

.be-team-carousel.is-style-2 .item-team--inner .item-team--content {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  transition: all 0.4s;
  opacity: 0;
}

.be-team-carousel.is-style-2 .item-team--inner .item-team--content p.item-team--postion {
  display: none;
}

.be-team-carousel.is-style-2 .item-team--inner .item-team--content h4.item-team--name {
  color: #fff !important;
  font-size: 16px !important;
}

.be-team-carousel.is-style-2 .item-team--inner:hover .item-team--content {
  z-index: 1;
  opacity: 1;
}

.be-gallery-block {
  height: auto;
  position: relative;
}

.be-gallery-block--not-post {
  background-color: #eee;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.be-gallery-block--not-post h5 {
  font-size: 20px !important;
  line-height: 110% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  color: var(--link-color);
}

.be-gallery-block:not(.full-width) {
  width: 100%;
}

.be-gallery-block.full-width {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.be-gallery-block--inner {
  display: grid;
  width: 100%;
}

@media (max-width: 767.98px) {
  .be-gallery-block--inner {
    grid-row-gap: 15px !important;
    grid-column-gap: 15px !important;
  }
}

.be-gallery-block--inner .item-gallery {
  position: relative;
  display: inline-block;
}

.be-gallery-block--inner .item-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.be-gallery-block.is-style-ngo-dark .be-gallery-block--inner {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 767.98px) {
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery--icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery--icon::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  transition: 0.4s ease;
  opacity: 0;
  z-index: 3;
}

.be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery--icon svg {
  width: 100%;
  height: auto;
  max-width: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  transition: 0.25s ease;
  z-index: 9;
  max-width: 40px;
  opacity: 0;
}

.be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery--icon svg path {
  fill: var(--link-color);
}

.be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:hover .item-gallery--icon::before {
  opacity: 1;
}

.be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:hover .item-gallery--icon svg {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

@media (min-width: 768px) {
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:first-child,
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:nth-child(2),
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:nth-child(3),
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:nth-child(6),
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:nth-child(7),
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:nth-child(8),
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:nth-child(9) {
    max-height: 250px;
  }
}

@media (min-width: 768px) {
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:first-child {
    grid-column: span 2;
  }
}

@media (min-width: 768px) {
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:nth-child(4) {
    grid-row: 1/3;
    grid-column: 5/7;
    max-height: 510px;
  }
}

@media (min-width: 768px) {
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:nth-child(5) {
    grid-column: span 2;
    grid-row: 2/4;
    max-height: 516px;
  }
}

@media (min-width: 768px) {
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:nth-child(8),
  .be-gallery-block.is-style-ngo-dark .be-gallery-block--inner .item-gallery:nth-child(9) {
    grid-column: span 2;
  }
}

.be-gallery-block.is-style-water-charity .be-gallery-block--inner {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1199.98px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner {
    grid-template-columns: 1fr 1fr;
  }
}

.be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery--overlay {
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: 0.25s ease;
}

.be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery--name,
.be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery--icon {
  position: absolute;
}

.be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery--icon {
  border-radius: 0 0 0 50% !important;
  width: 45px;
  height: 46px;
  background-color: var(--link-color);
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  opacity: 0;
  transition: 0.4s ease;
}

.be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery--icon svg {
  width: 100%;
  height: auto;
  max-width: 20px;
}

.be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery--icon svg path {
  fill: #fff;
}

.be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery--name {
  font-size: 25px;
  line-height: 35px;
  color: #ffffff;
  font-family: var(--heading-family);
  font-weight: 700;
  display: inline-block;
  height: auto;
  width: auto;
  bottom: 35px;
  left: 35px;
  transition: 0.4s ease;
  transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.000666667, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
  margin: 0;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery--name {
    font-size: 20px;
    line-height: 110%;
    left: 15px;
    bottom: 15px;
    padding-right: 10px;
  }
}

@media (max-width: 991.98px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery--name {
    font-size: 17px;
  }
}

.be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery:hover .item-gallery--overlay {
  opacity: 1;
  visibility: visible;
}

.be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery:hover .item-gallery--icon {
  opacity: 1;
  transform: translate(0%, 0%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery:hover .item-gallery--name {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery:first-child {
    grid-column: 1/3;
  }
}

@media (min-width: 992px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery:nth-child(2) {
    grid-row: 1/3;
    grid-column: 2/4;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery:nth-child(2) {
    grid-row: 1/3;
    grid-column: 3/5;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery:nth-child(3) {
    grid-column: 1/3;
  }
}

@media (min-width: 992px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery:nth-child(4) {
    grid-column: 4/5;
    grid-row: 1/3;
  }
}

@media (min-width: 1200px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery:nth-child(4) {
    grid-row: 1/3;
    grid-column: 5/6;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery:nth-child(4) {
    grid-column: 1/5;
    max-height: 350px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery:nth-child(5) {
    grid-column: 1/3;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .be-gallery-block.is-style-water-charity .be-gallery-block--inner .item-gallery:nth-child(6) {
    grid-column: 3/5;
  }
}

.be-gallery-block.is-style-charity-organization .be-gallery-block--inner {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

@media (max-width: 1199.98px) {
  .be-gallery-block.is-style-charity-organization .be-gallery-block--inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 991.98px) {
  .be-gallery-block.is-style-charity-organization .be-gallery-block--inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .be-gallery-block.is-style-charity-organization .be-gallery-block--inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .be-gallery-block.is-style-charity-organization .be-gallery-block--inner {
    grid-template-columns: 1fr;
  }
}

.be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  visibility: hidden;
  opacity: 0;
  transform-style: flat;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  background: rgba(0, 0, 0, 0.65);
  transition: 0.25s ease;
}

.be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--title,
.be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--icon {
  position: absolute;
}

.be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--icon {
  border-radius: 0 0 0 50% !important;
  width: 45px;
  height: 46px;
  background-color: var(--link-color);
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0%) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  opacity: 0;
  transition: 0.4s ease;
}

.be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--icon svg {
  width: 100%;
  height: auto;
  max-width: 20px;
}

.be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--icon svg path {
  fill: #fff;
}

.be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--desc {
  transition: 0.6s ease;
  visibility: hidden;
  opacity: 0;
  transform-origin: 50% 100% 0px;
  transform-origin: 50% 0% 0px;
  transform-style: flat;
  transform: matrix3d(1, 0, 0, 0, 0, 0, -1, 0.000833333, 0, 1, 0, 0, 0, 0, 0, 1);
  font-size: 28px !important;
  line-height: 112% !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  font-style: italic !important;
  font-family: var(--heading-family, "Poppins", sans-serif);
  display: inline-block;
  height: auto;
  width: auto;
  top: 35px;
  left: 35px;
  position: absolute;
  margin: 0;
  padding: 0;
}

@media (max-width: 1600px) {
  .be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--desc {
    font-size: 20px !important;
  }
}

@media (max-width: 1199.98px) {
  .be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--desc {
    left: 15px;
    top: 15px;
    padding-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--desc {
    font-size: 18px;
  }
}

.be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--title {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-family: var(--body-family, "Arimo", sans-serif);
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  height: auto;
  width: auto;
  bottom: 35px;
  left: 35px;
  transition: 0.4s ease;
  visibility: hidden;
  opacity: 0;
  transform-origin: 50% 100% 0px;
  transform-style: flat;
  transform: matrix3d(0.8, 0, 0, 0, 0, 0, 0.8, -0.000666667, 0, -1, 0, 0, 0, 0, 0.001, 0.999999);
  margin: 0;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--title {
    font-size: 20px;
    line-height: 110%;
    left: 15px;
    bottom: 15px;
    padding-right: 10px;
  }
}

@media (max-width: 991.98px) {
  .be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery--title {
    font-size: 17px;
  }
}

.be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery:hover .item-gallery--overlay {
  opacity: 1;
  visibility: visible;
}

.be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery:hover .item-gallery--desc {
  opacity: 1;
  visibility: visible;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.be-gallery-block.is-style-charity-organization .be-gallery-block--inner .item-gallery:hover .item-gallery--title {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  opacity: 1;
  visibility: visible;
}

.be-single-post-block .be-single-post-inner {
  display: flex;
  align-items: center;
}

@media (max-width: 767.98px) {
  .be-single-post-block .be-single-post-inner {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .be-single-post-block .be-single-post-inner {
    margin-left: -15px;
    margin-right: -15px;
  }

  .be-single-post-block .be-single-post-inner.__row-reverse {
    flex-direction: row-reverse;
  }
}

.be-single-post-block .be-single-post-inner--thumbnail,
.be-single-post-block .be-single-post-inner--content {
  width: 100%;
}

@media (min-width: 768px) {
  .be-single-post-block .be-single-post-inner--thumbnail,
  .be-single-post-block .be-single-post-inner--content {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .be-single-post-block .be-single-post-inner--thumbnail {
    margin-bottom: 32px;
  }
}

.be-single-post-block .be-single-post-inner--thumbnail img {
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.be-single-post-block .be-single-post-inner--name {
  font-size: 39px;
  line-height: 46px;
  letter-spacing: 0;
  font-family: var(--heading-family);
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

@media (max-width: 1199.98px) {
  .be-single-post-block .be-single-post-inner--name {
    font-size: 36px;
    line-height: 43px;
  }
}

@media (max-width: 767.98px) {
  .be-single-post-block .be-single-post-inner--name {
    font-size: 30px;
    line-height: 36px;
  }
}

.be-single-post-block .be-single-post-inner--name > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  display: inline-block;
  text-decoration: none;
}

.be-single-post-block .be-single-post-inner--excerpt {
  font-size: 17px;
  line-height: 27px;
  font-weight: 400;
  color: var(--body-color);
}

.be-single-post-block .be-single-post-inner--excerpt p {
  margin: 0;
}

.be-single-post-block .be-single-post-inner--excerpt > p {
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.be-single-post-block .be-single-post-inner--meta {
  display: flex;
  align-items: center;
}

.be-single-post-block .be-single-post-inner--meta > div:first-child {
  margin-right: 48px;
}

.be-single-post-block .be-single-post-inner--date,
.be-single-post-block .be-single-post-inner--comment {
  display: flex;
  align-items: center;
}

.be-single-post-block .be-single-post-inner--date svg,
.be-single-post-block .be-single-post-inner--comment svg {
  width: 100%;
  height: auto;
  max-width: 20px;
  margin-right: 8px;
}

.be-single-post-block .be-single-post-inner--date svg path,
.be-single-post-block .be-single-post-inner--comment svg path {
  fill: #dedede;
}

.be-single-post-block .be-single-post-inner--date span,
.be-single-post-block .be-single-post-inner--comment span {
  font-size: 15px;
  line-height: 25px;
  font-family: var(--heading-family);
  color: var(--link-color);
  display: inline-block;
  font-weight: 700;
}

.be-single-post-block.is-style-water {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.be-single-post-block.is-style-water .be-single-post-inner {
  box-sizing: border-box;
}

.be-single-post-block.is-style-water .be-single-post-inner--thumbnail {
  position: relative;
  min-height: 452px;
  box-sizing: border-box;
  cursor: pointer;
  height: auto;
}

@media (max-width: 1199.98px) {
  .be-single-post-block.is-style-water .be-single-post-inner--thumbnail {
    min-height: 402px;
  }
}

@media (max-width: 991.98px) {
  .be-single-post-block.is-style-water .be-single-post-inner--thumbnail {
    min-height: 322px;
  }
}

@media (max-width: 359px) {
  .be-single-post-block.is-style-water .be-single-post-inner--thumbnail {
    min-height: 260px;
  }
}

.be-single-post-block.is-style-water .be-single-post-inner--thumbnail svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 5, 5;
  stroke-dashoffset: 10;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
  stroke: var(--link-color);
}

@media (max-width: 767.98px) {
  .be-single-post-block.is-style-water .be-single-post-inner--thumbnail svg {
    height: 320px;
    width: 320px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
}

@media (max-width: 359px) {
  .be-single-post-block.is-style-water .be-single-post-inner--thumbnail svg {
    width: 260px;
    height: 260px;
  }
}

.be-single-post-block.is-style-water .be-single-post-inner--thumbnail svg rect {
  width: 450px;
  height: 450px;
  x: 65px;
  y: 1px;
}

@media (max-width: 1199.98px) {
  .be-single-post-block.is-style-water .be-single-post-inner--thumbnail svg rect {
    width: 400px;
    height: 400px;
    x: 39px;
  }
}

@media (max-width: 991.98px) {
  .be-single-post-block.is-style-water .be-single-post-inner--thumbnail svg rect {
    width: 320px;
    height: 320px;
    x: 18px;
  }
}

@media (max-width: 767.98px) {
  .be-single-post-block.is-style-water .be-single-post-inner--thumbnail svg rect {
    x: 0;
    y: 0;
  }
}

@media (max-width: 359px) {
  .be-single-post-block.is-style-water .be-single-post-inner--thumbnail svg rect {
    width: 260px;
    height: 260px;
  }
}

.be-single-post-block.is-style-water .be-single-post-inner--thumbnail img {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 1199.98px) {
  .be-single-post-block.is-style-water .be-single-post-inner--thumbnail img {
    width: 350px;
    height: 350px;
  }
}

@media (max-width: 991.98px) {
  .be-single-post-block.is-style-water .be-single-post-inner--thumbnail img {
    width: 280px;
    height: 280px;
  }
}

@media (max-width: 359px) {
  .be-single-post-block.is-style-water .be-single-post-inner--thumbnail img {
    width: 220px;
    height: 220px;
  }
}

.be-single-post-block.is-style-water .be-single-post-inner--thumbnail:hover svg {
  animation-play-state: running;
}

.be-single-post-block.is-style-water .be-single-post-inner--name {
  margin-top: 10px;
}

.be-single-post-block.is-style-water .be-single-post-inner--excerpt {
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .be-single-post-block.is-style-water .be-single-post-inner--excerpt {
    margin-top: 24px;
  }
}

.be-single-post-block.is-style-water .be-single-post-inner--cta {
  margin-top: 48px;
}

@media (max-width: 767.98px) {
  .be-single-post-block.is-style-water .be-single-post-inner--cta {
    margin-top: 24px;
  }
}

.be-single-post-block.is-style-ngo-dark .be-single-post-inner--name {
  font-weight: 600;
}

.be-single-post-block.is-style-ngo-dark .be-single-post-inner--meta,
.be-single-post-block.is-style-ngo-dark .be-single-post-inner--excerpt {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .be-single-post-block.is-style-ngo-dark .be-single-post-inner--meta,
  .be-single-post-block.is-style-ngo-dark .be-single-post-inner--excerpt {
    margin-bottom: 16px;
  }
}

.be-single-post-block.is-style-ngo-dark .be-single-post-inner--cta {
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .be-single-post-block.is-style-ngo-dark .be-single-post-inner--cta {
    margin-bottom: 24px;
  }
}

.be-single-post-block.is-style-ngo-dark .be-single-post-inner--thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-mask-size: contain;
  -webkit-mask-position: center left;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url(../images/image-mask.png?aa82beaf35d23961c4e044b0a24f5364);
  min-height: 300px;
}

.be-single-post-block.is-style-ngo-dark .be-single-post-inner.__row-reverse .be-single-post-inner--thumbnail img {
  -webkit-mask-image: url(../images/image-mask-right.png?09b3be03fbcc4727fe3b4408d1063fdd);
  -webkit-mask-position: center right;
}

.grid-decktop-3 .be-give-grid-block-inner {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

@media only screen and (max-width: 991px) {
  .grid-tablet-2 .be-give-grid-block-inner {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
  }
}

@media only screen and (max-width: 767px) {
  .grid-mobile-1 .be-give-grid-block-inner {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
  }
}

.is-style-default .be-give-grid-block-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid {
  margin-bottom: 60px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .featured-image {
  position: relative;
  overflow: hidden;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .featured-image img {
  width: 100%;
  border-radius: 0px;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .featured-image:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .featured-image:hover:before {
  animation: shine 0.75s;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .entry-content {
  padding: 30px;
  background-color: #fff;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .entry-content .form-category {
  display: inline-block;
  background: #f1f1f1;
  padding: 5px 20px;
  font-size: 13px;
  font-weight: 500;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .entry-content a {
  text-decoration: none;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .entry-content a h4.title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 23px;
  margin-top: 20px;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .entry-content a:hover h4.title {
  color: #d41b65;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .entry-content .extra-meta .meta-author {
  text-transform: capitalize;
  font-weight: bold;
  font-size: 13px;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .entry-content .extra-meta .give-price-wrap {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .entry-content .extra-meta .give-price-wrap sup {
  top: -0.3em;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .entry-content .extra-meta .give-price-wrap span {
  font-size: 13px;
  text-transform: uppercase;
  color: #d41b65;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .progress {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 25px;
  background-image: none;
  background-color: #AAAAAA;
  position: relative;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .progress .form-percent {
  position: absolute;
  font-size: 12px;
  padding: 0px 5px;
  color: #fff;
  line-height: 20px;
  margin-top: 6px;
  width: 38px;
  text-align: center;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .progress .form-percent span.bt-arrow {
  top: -4px;
  left: 0;
  border-right: 7px solid #f3f3f3;
  border-bottom: 4px solid transparent;
  position: absolute;
}

.is-style-default .be-give-grid-block-inner .give-forms-grid .progress .bar {
  width: 0;
  height: 100%;
}

.is-style-2 .be-give-grid-block-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  padding-bottom: 55px;
  background-color: #fff;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .featured-image {
  min-height: 290px;
  position: relative;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .form-category-style1 {
  position: absolute;
  top: 30px;
  left: 35px;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .form-category-style1 a {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 27px;
  border-radius: 3px;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .form-category-style1 a:hover {
  text-decoration: none;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .entry-content {
  padding: 30px 30px 0px 30px;
  background-color: #fff;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .entry-content h4.title.bt-title-style1 {
  color: #212121;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .entry-content .extra-meta.bt-extra-meta-style1 {
  margin-top: 35px;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .entry-content .extra-meta.bt-extra-meta-style1 .give-price-wrap p {
  font-size: 31px;
  line-height: 38px;
  text-align: left;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .entry-content .extra-meta.bt-extra-meta-style1 .give-price-wrap sup {
  top: -0.3em;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .entry-content .extra-meta.bt-extra-meta-style1 .give-price-wrap span {
  color: #383838;
  font-weight: 700;
  margin-left: 15px;
  font-size: 13px;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .is-style-2 .be-give-grid-block-inner .give-forms-grid .entry-content .extra-meta.bt-extra-meta-style1 .give-price-wrap span {
    margin-left: 10px;
  }
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .give-goal-progress-wrap {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 25px;
  background-image: none;
  background-color: #AAAAAA;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .give-goal-progress-wrap .form-percent {
  position: absolute;
  font-size: 12px;
  padding: 0px 5px;
  color: #fff;
  line-height: 20px;
  margin-top: 12px;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .give-goal-progress-wrap .form-percent span.bt-arrow {
  top: -6px;
  right: 2px;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  border-bottom: 6px solid transparent;
  left: initial;
  position: absolute;
}

.is-style-2 .be-give-grid-block-inner .give-forms-grid .give-goal-progress-wrap .bar {
  width: 0;
  height: 100%;
}

.is-style-3 .be-give-grid-block-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 25.5px 0 rgba(0, 0, 0, 0.09);
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .featured-image {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .featured-image img {
  width: 100%;
  height: auto;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content {
  padding: 20px;
  position: relative;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .extra-meta .meta-item.meta-date {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: var(--link-color, #111);
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .extra-meta .meta-item.meta-date span {
  color: var(--link-color, #111);
  padding: 0 5px;
  margin-top: -3px;
  font-size: 17px;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .give-goal-progress-wrap .progress {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 5px;
  background-image: none;
  background-color: #AAAAAA;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .give-goal-progress-wrap .progress .bar {
  width: 0;
  height: 100%;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .give-goal-progress-wrap .give-price-wrap {
  font-size: 16px;
  letter-spacing: 0px;
  color: var(--link-color, #111);
  font-weight: 600;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .give-goal-progress-wrap .bt-com {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 0px;
  color: #555555;
  padding: 10px 0;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .title-link {
  display: block;
  min-height: 56px;
  text-decoration: none;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .title-link .title {
  color: #333333;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot {
  border-top: #ebebeb solid 1px;
  overflow: hidden;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-goal,
.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-raised {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
  float: left;
  font-weight: 500;
}

@media screen and (max-width: 359px) {
  .is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-goal,
  .is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-raised {
    font-size: 18px;
  }
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-goal span,
.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-raised span {
  display: block;
  color: #777777;
  font-size: 16px;
  line-height: 2.14;
  letter-spacing: 0;
}

@media screen and (max-width: 359px) {
  .is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-goal span,
  .is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-raised span {
    font-size: 14px;
  }
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-goal strong,
.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-raised strong {
  font-weight: 400;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-raised {
  width: 45%;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-goal {
  width: 55%;
  border-left: #ebebeb solid 1px;
}

.is-style-3 .be-give-grid-block-inner .give-forms-grid:hover .featured-image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.is-style-4 .be-give-grid-block-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 25.5px 0 rgba(0, 0, 0, 0.09);
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .featured-image {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 67%;
  background: #e7e6e4;
  z-index: 1;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1.5s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .featured-image .form-category.form-category-style1 {
  position: absolute;
  display: inline-block;
  background: #fff;
  padding: 5px 20px;
  font-size: 13px;
  text-transform: uppercase;
  top: 10px;
  left: 10px;
  border-radius: 3px;
  font-weight: 500;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .give-goal-progress-wrap .progress {
  opacity: 1;
  position: relative;
  width: 100%;
  background-image: none;
  background-color: #d5d5d5;
  color: #fff;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .give-goal-progress-wrap .progress .bar {
  width: 0;
  position: relative;
  height: 28px;
  min-width: 60px;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .give-goal-progress-wrap .progress .bar span {
  right: 5px;
  position: absolute;
  line-height: 28px;
  font-size: 15px;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .give-goal-progress-wrap .give-price-wrap {
  font-size: 16px;
  letter-spacing: 0px;
  color: var(--link-color, #111);
  font-weight: 600;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .entry-content {
  padding: 20px;
  position: relative;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .extra-meta {
  margin-bottom: 5px;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .extra-meta .meta-item.meta-date {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: var(--link-color, #111);
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .extra-meta .meta-item.meta-date span {
  color: var(--link-color, #111);
  padding: 0 5px;
  margin-top: -3px;
  font-size: 17px;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .title-link {
  display: block;
  min-height: 56px;
  text-decoration: none;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .title-link .title {
  color: #333333;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot {
  overflow: hidden;
  margin-top: 10px;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .bt-com {
  font-weight: 600;
  font-size: 15px;
  color: #333;
  margin-bottom: 5px;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid .entry-content .entry-content-inner .entry-bot .give-price-goal {
  float: left;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
  font-weight: 700;
}

.is-style-4 .be-give-grid-block-inner .give-forms-grid:hover .featured-image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.be-post-slider-block {
  box-sizing: border-box;
  margin: 0;
}

.be-post-slider-block-inner .item-post-inner {
  cursor: pointer;
  margin: 15px;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .be-post-slider-block-inner .item-post-inner {
    box-shadow: 0 0 14.5px 0 rgba(0, 0, 0, 0.09);
  }
}

@media (max-width: 767.98px) {
  .be-post-slider-block-inner .item-post-inner {
    margin: 0;
  }
}

.be-post-slider-block-inner .item-post-inner:hover > .item-post-thumbnail::after {
  opacity: 1;
}

.be-post-slider-block-inner .item-post-content {
  padding: 30px;
  position: relative;
}

@media (max-width: 991.98px) {
  .be-post-slider-block-inner .item-post-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.be-post-slider-block-inner .item-post-thumbnail {
  position: relative;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
  overflow: hidden;
}

.be-post-slider-block-inner .item-post-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.be-post-slider-block-inner .item-post-thumbnail::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}

.be-post-slider-block-inner .item-post-title {
  font-family: var(--heading-family);
  font-style: normal;
  font-weight: 700;
  margin: 0;
  color: #333;
  font-size: 22px;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .be-post-slider-block-inner .item-post-title {
    font-size: 18px;
  }
}

.be-post-slider-block-inner .item-post-title:hover {
  color: var(--link-color);
}

.be-post-slider-block-inner .item-post-title a {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline-block;
  text-decoration: none;
}

.be-post-slider-block-inner .item-post-excerpt {
  margin-bottom: 15px;
}

.be-post-slider-block-inner .item-post-excerpt > p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 70px;
}

.be-post-slider-block-inner .item-post-meta {
  display: flex;
  align-items: center;
  align-content: center;
}

.be-post-slider-block-inner .item-post-date {
  color: var(--body-color, #666);
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}

.be-post-slider-block-inner .item-post-comment {
  text-align: center;
  width: 35px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.be-post-slider-block-inner .item-post-comment::before {
  position: absolute;
  content: "\F075";
  font-family: FontAwesome;
  color: var(--link-color, #d41b65);
  font-size: 35px;
  z-index: -1;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.be-post-slider-block-inner .item-post-button i {
  margin-left: 5px;
}

.be-post-slider-block-inner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--link-color, #d41b65);
  color: #fff;
  border-radius: 100px;
  z-index: 5;
  opacity: 0.3;
  transition: 0.3s ease;
  font-size: 0;
}

.be-post-slider-block-inner .slick-arrow::before {
  content: "\F104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.be-post-slider-block-inner .slick-arrow.slick-prev {
  left: 10px;
}

.be-post-slider-block-inner .slick-arrow.slick-prev::before {
  content: "\F104";
}

.be-post-slider-block-inner .slick-arrow.slick-next {
  right: 10px;
}

.be-post-slider-block-inner .slick-arrow.slick-next::before {
  content: "\F105";
}

.be-post-slider-block-inner .slick-arrow:hover,
.be-post-slider-block-inner .slick-arrow:focus {
  opacity: 1;
  background: var(--link-color, #d41b65);
  color: #fff;
}

.be-post-slider-block-inner .slick-dots {
  bottom: -35px;
}

.be-post-slider-block-inner .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: rgb(153, 153, 153);
  border-radius: 20px;
  transition: all 0.3s ease 0s;
  margin: 0px 8px;
}

.be-post-slider-block-inner .slick-dots li.slick-active {
  transform: scale(3);
  background: var(--link-color, rgb(212, 27, 101));
  box-shadow: rgba(1, 1, 1, 0.2) 0px 0px 13px -2px;
}

.be-post-slider-block-inner .slick-dots li button {
  display: none;
}

.be-post-slider-block.is-style-default .be-post-slider-block-inner .item-post-thumbnail {
  border-radius: 3px 3px 0 0;
  height: 205px;
}

.be-post-slider-block.is-style-default .be-post-slider-block-inner .item-post-thumbnail img {
  border-radius: 3px 3px 0 0;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}

.be-post-slider-block.is-style-default .be-post-slider-block-inner .item-post-title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

.be-post-slider-block.is-style-default .be-post-slider-block-inner .item-post-excerpt {
  font-size: 15px;
  line-height: 24px;
}

.be-post-slider-block.is-style-default .be-post-slider-block-inner .item-post-meta > .item-post-date {
  margin-right: 30px;
}

.be-post-slider-block.is-style-goza-dream {
  box-sizing: border-box;
  margin: 0;
}

.be-post-slider-block.is-style-goza-dream .be-post-slider-block-inner .item-post-content {
  padding: 20px;
}

.be-post-slider-block.is-style-goza-dream .be-post-slider-block-inner .item-post-thumbnail {
  height: 233px;
}

.be-post-slider-block.is-style-goza-dream .be-post-slider-block-inner .item-post-date {
  right: 15px;
  position: absolute;
  width: 80px;
  height: 70px;
  background: var(--link-color, #d41b65);
  padding: 15px 5px;
  top: -35px;
  border-radius: 4px;
  z-index: 9;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  font-family: var(--heading-family);
  font-weight: 400;
  height: auto;
}

.be-post-slider-block.is-style-goza-dream .be-post-slider-block-inner .item-post-date > span {
  font-size: 30px;
}

.be-post-slider-block.is-style-goza-dream .be-post-slider-block-inner .item-post-category a {
  display: inline-block;
}

.be-post-slider-block.is-style-goza-dream .be-post-slider-block-inner .item-post-title {
  margin-top: 10px;
}

.be-post-slider-block.is-style-goza-dream .be-post-slider-block-inner .item-post-excerpt {
  -webkit-line-clamp: inherit;
  height: auto;
}

.be-post-slider-block.is-style-goza-dream .be-post-slider-block-inner .item-post-excerpt > p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 28px;
  height: 52px;
  font-size: 16px;
  font-family: var(--heading-family);
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.be-post-slider-block.is-style-goza-fill .be-post-slider-block-inner .item-post-meta {
  margin-top: 0px;
  margin-bottom: 10px;
  font-style: italic;
  color: #999;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--heading-family);
}

.be-post-slider-block.is-style-goza-fill .be-post-slider-block-inner .item-post-meta span {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

.be-post-slider-block.is-style-goza-fill .be-post-slider-block-inner .item-post-comment {
  width: -moz-fit-content;
  width: fit-content;
}

.be-post-slider-block.is-style-goza-fill .be-post-slider-block-inner .item-post-comment::before {
  content: none;
}

.be-post-slider-block.is-style-goza-fill .be-post-slider-block-inner .item-post-author {
  margin-right: 3px;
}

.be-post-slider-block.is-style-goza-fill .be-post-slider-block-inner .item-post-title {
  font-size: 20px;
  line-height: 30px;
}

.be-post-slider-block.is-style-goza-fill .be-post-slider-block-inner .item-post-date {
  background: #f6f9fc;
  color: var(--link-color, #d41b65);
  border-radius: 30px;
  display: block;
  font-size: 16px;
  vertical-align: middle;
  line-height: 45px;
  top: -22px;
  text-transform: uppercase;
  font-weight: 600;
  height: 45px;
  text-align: center;
  width: 140px;
  right: 30px;
  z-index: 99;
  font-family: var(--heading-family);
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-content {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px 20px;
  width: 100%;
  box-sizing: border-box;
  opacity: 1;
  transition: 0.5s ease;
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-thumbnail {
  border-radius: 4px;
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-thumbnail img {
  border-radius: 4px;
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-thumbnail::after {
  background: rgba(85, 85, 85, 0.5);
  z-index: 1;
  transition: 0.3s ease;
  opacity: 1;
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-category a {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 5px 0;
  text-decoration: none;
  transition: 0.3s ease;
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-title {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-button {
  position: absolute;
  left: calc(50% - 30px);
  top: calc(50% - 30px);
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  transition: 0.3s ease;
  visibility: hidden;
  opacity: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 60px;
  text-align: center;
  background: #fff;
  color: #333;
  z-index: 5;
  box-shadow: 3px 0 10px -2px rgba(1, 1, 1, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-button i {
  font-size: 18px;
  margin: 0;
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-button:hover {
  background: var(--link-color, #d41b65);
  color: #fff;
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-inner {
  position: relative;
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-inner:hover .item-post-content {
  visibility: hidden;
  bottom: -20%;
  opacity: 0;
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-inner:hover .item-post-thumbnail::after {
  opacity: 0;
}

.be-post-slider-block.is-style-goza-outline .be-post-slider-block-inner .item-post-inner:hover .item-post-thumbnail a {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}

.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-content {
  padding: 20px 0 0 0;
}

.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-meta,
.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-excerpt,
.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-title {
  padding-left: 20px;
  padding-right: 20px;
}

.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-meta {
  justify-content: space-between;
}

.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-date,
.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-category a {
  font-size: 16px;
  line-height: 20px;
  color: var(--heading-color);
}

.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-date {
  text-transform: inherit;
}

.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-title {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-title {
    font-size: 18px;
  }
}

.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-button {
  padding: 10px 20px;
  background: var(--link-color, #d41b65);
  text-align: center;
}

.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-button a {
  color: #fff;
}

.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-button a:hover {
  text-decoration: none;
}

.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-thumbnail {
  position: relative;
  overflow: hidden;
  padding-bottom: 76%;
  background: #e7e6e4;
  z-index: 1;
}

.be-post-slider-block.is-style-goza-charity .be-post-slider-block-inner .item-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1.5s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s;
}

.be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-inner {
  border-radius: 20px;
  overflow: hidden;
}

.be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-thumbnail {
  position: relative;
  overflow: hidden;
  padding-bottom: 110%;
  background: #e7e6e4;
  z-index: 1;
}

.be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1.5s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s;
}

.be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-thumbnail .item-post-inner-cat {
  position: absolute;
  bottom: 0;
  padding: 30px;
  z-index: 1;
}

.be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-thumbnail .item-post-inner-cat h2.item-post-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 15px;
}

.be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-thumbnail .item-post-inner-cat .item-post-category.post-term-list {
  font-size: 16px;
  color: #fff;
  padding-right: 90px;
}

.be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-thumbnail .item-post-inner-cat .item-post-category.post-term-list a {
  color: #fff;
}

.be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-thumbnail::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 1;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}

.be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-content {
  background: var(--link-color, #28C77B);
  position: relative;
  padding: 20px 30px;
}

.be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-content .item-post-meta span.item-post-date {
  width: 104px;
  height: 104px;
  background: #FFFFFF;
  border: 5px solid var(--link-color, #28C77B);
  border-radius: 10px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  padding: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: var(--link-color, #28C77B);
}

.be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-content .item-post-meta span.item-post-date span {
  font-size: 30px;
  display: block;
  font-weight: 700;
  color: #222;
}

.be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-content .item-post-meta span.item-post-author {
  font-size: 16px;
  color: #FFFFFF;
}

@media screen and (max-width: 767.98px) {
  .be-post-slider-block.is-style-goza-earthquake .be-post-slider-block-inner .item-post .item-post-inner {
    margin: 5px !important;
  }
}

.be-testimonials-block {
  box-sizing: border-box;
}

.be-testimonials-block .be-testimonials-block-carousel .slick-track .slick-slide {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 991px) {
  .be-testimonials-block .be-testimonials-block-carousel .slick-track .slick-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

.be-testimonials-block .be-testimonials-block-carousel .item-testimonial {
  position: relative;
}

.be-testimonials-block .be-testimonials-block-carousel .item-testimonial--icon-quocte {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -30px;
  right: 20px;
}

@media (max-width: 540px) {
  .be-testimonials-block .be-testimonials-block-carousel .item-testimonial--icon-quocte {
    top: 30px;
  }
}

.be-testimonials-block .be-testimonials-block-carousel .item-testimonial--icon-quocte svg {
  width: 100%;
  max-width: 64px;
  height: auto;
}

.be-testimonials-block .be-testimonials-block-carousel .item-testimonial--icon-quocte svg path {
  fill: var(--heading-color);
}

@media (max-width: 540px) {
  .be-testimonials-block .be-testimonials-block-carousel .item-testimonial--icon-quocte svg {
    max-width: 30px;
  }
}

.be-testimonials-block .be-testimonials-block-carousel .item-testimonial-info {
  margin-top: 30px;
}

@media (max-width: 541px) {
  .be-testimonials-block .be-testimonials-block-carousel .item-testimonial-info {
    margin-top: 20px;
  }
}

.be-testimonials-block .be-testimonials-block-carousel .item-testimonial-desc {
  margin: 0;
  font-style: italic;
  color: var(--body-color, #666);
  font-size: 17px;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .be-testimonials-block .be-testimonials-block-carousel .item-testimonial-desc {
    font-size: 15px;
  }
}

.be-testimonials-block .be-testimonials-block-carousel .item-testimonial-position,
.be-testimonials-block .be-testimonials-block-carousel .item-testimonial-name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.be-testimonials-block .be-testimonials-block-carousel .item-testimonial-name {
  color: var(--link-color, #000);
}

.be-testimonials-block .be-testimonials-block-carousel .item-testimonial-position {
  color: var(--heading-color, #333);
  margin-right: 5px;
}

.be-testimonials-block .be-testimonials-block-carousel .item-testimonial-thumbnail {
  width: 100%;
  height: auto;
  position: relative;
}

.be-testimonials-block .be-testimonials-block-carousel .item-testimonial-thumbnail img {
  width: 100%;
  height: 430px;
  max-width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (max-width: 540px) {
  .be-testimonials-block .be-testimonials-block-carousel .item-testimonial-thumbnail img {
    max-width: 100%;
    min-height: 400px;
    height: 400px;
  }
}

.be-testimonials-block .be-testimonials-block-carousel .item-testimonial-content {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 50px;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 1199px) {
  .be-testimonials-block .be-testimonials-block-carousel .item-testimonial-content {
    padding: 50px 20px;
  }
}

@media (max-width: 540px) {
  .be-testimonials-block .be-testimonials-block-carousel .item-testimonial-content {
    padding: 80px 20px 30px 20px;
  }
}

.be-testimonials-block .be-testimonials-block-carousel .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--bg-ar-df);
  z-index: 9;
  transition: 0.2s ease-in-out;
  color: var(--color-arrow-df);
}

.be-testimonials-block .be-testimonials-block-carousel .slick-arrow::before {
  font-size: 20px;
  transition: 0.2s ease-in-out;
  color: var(--color-arrow-df);
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
}

.be-testimonials-block .be-testimonials-block-carousel .slick-arrow.slick-next {
  right: -45px;
}

.be-testimonials-block .be-testimonials-block-carousel .slick-arrow.slick-next::before {
  content: "\F105";
}

@media (max-width: 1299px) {
  .be-testimonials-block .be-testimonials-block-carousel .slick-arrow.slick-next {
    right: 0;
  }
}

.be-testimonials-block .be-testimonials-block-carousel .slick-arrow.slick-prev {
  left: -45px;
}

.be-testimonials-block .be-testimonials-block-carousel .slick-arrow.slick-prev::before {
  content: "\F104";
}

@media (max-width: 1299px) {
  .be-testimonials-block .be-testimonials-block-carousel .slick-arrow.slick-prev {
    left: 0;
  }
}

.be-testimonials-block .be-testimonials-block-carousel .slick-arrow:hover,
.be-testimonials-block .be-testimonials-block-carousel .slick-arrow:focus {
  background-color: var(--bg-ar-hv);
  color: var(--color-arrow-hv);
}

.be-testimonials-block .be-testimonials-block-carousel .slick-arrow:hover::before,
.be-testimonials-block .be-testimonials-block-carousel .slick-arrow:focus::before {
  color: var(--color-arrow-hv);
}

.be-testimonials-block .be-testimonials-block-carousel .slick-dots {
  bottom: -30px;
}

.be-testimonials-block .be-testimonials-block-carousel .slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: var(--color-dot-df);
  opacity: 0.3;
  position: relative;
  transition: opacity 0.2s ease-in-out;
}

.be-testimonials-block .be-testimonials-block-carousel .slick-dots li.slick-active {
  opacity: 1;
  background-color: var(--color-dot-at);
}

.be-testimonials-block .be-testimonials-block-carousel .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .item-testimonial-thumbnail {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-bottom: 2px solid var(--link-color);
  margin: 0 auto;
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .item-testimonial-thumbnail img {
  -webkit-transform-style: preserve-3d;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

@media (max-width: 540px) {
  .be-testimonials-block.is-style-4 .be-testimonials-block-carousel .item-testimonial-thumbnail img {
    min-height: 100%;
    height: 100%;
    max-height: 100%;
  }
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .item-testimonial-content {
  padding: 35px 50px 0 50px;
  background-color: transparent;
}

@media screen and (max-width: 1199px) {
  .be-testimonials-block.is-style-4 .be-testimonials-block-carousel .item-testimonial-content {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .be-testimonials-block.is-style-4 .be-testimonials-block-carousel .item-testimonial-content {
    padding: 25px 0 0 0;
  }
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .item-testimonial-desc {
  font-weight: 600;
  text-align: center;
  color: #d4cdcd;
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .item-testimonial-info {
  text-align: center;
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .item-testimonial-name {
  font-size: 19px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  text-transform: inherit;
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .item-testimonial-position {
  font-size: 13px;
  line-height: 23px;
  color: #868686;
  font-weight: 400;
  text-transform: inherit;
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .item-testimonial--icon-quocte {
  display: none;
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .slick-dots li {
  width: 6px;
  height: 6px;
  position: relative;
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .slick-dots li.slick-active {
  width: 10px;
  height: 10px;
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .slick-arrow::before {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .slick-arrow.slick-prev::before {
  content: "\F060";
}

.be-testimonials-block.is-style-4 .be-testimonials-block-carousel .slick-arrow.slick-next::before {
  content: "\F061";
}

@media (max-width: 540px) {
  .be-testimonials-block.is-style-default {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  .be-testimonials-block.is-style-default .slick-track .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: inherit !important;
  }
}

@media (max-width: 540px) {
  .be-testimonials-block.is-style-default .slick-track .slick-slide {
    padding-left: 0;
    padding-right: 0;
  }
}

.be-testimonials-block.is-style-default .slick-list .slick-track .slick-slide > div {
  display: flex;
}

.be-testimonials-block.is-style-default .be-testimonials-block-carousel .item-testimonial-content {
  cursor: pointer;
}

@media (min-width: 992px) {
  .be-testimonials-block.is-style-default .be-testimonials-block-carousel .item-testimonial-content {
    right: 0px;
  }
}

@media (min-width: 541px) {
  .be-testimonials-block.is-style-default .be-testimonials-block-carousel .item-testimonial-content {
    position: absolute;
    right: 10px;
    max-width: 60%;
    bottom: 10%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
}

.be-testimonials-block.is-style-default .be-testimonials-block-carousel .item-testimonial-content::hover .item-testimonial--icon-quocte svg {
  animation-name: wobble;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.be-testimonials-block.is-style-default .be-testimonials-block-carousel .item-testimonial-info {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .slick-track .slick-slide {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 540px) {
  .be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial {
    padding: 0;
  }
}

@media (max-width: 540px) {
  .be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial-inner {
    box-shadow: none;
  }
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial-thumbnail {
  display: flex;
  justify-content: center;
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial-thumbnail img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

@media (max-width: 540px) {
  .be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial-thumbnail img {
    max-width: 100px;
    min-height: auto;
  }
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial-content {
  position: inherit;
  transform: translateY(0%);
  box-shadow: none;
  max-width: 100%;
  padding-top: 35px;
  padding-bottom: 0px;
}

@media screen and (max-width: 480px) {
  .be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial-content {
    padding-top: 20px;
  }
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial--icon-quocte {
  display: none;
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial-desc {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 31px;
  font-family: var(--body-family);
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial-info {
  text-align: center;
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial-name {
  font-style: normal;
  font-weight: 600;
  font-size: var(--h3-font-size);
  line-height: var(--h3-line-height);
  color: var(--link-color, #333);
}

@media screen and (max-width: 480px) {
  .be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial-name {
    font-size: 25px;
    line-height: 120%;
  }
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .item-testimonial-position {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: var(--body-color, #333);
  text-transform: initial;
  margin-top: 10px;
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .slick-arrow {
  left: 50%;
  right: inherit;
  transform: translateX(-50%);
  top: 25px;
  background-color: var(--link-color);
  color: #fff;
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .slick-arrow.slick-prev {
  left: calc(50% - 86px);
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .slick-arrow.slick-next {
  left: calc(50% + 86px);
}

.be-testimonials-block.is-style-2 .be-testimonials-block-carousel .slick-dots {
  bottom: -45px;
}

.be-testimonials-block.is-style-3 {
  position: relative;
}

.be-testimonials-block.is-style-3::before,
.be-testimonials-block.is-style-3::after {
  content: " ";
  position: absolute;
  width: 10px;
  background-color: #213e8c;
  right: -5px;
  height: 60px;
  z-index: 9;
  box-sizing: border-box;
}

.be-testimonials-block.is-style-3::before {
  top: 10%;
}

.be-testimonials-block.is-style-3:after {
  bottom: 10%;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel {
  border-left: 1px solid #cecece;
  border-right: 1px solid #cecece;
  padding-top: 10%;
  padding-bottom: 10%;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel::before,
.be-testimonials-block.is-style-3 .be-testimonials-block-carousel::after {
  content: " ";
  position: absolute;
  width: 10px;
  background-color: #213e8c;
  left: -5px;
  height: 60px;
  z-index: 9;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel::before {
  top: 10%;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel::after {
  bottom: 10%;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .slick-track .slick-slide {
  padding-left: 0;
  padding-right: 0;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .slick-list {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 540px) {
  .be-testimonials-block.is-style-3 .be-testimonials-block-carousel .slick-list {
    max-width: 95%;
  }
}

@media (max-width: 540px) {
  .be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial {
    padding: 0;
  }

  .be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial-inner {
    box-shadow: none;
  }
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial-thumbnail {
  display: none;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial-content {
  position: inherit;
  transform: translateY(0%);
  box-shadow: none;
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial--icon-quocte {
  position: inherit;
  width: 100%;
  text-align: center;
  height: 52px;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial--icon-quocte::before {
  content: "\F10E";
  display: block;
  font-family: FontAwesome;
  text-align: center;
  font-size: 45px;
  color: #ec5e87;
  z-index: 9999;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial--icon-quocte svg {
  display: none;
  max-width: 50px;
}

@media screen and (max-width: 540px) {
  .be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial--icon-quocte svg {
    max-width: 40px;
  }
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial-desc {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-top: 30px;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial-info {
  text-align: center;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial-name {
  font-weight: 700;
  font-size: 29px;
  color: #333;
  line-height: 38px;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial-name {
    font-size: 25px;
    line-height: 120%;
  }
}

@media screen and (max-width: 540px) {
  .be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial-name {
    font-size: 20px;
  }
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .item-testimonial-position {
  margin: 0;
  font-size: 16px;
  line-height: 25px;
  color: var(--heading-color);
  text-transform: inherit;
  font-weight: 400;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .slick-arrow {
  height: 100px;
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .slick-arrow::before {
  color: #000;
  padding: 7px 30px;
  border: 1px solid #cecece;
  border-radius: 30px;
  transition: opacity 0.2s ease-in-out;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .slick-arrow.slick-prev {
  left: -30px;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .slick-arrow.slick-next {
  right: -20px;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .slick-arrow:hover::before {
  background-color: var(--bg-ar-hv);
  color: var(--color-arrow-hv);
  border-color: var(--bg-ar-hv);
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .slick-slide {
  height: inherit !important;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}

.be-testimonials-block.is-style-3 .be-testimonials-block-carousel .slick-slide > div {
  width: 100%;
}

@media (max-width: 767px) {
  .be-testimonials-block.is-style-5 .slick-track .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: inherit !important;
  }
}

.be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial .item-testimonial-inner {
  display: flex;
  position: relative;
  margin-bottom: 100px;
  margin-top: 80px;
}

.be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial .item-testimonial-inner .item-testimonial-thumbnail {
  width: 35%;
  z-index: 1;
}

.be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial .item-testimonial-inner .item-testimonial-thumbnail img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

@media screen and (max-width: 992px) {
  .be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial .item-testimonial-inner .item-testimonial-thumbnail {
    display: none;
  }

  .be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial .item-testimonial-inner .item-testimonial-content {
    padding-left: 30px !important;
    padding: 60px 20px 20px 20px;
    max-width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
    margin: 5px;
  }

  .be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial .item-testimonial-inner .item-testimonial-content .item-testimonial--icon-quocte {
    left: calc(50% - 49px);
  }
}

.be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial-content {
  cursor: pointer;
  position: absolute;
  right: 0;
  max-width: 75%;
  padding-left: calc(10% + 70px) !important;
  padding: 70px;
  text-align: center;
  bottom: -55px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial-content {
    padding-left: calc(10% + 30px) !important;
    padding: 60px 30px 30px 30px;
  }
}

.be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial-content p.item-testimonial-desc {
  color: #555;
  font-size: 20px;
  line-height: 30px;
  text-shadow: 0.5px 0.5px black;
}

.be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial-content .item-testimonial--icon-quocte {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  top: -45px;
  left: 50%;
  border: 3px solid var(--link-color, #28C77B);
}

.be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial-content .item-testimonial--icon-quocte svg {
  max-width: 25px;
}

.be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial-content::hover .item-testimonial--icon-quocte svg {
  animation-name: wobble;
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial-info h3.item-testimonial-name {
  font-size: 25px;
  margin-bottom: 10px;
}

.be-testimonials-block.is-style-5 .be-testimonials-block-carousel .item-testimonial-info p.item-testimonial-position {
  color: var(--link-color, #28C77B);
  font-weight: 400;
  text-transform: none;
}

@media (max-width: 1200px) {
  .be-testimonials-block.is-style-5 .be-testimonials-block-carousel {
    max-width: 960px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .be-testimonials-block.is-style-5 .be-testimonials-block-carousel {
    max-width: 720px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .be-testimonials-block.is-style-5 .be-testimonials-block-carousel {
    max-width: 540px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.be-icon-box-block--icon {
  text-align: center;
}

.be-icon-box-block--icon img {
  width: 100%;
  height: auto;
  max-width: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.be-icon-box-block--heading {
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: 28px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  transition: 0.4s;
  color: #444;
  text-align: center;
}

.be-icon-box-block--heading > a {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.be-icon-box-block-hover {
  box-shadow: 0 0 25.5px 0 rgba(0, 0, 0, 0.26);
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  text-decoration: none;
  color: white;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.be-icon-box-block--button a {
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--heading-family);
  background: var(--heading-color);
  color: #fff;
  border-radius: 3px;
  font-size: 13px;
  width: 160px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.be-icon-box-block--button a::before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.be-icon-box-block--button a:hover::before {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.be-icon-box-block-warp {
  transition: 0.4s;
}

.be-icon-box-block-inner {
  position: relative;
  padding: 60px 30px;
  transition: 0.4s;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.be-icon-box-block-inner:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.be-icon-box-block-inner:hover .be-icon-box-block-warp {
  opacity: 0.4;
}

.be-icon-box-block-inner:hover .be-icon-box-block--heading {
  color: var(--heading-color);
}

.be-icon-box-block-inner:hover .be-icon-box-block-hover {
  padding-top: 25px;
  opacity: 1;
  visibility: visible;
}

.be-icon-box-block-is-style-default {
  border-right: 1px solid #000;
}

.be-icon-box-block-is-style-default:first-child {
  border-left: 1px solid #000;
}

.be-icon-box-block.is-style-water-charity .be-icon-box-block-inner {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1199.98px) {
  .be-icon-box-block.is-style-water-charity .be-icon-box-block-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.be-icon-box-block.is-style-water-charity .be-icon-box-block-inner:hover {
  background-color: transparent;
}

.be-icon-box-block.is-style-water-charity .be-icon-box-block-inner--icon {
  position: relative;
  width: 100%;
  max-width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
}

.be-icon-box-block.is-style-water-charity .be-icon-box-block-inner--icon-secret-circle {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0px;
  border-radius: 50%;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.be-icon-box-block.is-style-water-charity .be-icon-box-block-inner--icon-secret-circle::before {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  right: 10px;
}

.be-icon-box-block.is-style-water-charity .be-icon-box-block-inner--heading {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.16px;
  margin: 24px 0 0 0;
}

@media (max-width: 575.98px) {
  .be-icon-box-block.is-style-water-charity .be-icon-box-block-inner--heading {
    font-size: 20px;
    line-height: 30px;
    margin-top: 16px;
  }
}

.be-icon-box-block.is-style-water-charity .be-icon-box-block-inner--heading > a {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.be-icon-box-block.is-style-water-charity .be-icon-box-block-inner:hover .be-icon-box-block-inner--icon-secret-circle {
  animation-name: be-spin;
}

.be-icon-box-block.is-style-2 .be-icon-box-block-inner {
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 0 25.5px 0 rgba(0, 0, 0, 0.26);
}

.be-icon-box-block.is-style-2 .be-icon-box-block-inner:hover .be-icon-box-block-hover {
  padding-top: 25px;
  background-color: var(--heading-color);
}

.be-icon-box-block.is-style-2 .be-icon-box-block-inner:hover .be-icon-box-block--heading {
  color: #fff;
}

.be-icon-box-block.is-style-2 .be-icon-box-block--heading {
  line-height: 28px;
  font-size: 24px;
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .be-icon-box-block.is-style-2 .be-icon-box-block--heading {
    font-size: 20px;
    line-height: 24px;
  }
}

.be-icon-box-block.is-style-2 .be-icon-box-block-hover {
  flex-wrap: wrap;
}

.be-icon-box-block.is-style-2 .be-icon-box-block-hover-inner {
  text-align: center;
}

.be-icon-box-block.is-style-2 .be-icon-box-block-hover .be-icon-box-block--heading {
  margin: 0;
}

.be-icon-box-block.is-style-2 .be-icon-box-block--button {
  margin-top: 20px;
  text-align: center;
}

.be-icon-box-block.is-style-2 .be-icon-box-block--button a {
  border: 1px solid #fff;
}

.be-icon-box-block.is-style-3 .be-icon-box-block-inner {
  padding: 40px 20px;
  overflow: hidden;
  min-height: 219px;
}

.be-icon-box-block.is-style-3 .be-icon-box-block-inner::after {
  background: #fff;
  content: "";
  height: 350px;
  left: -160px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

.be-icon-box-block.is-style-3 .be-icon-box-block-inner .be-icon-box-block--heading {
  font-size: 17px;
  color: #ffffff;
  line-height: 28px;
}

.be-icon-box-block.is-style-3 .be-icon-box-block-inner .be-icon-box-block--icon img {
  animation-delay: 0s, 0.3s;
  animation-direction: normal, alternate;
  animation-duration: 0.3s, 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1, infinite;
  animation-timing-function: ease-out, ease-in-out;
}

.be-icon-box-block.is-style-3 .be-icon-box-block-inner:hover::after {
  left: 130%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.be-icon-box-block.is-style-3 .be-icon-box-block-inner:hover .be-icon-box-block--icon img {
  animation-name: hvr-bob-float, hvr-bob;
}

.be-icon-box-block.is-style-4 .be-icon-box-block-inner {
  padding: 40px 0px;
  overflow: hidden;
  min-height: 219px;
}

.be-icon-box-block.is-style-4 .be-icon-box-block-inner::after {
  background: #fff;
  content: "";
  height: 350px;
  left: -160px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .be-icon-box-block.is-style-4 .be-icon-box-block-inner {
    padding-bottom: 0;
    min-height: auto;
  }
}

.be-icon-box-block.is-style-4 .be-icon-box-block-inner .be-icon-box-block-inner--content {
  border: 2px solid #E7E7E7;
  border-radius: 20px;
  position: relative;
  padding: 30px;
}

@media (max-width: 991.98px) {
  .be-icon-box-block.is-style-4 .be-icon-box-block-inner .be-icon-box-block-inner--content {
    padding: 60px 20px 20px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .be-icon-box-block.is-style-4 .be-icon-box-block-inner .be-icon-box-block--heading {
    padding-right: 0px;
  }
}

.be-icon-box-block.is-style-4 .be-icon-box-block-inner .be-icon-box-block--heading {
  font-size: 22px;
  color: #222222;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 95px;
}

@media (max-width: 1199.98px) {
  .be-icon-box-block.is-style-4 .be-icon-box-block-inner .be-icon-box-block--heading {
    padding-right: 25px;
  }
}

.be-icon-box-block.is-style-4 .be-icon-box-block-inner .be-icon-box-block--subheading {
  font-size: 18px;
  color: #555;
  line-height: 28px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .be-icon-box-block.is-style-4 .be-icon-box-block-inner .be-icon-box-block--subheading {
    font-size: 17px;
    line-height: 27px;
  }
}

.be-icon-box-block.is-style-4 .be-icon-box-block-inner .be-icon-box-block--icon {
  position: absolute;
  right: 15px;
  top: -20px;
}

.be-icon-box-block.is-style-4 .be-icon-box-block-inner .be-icon-box-block--icon img {
  animation-delay: 0s, 0.3s;
  animation-direction: normal, alternate;
  animation-duration: 0.3s, 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1, infinite;
  animation-timing-function: ease-out, ease-in-out;
}

.be-icon-box-block.is-style-4 .be-icon-box-block-inner:hover::after {
  left: 130%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.be-icon-box-block.is-style-4 .be-icon-box-block-inner:hover .be-icon-box-block--icon img {
  animation-name: hvr-bob-float, hvr-bob;
}

.be-icon-box-block.is-style-5 .be-icon-box-block-inner {
  padding: 40px 0px;
  overflow: hidden;
  min-height: 219px;
}

.be-icon-box-block.is-style-5 .be-icon-box-block-inner::after {
  background: #fff;
  content: "";
  height: 350px;
  left: -160px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .be-icon-box-block.is-style-5 .be-icon-box-block-inner {
    padding-bottom: 0;
  }
}

.be-icon-box-block.is-style-5 .be-icon-box-block-inner .be-icon-box-block-inner--content {
  position: relative;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: #fbfbfb;
  text-align: center;
  margin-top: 50px;
}

.be-icon-box-block.is-style-5 .be-icon-box-block-inner .be-icon-box-block--heading {
  font-size: 25px;
  color: #222222;
  line-height: 35px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: none;
}

.be-icon-box-block.is-style-5 .be-icon-box-block-inner .be-icon-box-block--subheading {
  font-size: 17px;
  color: #555;
  line-height: 24px;
  margin-bottom: 0;
}

.be-icon-box-block.is-style-5 .be-icon-box-block-inner .be-icon-box-block--icon {
  position: relative;
  margin-top: -50px;
  display: inline-block;
  width: 140px;
  height: 140px;
  text-align: center;
  line-height: 60px;
  padding: 40px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-top: 4px solid var(--link-color, #71b61b);
  border-bottom: 4px solid var(--link-color, #71b61b);
}

.be-icon-box-block.is-style-5 .be-icon-box-block-inner .be-icon-box-block--icon img {
  animation-delay: 0s, 0.3s;
  animation-direction: normal, alternate;
  animation-duration: 0.3s, 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1, infinite;
  animation-timing-function: ease-out, ease-in-out;
}

.be-icon-box-block.is-style-5 .be-icon-box-block-inner:hover::after {
  left: 130%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.be-icon-box-block.is-style-5 .be-icon-box-block-inner:hover .be-icon-box-block--icon img {
  animation-name: hvr-bob-float, hvr-bob;
}

.be-events-listing-block .item-event-inner {
  position: relative;
}

.be-events-listing-block .item-event--thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: auto;
}

.be-events-listing-block .item-event--name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: var(--title-color, --heading-color, #333);
}

@media screen and (max-width: 767px) {
  .be-events-listing-block .item-event--name {
    font-size: 20px;
    line-height: 28px;
  }
}

.be-events-listing-block .item-event--name > a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  display: inline-block;
}

.be-events-listing-block .item-event--venue > span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  display: inline-block;
}

.be-events-listing-block .item-event--start-date {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--heading-family);
  color: var(--link-color);
}

.be-events-listing-block .item-event svg {
  min-width: 16px;
  max-width: 16px;
  height: auto;
  margin-right: 5px;
}

.be-events-listing-block .item-event--cta > a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  background: #000;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 2px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-family: var(--heading-family);
}

.be-events-listing-block .item-event--cta > a i {
  margin-left: 5px;
}

.be-events-listing-block.is-style-default .be-events-listing-block-inner {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  background-color: #ffffff;
  border-radius: 2px;
}

@media screen and (max-width: 991px) {
  .be-events-listing-block.is-style-default .be-events-listing-block-inner {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-default .be-events-listing-block-inner {
    padding: 40px 15px;
  }
}

.be-events-listing-block.is-style-default .item-event {
  height: auto;
}

.be-events-listing-block.is-style-default .item-event-inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-default .item-event-inner {
    flex-wrap: wrap;
  }
}

.be-events-listing-block.is-style-default .item-event-inner-left {
  display: flex;
  width: calc(100% - 112px);
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-default .item-event-inner-left {
    flex-wrap: wrap;
    width: 100%;
  }
}

.be-events-listing-block.is-style-default .item-event-inner-right {
  padding-top: 20px;
  min-width: 112px;
}

.be-events-listing-block.is-style-default .item-event--icon-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  z-index: 9;
  cursor: pointer;
  background-color: var(--link-color-hover);
  transition: all 0.3s ease;
}

.be-events-listing-block.is-style-default .item-event--icon-toggle::before {
  content: "+";
  position: absolute;
  color: #fff;
  left: calc(50% - 6px);
  line-height: 30px;
  font-size: 23px;
  font-weight: 100;
}

.be-events-listing-block.is-style-default .item-event--icon-toggle:hover {
  background-color: #000;
}

.be-events-listing-block.is-style-default .item-event--cta.be-button.be-button-style_4 > a::after {
  background: var(--link-color);
}

.be-events-listing-block.is-style-default .item-event--cta.be-button.be-button-style_5 > a {
  background-color: transparent;
  border: 2px solid var(--heading-color);
  color: var(--heading-color);
}

.be-events-listing-block.is-style-default .item-event--cta.be-button.be-button-style_5 > a:hover {
  color: #fff;
}

.be-events-listing-block.is-style-default .item-event--thumbnail {
  min-width: 80px;
  min-height: 80px;
  width: 80px;
  height: 80px;
  position: relative;
}

.be-events-listing-block.is-style-default .item-event--thumbnail img {
  height: 100%;
  border-radius: 50%;
}

.be-events-listing-block.is-style-default .item-event--meta {
  width: calc(100% - 80px);
  padding-left: 45px;
  padding-top: 20px;
  box-sizing: border-box;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-default .item-event--meta {
    padding-left: 0;
    width: 100%;
  }
}

.be-events-listing-block.is-style-default .item-event--excerpt {
  display: none;
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
  min-width: 100%;
}

.be-events-listing-block.is-style-default .item-event--excerpt > p {
  display: block;
  display: -webkit-box;
  max-height: 3.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-height: 1.6rem;
  width: 100%;
  margin: 0;
}

.be-events-listing-block.is-style-default .item-event:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: #acacac dashed 1px;
  margin-bottom: 20px;
}

.be-events-listing-block.is-style-default .item-event:not(.__hide) .item-event--icon-toggle::before {
  content: "_";
  line-height: 9px;
}

.be-events-listing-block.is-style-ev-list .item-event {
  margin: 0;
}

.be-events-listing-block.is-style-ev-list .item-event-inner {
  display: flex;
  align-items: center;
}

.be-events-listing-block.is-style-ev-list .item-event--meta {
  padding-left: 20px;
}

@media (max-width: 575.98px) {
  .be-events-listing-block.is-style-ev-list .item-event--meta {
    padding-left: 10px;
  }
}

.be-events-listing-block.is-style-ev-list .item-event--name {
  font-size: 24px;
  line-height: 26px;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 991px) {
  .be-events-listing-block.is-style-ev-list .item-event--name {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-ev-list .item-event--name {
    font-size: 16px;
    line-height: 18px;
  }
}

.be-events-listing-block.is-style-ev-list .item-event--start-date {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: var(--link-color);
  padding: 25px 10px;
  width: 100px;
  min-width: 100px;
  border-radius: 3px;
  height: auto;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-ev-list .item-event--start-date {
    width: 80px;
    min-width: 80px;
  }
}

@media (max-width: 575.98px) {
  .be-events-listing-block.is-style-ev-list .item-event--start-date {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.be-events-listing-block.is-style-ev-list .item-event--start-date__day,
.be-events-listing-block.is-style-ev-list .item-event--start-date__month {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  font-family: var(--body-family);
  color: #fff;
}

.be-events-listing-block.is-style-ev-list .item-event--start-date__month {
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767.98px) {
  .be-events-listing-block.is-style-ev-list .item-event--start-date__month {
    font-size: 15px;
    line-height: 125%;
  }
}

.be-events-listing-block.is-style-ev-list .item-event--start-date__day {
  font-size: 30px;
  line-height: 100%;
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-ev-list .item-event--start-date__day {
    font-size: 25px;
  }
}

.be-events-listing-block.is-style-ev-list .item-event--time,
.be-events-listing-block.is-style-ev-list .item-event--venue {
  font-size: 16px;
  color: var(--link-color);
}

@media (max-width: 575.98px) {
  .be-events-listing-block.is-style-ev-list .item-event--time,
  .be-events-listing-block.is-style-ev-list .item-event--venue {
    font-size: 14px;
  }
}

.be-events-listing-block.is-style-ev-list .item-event--time svg,
.be-events-listing-block.is-style-ev-list .item-event--venue svg {
  width: 100%;
  max-width: 15px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.be-events-listing-block.is-style-ev-list .item-event--time svg path,
.be-events-listing-block.is-style-ev-list .item-event--venue svg path {
  stroke: var(--link-color);
}

.be-events-listing-block.is-style-ev-list .item-event--time {
  font-weight: 700;
  display: flex;
  align-items: center;
}

.be-events-listing-block.is-style-ev-list .item-event--time svg path {
  fill: var(--link-color);
}

.be-events-listing-block.is-style-ev-list .item-event--venue {
  margin: 8px 0 0 0;
  font-weight: 400;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-ev-list .item-event--venue {
    margin-top: 5px;
    align-items: start;
  }

  .be-events-listing-block.is-style-ev-list .item-event--venue svg {
    margin-top: 5px;
  }
}

.be-events-listing-block.is-style-ev-list .item-event:not(:last-child) {
  margin-bottom: 20px;
}

.be-events-listing-block.is-style-ev-fill .item-event-inner {
  text-align: center;
}

.be-events-listing-block.is-style-ev-fill .item-event--date {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: var(--link-color);
  padding: 5px 15px;
  border-radius: 3px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.be-events-listing-block.is-style-ev-fill .item-event--date > span,
.be-events-listing-block.is-style-ev-fill .item-event--date i {
  color: inherit;
}

.be-events-listing-block.is-style-ev-fill .item-event--date > span,
.be-events-listing-block.is-style-ev-fill .item-event--date p {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
  display: inline-block;
  color: inherit;
}

.be-events-listing-block.is-style-ev-fill .item-event--date > span {
  margin: 0 5px;
}

.be-events-listing-block.is-style-ev-fill .item-event--date-time {
  display: flex !important;
  align-items: center;
}

.be-events-listing-block.is-style-ev-fill .item-event--date-time p {
  margin: 0;
  padding: 0;
}

.be-events-listing-block.is-style-ev-fill .item-event--date-time svg path {
  fill: #fff;
}

.be-events-listing-block.is-style-ev-fill .item-event--name {
  font-size: 24px;
  line-height: 26px;
  color: var(--title-color, --heading-color, #333);
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  .be-events-listing-block.is-style-ev-fill .item-event--name {
    font-size: 20px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-ev-fill .item-event--name {
    font-size: 18px;
    line-height: 22px;
  }
}

.be-events-listing-block.is-style-ev-fill .item-event--venue {
  color: var(--link-color);
  margin-top: 8px;
}

@media (max-width: 767.98px) {
  .be-events-listing-block.is-style-ev-fill .item-event--venue {
    font-size: 14px;
    line-height: 118%;
  }
}

.be-events-listing-block.is-style-ev-fill .item-event--venue svg path {
  stroke: var(--link-color);
}

.be-events-listing-block.is-style-ev-fill .item-event--excerpt {
  margin-top: 20px;
  color: var(--desc-color, #333);
}

@media (max-width: 767.98px) {
  .be-events-listing-block.is-style-ev-fill .item-event--excerpt {
    margin-top: 16px;
  }
}

.be-events-listing-block.is-style-ev-fill .item-event--excerpt p {
  color: var(--desc-color, #333);
}

.be-events-listing-block.is-style-ev-fill .item-event--count-down {
  margin-top: 40px;
}

@media (max-width: 767.98px) {
  .be-events-listing-block.is-style-ev-fill .item-event--count-down {
    margin-top: 24px;
  }
}

.be-events-listing-block.is-style-ev-fill .item-event--count-down .be-count-down--result {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.be-events-listing-block.is-style-ev-fill .item-event--count-down .be-count-down--result > div {
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  background: var(--link-color, #2c9cf2);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding-top: 23px;
  border-radius: 4px;
  line-height: 25px;
}

.be-events-listing-block.is-style-ev-fill .item-event--count-down .be-count-down--result > div span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

@media (max-width: 575.98px) {
  .be-events-listing-block.is-style-ev-fill .item-event--count-down .be-count-down--result > div span {
    font-size: 14px;
  }
}

.be-events-listing-block.is-style-ev-fill .item-event:not(:last-child) {
  padding-bottom: 30px;
}

.be-events-listing-block.is-style-ev-outline .item-event {
  padding: 20px 35px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 55px;
}

@media screen and (max-width: 1199px) {
  .be-events-listing-block.is-style-ev-outline .item-event {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-ev-outline .item-event {
    padding: 20px 15px;
  }
}

.be-events-listing-block.is-style-ev-outline .item-event-inner {
  text-align: center;
  background: #fff;
  display: flex;
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-ev-outline .item-event-inner {
    flex-wrap: wrap;
  }
}

.be-events-listing-block.is-style-ev-outline .item-event--excerpt {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.be-events-listing-block.is-style-ev-outline .item-event--excerpt p {
  margin-bottom: 0;
}

.be-events-listing-block.is-style-ev-outline .item-event--thumbnail {
  position: relative;
  width: 200px;
  height: auto;
  min-width: 200px;
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-ev-outline .item-event--thumbnail {
    width: 100%;
    margin-bottom: 20px;
  }
}

.be-events-listing-block.is-style-ev-outline .item-event--thumbnail img {
  height: 210px;
  border-radius: 4px;
  margin-top: -40px;
}

@media (max-width: 991.98px) {
  .be-events-listing-block.is-style-ev-outline .item-event--thumbnail img {
    margin-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .be-events-listing-block.is-style-ev-outline .item-event--name {
    font-size: 20px;
  }
}

.be-events-listing-block.is-style-ev-outline .item-event--meta {
  padding-left: 30px;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-ev-outline .item-event--meta {
    padding: 0;
  }
}

.be-events-listing-block.is-style-ev-outline .item-event--info {
  margin-top: 16px;
}

@media (max-width: 1199.98px) {
  .be-events-listing-block.is-style-ev-outline .item-event--info > div {
    width: 100%;
  }

  .be-events-listing-block.is-style-ev-outline .item-event--info > div:last-child {
    margin-top: 10px;
  }
}

.be-events-listing-block.is-style-ev-outline .item-event--info > div:not(:last-child) {
  margin-right: 24px;
}

@media (max-width: 1199.98px) {
  .be-events-listing-block.is-style-ev-outline .item-event--info > div:not(:last-child) {
    margin-right: 0;
  }
}

.be-events-listing-block.is-style-ev-outline .item-event--info span {
  font-size: 16px;
  line-height: 115%;
  font-weight: 500;
  display: inline-block;
  color: var(--link-color);
  font-family: var(--heading-family);
}

@media (max-width: 1199.98px) {
  .be-events-listing-block.is-style-ev-outline .item-event--info span {
    font-size: 15px;
  }
}

@media (max-width: 359px) {
  .be-events-listing-block.is-style-ev-outline .item-event--info span {
    font-size: 14px;
  }
}

.be-events-listing-block.is-style-ev-outline .item-event--address svg path {
  stroke: var(--link-color);
}

.be-events-listing-block.is-style-ev-outline .item-event--start-date b {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}

.be-events-listing-block.is-style-ev-outline .item-event--start-date svg path {
  fill: var(--link-color);
}

.be-events-listing-block.is-style-ev-outline .item-event--cta {
  text-align: right;
  line-height: 1;
}

.be-events-listing-block.is-style-ev-outline .item-event--cta > a {
  padding: 0;
  font-size: 14px;
  color: #646464;
  line-height: 30px;
  background-color: transparent;
  height: auto;
}

.be-events-listing-block.is-style-ev-outline .item-event--cta > a:hover {
  background-color: transparent;
  color: var(--link-color);
  text-decoration: underline;
}

.be-events-listing-block.is-style-ev-special .item-event-inner {
  display: flex;
  align-items: center;
  min-height: 150px;
}

@media screen and (max-width: 600px) {
  .be-events-listing-block.is-style-ev-special .item-event-inner {
    flex-wrap: wrap;
  }
}

.be-events-listing-block.is-style-ev-special .item-event--thumbnail {
  z-index: 9;
  width: 150px;
  height: 150px;
  min-width: 150px;
}

@media screen and (max-width: 600px) {
  .be-events-listing-block.is-style-ev-special .item-event--thumbnail {
    width: 100%;
    text-align: center;
    margin-bottom: -35px;
  }
}

.be-events-listing-block.is-style-ev-special .item-event--thumbnail img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  margin-bottom: -35px;
}

@media screen and (max-width: 600px) {
  .be-events-listing-block.is-style-ev-special .item-event--thumbnail img {
    margin-bottom: 0;
    max-width: 150px;
  }
}

.be-events-listing-block.is-style-ev-special .item-event--meta {
  background-color: var(--link-color);
  padding: 25px 20px 25px 75px;
  color: #fff;
  border-radius: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 100px);
  margin-left: -50px;
  height: 100%;
}

@media screen and (max-width: 600px) {
  .be-events-listing-block.is-style-ev-special .item-event--meta {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
    padding-top: 50px;
  }
}

.be-events-listing-block.is-style-ev-special .item-event--meta__warp {
  margin-top: 10px;
  padding-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.be-events-listing-block.is-style-ev-special .item-event--excerpt p {
  font-size: 15px;
  margin: 10px 0 0 0;
}

.be-events-listing-block.is-style-ev-special .item-event--name,
.be-events-listing-block.is-style-ev-special .item-event--start-time,
.be-events-listing-block.is-style-ev-special .item-event-venue {
  color: #fff;
  width: 100%;
}

.be-events-listing-block.is-style-ev-special .item-event--start-time p {
  margin: 0;
}

.be-events-listing-block.is-style-ev-special .item-event--start-time,
.be-events-listing-block.is-style-ev-special .item-event--address {
  font-size: 15px;
  line-height: 115%;
  font-weight: 400;
}

.be-events-listing-block.is-style-ev-special .item-event--start-time svg path,
.be-events-listing-block.is-style-ev-special .item-event--address svg path {
  fill: #fff;
}

.be-events-listing-block.is-style-ev-special .item-event--address {
  margin-top: 16px;
}

.be-events-listing-block.is-style-ev-special .item-event:not(:last-child) {
  margin-bottom: 25px;
}

.be-events-listing-block.is-style-ev-grid .be-events-listing-block-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.be-events-listing-block.is-style-ev-grid .item-event--thumbnail img {
  height: 220px;
}

.be-events-listing-block.is-style-ev-grid .item-event--meta {
  position: relative;
  padding: 45px 30px 30px;
  border: solid #f5f5f5;
  border-width: 0 1px 1px;
  border-radius: 0 0 3px 3px;
}

.be-events-listing-block.is-style-ev-grid .item-event--name {
  font-size: 22px;
  color: #444;
  line-height: 30px;
  font-family: var(--body-family);
  font-weight: 600;
}

.be-events-listing-block.is-style-ev-grid .item-event--start-date {
  position: absolute;
  padding: 7px 12px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--body-family);
  background: var(--link-color);
  color: #fff;
  border-radius: 3px;
  top: -20px;
  left: 30px;
}

.be-events-listing-block.is-style-ev-grid .item-event--start-date-time {
  color: var(--link-color);
  padding: 10px 0;
}

.be-events-listing-block.is-style-ev-grid .item-event--start-date-time span {
  text-transform: uppercase;
  color: var(--heading-color);
  font-weight: 600;
}

.be-events-listing-block.is-style-ev-grid .item-event--venue {
  margin-top: 10px;
  color: var(--link-color);
}

@media screen and (max-width: 991px) {
  .be-events-listing-block.is-style-ev-grid .be-events-listing-block-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .be-events-listing-block.is-style-ev-grid .be-events-listing-block-inner {
    grid-template-columns: 1fr;
  }
}

.be-ss-upcoming-event-video {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  z-index: 9;
  height: auto;
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (max-width: 991px) {
  .be-ss-upcoming-event-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.be-ss-upcoming-event-video--bg {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  left: 0;
  top: 0;
}

.be-ss-upcoming-event-video--bg > div {
  width: 50%;
}

@media screen and (max-width: 991px) {
  .be-ss-upcoming-event-video--bg > div {
    width: 100%;
  }

  .be-ss-upcoming-event-video--bg > div.be-ss-upcoming-event-video--bg-right {
    display: none;
  }
}

.be-ss-upcoming-event-video--bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
}

.be-ss-upcoming-event-video--content {
  position: relative;
  z-index: 9;
}

.be-ss-upcoming-event-video--content-heading {
  font-size: 36px;
  line-height: 48px;
  color: var(--heading-color);
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .be-ss-upcoming-event-video--content-heading {
    font-size: 30px;
    line-height: 38px;
  }
}

.be-ss-upcoming-event-video--content-heading strong {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: var(--link-color);
  font-weight: inherit;
}

.be-ss-upcoming-event-video--content-desc {
  font-size: 16px;
  color: var(--link-color);
  line-height: 26px;
  text-align: left;
  font-weight: 400;
  font-family: var(--heading-family);
  margin: 0 0 25px 0;
}

.be-ss-upcoming-event-video--content-event-list-inner {
  background-color: #fff;
  padding: 50px;
  border-radius: 2px;
  width: 100%;
  max-width: 855px;
}

@media screen and (max-width: 1199px) {
  .be-ss-upcoming-event-video--content-event-list-inner {
    max-width: 85%;
  }
}

@media screen and (max-width: 991px) {
  .be-ss-upcoming-event-video--content-event-list-inner {
    padding: 40px 30px;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .be-ss-upcoming-event-video--content-event-list-inner {
    padding: 40px 15px 40px 30px;
  }
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event {
  height: auto;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event-inner {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .be-ss-upcoming-event-video--content-event-list-inner .item-event-inner {
    flex-wrap: wrap;
  }
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event-inner-left {
  display: flex;
  width: calc(100% - 112px);
}

@media screen and (max-width: 767px) {
  .be-ss-upcoming-event-video--content-event-list-inner .item-event-inner-left {
    flex-wrap: wrap;
    width: 100%;
  }
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event-inner-right {
  padding-top: 20px;
  min-width: 112px;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .be-ss-upcoming-event-video--content-event-list-inner .item-event--name {
    font-size: 20px;
    line-height: 28px;
  }
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--name > a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  display: inline-block;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--cta > a {
  font-size: 13px;
  background: #000;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-family: var(--heading-family);
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--cta > a i {
  margin-left: 5px;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--cta.be-button.be-button-style_4 > a::after {
  background: var(--link-color);
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--cta.be-button.be-button-style_5 > a {
  background-color: transparent;
  border: 2px solid var(--heading-color);
  color: var(--heading-color);
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--cta.be-button.be-button-style_5 > a:hover {
  color: #fff;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--icon-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  z-index: 9;
  cursor: pointer;
  background-color: var(--link-color-hover);
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--icon-toggle::before,
.be-ss-upcoming-event-video--content-event-list-inner .item-event--icon-toggle::after {
  background: white;
  content: "";
  height: 2px;
  left: 50%;
  top: 50%;
  position: absolute;
  width: 14px;
  transition: transform 500ms ease;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  transform: translate(-50%, -50%);
  display: inline-block;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--icon-toggle::before {
  transform: translate(-50%, -50%) rotate(270deg);
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--icon-toggle::after {
  transform-origin: center;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--icon-toggle:hover {
  background-color: #000;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--venue > span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  text-decoration: none;
  display: inline-block;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--start-date {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-family: var(--heading-family);
  color: var(--link-color);
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--thumbnail {
  min-width: 80px;
  min-height: 80px;
  width: 80px;
  height: 80px;
  position: relative;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--thumbnail img {
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--meta {
  width: calc(100% - 80px);
  padding-left: 45px;
  padding-top: 20px;
  box-sizing: border-box;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .be-ss-upcoming-event-video--content-event-list-inner .item-event--meta {
    padding-left: 0;
    width: 100%;
  }
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--excerpt {
  display: none;
  width: 100%;
  height: auto;
  margin: 15px 0 0 0;
  min-width: 100%;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event--excerpt > p {
  display: block;
  display: -webkit-box;
  max-height: 3.2rem;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  line-height: 1.6rem;
  width: 100%;
  margin: 0;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: #acacac dashed 1px;
  margin-bottom: 20px;
}

.be-ss-upcoming-event-video--content-event-list-inner .item-event:not(.__hide) .item-event--icon-toggle::before {
  transform: translate(-50%, -50%);
}

.be-ss-upcoming-event-video--content-cta {
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .be-ss-upcoming-event-video--content-cta {
    position: absolute;
    right: 0%;
    bottom: 10%;
  }
}

@media screen and (min-width: 1300px) {
  .be-ss-upcoming-event-video--content-cta {
    right: -60px;
  }
}

@media screen and (min-width: 1600px) {
  .be-ss-upcoming-event-video--content-cta {
    right: -10%;
  }
}

@media screen and (max-width: 991px) {
  .be-ss-upcoming-event-video--content-cta {
    display: flex;
    justify-content: center;
    padding-top: 80px;
  }
}

.be-ss-upcoming-event-video--content-cta svg {
  width: 100%;
  max-width: 20px;
  height: auto;
}

.be-ss-upcoming-event-video--content-cta svg path {
  fill: #fff;
}

.be-ss-upcoming-event-video--content-cta a {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--link-color);
  position: relative;
}

.be-ss-upcoming-event-video--content-cta a::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 120px;
  height: 120px;
  background: #d41b65 repeat scroll 0 0;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.be-numberal-donation-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  max-width: 475px;
}

@media screen and (max-width: 1199px) {
  .be-numberal-donation-box {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .be-numberal-donation-box {
    max-width: 100%;
  }
}

.be-numberal-donation-box-inner {
  box-sizing: border-box;
  position: relative;
  padding-top: 90px;
  padding-right: 15%;
  padding-bottom: 90px;
  padding-left: 15%;
}

@media screen and (max-width: 1199px) {
  .be-numberal-donation-box-inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.be-numberal-donation-box-inner .be-numberal-donation-box--space h3 {
  color: #000 !important;
  text-align: center;
}

.be-numberal-donation-box-progressbar {
  width: 200px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 50%;
}

@media screen and (min-width: 1200px) {
  .be-numberal-donation-box-progressbar {
    position: absolute;
    left: -100px;
    top: 140px;
  }
}

@media screen and (max-width: 1199px) {
  .be-numberal-donation-box-progressbar {
    margin-left: auto;
    margin-right: auto;
    background-image: none !important;
    background-color: transparent;
  }
}

.be-numberal-donation-box-progressbar .be-progressbar-editor {
  display: none;
}

.be-numberal-donation-box--list-item .item-numberal-donation {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.be-numberal-donation-box--list-item .item-numberal-donation--number {
  margin-bottom: 10px;
}

.be-numberal-donation-box--list-item .item-numberal-donation--number span {
  font-size: 36px;
  color: #ffffff;
  line-height: 35px;
  text-align: left;
  display: inline-block;
  font-family: var(--heading-family);
}

.be-numberal-donation-box--list-item .item-numberal-donation--heading {
  font-size: 16px;
  color: #ffffff;
  line-height: 15px;
  text-align: left;
  margin: 0;
  font-weight: 400;
}

.be-numberal-donation-box--list-item .item-numberal-donation:not(:last-child) {
  margin-bottom: 30px;
}

.be-numberal-donation-box--buttons {
  margin-top: 50px;
}

.be-numberal-donation-box--buttons .be-button {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
}

.be-numberal-donation-box--buttons .be-button > a {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-outline,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-charity-organization,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-outline,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-charity-organization {
  background-color: transparent;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-outline::before,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-outline::after,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-organization::before,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-organization::after,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-outline::before,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-outline::after,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-organization::before,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-organization::after {
  content: none;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-ngo-dark:hover::before,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-ngo-dark:hover::before {
  border-width: 210px 0 0 210px;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-ngo-dark:hover::after,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-ngo-dark:hover::after {
  border-width: 0 210px 210px 0;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-charity-organization::before,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-charity-organization::after,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-charity-organization::before,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-charity-organization::after {
  transform: translate(-25%, -315%) rotate(-50deg);
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-charity-organization:hover::before,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-charity-organization:hover::after,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-charity-organization:hover::before,
.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-charity-organization:hover::after {
  transform: translate(0, 0);
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation {
  margin-bottom: 10px;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-color: #fff;
  color: var(--heading-color);
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-water:hover svg {
  stroke: var(--link-color);
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-outline {
  border-color: #fff;
  background-image: none;
  color: #fff;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-outline:hover {
  background-color: #fff;
  color: #000;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-organization:hover {
  background-color: #000;
  color: #fff;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-ngo-dark::before {
  border-color: transparent transparent transparent var(--heading-color);
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-ngo-dark::after {
  border-color: transparent var(--heading-color) transparent transparent;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-ngo-dark:hover {
  color: #fff;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-water-charity::after {
  background: var(--heading-color, #000);
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-water-charity:hover {
  color: #fff;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-charity-organization {
  background-image: none;
  border-color: #fff;
  color: #fff;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-donation > a.btn-charity-organization:hover {
  border-color: #333333;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a {
  background-color: #000;
  color: #fff;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-outline {
  border-color: #000;
  color: #000;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-outline:hover {
  background-color: #000;
  color: #fff;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-organization:hover {
  background-color: #fff;
  color: #000;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-ngo-dark::before {
  border-color: transparent transparent transparent #fff;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-ngo-dark::after {
  border-color: transparent #fff transparent transparent;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-ngo-dark:hover {
  color: var(--heading-color);
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-water-charity::after {
  background: #fff;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-water-charity:hover {
  color: var(--heading-color);
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-charity-organization {
  color: #000;
  border-color: #000;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-charity-organization::before {
  background-color: rgba(255, 255, 255, 0.5);
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-charity-organization::after {
  background-color: #fff;
}

.be-numberal-donation-box--buttons .be-button.be-numberal-donation-box--buttons-valunteer > a.btn-charity-organization:hover {
  border-color: #fff;
  color: #000 !important;
}

.btn {
  background-color: var(--link-color, rgb(212, 27, 101));
  color: #FFF;
  transition: all 0.2s ease-in-out;
}

.btn:hover {
  background-color: var(--link-color-hover, rgb(212, 27, 101));
  color: #FFF;
}

.btn.btn-general {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: var(--link-color, rgb(212, 27, 101));
  padding: 18px 30px;
  border-radius: 2px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  border: none;
  position: relative;
}

.btn.btn-general:hover {
  opacity: 0.85;
}

.btn.btn-general:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn.btn-general::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.btn.btn-water {
  background-color: var(--link-color, #833dcc);
  border: 1px solid var(--link-color, #833dcc);
  border-radius: 0px;
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 45px;
  position: relative;
  z-index: 8;
  display: inline-block;
  transition: 0.4s;
}

.btn.btn-water:hover {
  background-color: var(--link-color-hover, #833dcc);
  border: 1px solid var(--link-color-hover, #833dcc);
}

.btn.btn-water:hover svg {
  animation-play-state: running;
  stroke: #fff;
}

.btn.btn-water svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  animation: dashed_border_running 20s linear infinite both;
  animation-play-state: paused;
  stroke-width: 2;
  stroke-dasharray: 9, 5;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  fill: none;
  transition: 0.4s;
}

.btn.btn-water svg rect {
  height: calc(100% - 6px);
  width: calc(100% - 6px);
  x: 3px;
  y: 3px;
}

.btn.btn-style-custom {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.1));
  background-repeat: no-repeat;
  background-repeat: repeat-x;
  background-size: 200%;
  background-position: 0 -100%;
}

.btn.btn-organization {
  text-transform: uppercase;
  font-weight: 700;
  padding: 16px 40px;
  background-color: var(--link-color, #ec5e87);
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  box-shadow: 0 0 14.5px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s ease;
  display: inline-block;
  line-height: normal;
}

.btn.btn-organization:hover {
  background-color: var(--link-color-hover, #FFF);
}

.btn.btn-outline {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 30px;
  background-color: transparent;
  color: #71b61b;
  border-radius: 30px;
  font-size: 13px;
  line-height: 46px;
  border: 2px solid #71b61b;
}

.btn.btn-outline:hover {
  background-color: #71b61b;
  color: #fff;
}

.btn.btn-ngo-dark {
  color: #fff;
  background-color: #2d2e40;
  font-weight: 700;
  font-size: 13px;
  display: inline-block;
  line-height: 23px;
  padding: 16px 48px;
  border-radius: 30px;
  position: relative;
  z-index: 0;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.02) 100%);
  background-repeat: repeat-x;
}

.btn.btn-ngo-dark:hover:before {
  border-width: 165px 0 0 165px;
}

.btn.btn-ngo-dark:hover::after {
  border-width: 0 165px 165px 0;
}

.btn.btn-ngo-dark::before {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s;
  border-color: transparent transparent transparent var(--link-color-hover, #3d3e51);
}

.btn.btn-ngo-dark::after {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 0 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s;
  z-index: -1;
  border-color: transparent var(--link-color-hover, #3d3e51) transparent transparent;
}

.btn.btn-water-charity {
  font-size: 16px;
  height: 58px;
  padding: 0 25px;
  line-height: 58px;
  letter-spacing: 0.16px;
  font-weight: 700;
  background-image: none;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  background-color: var(--link-color, #18b7d0);
  color: #ffffff;
  border-radius: 0;
  border: none;
}

.btn.btn-water-charity:hover {
  opacity: 0.85;
}

.btn.btn-water-charity:hover::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.btn.btn-water-charity:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: inline-block;
  background: var(--link-color-hover, #000);
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
  transition: 0.4s ease;
}

.btn.btn-charity-organization {
  font-size: 16px;
  line-height: 58px;
  height: 58px;
  letter-spacing: 0.16px;
  font-weight: 700;
  padding: 0 34px;
  width: 250px;
  text-align: center;
  display: inline-block;
  border: 2px solid var(--body-color, #333);
  box-sizing: border-box;
  background-color: transparent;
  background-image: none;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  transition: 0.3s ease;
  color: var(--body-color, #333);
  position: relative;
}

.btn.btn-charity-organization:hover {
  opacity: 0.85;
  color: #fff !important;
}

.btn.btn-charity-organization:hover::before,
.btn.btn-charity-organization:hover::after {
  transform: translate(0, 0);
  z-index: -1;
}

.btn.btn-charity-organization:hover::after {
  transition-delay: 0.4s;
}

.btn.btn-charity-organization::before,
.btn.btn-charity-organization::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translate(-25%, -267%) rotate(-50deg);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition: all 0.4s;
}

.btn.btn-charity-organization:before {
  background-color: rgba(51, 51, 51, 0.5);
}

.btn.btn-charity-organization::after {
  background-color: rgb(51, 51, 51);
}

[data-progressbar] {
  position: relative;
}

[data-progressbar] .progressbar-text {
  font-size: 48px;
  line-height: 50px;
  color: #fff !important;
  text-align: center;
}

[data-progressbar] .progressbar-text sup {
  font-size: 25px;
  color: #000 !important;
}

[data-progressbar] .progressbar-text p {
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.be-give-slider-block {
  box-sizing: border-box;
  margin: 0;
}

.be-give-slider-block .slick-slider.slick-dotted {
  margin-bottom: 40px;
}

.be-give-slider-block-inner .item-give-inner {
  cursor: pointer;
  box-shadow: 0 0 14.5px 0 rgba(0, 0, 0, 0.09);
  margin: 15px;
}

@media (max-width: 767.98px) {
  .be-give-slider-block-inner .item-give-inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.be-give-slider-block-inner .item-give-inner:hover > .item-give-thumbnail::after {
  opacity: 1;
}

.be-give-slider-block-inner .item-give-content {
  padding: 30px;
  position: relative;
}

.be-give-slider-block-inner .item-give-thumbnail {
  position: relative;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}

.be-give-slider-block-inner .item-give-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.be-give-slider-block-inner .item-give-thumbnail::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}

.be-give-slider-block-inner .item-give-title {
  font-family: var(--heading-family);
  font-style: normal;
  font-weight: 700;
  margin: 0;
  color: #333;
  font-size: 22px;
  line-height: 130%;
}

@media screen and (max-width: 767px) {
  .be-give-slider-block-inner .item-give-title {
    font-size: 18px;
  }
}

.be-give-slider-block-inner .item-give-title:hover {
  color: var(--heading-color, #d41b65);
}

.be-give-slider-block-inner .item-give-title a {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline-block;
  text-decoration: none;
}

.be-give-slider-block-inner .item-give-excerpt {
  margin-bottom: 15px;
}

.be-give-slider-block-inner .item-give-excerpt > p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  height: 70px;
}

.be-give-slider-block-inner .item-give-meta {
  display: flex;
  align-items: center;
  align-content: center;
}

.be-give-slider-block-inner .item-give-date {
  color: var(--body-color, #666);
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
}

.be-give-slider-block-inner .item-give-comment {
  text-align: center;
  width: 35px;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0;
}

.be-give-slider-block-inner .item-give-comment::before {
  position: absolute;
  content: "\F075";
  font-family: FontAwesome;
  color: var(--heading-color, #d41b65);
  font-size: 35px;
  z-index: -1;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.be-give-slider-block-inner .item-give-button i {
  margin-left: 5px;
}

.be-give-slider-block-inner .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: var(--heading-color, #d41b65);
  color: #fff;
  border-radius: 100px;
  z-index: 5;
  opacity: 0.3;
  transition: 0.3s ease;
  font-size: 0;
}

.be-give-slider-block-inner .slick-arrow::before {
  content: "\F104";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.be-give-slider-block-inner .slick-arrow.slick-prev {
  left: 10px;
}

.be-give-slider-block-inner .slick-arrow.slick-prev::before {
  content: "\F104";
}

.be-give-slider-block-inner .slick-arrow.slick-next {
  right: 10px;
}

.be-give-slider-block-inner .slick-arrow.slick-next::before {
  content: "\F105";
}

.be-give-slider-block-inner .slick-arrow:hover,
.be-give-slider-block-inner .slick-arrow:focus {
  opacity: 1;
  background: var(--heading-color, #d41b65);
  color: #fff;
}

.be-give-slider-block-inner .slick-dots {
  bottom: -30px;
}

.be-give-slider-block-inner .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background: rgb(153, 153, 153);
  border-radius: 20px;
  transition: all 0.3s ease 0s;
  margin: 0px 8px;
}

.be-give-slider-block-inner .slick-dots li.slick-active {
  transform: scale(3);
  background: var(--link-color, rgb(212, 27, 101));
  box-shadow: rgba(1, 1, 1, 0.2) 0px 0px 13px -2px;
}

.be-give-slider-block-inner .slick-dots li button {
  display: none;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .featured-image {
  min-height: 290px;
  position: relative;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .form-category-style1 {
  position: absolute;
  top: 30px;
  left: 35px;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .form-category-style1 a {
  color: #fff;
  font-size: 13px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 27px;
  border-radius: 3px;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .form-category-style1 a:hover {
  text-decoration: none;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .entry-content {
  padding: 30px 30px 60px 30px;
  background-color: #fff;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .entry-content h4.title.bt-title-style1 {
  color: #212121;
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .entry-content .extra-meta.bt-extra-meta-style1 {
  margin-top: 35px;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .entry-content .extra-meta.bt-extra-meta-style1 .give-price-wrap p {
  font-size: 31px;
  line-height: 38px;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .entry-content .extra-meta.bt-extra-meta-style1 .give-price-wrap sup {
  top: -0.3em;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .entry-content .extra-meta.bt-extra-meta-style1 .give-price-wrap span {
  color: #383838;
  font-weight: 700;
  margin-left: 15px;
  font-size: 13px;
  text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
  .be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .entry-content .extra-meta.bt-extra-meta-style1 .give-price-wrap span {
    margin-left: 10px;
  }
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .give-goal-progress-wrap {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 25px;
  background-image: none;
  background-color: #AAAAAA;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .give-goal-progress-wrap .form-percent {
  position: absolute;
  font-size: 12px;
  padding: 0px 5px;
  color: #fff;
  line-height: 20px;
  margin-top: 12px;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .give-goal-progress-wrap .form-percent span.bt-arrow {
  top: -6px;
  right: 2px;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  border-bottom: 6px solid transparent;
  left: initial;
  position: absolute;
}

.be-give-slider-block.is-style-default .be-give-slider-block-inner .item-give .give-goal-progress-wrap .bar {
  width: 0;
  height: 100%;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .featured-image {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .featured-image img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content {
  padding: 20px;
  position: relative;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .extra-meta .meta-item.meta-date {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: var(--link-color, #111);
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .extra-meta .meta-item.meta-date span {
  color: var(--link-color, #111);
  padding: 0 5px;
  margin-top: -3px;
  font-size: 17px;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .progress {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 5px;
  background-image: none;
  background-color: #AAAAAA;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .progress .bar {
  width: 0;
  height: 100%;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .give-price-wrap {
  font-size: 16px;
  letter-spacing: 0px;
  color: var(--link-color, #111);
  font-weight: 600;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .bt-com {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.14;
  letter-spacing: 0px;
  color: #555555;
  padding: 10px 0;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .title-link {
  display: block;
  min-height: 56px;
  text-decoration: none;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .title-link .title {
  color: #333333;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot {
  border-top: #ebebeb solid 1px;
  overflow: hidden;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-goal,
.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-raised {
  font-size: 22px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
  color: #303030;
  width: 50%;
  float: left;
}

@media (max-width: 991.98px) {
  .be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-goal,
  .be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-raised {
    font-size: 20px;
    line-height: 120%;
  }
}

@media (max-width: 767.98px) {
  .be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-goal,
  .be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-raised {
    font-size: 18px;
  }
}

@media (max-width: 359.98px) {
  .be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-goal,
  .be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-raised {
    font-size: 16px;
  }
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-raised span {
  display: block;
  color: #777777;
  font-size: 16px;
  line-height: 2.14;
  letter-spacing: 0;
}

@media (max-width: 359.98px) {
  .be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-raised span {
    font-size: 14px;
  }
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-raised strong {
  font-weight: 400;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-goal {
  border-left: #ebebeb solid 1px;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-goal span {
  display: block;
  color: #777777;
  font-size: 16px;
  line-height: 2.14;
  letter-spacing: 0;
}

@media (max-width: 359.98px) {
  .be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-goal span {
    font-size: 14px;
  }
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-goal strong {
  font-weight: 400;
}

.be-give-slider-block.is-style-2 .be-give-slider-block-inner .item-give:hover .featured-image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .featured-image {
  position: relative;
  overflow: hidden;
  height: 250px;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .featured-image:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .featured-image:hover:before {
  opacity: 1;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content {
  padding: 30px;
  position: relative;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .form-category {
  margin-bottom: 10px;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .form-category a {
  color: var(--link-color, #ec5e87);
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .excerpt {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  height: 78px;
  -webkit-box-orient: vertical;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .goal_progress_full {
  width: 100%;
  height: 16px;
  background: var(--heading-color, #ec5e87);
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .progress {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 16px;
  background-image: none;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .progress .bar {
  width: 0;
  height: 100%;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .give-price-wrap {
  font-size: 17px;
  letter-spacing: 0px;
  color: #333;
  font-weight: 600;
  position: relative;
  margin-top: 15px;
  padding-left: 65px;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .give-price-wrap:before {
  content: " ";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/wp-content/themes/goza-theme/resources/assets/images/love.svg);
  width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .give-price-wrap .raised,
.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .give-price-wrap .income {
  font-weight: 400;
  margin-left: 25px;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .title-link {
  display: block;
  min-height: 56px;
  text-decoration: none;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .title-link .title {
  color: #333333;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 56px;
  -webkit-box-orient: vertical;
}

.be-give-slider-block.is-style-3 .be-give-slider-block-inner .item-give:hover .featured-image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .item-give-inner {
  border-radius: 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .item-give-inner {
    box-shadow: none;
    margin: 20px 5px;
    border: 1px solid #ddd;
  }
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .featured-image {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 70%;
  background: #e7e6e4;
  z-index: 1;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .featured-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1.5s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content {
  padding: 30px;
  position: relative;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .extra-meta .meta-item.meta-date {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0px;
  color: var(--link-color, #111);
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .extra-meta .meta-item.meta-date span {
  color: var(--link-color, #111);
  padding: 0 5px;
  margin-top: -3px;
  font-size: 17px;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .progress {
  opacity: 1;
  position: relative;
  width: 100%;
  height: 5px;
  background-image: none;
  background-color: #AAAAAA;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .progress .bar {
  width: 0;
  height: 100%;
  background: var(--link-color, #28C77B);
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .give-price-wrap {
  font-size: 16px;
  letter-spacing: 0px;
  color: var(--link-color, #111);
  font-weight: 600;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .give-goal-progress-wrap .bt-com {
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0px;
  color: var(--link-color, #28C77B);
  text-transform: uppercase;
  padding: 10px 0;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .title-link {
  display: block;
  min-height: 56px;
  text-decoration: none;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .title-link .title {
  color: #222;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  font-weight: 600;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot {
  border-top: #ebebeb solid 1px;
  overflow: hidden;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-raised {
  width: 50%;
  float: left;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-raised span {
  display: block;
  color: #777777;
  font-size: 16px;
  line-height: 2.14;
  letter-spacing: 0;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-raised strong {
  font-weight: 400;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-goal {
  width: 50%;
  float: left;
  text-align: center;
  border-left: #ebebeb solid 1px;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  color: #303030;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-goal span {
  display: block;
  color: #777777;
  font-size: 16px;
  line-height: 2.14;
  letter-spacing: 0;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content .entry-content-inner .entry-bot .give-price-goal strong {
  font-weight: 400;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content a.more-link {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  border: 2px solid #F8F8F8;
  bottom: -20px;
  right: 30px;
  color: var(--link-color, #28C77B);
  font-size: 17px;
  border-radius: 10px;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give .entry-content a.more-link:hover {
  background: var(--link-color, #28C77B);
  color: #fff;
}

.be-give-slider-block.is-style-4 .be-give-slider-block-inner .item-give:hover .featured-image img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner {
  box-shadow: none;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner:hover .featured-image .bt-overlay {
  opacity: 1;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner:hover .featured-image .bt-overlay .bt-content-overlay .bt-meta-give-forms {
  left: 0;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner:hover .featured-image .bt-overlay .bt-content-overlay .give-button-donate {
  right: 0;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner:hover .featured-image .bt-icon-give_forms {
  opacity: 0;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner .featured-image {
  width: 100%;
  min-height: 220px;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner .featured-image .bt-icon-give_forms {
  width: 50px;
  height: 50px;
  background-color: #000;
  position: absolute;
  bottom: 10px;
  right: 10px;
  opacity: 1;
  transition: 0.4s ease;
  background-size: initial;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAYCAYAAAAVibZIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0JCM0JBN0Y2Q0FFMTFFQUFFQkVBQ0JFOTY5QkE2NDUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0JCM0JBODA2Q0FFMTFFQUFFQkVBQ0JFOTY5QkE2NDUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQkIzQkE3RDZDQUUxMUVBQUVCRUFDQkU5NjlCQTY0NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQkIzQkE3RTZDQUUxMUVBQUVCRUFDQkU5NjlCQTY0NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuIeMe4AAAFgSURBVHjaYvj//z8DHhwLxKeA+B0QXwfiIiS5BCA+D5W7DMT5MDl8Bhb+xw5ygTgSh9xEkF5GsMmYQAqInzKQB0yZcEiEMpAPYnAZqkaBoYq4DH1LgaEfcBm6iQJDt+CL/YP/SQcPCCUpUSD+TqKhWoQMBWFjEgz0Jybxw7AlEP8gYGAAsh5iDGWAeus1FsN+A7EzunpiDQVhSSC+hmTgGyDWxaYWVzYFAVBy+4cmxgHEZ4BYAIjNgPgZVp1YbPIG4u1A/BiaRFYBsQWRvlHD5v1WPJHRBsTZQByBw8AeqLq9MAFhIJ5NQvI5jWZgNbIkSOAiEH8jMZEfQTIwFU0ujvE/npiCgnYg3ofE/wnEh6FsX7RyYgkQx4Js+kTAVSlAzIOEeaHpFr1meIicpD4BTedloBxoAfF1WFqkBsiEGQhLp5SCmejJiwVo7iVQFUCiy34D8W0gngnE89ElAQIMALefJYmn12/TAAAAAElFTkSuQmCC");
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner .featured-image .bt-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s ease;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner .featured-image .bt-overlay .bt-content-overlay {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner .featured-image .bt-overlay .bt-content-overlay .bt-meta-give-forms {
  margin-bottom: 10px;
  padding: 0 10px;
  position: relative;
  left: -100%;
  transition: 0.6s ease;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner .featured-image .bt-overlay .bt-content-overlay .bt-meta-give-forms .give-goal-progress {
  margin-bottom: 0;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner .featured-image .bt-overlay .bt-content-overlay .bt-meta-give-forms .give-goal-progress .raised {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.32px;
  margin-bottom: 1px;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner .featured-image .bt-overlay .bt-content-overlay .bt-meta-give-forms .give-goal-progress .raised .income {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.32px;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner .featured-image .bt-overlay .bt-content-overlay .bt-meta-give-forms .give-goal-progress .progress-bar {
  padding-bottom: 0;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner .featured-image .bt-overlay .bt-content-overlay .bt-meta-give-forms .give-goal-progress .progress-bar .give-progress-bar {
  background: #eee;
  border-radius: 0;
  height: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner .featured-image .bt-overlay .bt-content-overlay .bt-meta-give-forms .give-goal-progress .progress-bar .give-progress-bar > span {
  border-radius: 0;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #333 !important;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .item-give-inner .featured-image .bt-overlay .bt-content-overlay .give-button-donate {
  text-align: right;
  padding: 0 10px;
  position: relative;
  right: -100%;
  transition: 0.6s ease;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .entry-content {
  margin: 20px 0 0 0;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .entry-content .title {
  margin: 0 0 5px 0;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.16px;
  font-weight: 700;
  color: #333;
  font-family: var(--body-family, "Arimo", sans-serif);
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .entry-content .title a {
  color: inherit;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .entry-content .be-category,
.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .entry-content .be-date {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-top: 5px;
  letter-spacing: 0.32px;
}

.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .entry-content .be-category strong,
.be-give-slider-block.is-style-5 .be-give-slider-block-inner .item-give .entry-content .be-date strong {
  font-weight: 700;
}

.be-socials-block.is-style-2 .be-socials-block--items li a {
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: none;
}

.be-socials-block.is-style-2 .be-socials-block--items li a .fa-facebook {
  color: #3b5999;
}

.be-socials-block.is-style-2 .be-socials-block--items li a .fa-twitter {
  color: #55acee;
}

.be-socials-block.is-style-2 .be-socials-block--items li a .fa-google-plus {
  color: #dd4b39;
}

.be-socials-block.is-style-2 .be-socials-block--items li a .fa-instagram {
  color: #fbad50;
}

.be-socials-block.is-style-2 .be-socials-block--items li a .fa-linkedin {
  color: #0077b5;
}

.be-socials-block.is-style-2 .be-socials-block--items li a .fa-pinterest {
  color: #bd081c;
}

.be-socials-block.is-style-2 .be-socials-block--items li a .fa-tumblr {
  color: #34465d;
}

.be-socials-block.is-style-2 .be-socials-block--items li a .fa-youtube {
  color: #cd201f;
}

.be-socials-block.is-style-2 .be-socials-block--items li a .fa-dribbble {
  color: #ea4c89;
}

.be-socials-block.is-style-2 .be-socials-block--items li a .fa-flickr {
  color: #ff0084;
}

.be-socials-block.is-style-2 .be-socials-block--items li a:hover {
  background-color: var(--link-color, #333);
}

.be-socials-block.is-style-2 .be-socials-block--items li a:hover i {
  color: #fff;
}

.be-socials-block.is-style-3 .be-socials-block--items li .facebook {
  border-color: #3b5999;
  background-color: #3b5999;
}

.be-socials-block.is-style-3 .be-socials-block--items li .facebook:hover i {
  color: #3b5999;
}

.be-socials-block.is-style-3 .be-socials-block--items li .twitter {
  border-color: #55acee;
  background-color: #55acee;
}

.be-socials-block.is-style-3 .be-socials-block--items li .twitter:hover i {
  color: #55acee;
}

.be-socials-block.is-style-3 .be-socials-block--items li .google-plus {
  border-color: #dd4b39;
  background-color: #dd4b39;
}

.be-socials-block.is-style-3 .be-socials-block--items li .google-plus:hover i {
  color: #dd4b39;
}

.be-socials-block.is-style-3 .be-socials-block--items li .instagram {
  border-color: #fbad50;
  background-color: #fbad50;
}

.be-socials-block.is-style-3 .be-socials-block--items li .instagram:hover i {
  color: #fbad50;
}

.be-socials-block.is-style-3 .be-socials-block--items li .linkedin {
  border-color: #0077b5;
  background-color: #0077b5;
}

.be-socials-block.is-style-3 .be-socials-block--items li .linkedin:hover i {
  color: #0077b5;
}

.be-socials-block.is-style-3 .be-socials-block--items li .pinterest-p {
  border-color: #bd081c;
  background-color: #bd081c;
}

.be-socials-block.is-style-3 .be-socials-block--items li .pinterest-p:hover i {
  color: #bd081c;
}

.be-socials-block.is-style-3 .be-socials-block--items li .tumblr {
  border-color: #34465d;
  background-color: #34465d;
}

.be-socials-block.is-style-3 .be-socials-block--items li .tumblr:hover i {
  color: #34465d;
}

.be-socials-block.is-style-3 .be-socials-block--items li .youtube {
  border-color: #cd201f;
  background-color: #cd201f;
}

.be-socials-block.is-style-3 .be-socials-block--items li .youtube:hover i {
  color: #cd201f;
}

.be-socials-block.is-style-3 .be-socials-block--items li .dribbble {
  border-color: #ea4c89;
  background-color: #ea4c89;
}

.be-socials-block.is-style-3 .be-socials-block--items li .dribbble:hover i {
  color: #ea4c89;
}

.be-socials-block.is-style-3 .be-socials-block--items li .flickr {
  border-color: #ff0084;
  background-color: #ff0084;
}

.be-socials-block.is-style-3 .be-socials-block--items li .flickr:hover i {
  color: #ff0084;
}

.be-socials-block.is-style-3 .be-socials-block--items li a {
  border-width: 2px;
  border-style: solid;
  border-radius: 3px;
  box-shadow: none;
}

.be-socials-block.is-style-3 .be-socials-block--items li a i {
  color: #fff;
}

.be-socials-block.is-style-3 .be-socials-block--items li a:hover {
  background-color: #fff;
}

.be-socials-block-inner {
  display: flex;
  align-items: center;
}

.be-socials-block--heading {
  font-size: 14px;
  line-height: 44px;
  text-align: left;
  color: var(--heading-color);
  margin: 0 12px 0 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.be-socials-block--items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 0;
  padding: 0;
}

.be-socials-block--items li {
  list-style: none;
  margin: 0 4px 8px 4px;
}

.be-socials-block--items li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transition: 0.3s ease;
  text-decoration: none;
}

.be-socials-block--items li a i {
  color: #000;
  transition: 0.3s ease;
}

.be-socials-block--items li a:hover {
  background-color: var(--link-color, #333);
  transform: translateY(-3px);
}

.be-socials-block--items li a:hover i {
  color: #fff;
  transform: scale(1.1);
}

.be-socials-block--items li img {
  width: 100%;
  height: auto;
  max-width: 20px;
}

.be-grid-gallery-image-text-block {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  position: relative;
  overflow: hidden;
}

.be-grid-gallery-image-text-block-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 100%;
}

@media screen and (max-width: 991px) {
  .be-grid-gallery-image-text-block-inner {
    grid-template-columns: 1fr;
  }
}

.be-grid-gallery-image-text-block-inner > div {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .be-grid-gallery-image-text-block-inner > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.be-grid-gallery-image-text-block-inner--left {
  padding-top: 90px;
  padding-bottom: 90px;
}

@media screen and (min-width: 992px) {
  .be-grid-gallery-image-text-block-inner--left {
    padding-left: calc((100vw - 960px) / 2 + 15px);
  }
}

@media screen and (min-width: 1200px) {
  .be-grid-gallery-image-text-block-inner--left {
    padding-left: calc((100vw - 1170px) / 2 + 15px);
  }
}

@media screen and (max-width: 991px) {
  .be-grid-gallery-image-text-block-inner--left {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .be-grid-gallery-image-text-block-inner--left .be-grid-gallery-image-text-block--gallerys {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .be-grid-gallery-image-text-block-inner--left .be-grid-gallery-image-text-block--gallerys {
    margin-top: 24px;
  }
}

.be-grid-gallery-image-text-block-inner--left__content {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .be-grid-gallery-image-text-block-inner--left__content {
    max-width: 390px;
  }
}

.be-grid-gallery-image-text-block-inner--right {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

@media screen and (max-width: 991px) {
  .be-grid-gallery-image-text-block-inner--right {
    display: none;
  }
}

.be-grid-gallery-image-text-block-inner--right .be-grid-gallery-image-text-block--gallerys {
  display: none;
}

.be-grid-gallery-image-text-block--heading {
  font-size: 36px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.be-grid-gallery-image-text-block--heading > strong {
  color: var(--link-color);
}

@media screen and (max-width: 767px) {
  .be-grid-gallery-image-text-block--heading {
    font-size: 30px;
    line-height: 40px;
  }

  .be-grid-gallery-image-text-block--heading br {
    display: none;
  }
}

.be-grid-gallery-image-text-block--cta {
  margin-top: 32px;
}

.be-grid-gallery-image-text-block--cta a {
  padding: 23px 45px;
}

@media screen and (max-width: 767px) {
  .be-grid-gallery-image-text-block--cta {
    margin-top: 16px;
  }
}

.be-grid-gallery-image-text-block--gallerys {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 15px;
}

@media screen and (min-width: 992px) {
  .be-grid-gallery-image-text-block--gallerys {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc((100vw - 960px) / 2 + 15px);
    max-width: 40%;
  }
}

@media screen and (min-width: 1200px) {
  .be-grid-gallery-image-text-block--gallerys {
    right: calc((100vw - 1170px) / 2 + 15px);
    max-width: 670px;
  }
}

@media screen and (max-width: 767px) {
  .be-grid-gallery-image-text-block--gallerys {
    grid-template-columns: repeat(2, 1fr);
  }
}

.be-grid-gallery-image-text-block--gallerys > a {
  max-height: 175px;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
}

.be-grid-gallery-image-text-block--gallerys > a::before {
  content: " ";
}

.be-grid-gallery-image-text-block--gallerys > a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transform: scale(1);
  transition: 0.3s ease;
}

.be-grid-gallery-image-text-block--gallerys > a:nth-child(3) {
  grid-column: 3/5;
  grid-row: 1/3;
  max-height: -moz-max-content;
  max-height: max-content;
}

@media screen and (max-width: 767px) {
  .be-grid-gallery-image-text-block--gallerys > a:nth-child(3) {
    grid-column: 1;
    grid-row: 1/3;
  }
}

.be-grid-gallery-image-text-block--gallerys > a .be-gallery--icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  transition: 0.3s ease;
  z-index: 4;
  visibility: hidden;
  opacity: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #fff;
  color: #111;
  border-radius: 40px;
  box-shadow: 0 0 23px 3px rgba(1, 1, 1, 0.2);
  font-size: 30px;
}

.be-grid-gallery-image-text-block--gallerys > a .be-gallery--icon svg {
  width: 100%;
  height: auto;
  max-width: 16px;
}

.be-grid-gallery-image-text-block--gallerys > a .be-gallery--icon:hover {
  background: var(--link-color);
}

.be-grid-gallery-image-text-block--gallerys > a .be-gallery--icon:hover svg path {
  fill: #fff !important;
}

.be-grid-gallery-image-text-block--gallerys > a:hover > img {
  transform: scale(1.05);
}

.be-grid-gallery-image-text-block--gallerys > a:hover .be-gallery--icon {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
}

.box-network-connect-block {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-network-connect-block .block-box {
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  background-color: #000000;
  border-radius: 3px;
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .box-network-connect-block .block-box {
    max-width: 80%;
  }
}

@media (max-width: 767px) {
  .box-network-connect-block .block-box {
    max-width: 90%;
  }
}

.box-network-connect-block .block-box img {
  max-width: 60px;
  margin-bottom: 18px;
}

.box-network-connect-block .block-box .bnc-title {
  font-size: 24px;
  line-height: 1.167;
  color: #fff;
  margin-top: 0;
}

.box-network-connect-block .block-box .bnc-description {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin: 0;
}

.box-network-connect-block .block-box .btn {
  border: #fff solid 2px;
  color: #fff;
  margin-top: 20px;
  font-weight: 700;
  text-decoration: none;
}

.box-network-connect-block .block-box .btn.btn-organization {
  border-color: var(--link-color, #ec5e87);
}

.box-network-connect-block .block-box .btn:hover {
  background-color: #fff;
  color: #000;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-popup-actions-block {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .video-popup-actions-block {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: 100vw !important;
    height: 300px !important;
  }
}

.video-popup-actions-block .block-inner {
  padding: 20px;
  text-align: center;
}

.video-popup-actions-block .block-inner__heading {
  font-size: 20px;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 10px;
}

.video-popup-actions-block .block-inner #block-video-action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-popup-actions-block .block-inner #block-video-action a {
  cursor: pointer;
  background-color: var(--link-color, #ed9913);
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.video-popup-actions-block .block-inner #block-video-action a.liquid {
  height: 100px;
  width: 100px;
  background-color: #e21da7;
}

.video-popup-actions-block .block-inner #block-video-action a.liquid::before {
  display: none;
}

.video-popup-actions-block .block-inner #block-video-action a.liquid .liquid-svg-button {
  line-height: 0;
}

.video-popup-actions-block .block-inner #block-video-action a.liquid i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-popup-actions-block .block-inner #block-video-action a::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: currentColor repeat scroll 0 0;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.video-popup-actions-block .block-inner #block-video-action a i {
  font-size: 2.15em;
  color: #fff;
}

.grid-services-box-block {
  padding-top: 80px;
  padding-bottom: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-services-box-block .gsb-heading {
  font-size: 38px;
  color: #ffffff;
  line-height: 40px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
}

@media (max-width: 1199.98px) {
  .grid-services-box-block .gsb-heading {
    font-size: 36px;
    line-height: 1.5;
  }
}

@media (max-width: 991.98px) {
  .grid-services-box-block .gsb-heading {
    font-size: 30px;
    line-height: 1.5;
  }
}

.grid-services-box-block .gsb-subheading {
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
}

.grid-services-box-block .gsb-services-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  margin-top: 32px;
}

@media (max-width: 1199.98px) {
  .grid-services-box-block .gsb-services-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .grid-services-box-block .gsb-services-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.grid-services-box-block .gsb-services-list .gsb-services-item {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 0 25.5px 0 rgba(0, 0, 0, 0.26);
}

.grid-services-box-block .gsb-services-list .gsb-services-item:hover .gsb-services-item__wrap-hover {
  padding-top: 25px;
  padding-bottom: 25px;
  opacity: 1;
  visibility: visible;
  background: var(--link-color, #ed9913);
}

.grid-services-box-block .gsb-services-list .gsb-services-item__wrap-icon {
  margin-bottom: 10px;
}

.grid-services-box-block .gsb-services-list .gsb-services-item__wrap-icon img {
  max-height: 58px;
}

.grid-services-box-block .gsb-services-list .gsb-services-item__wrap-title {
  line-height: 28px;
  font-weight: bold;
  font-size: 23px;
  font-style: normal;
  letter-spacing: 0px;
  margin: 0;
}

.grid-services-box-block .gsb-services-list .gsb-services-item__wrap-hover {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  background-color: #f0ad42;
  padding: 0 20px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  text-decoration: none;
  color: white;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
}

.grid-services-box-block .gsb-services-list .gsb-services-item__wrap-hover .gsb-services-item__wrap-title {
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: 10px;
  color: #ffffff;
}

.grid-services-box-block .gsb-services-list .gsb-services-item__wrap-hover .gsb-services-item__wrap-desc {
  line-height: 20px;
  font-size: 16px;
  margin: 0;
  color: #ffffff;
}

.goza-image-content-block.alignfull .block-inner {
  margin-left: 0;
  margin-right: 0;
}

.goza-image-content-block.alignfull .block-inner .block-inner__col.block-inner__content {
  padding: 60px;
}

@media (max-width: 991.98px) {
  .goza-image-content-block.alignfull .block-inner .block-inner__col.block-inner__content {
    padding: 60px 40px;
  }
}

@media (max-width: 767.98px) {
  .goza-image-content-block.alignfull .block-inner .block-inner__col.block-inner__content {
    padding: 60px 15px;
  }
}

.goza-image-content-block.alignfull .block-inner .block-inner__col.block-inner__image img {
  width: 100%;
  left: 0;
}

.goza-image-content-block .block-inner {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.goza-image-content-block .block-inner__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .goza-image-content-block .block-inner__col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.goza-image-content-block .block-inner__col.block-inner__content {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .goza-image-content-block .block-inner__col.block-inner__content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .goza-image-content-block .block-inner__col.block-inner__image {
    height: 385px;
  }
}

.goza-image-content-block .block-inner__col.block-inner__image img {
  height: 100%;
  width: calc(100% - 30px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  left: 15px;
}

.goza-image-content-block .block-inner .block-inner__content-subheading {
  font-size: 16px;
  color: #444444;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 10px;
}

.goza-image-content-block .block-inner .block-inner__content-heading {
  font-size: 38px;
  color: #222222;
  line-height: 40px;
  text-align: left;
  letter-spacing: -0.5px;
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .goza-image-content-block .block-inner .block-inner__content-heading {
    font-size: 28px;
    line-height: 120%;
  }
}

.goza-image-content-block .block-inner .block-inner__content-quote-text {
  font-size: 30px;
  line-height: 45px;
  text-align: left;
  font-family: "Calligraffitti", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 40px;
  border-left-width: 4px;
  padding-left: 15px;
  border-left-color: var(--link-color, #ed9913);
  border-left-style: solid;
  letter-spacing: 0px;
  color: #333;
  margin-top: 35px;
}

@media (max-width: 767.98px) {
  .goza-image-content-block .block-inner .block-inner__content-quote-text {
    font-size: 24px;
    line-height: 32px;
  }
}

.goza-image-content-block .block-inner .block-inner__content-quote-author {
  display: flex;
  align-items: center;
}

.goza-image-content-block .block-inner .block-inner__content-quote-author .quote-author-avatar {
  width: 80px;
}

.goza-image-content-block .block-inner .block-inner__content-quote-author .quote-author-avatar img {
  border-radius: 50%;
}

.goza-image-content-block .block-inner .block-inner__content-quote-author .quote-author-name-pos {
  padding-left: 20px;
  width: calc(100% - 80px);
}

.goza-image-content-block .block-inner .block-inner__content-quote-author .quote-author-name-pos .quote-author-name {
  color: #000000;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  font-size: 22px;
}

.goza-image-content-block .block-inner .block-inner__content-quote-author .quote-author-name-pos .quote-author-position {
  color: #000000;
}

.goza-image-content-block .block-inner .block-inner__content-bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .goza-image-content-block .block-inner .block-inner__content-bottom {
    gap: 15px;
  }
}

.goza-image-content-block .block-inner .block-inner__content-signature {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #c9c9c9;
}

@media (max-width: 767.98px) {
  .goza-image-content-block .block-inner .block-inner__content-signature {
    margin: 0;
    padding: 0;
    border: none;
  }
}

.goza-image-content-block .block-inner .block-inner__content-signature img {
  max-width: 180px;
}

.be-give-progress {
  margin: 0;
  padding: 0;
}

.be-give-progress .be-col-we-are-charity.wp-block-column {
  padding-right: 10%;
}

.wp-block-button.btn-general a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background: var(--link-color, rgb(212, 27, 101));
  padding: 18px 30px;
  border-radius: 2px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-weight: bold;
  border: none;
  position: relative;
}

.wp-block-button.btn-general a:hover {
  opacity: 0.85;
}

.wp-block-button.btn-general a:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.wp-block-button.btn-general a::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.be-ss-ab-counter {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  z-index: 9;
  height: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991.98px) {
  .be-ss-ab-counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .be-ss-ab-counter {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.be-ss-ab-counter--bg {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  left: 0;
  top: 0;
}

.be-ss-ab-counter--bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 991.98px) {
  .be-ss-ab-counter--bg img {
    -o-object-position: center right;
       object-position: center right;
  }
}

.be-ss-ab-counter--content {
  position: relative;
  z-index: 9;
}

@media (min-width: 992px) {
  .be-ss-ab-counter--inner {
    padding-left: 50%;
  }
}

.be-ss-ab-counter--heading {
  font-size: 56px;
  color: var(--heading-color);
  line-height: 100%;
  text-align: left;
  margin: 0;
  font-family: var(--heading-family);
}

@media (max-width: 991.98px) {
  .be-ss-ab-counter--heading {
    font-size: 46px;
  }
}

@media (max-width: 767.98px) {
  .be-ss-ab-counter--heading {
    font-size: 36px;
  }
}

@media screen and (max-width: 540px) {
  .be-ss-ab-counter--heading {
    font-size: 30px;
  }
}

.be-ss-ab-counter--desc {
  font-size: 17px;
  color: var(--body-color);
  line-height: 28px;
  text-align: left;
  font-family: var(--body-family);
  font-weight: 400;
  font-style: normal;
  margin: 16px 0 0 0;
}

.be-ss-ab-counter--list-counters {
  display: flex;
  margin-right: -10px;
  margin-left: -10px;
  justify-content: space-between;
  margin-top: 30px;
}

.be-ss-ab-counter--list-counters .item-counter {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .be-ss-ab-counter--list-counters .item-counter {
    width: 33.3333333333%;
  }
}

.be-ss-ab-counter--list-counters .item-counter--number span[data-counter] {
  font-size: 52px;
  line-height: 58px;
  color: var(--link-color);
  font-family: var(--heading-family);
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .be-ss-ab-counter--list-counters .item-counter--number span[data-counter] {
    font-size: 40px;
    line-height: 48px;
  }
}

.be-ss-ab-counter--list-counters .item-counter--number span[data-counter] > span {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 31px;
  letter-spacing: 0px;
  font-family: var(--heading-family);
  color: inherit;
}

@media (max-width: 991.98px) {
  .be-ss-ab-counter--list-counters .item-counter--number span[data-counter] > span {
    font-size: 20px;
    line-height: 26px;
  }
}

.be-ss-ab-counter--list-counters .item-counter--heading {
  font-size: 18px;
  color: #444444;
  line-height: 29px;
  text-align: left;
  margin: 10px 0 0 0;
}

@media (max-width: 767.98px) {
  .be-ss-ab-counter--list-counters .item-counter--heading {
    font-size: 16px;
    line-height: 120%;
  }
}

.be-ss-ab-counter--cta {
  margin-top: 30px;
}

.be-ss-hero {
  padding: 30px 0;
  min-height: 300px;
  position: relative;
  background-color: #e5e5e5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.be-ss-hero--bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  opacity: 0;
}

.be-ss-hero--content {
  position: relative;
}

.be-ss-hero .be-ss-hero-inner {
  text-align: center;
  width: 100%;
}

.be-ss-hero .be-ss-hero-inner__icon {
  line-height: 0;
  margin-bottom: 10px;
}

.be-ss-hero .be-ss-hero-inner__icon img {
  max-width: 50px;
  width: 100%;
  height: auto;
}

.be-ss-hero .be-ss-hero-inner__heading {
  color: #333;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.be-ss-hero .be-ss-hero-inner__breadcrumb {
  color: #d44e71;
  line-height: 1;
}

.be-ss-hero .be-ss-hero-inner__breadcrumb::before {
  content: "\F015";
  font-family: "FontAwesome";
  display: inline-block;
}

.be-ss-hero .be-ss-hero-inner__breadcrumb a {
  color: inherit;
}

.be-ss-hero .be-ss-hero-inner__breadcrumb a:hover {
  text-decoration: underline;
}

.be-ss-hero .be-ss-hero-inner__breadcrumb span {
  color: inherit;
}

.be-ss-text-tsm-video {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  z-index: 9;
  height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (max-width: 991.98px) {
  .be-ss-text-tsm-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .be-ss-text-tsm-video {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.be-ss-text-tsm-video--bg {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  left: 0;
  top: 0;
}

.be-ss-text-tsm-video--bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
  -o-object-position: center;
     object-position: center;
}

.be-ss-text-tsm-video--content {
  position: relative;
  z-index: 9;
  height: auto;
  box-sizing: border-box;
}

.be-ss-text-tsm-video--inner {
  display: flex;
  min-height: 290px;
  height: auto;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .be-ss-text-tsm-video--inner {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 991.98px) {
  .be-ss-text-tsm-video--inner {
    flex-wrap: wrap;
  }
}

.be-ss-text-tsm-video--inner-left,
.be-ss-text-tsm-video--inner-right {
  display: flex;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .be-ss-text-tsm-video--inner-left,
  .be-ss-text-tsm-video--inner-right {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}

.be-ss-text-tsm-video--inner-right {
  justify-content: flex-end;
}

.be-ss-text-tsm-video--inner-left {
  flex-wrap: wrap;
  align-content: center;
}

.be-ss-text-tsm-video--sub-heading,
.be-ss-text-tsm-video--heading {
  text-transform: uppercase;
  width: 100%;
}

.be-ss-text-tsm-video--sub-heading {
  font-size: 14px;
  color: var(--body-color);
  line-height: 24px;
  font-family: var(--heading-family);
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.be-ss-text-tsm-video--heading {
  font-size: 40px;
  color: var(--heading-color);
  line-height: 50px;
  margin: 10px 0 0 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .be-ss-text-tsm-video--heading {
    font-size: 36px;
    line-height: 46px;
  }
}

@media screen and (max-width: 540px) {
  .be-ss-text-tsm-video--heading {
    font-size: 30px;
    line-height: 40px;
  }
}

.be-ss-text-tsm-video--testimonial {
  margin-top: 10px;
  width: 100%;
  overflow: hidden;
  height: auto;
  box-sizing: border-box;
}

.be-ss-text-tsm-video--testimonial-slider .item-testimonial--heading {
  font-size: 19px;
  color: var(--body-color);
  line-height: 29px;
  letter-spacing: 0;
}

@media screen and (max-width: 540px) {
  .be-ss-text-tsm-video--testimonial-slider .item-testimonial--heading {
    font-size: 16px;
    line-height: 26px;
  }
}

.be-ss-text-tsm-video--testimonial-slider .item-testimonial blockquote {
  font-style: italic;
  font-size: 25px;
  line-height: 32px;
  letter-spacing: 0px;
  margin-top: 50px;
  padding-right: 0px;
  margin-bottom: 0px;
  max-height: 96px;
  position: relative;
  text-indent: 35px;
}

@media (max-width: 991.98px) {
  .be-ss-text-tsm-video--testimonial-slider .item-testimonial blockquote {
    margin-top: 48px;
  }
}

@media screen and (max-width: 540px) {
  .be-ss-text-tsm-video--testimonial-slider .item-testimonial blockquote {
    margin-top: 32px;
    font-size: 22px;
    line-height: 29px;
  }
}

.be-ss-text-tsm-video--testimonial-slider .item-testimonial blockquote::before {
  content: " \201C   ";
  display: inline-block;
  position: absolute;
  top: -20px;
  left: -35px;
  font: normal normal normal 50px/1 FontAwesome;
  font-style: italic !important;
  color: currentColor;
}

.be-ss-text-tsm-video--testimonial-slider .slick-dots {
  display: flex;
  align-items: center;
  margin-top: 30px;
  position: relative;
  border: 0;
  min-height: 15px;
}

@media (max-width: 991.98px) {
  .be-ss-text-tsm-video--testimonial-slider .slick-dots {
    margin-top: 10px;
  }
}

.be-ss-text-tsm-video--testimonial-slider .slick-dots li {
  width: 10px;
  height: 10px;
  background: var(--link-color);
  transition: 0.3s ease;
  margin: 0 8px;
  background: var(--color-dots);
}

.be-ss-text-tsm-video--testimonial-slider .slick-dots li:first-child {
  margin-left: 0;
}

.be-ss-text-tsm-video--testimonial-slider .slick-dots li:last-child {
  margin-right: 0;
}

.be-ss-text-tsm-video--testimonial-slider .slick-dots li button {
  margin: 0;
  padding: 0;
  height: 10px;
  width: 10px;
}

.be-ss-text-tsm-video--testimonial-slider .slick-dots li button::before {
  content: none;
}

.be-ss-text-tsm-video--testimonial-slider .slick-dots li.slick-active {
  width: 15px;
  height: 15px;
}

.be-ss-text-tsm-video--video {
  height: 100%;
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .be-ss-text-tsm-video--video {
    max-width: 457px;
  }
}

@media (max-width: 991.98px) {
  .be-ss-text-tsm-video--video {
    margin-top: 48px;
  }
}

.be-ss-text-tsm-video--video-bg,
.be-ss-text-tsm-video--video-bg img {
  height: 100%;
}

.be-ss-text-tsm-video--video-bg {
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .be-ss-text-tsm-video--video-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% + 60px);
  }
}

.be-ss-text-tsm-video--video-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  transition: 0.3s ease;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 992px) {
  .be-ss-text-tsm-video--video-bg img {
    height: 100%;
  }
}

@media (max-width: 991.98px) {
  .be-ss-text-tsm-video--video-bg img {
    max-height: 450px;
  }
}

@media (max-width: 767.98px) {
  .be-ss-text-tsm-video--video-bg img {
    min-height: 350px;
  }
}

.be-ss-text-tsm-video--video-cta {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.be-ss-text-tsm-video--video-cta .be-popup-video > a {
  width: 5em;
  height: 5em;
  background-color: var(--link-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.be-ss-text-tsm-video--video-cta .be-popup-video > a::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 5.5em;
  height: 5.5em;
  background: var(--link-color) repeat scroll 0 0;
  background: currentColor repeat scroll 0 0;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.be-ss-text-tsm-video--video-cta svg {
  width: 100%;
  max-width: 20px;
  height: auto;
}

.be-google-map .be-google-map-box {
  line-height: 0;
}

.be-google-map .be-google-map-box iframe {
  height: var(--google-map-height, 400px);
  width: 100%;
  border: 0;
}

.be-infomation-section .be-infomation-box .be-infomation-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 20px 0;
  background-color: #FFFFFF;
  position: relative;
}

.be-infomation-section .be-infomation-box .be-infomation-list.shadow {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.be-infomation-section .be-infomation-box .be-infomation-list .be-infmation-item {
  padding: 40px 30px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.be-infomation-section .be-infomation-box .be-infomation-list .be-infmation-item:nth-child(3n-1) {
  border-width: 0 1px;
  border-color: #c9c9c9;
  border-style: solid;
}

.be-infomation-section .be-infomation-box .be-infomation-list .be-infmation-item:last-child {
  border-right-width: 0;
}

.be-infomation-section .be-infomation-box .be-infomation-list .be-infmation-item--icon-wrap img {
  min-width: 50px;
  height: auto;
}

.be-infomation-section .be-infomation-box .be-infomation-list .be-infmation-item--content-wrap {
  width: 100%;
  flex-grow: 1;
  padding-left: 10px;
}

.be-infomation-section .be-infomation-box .be-infomation-list .be-infmation-item--text {
  font-size: 16px;
  line-height: 22px;
}

.be-infomation-section .be-infomation-box .be-infomation-list .be-infmation-item--text a {
  color: inherit;
}

.be-infomation-section .be-infomation-box .be-infomation-list .be-infmation-item--text a:hover {
  text-decoration: underline;
}

.be-infomation-section .be-infomation-box .be-infomation-list .be-infmation-item--heading {
  display: none;
}

@media (max-width: 991px) {
  .be-infomation-section .be-infomation-box .be-infomation-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .be-infomation-section .be-infomation-box .be-infomation-list .be-infmation-item:nth-child(3n-1) {
    border-width: 0;
  }
}

@media (max-width: 767px) {
  .be-infomation-section .be-infomation-box .be-infomation-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .be-infomation-section .be-infomation-box .be-infomation-list .be-infmation-item {
    padding: 10px 30px;
  }
}

@media (max-width: 360px) {
  .be-infomation-section .be-infomation-box .be-infomation-list .be-infmation-item {
    padding: 10px 20px;
  }
}

.be-infomation-section.is-style-list .be-infomation-list {
  grid-template-columns: repeat(1, 1fr);
  background: transparent !important;
}

.be-infomation-section.is-style-list .be-infomation-list .be-infmation-item {
  padding: 0;
  border: none !important;
  display: flex;
  align-items: center;
}

.be-infomation-section.is-style-list .be-infomation-list .be-infmation-item:not(:first-child) {
  margin-top: 24px;
}

.be-infomation-section.is-style-list .be-infomation-list .be-infmation-item--icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--bg-color);
  min-width: 90px;
  min-height: 90px;
}

.be-infomation-section.is-style-list .be-infomation-list .be-infmation-item--icon-wrap img {
  width: 100%;
  max-width: 35px;
  min-width: 35px;
  height: auto;
}

.be-infomation-section.is-style-list .be-infomation-list .be-infmation-item--text {
  font-size: 18px;
  line-height: 115%;
}

.be-infomation-section.is-style-list .be-infomation-list .be-infmation-item--heading {
  display: block;
  color: inherit;
  font-weight: 600;
  margin-bottom: 10px;
}

.be-projects-grid-section .grid-layout {
  display: grid;
  grid-template-columns: repeat(var(--columns-project-grid, 3), 1fr);
  grid-column-gap: var(--column-project-grid-gap, 30px);
  grid-row-gap: var(--row-project-grid-gap, 30px);
}

.be-projects-grid-section .grid-layout .project-grid-item {
  background-color: var(--bg-color-project-grid, #fff);
  border: solid 0.5px rgba(212, 27, 101, 0.5);
  border-radius: 3px;
  overflow: hidden;
}

.be-projects-grid-section .grid-layout .project-grid-item__thumbnail {
  position: relative;
  padding-bottom: 66%;
  overflow: hidden;
}

.be-projects-grid-section .grid-layout .project-grid-item__thumbnail::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.be-projects-grid-section .grid-layout .project-grid-item__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.be-projects-grid-section .grid-layout .project-grid-item__thumbnail .zoom-image {
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 3;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  font-size: 20px;
  color: #d41b65;
}

.be-projects-grid-section .grid-layout .project-grid-item__thumbnail:hover::after {
  visibility: visible;
  opacity: 1;
}

.be-projects-grid-section .grid-layout .project-grid-item__thumbnail:hover .zoom-image {
  visibility: visible;
  opacity: 1;
  top: 50%;
}

.be-projects-grid-section .grid-layout .project-grid-item__content {
  padding: 30px;
}

.be-projects-grid-section .grid-layout .project-grid-item__link {
  text-decoration: none;
}

.be-projects-grid-section .grid-layout .project-grid-item__title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  color: var(--title-color-project-grid, #333);
  letter-spacing: 0px;
  margin: 10px 0;
  transition: 0.3s;
}

.be-projects-grid-section .grid-layout .project-grid-item__title:hover {
  color: #dd548b;
}

.be-projects-grid-section .grid-layout .project-grid-item__excerpt {
  color: var(--excerpt-color-project-grid, #666);
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}

.be-projects-grid-section .grid-layout .project-grid-item__excerpt p {
  margin-bottom: 10px;
}

.be-projects-grid-section .grid-layout .project-grid-item__excerpt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
  height: 1px;
  background: #dedede;
}

.be-projects-grid-section .grid-layout .project-grid-item__button {
  width: -moz-max-content;
  width: max-content;
  color: var(--btn-color-project-grid, #d41b65);
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: 0.3s;
}

.be-projects-grid-section .grid-layout .project-grid-item__button-icon {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  color: #fff;
  background: var(--btn-color-project-grid, #d41b65);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.be-projects-grid-section .grid-layout .project-grid-item__button-text {
  color: inherit;
  font-weight: inherit;
}

.be-projects-grid-section .be-projects-grid__loadmore {
  margin-top: 30px;
  text-align: center;
  line-height: 1;
}

.be-projects-grid-section .be-projects-grid__loadmore.hide {
  display: none;
}

.be-projects-grid-section .be-projects-grid__loadmore .be-projects-grid__button {
  position: relative;
  display: inline-block;
  text-decoration: none;
  background-color: #d41b65;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  padding: 15px 25px;
  border-radius: 4px;
  overflow: hidden;
  transition: 0.3s ease;
}

.be-projects-grid-section .be-projects-grid__loadmore .be-projects-grid__button.loading::after {
  animation: loadmore_loading 0.5s infinite;
}

.be-projects-grid-section .be-projects-grid__loadmore .be-projects-grid__button::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.be-projects-grid-section .be-projects-grid__loadmore .be-projects-grid__button:hover {
  opacity: 0.85;
}

.be-projects-grid-section .be-projects-grid__loadmore .be-projects-grid__button:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media (max-width: 991px) {
  .be-projects-grid-section .grid-layout {
    grid-template-columns: repeat(var(--columns-grid-tablet, 2), 1fr);
  }
}

@media (max-width: 768px) {
  .be-projects-grid-section .grid-layout {
    grid-template-columns: repeat(var(--columns-grid-mobile, 1), 1fr);
  }
}

@keyframes loadmore_loading {
  0% {
    left: -75px;
    opacity: 0.2;
  }

  100% {
    left: 120%;
    opacity: 0.4;
  }
}

.btp-form-donate {
  text-align: center;
  background: var(--link-color, #ed9913);
  padding: 50px;
  border-radius: 4px;
  max-width: 810px;
  margin: 0 auto;
  box-sizing: border-box;
}

.is-root-container .btp-form-donate {
  max-width: 810px !important;
}

@media (max-width: 991.98px) {
  .btp-form-donate {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 767px) {
  .btp-form-donate {
    padding: 20px;
  }
}

.btp-form-donate .give-form-wrap .give-goal-progress {
  margin-bottom: 25px;
}

.btp-form-donate .give-form-wrap .give-goal-progress .raised {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.btp-form-donate .give-form-wrap .give-goal-progress .raised span.income {
  letter-spacing: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 24px !important;
  line-height: 26px;
}

.btp-form-donate .give-form-wrap .give-goal-progress .progress-bar {
  background: none;
  padding-bottom: 10px;
  width: 100%;
}

.btp-form-donate .give-form-wrap .give-goal-progress .progress-bar .give-progress-bar {
  height: 10px;
  background: #fff;
}

.btp-form-donate .give-form-wrap .give-goal-progress .progress-bar .give-progress-bar span {
  background: #000 !important;
  border-radius: 20px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.btp-form-donate .give-form-wrap .give_warning {
  display: none;
  background: var(--link-color, #ed9913);
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
  margin: 25px 0;
}

.btp-form-donate .give-form {
  margin: 0 0 25px;
  padding: 0;
}

.btp-form-donate .give-form .give-total-wrap {
  display: inline-block;
}

.btp-form-donate .give-form .give-total-wrap .give-donation-amount {
  display: inline-block;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-right: 13px;
}

.btp-form-donate .give-form .give-total-wrap .give-donation-amount .give-currency-symbol {
  border-top: none;
  border-left: none;
  border-bottom: none;
  border-radius: 3px 0px 0px 3px;
  background: #000;
  color: #fff;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  font-weight: 600;
}

.btp-form-donate .give-form .give-total-wrap .give-donation-amount .give-text-input {
  border: none !important;
  background: #fff !important;
  border-radius: 0px 3px 3px 0px !important;
  height: 42px !important;
  line-height: 42px !important;
  font-weight: 600 !important;
  width: 125px;
}

.btp-form-donate .give-form #give-donation-level-button-wrap {
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .btp-form-donate .give-form #give-donation-level-button-wrap {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
  }

  .btp-form-donate .give-form #give-donation-level-button-wrap::before {
    display: none !important;
  }
}

.btp-form-donate .give-form #give-donation-level-button-wrap li {
  margin-bottom: 5px;
  margin-right: 15px;
  float: left;
  list-style-image: none;
  list-style-type: none;
  margin: 0 5px 5px 0;
}

@media (max-width: 767px) {
  .btp-form-donate .give-form #give-donation-level-button-wrap li {
    width: 100%;
  }
}

.btp-form-donate .give-form #give-donation-level-button-wrap li button {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 16px;
  line-height: 16px;
  height: 42px;
  font-weight: 600;
  letter-spacing: 0px;
  padding: 13px 24.4px;
  border: medium none;
  border-radius: 3px;
  -webkit-appearance: button;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .btp-form-donate .give-form #give-donation-level-button-wrap li button {
    width: 100%;
    padding: 13px 15px;
  }
}

@media (max-width: 400px) {
  .btp-form-donate .give-form #give-donation-level-button-wrap li button {
    width: 100%;
    padding: 13px 10px;
  }
}

@media (max-width: 359.98px) {
  .btp-form-donate .give-form #give-donation-level-button-wrap li button {
    font-size: 14px;
  }
}

.btp-form-donate .give-form #give-donation-level-button-wrap:before {
  content: " ";
  display: table;
}

.btp-form-donate .give-form #give-donation-level-button-wrap::after {
  clear: both;
}

.btp-form-donate .give-form #give_purchase_form_wrap:after {
  clear: both;
}

.btp-form-donate .give-form #give_purchase_form_wrap fieldset#give_checkout_user_info {
  margin-bottom: 20px;
}

.btp-form-donate .give-form #give_purchase_form_wrap fieldset#give_checkout_user_info legend {
  font-size: 20px;
  color: #fff;
  border-bottom: none;
}

.btp-form-donate .give-form #give_purchase_form_wrap fieldset#give_purchase_submit {
  display: inline-block;
}

.btp-form-donate .give-form #give_purchase_form_wrap fieldset#give_purchase_submit #give-final-total-wrap .give-donation-total-label {
  background-color: #FFF;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #333;
  float: left;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 12px;
}

.btp-form-donate .give-form #give_purchase_form_wrap fieldset#give_purchase_submit #give-final-total-wrap .give-final-total-amount {
  background: #fff;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 0;
  box-sizing: border-box;
  float: left;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 12px;
}

.btp-form-donate .give-form #give_purchase_form_wrap fieldset#give_purchase_submit .give-submit-button-wrap {
  text-align: center;
}

.btp-form-donate .give-form #give_purchase_form_wrap fieldset#give_purchase_submit .give-submit-button-wrap input#give-purchase-button {
  height: 48px;
  line-height: 44px;
  padding: 0 25px !important;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  float: none;
  border: #fff solid 2px;
  background: var(--link-color, #ed9913);
  transition: 0.3s;
  text-transform: uppercase;
  color: #fff;
  border-radius: 3px;
}

.btp-form-donate .give-form #give_purchase_form_wrap fieldset#give_purchase_submit .give-submit-button-wrap input#give-purchase-button:hover {
  background: #000;
}

.btp-form-donate .give-form .form-row-first,
.btp-form-donate .give-form .form-row-last {
  float: left;
  width: 48.5%;
}

@media (max-width: 575.98px) {
  .btp-form-donate .give-form .form-row-first,
  .btp-form-donate .give-form .form-row-last {
    width: 100%;
  }
}

.btp-form-donate .give-form .form-row-last {
  float: right;
}

.btp-form-donate .give-form #give-email-wrap {
  float: left;
  width: 100%;
  margin-right: 0;
}

.btp-form-donate .give-form .form-row label.give-label {
  display: none;
}

.btp-form-donate .give-form .form-row .give-input {
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
  color: #333;
  margin: 0;
  outline: none;
  padding: 0.5em;
  width: 100%;
}

.be-counter-up.aligncenter {
  text-align: center;
}

.be-counter-up.alignright {
  text-align: right;
}

.be-counter-up .be-counter-up-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.be-counter-up .be-counter-up-box__number {
  font-weight: 700;
  font-size: 45px;
  line-height: 100%;
  color: #333;
  margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
  .be-counter-up .be-counter-up-box__number {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .be-counter-up .be-counter-up-box__number {
    font-size: 30px;
  }
}

.be-counter-up .be-counter-up-box__number span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.be-counter-up .be-counter-up-box__heading {
  font-size: 16px;
  color: #d41b65;
  line-height: 25px;
  font-weight: 400;
  margin-bottom: 0;
}

.be-counter-up.is-style-ngo-dark .be-counter-up-box {
  cursor: pointer;
}

.be-counter-up.is-style-ngo-dark .be-counter-up-box__number {
  font-size: 93px;
  color: #e5e5e5;
  line-height: 105%;
  text-align: left;
  font-family: var(--body-family);
  font-weight: 700;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .be-counter-up.is-style-ngo-dark .be-counter-up-box__number {
    font-size: 70px;
  }
}

@media (max-width: 991.98px) {
  .be-counter-up.is-style-ngo-dark .be-counter-up-box__number {
    font-size: 60px;
  }
}

@media (max-width: 767.98px) {
  .be-counter-up.is-style-ngo-dark .be-counter-up-box__number {
    font-size: 55px;
  }
}

.be-counter-up.is-style-ngo-dark .be-counter-up-box__heading {
  font-style: normal;
  font-weight: 600;
  font-family: var(--heading-family);
  font-size: 25px;
  color: var(--heading-color);
  line-height: 31px;
  text-align: left;
  text-transform: uppercase;
  margin: -40px 0 0 0;
  position: relative;
  padding-bottom: 5px;
}

@media (max-width: 1199.98px) {
  .be-counter-up.is-style-ngo-dark .be-counter-up-box__heading {
    margin-top: -35px;
  }
}

@media (max-width: 767.98px) {
  .be-counter-up.is-style-ngo-dark .be-counter-up-box__heading {
    font-size: 20px;
    line-height: 26px;
    margin-top: -30px;
  }
}

.be-counter-up.is-style-ngo-dark .be-counter-up-box__heading::before,
.be-counter-up.is-style-ngo-dark .be-counter-up-box__heading::after {
  content: " ";
  display: inline-block;
  height: 3px;
  position: absolute;
  bottom: 0;
  background: var(--link-color);
  opacity: 0;
  transform: translateY(100px);
}

.be-counter-up.is-style-ngo-dark .be-counter-up-box__heading::before {
  width: 25px;
  left: 0;
  transition: all 0.25s;
}

.be-counter-up.is-style-ngo-dark .be-counter-up-box__heading::after {
  width: 50px;
  left: 40px;
  transition: all 0.5s;
}

.be-counter-up.is-style-ngo-dark .be-counter-up-box:hover .be-counter-up-box__heading::before,
.be-counter-up.is-style-ngo-dark .be-counter-up-box:hover .be-counter-up-box__heading::after {
  transform: translateY(0);
  opacity: 1;
}

.be-box-featured-block .inner-block {
  display: flex;
  flex-wrap: wrap;
}

.be-box-featured-block .inner-block .block-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: var(--bg-color, #ed9913);
}

@media (min-width: 992px) {
  .be-box-featured-block .inner-block .block-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .be-box-featured-block .inner-block .block-col.block-col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .be-box-featured-block .inner-block .block-col.block-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .be-box-featured-block .inner-block .block-col.block-col-4 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {
  .be-box-featured-block .inner-block .block-col.block-col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
}

.be-box-featured-block .inner-block .block-col.block-col-2 {
  padding: 0;
}

@media (min-width: 768px) {
  .be-box-featured-block .inner-block .block-col.block-col-2 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {
  .be-box-featured-block .inner-block .block-col.block-col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
}

.be-box-featured-block .inner-block .block-col .icon-wrap img {
  max-width: 50px;
}

.be-box-featured-block .inner-block .block-col .entry-box-wrap {
  padding-left: 20px;
}

.be-box-featured-block .inner-block .block-col .entry-box-wrap .featured-box-title {
  line-height: 28px;
  font-size: 22px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  color: var(--title-color, #000);
}

@media (max-width: 1199.98px) {
  .be-box-featured-block .inner-block .block-col .entry-box-wrap .featured-box-title {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 991.98px) {
  .be-box-featured-block .inner-block .block-col .entry-box-wrap .featured-box-title {
    font-size: 18px;
    line-height: 120%;
  }
}

.be-box-featured-block .inner-block .block-col .entry-box-wrap .featured-box-text {
  font-size: 16px;
  line-height: 22px;
  color: var(--text-color, #000);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .be-box-featured-block .inner-block .block-col .entry-box-wrap .featured-box-text {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 767.98px) {
  .be-box-featured-block .inner-block .block-col .entry-box-wrap .featured-box-text {
    font-size: 14px;
    line-height: 120%;
  }
}

.be-box-featured-block .inner-block .block-col .box-item {
  width: 100%;
  max-width: 33.3333333333%;
  text-align: center;
}

.be-box-featured-block .inner-block .block-col .box-item .featured-box-title {
  font-size: 30px;
  color: var(--title-color, #000);
  line-height: 100%;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .be-box-featured-block .inner-block .block-col .box-item .featured-box-title {
    font-size: 25px;
  }
}

.be-box-featured-block .inner-block .block-col .box-item .featured-box-text {
  font-size: 16px;
  color: var(--text-color, #000);
  line-height: 18px;
  font-weight: 500;
  font-style: normal;
}

@media (max-width: 767.98px) {
  .be-box-featured-block .inner-block .block-col .box-item .featured-box-text {
    font-size: 14px;
  }
}

.be-box-featured-block .inner-block .block-col .give-btn-modal {
  padding: 0;
}

.be-box-featured-block .inner-block .block-col .featured-box-btn,
.be-box-featured-block .inner-block .block-col .give-display-button {
  padding-left: 5px;
  padding-right: 5px;
}

.be-box-featured-block .inner-block .block-col .featured-box-btn,
.be-box-featured-block .inner-block .block-col .give-btn-modal,
.be-box-featured-block .inner-block .block-col .give-display-button {
  background-color: var(--btn-bg-color, #ed7a13);
  font-size: 16px;
  color: var(--btn-color, #ffffff);
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  font-style: normal;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .be-box-featured-block .inner-block .block-col .featured-box-btn,
  .be-box-featured-block .inner-block .block-col .give-btn-modal,
  .be-box-featured-block .inner-block .block-col .give-display-button {
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .be-box-featured-block .inner-block .block-col .featured-box-btn,
  .be-box-featured-block .inner-block .block-col .give-btn-modal,
  .be-box-featured-block .inner-block .block-col .give-display-button {
    height: 90px;
  }
}

.be-box-featured-block .inner-block .block-col .featured-box-btn:hover,
.be-box-featured-block .inner-block .block-col .give-btn-modal:hover,
.be-box-featured-block .inner-block .block-col .give-display-button:hover {
  background-color: var(--btn-bg-color-hover, #ed7a13);
  color: var(--btn-color-hover, #ffffff);
}

.be-single-event {
  box-sizing: border-box;
}

.be-single-event-inner--name {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .be-single-event-inner--name {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767.98px) {
  .be-single-event-inner--name {
    font-size: 30px;
    line-height: 36px;
  }
}

.be-single-event-inner--name > a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  display: inline-block;
}

.be-single-event-inner--heading {
  color: var(--link-color);
  font-size: 45px;
  line-height: 53px;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 10px 0;
}

@media (max-width: 991.98px) {
  .be-single-event-inner--heading {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 767.98px) {
  .be-single-event-inner--heading {
    font-size: 34px;
    line-height: 42px;
  }
}

.be-single-event-inner--address svg {
  width: 100%;
  max-width: 15px;
  height: auto;
}

.be-single-event-inner--address svg path {
  fill: var(--link-color);
}

.be-single-event-inner--count-down .be-count-down--result {
  box-sizing: border-box;
}

.be-single-event-inner--count-down .be-count-down--result > div {
  color: var(--color-number);
}

.be-single-event-inner--count-down .be-count-down--result > div span {
  color: var(--color-heading, #666);
}

.be-single-event-inner--count-down .be-count-down--result > span {
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-family: var(--heading-family);
  color: var(--link-color);
  font-size: 18px;
  line-height: 120%;
}

.be-single-event-inner--count-down #be-count-down-edit {
  display: none;
}

.block-editor-block-list__block .be-single-event-inner--count-down #be-count-down-edit {
  display: flex;
}

.be-single-event-inner--count-down #be-count-down--result {
  display: flex;
}

.block-editor-block-list__block .be-single-event-inner--count-down #be-count-down--result {
  display: none;
}

.be-single-event.is-style-default {
  width: 100%;
}

.be-single-event.is-style-default .be-single-event-inner {
  display: flex;
}

@media (max-width: 991.98px) {
  .be-single-event.is-style-default .be-single-event-inner {
    flex-wrap: wrap;
  }
}

.be-single-event.is-style-default .be-single-event-inner--thumbnail {
  width: 45%;
  position: relative;
}

@media (max-width: 991.98px) {
  .be-single-event.is-style-default .be-single-event-inner--thumbnail {
    width: 100%;
  }
}

.be-single-event.is-style-default .be-single-event-inner--thumbnail img {
  width: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}

@media (min-width: 992px) {
  .be-single-event.is-style-default .be-single-event-inner--thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
}

.be-single-event.is-style-default .be-single-event-inner--content {
  width: 55%;
  background-color: #fff;
  padding: 10% 5%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 991.98px) {
  .be-single-event.is-style-default .be-single-event-inner--content {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .be-single-event.is-style-default .be-single-event-inner--content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.be-single-event.is-style-default .be-single-event-inner--name {
  color: var(--heading-color);
}

.be-single-event.is-style-default .be-single-event-inner--date-start {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-family: var(--heading-family);
  color: var(--body-color);
  margin: 20px 0 0 0;
  width: 100%;
}

.be-single-event.is-style-default .be-single-event-inner--date-start > span {
  color: var(--link-color);
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .be-single-event.is-style-default .be-single-event-inner--date-start {
    font-size: 14px;
    line-height: 23px;
  }
}

.be-single-event.is-style-default .be-single-event-inner--address {
  margin-top: 15px;
  width: 100%;
}

.be-single-event.is-style-default .be-single-event-inner--address span {
  font-size: 16px;
  list-style: 26px;
}

.be-single-event.is-style-default .be-single-event-inner--count-down {
  width: 100%;
  margin-top: 50px;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .be-single-event.is-style-default .be-single-event-inner--count-down {
    margin-top: 32px;
  }
}

.be-single-event.is-style-default .be-single-event-inner--count-down .be-count-down--result {
  width: 100%;
}

@media (max-width: 1199.98px) {
  .be-single-event.is-style-default .be-single-event-inner--count-down .be-count-down--result {
    max-width: 400px;
  }
}

.be-single-event.is-style-default .be-single-event-inner--count-down .be-count-down--result > div {
  border: 1px solid #cacaca;
  border-radius: 8px;
  position: relative;
  width: 80px;
  max-height: 80px;
  height: 80px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  justify-items: center;
  vertical-align: middle;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0;
  font-weight: 700;
}

.be-single-event.is-style-default .be-single-event-inner--count-down .be-count-down--result > div:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 575.98px) {
  .be-single-event.is-style-default .be-single-event-inner--count-down .be-count-down--result > div:not(:last-child) {
    margin-right: 10px;
  }
}

@media (max-width: 575.98px) {
  .be-single-event.is-style-default .be-single-event-inner--count-down .be-count-down--result > div {
    min-width: 58px;
    font-size: 22px;
    line-height: 30px;
  }
}

.be-single-event.is-style-default .be-single-event-inner--count-down .be-count-down--result > div::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 8px;
  border-bottom: 1px solid #cacaca;
  box-sizing: border-box;
  border-radius: 8px;
  left: 0px;
  bottom: 3px;
}

.be-single-event.is-style-default .be-single-event-inner--count-down .be-count-down--result > div > span {
  font-size: 12px;
  line-height: 28px;
  border-bottom: 1px solid #cacaca;
  margin: -12px 0px 5px 0px;
  padding: 0px;
  max-height: 28px;
  min-height: 28px;
  height: 25px;
  letter-spacing: 0.64px;
  box-sizing: border-box;
}

.be-single-event.is-style-default .be-single-event-inner--button {
  margin-top: 30px;
  width: 100%;
}

.be-single-event.is-style-charity {
  position: relative;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  z-index: 9;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (max-width: 991.98px) {
  .be-single-event.is-style-charity {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 991.98px) {
  .be-single-event.is-style-charity {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.be-single-event.is-style-charity .be-single-event-inner--bg {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 8;
  left: 0;
  top: 0;
}

.be-single-event.is-style-charity .be-single-event-inner--bg::before {
  content: " ";
  display: inline-flex;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.be-single-event.is-style-charity .be-single-event-inner--bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
  -o-object-position: center;
  object-position: center;
}

.be-single-event.is-style-charity .be-single-event-inner--content {
  position: relative;
  z-index: 9;
  text-align: center;
}

.be-single-event.is-style-charity .be-single-event-inner--name {
  color: #fff;
}

@media (min-width: 1200px) {
  .be-single-event.is-style-charity .be-single-event-inner--name {
    line-height: 53px;
  }
}

.be-single-event.is-style-charity .be-single-event-inner--count-down {
  margin-top: 20px;
}

.be-single-event.is-style-charity .be-single-event-inner--count-down .be-count-down--result {
  justify-content: center;
}

.be-single-event.is-style-charity .be-single-event-inner--count-down .be-count-down--result > div {
  display: inline-block;
  width: 110px;
  height: auto;
  text-align: center;
  margin: 5px;
  font-size: 44px;
  font-weight: 900;
  line-height: 55px;
}

@media (max-width: 767.98px) {
  .be-single-event.is-style-charity .be-single-event-inner--count-down .be-count-down--result > div {
    font-size: 36px;
    line-height: 45px;
  }
}

@media (max-width: 575.98px) {
  .be-single-event.is-style-charity .be-single-event-inner--count-down .be-count-down--result > div {
    font-size: 30px;
    line-height: 40px;
  }
}

.be-single-event.is-style-charity .be-single-event-inner--count-down .be-count-down--result > div > span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 575.98px) {
  .be-single-event.is-style-charity .be-single-event-inner--count-down .be-count-down--result > div > span {
    font-size: 16px;
  }
}

.be-single-event.is-style-charity .be-single-event-inner--meta,
.be-single-event.is-style-charity .be-single-event-inner--info {
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .be-single-event.is-style-charity .be-single-event-inner--meta,
  .be-single-event.is-style-charity .be-single-event-inner--info {
    max-width: 100%;
    flex-wrap: wrap;
  }
}

.be-single-event.is-style-charity .be-single-event-inner--info {
  margin-top: 48px;
}

@media (max-width: 991.98px) {
  .be-single-event.is-style-charity .be-single-event-inner--info {
    margin-top: 24px;
  }
}

@media (max-width: 575.98px) {
  .be-single-event.is-style-charity .be-single-event-inner--info {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}

.be-single-event.is-style-charity .be-single-event-inner--meta {
  margin-top: 32px;
}

@media (max-width: 991.98px) {
  .be-single-event.is-style-charity .be-single-event-inner--meta {
    margin-top: 24px;
  }
}

@media (max-width: 575.98px) {
  .be-single-event.is-style-charity .be-single-event-inner--meta {
    margin-top: 0;
  }
}

.be-single-event.is-style-charity .be-single-event-inner--address,
.be-single-event.is-style-charity .be-single-event-inner--date-start,
.be-single-event.is-style-charity .be-single-event-inner--button,
.be-single-event.is-style-charity .be-single-event-inner--author {
  color: #fff;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}

@media (max-width: 575.98px) {
  .be-single-event.is-style-charity .be-single-event-inner--address,
  .be-single-event.is-style-charity .be-single-event-inner--date-start,
  .be-single-event.is-style-charity .be-single-event-inner--button,
  .be-single-event.is-style-charity .be-single-event-inner--author {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 24px;
  }
}

.be-single-event.is-style-charity .be-single-event-inner--address svg,
.be-single-event.is-style-charity .be-single-event-inner--date-start svg {
  width: 100%;
  max-width: 20px;
  height: auto;
}

.be-single-event.is-style-charity .be-single-event-inner--address svg path,
.be-single-event.is-style-charity .be-single-event-inner--date-start svg path {
  fill: var(--link-color);
}

.be-single-event.is-style-charity .be-single-event-inner--address span,
.be-single-event.is-style-charity .be-single-event-inner--address p,
.be-single-event.is-style-charity .be-single-event-inner--date-start span,
.be-single-event.is-style-charity .be-single-event-inner--date-start p {
  padding-left: 10px;
  text-align: left;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

.be-single-event.is-style-charity .be-single-event-inner--address p > span,
.be-single-event.is-style-charity .be-single-event-inner--date-start p > span {
  padding-left: 0;
}

.be-single-event.is-style-charity .be-single-event-inner--date-start {
  display: flex;
}

.be-single-event.is-style-charity .be-single-event-inner--date-start p {
  margin: 0;
}

.be-single-event.is-style-charity .be-single-event-inner--date-start span {
  font-weight: 700;
}

.be-single-event.is-style-charity .be-single-event-inner--author-meta {
  padding-left: 20px;
}

.be-single-event.is-style-charity .be-single-event-inner--author-avatar {
  width: 60px;
  height: 60px;
  position: relative;
  min-width: 60px;
  border-radius: 50%;
}

.be-single-event.is-style-charity .be-single-event-inner--author-avatar > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.be-single-event.is-style-charity .be-single-event-inner--author-name {
  margin: 0;
  line-height: 28px;
  font-size: 22px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}

.be-single-event.is-style-charity .be-single-event-inner--author-cate > div {
  display: none;
}

.be-single-event.is-style-charity .be-single-event-inner--author-cate ul {
  margin: 0;
  padding: 0;
  display: flex;
}

.be-single-event.is-style-charity .be-single-event-inner--author-cate ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.be-single-event.is-style-charity .be-single-event-inner--author-cate ul li a {
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: var(--body-family);
  color: var(--link-color);
}

.be-single-event.is-style-charity .be-single-event-inner--author-cate ul li:not(:first-child) {
  padding-left: 10px;
  position: relative;
}

.be-single-event.is-style-charity .be-single-event-inner--author-cate ul li:not(:first-child)::before {
  content: ",";
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: var(--body-family);
  color: var(--link-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.be-recent-posts .recent-posts-list .post-item {
  padding-bottom: 15px;
}

.be-recent-posts .recent-posts-list .post-item__inner {
  display: flex;
}

.be-recent-posts .recent-posts-list .post-item__featured-thumbnail {
  width: 100%;
  height: 70px;
  max-width: 100px;
  margin-right: 15px;
  margin-bottom: 0;
  display: inline-block;
  text-decoration: none;
  line-height: 0;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
}

.be-recent-posts .recent-posts-list .post-item__featured-thumbnail.medium {
  height: 200px;
  max-width: 300px;
}

.be-recent-posts .recent-posts-list .post-item__featured-thumbnail.large {
  height: auto;
  max-width: 56%;
  padding-bottom: 56%;
}

.be-recent-posts .recent-posts-list .post-item__featured-thumbnail::before {
  content: "\F178";
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
  text-transform: none;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: rgb(255, 255, 255);
  opacity: 0;
  transition: all 0.3s ease 0s;
  font-size: 24px;
}

.be-recent-posts .recent-posts-list .post-item__featured-thumbnail::after {
  background: #333;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.be-recent-posts .recent-posts-list .post-item__featured-thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.be-recent-posts .recent-posts-list .post-item__featured-thumbnail:hover::before {
  left: 50%;
  opacity: 1;
}

.be-recent-posts .recent-posts-list .post-item__featured-thumbnail:hover::after {
  opacity: 0.5;
  visibility: visible;
}

.be-recent-posts .recent-posts-list .post-item__content {
  flex-grow: 1;
  width: -moz-min-content;
  width: min-content;
}

.be-recent-posts .recent-posts-list .post-item__title-link {
  text-decoration: none;
}

.be-recent-posts .recent-posts-list .post-item__title-link:hover .post-item__title {
  color: var(--link-color-hover, #d41b65);
}

.be-recent-posts .recent-posts-list .post-item__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: var(--post-title-color, #333);
  transition: all 0.3s ease 0s;
}

.be-recent-posts .recent-posts-list .post-item__author {
  color: #999;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  vertical-align: top;
  margin-right: 20px;
}

.be-recent-posts .recent-posts-list .post-item__author span {
  line-height: inherit;
}

.be-recent-posts .recent-posts-list .post-item__author i {
  margin-right: 3px;
  color: var(--link-color, #d41b65);
}

.be-recent-posts .recent-posts-list .post-item__author .link {
  line-height: inherit;
  color: #999;
  transition: all 0.3s ease 0s;
}

.be-recent-posts .recent-posts-list .post-item__author .link:hover {
  color: var(--link-color-hover, #d41b65);
}

.be-recent-posts .recent-posts-list .post-item__date {
  color: var(--link-color-hover, #d41b65);
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  vertical-align: top;
}

.be-recent-posts .recent-posts-list .post-item__excerpt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item {
  margin: 0;
  padding: 0;
}

.be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item--meta {
  display: flex;
  align-items: center;
}

.be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item--date,
.be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item--comment,
.be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item--comment i {
  font-size: 15px;
  line-height: 25px;
  color: #999;
  margin: 0;
}

.be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item--date {
  margin-right: 24px;
}

.be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item--title {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 0.32px;
  color: var(--post-title-color, #a52f2a);
  font-weight: 700;
  margin: 8px 0 0 0;
}

@media (max-width: 1199.98px) {
  .be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item--title {
    font-size: 24px;
    line-height: 115%;
  }
}

@media (max-width: 991.98px) {
  .be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item--title {
    font-size: 22px;
  }
}

@media (max-width: 767.98px) {
  .be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item--title {
    font-size: 20px;
  }
}

.be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item--title > a {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline-block;
  text-decoration: none;
}

.be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item--excerpt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--body-color, #555);
  margin: 16px 0 0 0;
}

.be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item--excerpt p {
  margin: 0;
}

.be-recent-posts.is-style-water-charity .be-recent-posts--content .recent-posts-list .post-item:not(:last-child) {
  margin-bottom: 32px;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child {
  width: 45%;
  padding-right: 3%;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child .post-item__inner {
  flex-direction: column;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child .post-item__inner .post-item__featured-thumbnail {
  max-width: 100%;
  position: relative;
  padding-bottom: 90%;
  background: #e7e6e4;
  overflow: hidden;
  margin-bottom: 25px;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child .post-item__inner .post-item__featured-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1.5s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child .post-item__inner .post-item__content {
  flex-grow: 1;
  width: 100%;
  width: 100%;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child .post-item__inner .post-item__content .post-item__excerpt {
  display: none;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list {
  overflow: hidden;
  padding: 25px 0;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item {
  margin: 0;
  float: left;
  width: 55%;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__meta {
  display: flex;
  align-items: center;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__meta .post-item__date {
  margin-right: 5px;
  margin-top: 0;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  font-weight: bold;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__meta .post-item__author {
  margin-top: 0;
  margin-left: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__meta .post-item__author span {
  font-size: 14px;
  line-height: 26px;
  color: #333;
  text-transform: none;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__meta .post-item__author a {
  color: var(--link-color, #71b61b);
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  color: #333;
  margin-top: 5px;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__title {
    font-size: 24px;
    line-height: 115%;
  }
}

@media (max-width: 767.98px) {
  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__title {
    font-size: 20px;
  }
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__title > a {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline-block;
  text-decoration: none;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__excerpt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  letter-spacing: 0.16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--body-color, #555);
  margin: 16px 0 0 0;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__excerpt p {
  margin: 0;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item:not(:last-child) {
  margin-bottom: 24px;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__featured-thumbnail {
  max-width: 180px;
  position: relative;
  padding-bottom: 150px;
  background: #e7e6e4;
  overflow: hidden;
}

.be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__featured-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1.5s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0s;
}

@media (max-width: 991.98px) {
  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child {
    width: 100%;
    padding-right: 0;
  }

  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child .post-item__inner {
    flex-direction: initial;
  }

  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child .post-item__inner .post-item__featured-thumbnail {
    max-width: 180px;
    padding-bottom: 150px;
    margin-bottom: 0;
  }

  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child .post-item__inner .post-item__content .post-item__excerpt {
    display: block;
  }

  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child {
    width: 100%;
    padding-right: 0;
  }

  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child .post-item__inner {
    flex-direction: column;
  }

  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child .post-item__inner .post-item__featured-thumbnail {
    max-width: 100%;
    padding-bottom: 70%;
    margin-bottom: 20px;
  }

  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child .post-item__inner .post-item__content {
    width: 100%;
  }

  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list article:first-child .post-item__inner .post-item__content .post-item__excerpt {
    display: block;
  }

  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item {
    width: 100%;
  }

  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__inner {
    flex-direction: column;
  }

  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__inner .post-item__featured-thumbnail {
    max-width: 100%;
    padding-bottom: 70%;
    margin-bottom: 20px;
  }

  .be-recent-posts.is-style-goza-charity-2 .be-recent-posts--content .recent-posts-list .post-item .post-item__inner .post-item__content {
    width: 100%;
  }
}

#be-block--not-found {
  background-color: #eee;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

#be-block--not-found h3 {
  font-size: 28spx !important;
  line-height: 110% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  color: var(--link-color);
}

.wp-block-goza-blocks-goza-container.be-last-post-water > .goza-container-bg::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.75);
}

.wp-block-columns.be-gz-orgazination-row-our {
  gap: 0;
}

.wp-block-columns.be-gz-orgazination-row-our > .wp-block-column > p {
  margin: 0;
}

.wp-block-columns.be-gz-orgazination-item-progressbar > .wp-block-column:first-child p {
  margin: 0;
}

.wp-block-columns.be-gz-orgazination-row-counter {
  gap: 10px;
}

.wp-block-columns.be-gz-orgazination-row-counter > .wp-block-column .be-counter-up .be-counter-up-box__number {
  font-size: 40px;
  line-height: 110%;
}

.wp-block-columns.be-gz-orgazination-row-counter > .wp-block-column:nth-child(2) {
  border-left: 1px dashed #b0b0b0;
  border-right: 1px dashed #b0b0b0;
  box-sizing: border-box;
}

.wp-block-columns.be-gz-orgazination-row-button > .wp-block-column {
  display: flex;
  align-items: center;
  align-content: center;
}

@media (max-width: 1199.98px) {
  .grid-services-box-block.be-gz-orgazination-services-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767.98px) {
  .grid-services-box-block.be-gz-orgazination-services-box {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.grid-services-box-block.be-gz-orgazination-services-box .gsb-heading {
  width: 100%;
  max-width: 555px;
  margin-left: auto;
  margin-right: auto;
  font-size: 45px;
  line-height: 112%;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .grid-services-box-block.be-gz-orgazination-services-box .gsb-heading {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .grid-services-box-block.be-gz-orgazination-services-box .gsb-heading {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .grid-services-box-block.be-gz-orgazination-services-box .gsb-services-list .gsb-services-item__wrap-title {
    font-size: 20px;
    line-height: 115%;
  }
}

.be-events-listing-block.is-style-ev-fill.be-gz-orgazination-events-listing .item-event--date {
  background: rgba(44, 73, 151, 0.7);
}

.be-events-listing-block.is-style-ev-fill.be-gz-orgazination-events-listing .item-event--count-down .be-count-down--result > div {
  background: rgba(44, 73, 151, 0.7);
}

.be-events-listing-block.is-style-ev-fill.be-gz-orgazination-events-listing .item-event--venue {
  color: rgb(44, 73, 151);
}

.be-events-listing-block.is-style-ev-fill.be-gz-orgazination-events-listing .item-event--venue svg path {
  stroke: rgb(44, 73, 151);
}

.wp-block-columns.be-section-icon-box > .block-editor-block-list__block {
  height: 100%;
  flex-basis: auto;
}

.wp-block-columns.be-section-icon-box > .block-editor-block-list__block > .block-editor-block-list__block {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}

@media (min-width: 768px) {
  .wp-block-columns.be-section-icon-box .be-icon-box-block {
    height: 100%;
  }

  .wp-block-columns.be-section-icon-box .be-icon-box-block-inner {
    height: 100%;
  }

  .wp-block-columns.be-section-icon-box .be-icon-box-block-inner--content {
    height: 100%;
  }
}

.wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake .be-counter-up-box {
  padding: 15px;
}

@media (min-width: 768px) {
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake .be-counter-up-box {
    padding: 15px 0 15px 15px;
  }
}

.wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake .be-counter-up-box__number {
  font-size: 40px;
}

@media (max-width: 1199.98px) {
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake .be-counter-up-box__number {
    font-size: 30px;
  }
}

@media (max-width: 991.98px) {
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake .be-counter-up-box__number {
    font-size: 24px;
  }
}

@media (max-width: 991.98px) {
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake .be-counter-up-box__heading {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake .be-counter-up-box__heading {
    font-size: 13px;
  }
}

.wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake > .goza-layout-column-wrap {
  gap: 0;
}

@media (min-width: 768px) {
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake > .goza-layout-column-wrap {
    gap: 0 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake > .goza-layout-column-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "col1 col2 col3 col4";
  }
}

@media (max-width: 767.98px) {
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake > .goza-layout-column-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2" "col3 col4";
  }
}

@media (min-width: 768px) {
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake > .goza-layout-column-wrap > .wp-block-goza-blocks-goza-column:not(:first-child) {
    border-left: 1px solid #D2D2D2;
  }
}

@media (max-width: 767.98px) {
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake > .goza-layout-column-wrap > .wp-block-goza-blocks-goza-column:nth-child(2),
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake > .goza-layout-column-wrap > .wp-block-goza-blocks-goza-column:nth-child(4) {
    border-left: 1px solid #D2D2D2;
  }
}

@media (max-width: 767.98px) {
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake > .goza-layout-column-wrap > .wp-block-goza-blocks-goza-column:nth-child(3),
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake > .goza-layout-column-wrap > .wp-block-goza-blocks-goza-column:nth-child(4) {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .wp-block-goza-blocks-goza-columns.be-row-numbers-earthquake > .goza-layout-column-wrap > .wp-block-goza-blocks-goza-column:last-child .be-counter-up-box {
    padding-left: 0;
    padding-right: 15px;
  }
}

.wp-block-columns.be-gzwc-row-cta-recent-post .wp-block-goza-blocks-goza-button.is-style-wt-charity {
  width: 100%;
}

.wp-block-columns.be-gzwc-row-cta-recent-post .wp-block-goza-blocks-goza-button.is-style-wt-charity .wp-block-goza-blocks-goza-button--inner {
  width: 100%;
}

.wp-block-columns.be-gzwc-row-cta-recent-post .wp-block-goza-blocks-goza-button.is-style-wt-charity .wp-block-goza-blocks-goza-button--inner .wp-block-goza-button_link {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

@media (min-width: 768px) {
  .wp-block-columns.be-row-icb-gzwc .wp-block-column:nth-child(2) {
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
    border-right: 1px dashed rgba(255, 255, 255, 0.3);
  }
}

.be-column-image-text-video-block .block-grid {
  display: flex;
  flex-wrap: wrap;
}

.be-column-image-text-video-block .block-grid .block-col {
  position: relative;
  width: 100%;
  min-height: 1px;
}

@media (min-width: 768px) {
  .be-column-image-text-video-block .block-grid .block-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .be-column-image-text-video-block .block-grid .block-col.block-col-video {
    padding-top: 58.6%;
  }
}

.be-column-image-text-video-block .block-grid .block-col__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.be-column-image-text-video-block .block-grid .block-col__bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.be-column-image-text-video-block .block-grid .block-col__content {
  position: relative;
  z-index: 2;
  padding: 110px 10%;
}

@media (max-width: 767px) {
  .be-column-image-text-video-block .block-grid .block-col__content {
    padding: 60px 20px;
  }
}

.be-column-image-text-video-block .block-grid .block-col__content.block-col__box {
  position: absolute;
  left: 50%;
  bottom: 110px;
  padding: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 55px 20px 30px;
  border-radius: 2px;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .be-column-image-text-video-block .block-grid .block-col__content.block-col__box {
    position: relative;
    bottom: 30px;
    padding: 16px 50px 16px 20px;
  }
}

.be-column-image-text-video-block .block-grid .block-col__content-wrap {
  max-width: 400px;
  margin-left: 0;
  margin-right: auto;
}

@media (max-width: 767px) {
  .be-column-image-text-video-block .block-grid .block-col__content-wrap {
    max-width: 100%;
  }
}

.be-column-image-text-video-block .block-grid .block-col__box-action {
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}

.be-column-image-text-video-block .block-grid .block-col__box-action a {
  width: 70px;
  height: 70px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}

.be-column-image-text-video-block .block-grid .block-col__box-action a i {
  font-size: 55px;
  line-height: 70px;
  color: var(--link-color, rgb(76, 165, 171));
}

@media (max-width: 767px) {
  .be-column-image-text-video-block .block-grid .block-col__box-action {
    right: -25px;
  }

  .be-column-image-text-video-block .block-grid .block-col__box-action a {
    width: 60px;
    height: 60px;
  }

  .be-column-image-text-video-block .block-grid .block-col__box-action a i {
    font-size: 50px;
    line-height: 60px;
  }
}

.be-column-image-text-video-block .block-grid .block-col__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 0;
}

.be-column-image-text-video-block .block-grid .block-col__position {
  line-height: 20px;
  margin-bottom: 0;
  color: var(--link-color, rgb(76, 165, 171));
}

.be-column-image-text-video-block .block-grid .block-col__subheading {
  margin-bottom: 25px;
  font-size: 20px;
  color: var(--link-color, rgb(76, 165, 171));
  line-height: 1.25;
}

.be-column-image-text-video-block .block-grid .block-col a {
  text-decoration: none;
}

.be-column-image-text-video-block .block-grid .block-col__heading {
  font-size: 38px;
  color: #FFF;
  line-height: 1.05;
  margin-bottom: 25px;
}

.be-column-image-text-video-block .block-grid .block-col__heading b,
.be-column-image-text-video-block .block-grid .block-col__heading strong {
  color: var(--link-color, rgb(76, 165, 171));
  font-weight: bold;
}

@media (max-width: 767px) {
  .be-column-image-text-video-block .block-grid .block-col__heading {
    font-size: 32px;
  }

  .be-column-image-text-video-block .block-grid .block-col__heading br {
    display: none;
  }
}

.be-column-image-text-video-block .block-grid .block-col__desc {
  color: #FFF;
  margin-bottom: 35px;
}

.be-column-image-text-video-block .block-grid .block-col__desc p {
  color: inherit;
}

.be-column-image-text-video-block .block-grid .block-col__desc p:last-child {
  margin-bottom: 0;
}

.be-ss-ab-vd {
  width: 100%;
  z-index: 9;
  position: relative;
  box-sizing: border-box;
}

.be-ss-ab-vd--row {
  width: 100%;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}

@media (min-width: 992px) {
  .be-ss-ab-vd--row {
    flex-wrap: nowrap;
  }
}

.be-ss-ab-vd--top {
  z-index: 9;
  position: relative;
}

.be-ss-ab-vd--top-left,
.be-ss-ab-vd--top-right {
  width: 100%;
}

@media (max-width: 991.98px) {
  .be-ss-ab-vd--top-right {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .be-ss-ab-vd--top-left {
    width: 55%;
  }

  .be-ss-ab-vd--top-right {
    width: 45%;
  }
}

.be-ss-ab-vd--bottom-left,
.be-ss-ab-vd--bottom-right {
  width: 100%;
}

@media (max-width: 991.98px) {
  .be-ss-ab-vd--bottom-left,
  .be-ss-ab-vd--bottom-right {
    margin-top: 32px;
  }
}

@media (max-width: 767.98px) {
  .be-ss-ab-vd--bottom-left,
  .be-ss-ab-vd--bottom-right {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .be-ss-ab-vd--bottom {
    margin-top: -80px;
  }

  .be-ss-ab-vd--bottom-left {
    width: 65%;
  }

  .be-ss-ab-vd--bottom-right {
    width: 35%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    padding-left: 32px;
    padding-bottom: 32px;
  }
}

.be-ss-ab-vd--sub-heading {
  font-size: 20px;
  color: var(--body-color);
  line-height: 28px;
  text-align: left;
  font-family: var(--heading-family);
  font-weight: 400;
  margin: 0;
}

.be-ss-ab-vd--heading {
  font-size: 60px;
  line-height: 112%;
  font-family: var(--heading-family);
  color: var(--heading-color);
  margin: 5px 0 0 0;
  font-weight: 700;
}

@media (min-width: 992px) {
  .be-ss-ab-vd--heading {
    padding-right: 15px;
  }
}

@media (max-width: 1199.98px) {
  .be-ss-ab-vd--heading {
    font-size: 48px;
  }
}

@media (max-width: 767.98px) {
  .be-ss-ab-vd--heading {
    font-size: 30px;
  }
}

.be-ss-ab-vd--heading > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline-block;
  text-decoration: none;
}

.be-ss-ab-vd--video {
  position: relative;
  width: 100%;
}

.be-ss-ab-vd--video-bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  width: 100%;
  transition: 0.3s ease;
  -o-object-position: center;
  object-position: center;
  min-height: 325px;
}

.be-ss-ab-vd--video-cta {
  position: absolute;
  left: 30px;
  bottom: 50px;
}

.be-ss-ab-vd--video-cta .be-popup-video a {
  width: 4em;
  height: 4em;
  background-color: var(--link-color);
  color: var(--link-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.be-ss-ab-vd--video-cta .be-popup-video a::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 3.5em;
  height: 3.5em;
  background: currentColor repeat scroll 0 0;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.be-ss-ab-vd--video-cta .be-popup-video a .__icon-play {
  line-height: 1;
  z-index: 2;
}

.be-ss-ab-vd--video-cta .be-popup-video svg {
  width: 100%;
  max-width: 20px;
  height: auto;
}

.be-ss-ab-vd--image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-height: 450px;
}

.be-ss-ab-vd--desc {
  margin: 0;
}

@media (min-width: 992px) {
  .be-ss-ab-vd--desc {
    padding-right: 15px;
  }
}

.be-ss-ab-vd--cta {
  margin-top: 32px;
}

@media (max-width: 767.98px) {
  .be-ss-ab-vd--cta {
    margin-top: 24px;
  }
}

.be-events-carousel-inner {
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .be-events-carousel-inner {
    padding-bottom: 79px;
  }
}

.be-events-carousel-inner .item-event--sub-heading {
  font-size: 21px;
  line-height: 30px;
  color: var(--body-color);
  letter-spacing: 0px;
  font-family: var(--heading-family);
  font-weight: 400;
  margin: 0;
}

.be-events-carousel-inner .item-event--heading {
  font-size: 48px;
  line-height: 112%;
  font-family: var(--heading-family);
  color: var(--heading-color);
  margin: 10px 0 0 0;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .be-events-carousel-inner .item-event--heading {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .be-events-carousel-inner .item-event--heading {
    font-size: 26px;
  }
}

.be-events-carousel-inner .item-event--heading > a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline-block;
  text-decoration: none;
}

.be-events-carousel-inner .item-event--excerpt > p {
  margin: 20px 0 0px 0;
  color: inherit;
}

.be-events-carousel-inner .item-event--address {
  display: flex;
  align-items: center;
  align-content: center;
  margin: 10px 0 0 0;
}

.be-events-carousel-inner .item-event--address svg {
  width: 100%;
  height: auto;
  max-width: 20px;
  margin: 0 5px 0 0;
}

.be-events-carousel-inner .item-event--address svg path {
  fill: var(--link-color);
}

.be-events-carousel-inner .item-event--address span {
  letter-spacing: -0.32px;
  color: var(--heading-color);
}

.be-events-carousel-inner .item-event--date {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  color: var(--body-color);
  margin: 35px 0 0 0;
}

@media (max-width: 767.98px) {
  .be-events-carousel-inner .item-event--date {
    margin-top: 24px;
  }
}

.be-events-carousel-inner .item-event--date > span {
  font-weight: 700;
  color: var(--heading-color);
}

.be-events-carousel-inner .item-event--btn {
  margin-top: 48px;
}

@media (max-width: 1199.98px) {
  .be-events-carousel-inner .item-event--btn {
    margin-top: 32px;
  }
}

@media (max-width: 767.98px) {
  .be-events-carousel-inner .item-event--btn {
    margin-top: 24px;
  }
}

.be-events-carousel-inner .slick-dots {
  bottom: 15px;
}

.be-events-carousel-inner .slick-dots li button::before {
  font-size: 18px;
}

.be-events-carousel-inner .slick-dots li.slick-active button::before {
  opacity: 1;
  color: var(--link-color);
}

.be-events-carousel-inner .slick-arrow {
  right: 20px;
  bottom: 0;
  top: inherit;
  z-index: 99;
  left: inherit;
  transform: translate(0);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 1px solid #eee;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: 0.25s;
}

@media (max-width: 991.98px) {
  .be-events-carousel-inner .slick-arrow {
    transform: translateX(-50%);
  }
}

.be-events-carousel-inner .slick-arrow::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  color: #555;
}

.be-events-carousel-inner .slick-arrow.slick-prev {
  right: 95px;
}

@media (max-width: 991.98px) {
  .be-events-carousel-inner .slick-arrow.slick-prev {
    right: inherit;
    left: calc(50% - 40px);
  }
}

.be-events-carousel-inner .slick-arrow.slick-prev::before {
  content: "\F060";
}

@media (max-width: 991.98px) {
  .be-events-carousel-inner .slick-arrow.slick-next {
    right: inherit;
    left: calc(50% + 40px);
  }
}

.be-events-carousel-inner .slick-arrow.slick-next::before {
  content: "\F061";
}

.be-events-carousel-inner .slick-arrow:hover {
  background-color: var(--link-color);
  border-color: var(--link-color);
}

.be-events-carousel-inner .slick-arrow:hover::before {
  color: #fff;
}

.be-events-carousel-inner.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.be-events-carousel.is-style-water-charity .be-events-carousel-inner {
  padding: 0;
  margin: 0;
}

.be-events-carousel.is-style-water-charity .be-events-carousel-inner .item-event--content {
  padding: 0 10px;
}

.be-events-carousel.is-style-water-charity .be-events-carousel-inner .item-event--thumnail {
  position: relative;
  height: auto;
  width: 100%;
  min-height: 370px;
}

.be-events-carousel.is-style-water-charity .be-events-carousel-inner .item-event--thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}

.be-events-carousel.is-style-water-charity .be-events-carousel-inner .item-event--heading {
  font-size: 17px;
  line-height: 115%;
  letter-spacing: 0.32px;
  font-weight: 700;
  color: #fff;
  background-color: var(--link-color);
  width: 250px;
  text-align: center;
  padding: 15px 30px;
  position: absolute;
  margin: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.be-events-carousel.is-style-water-charity .be-events-carousel-inner .item-event--heading::before,
.be-events-carousel.is-style-water-charity .be-events-carousel-inner .item-event--heading::after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0%;
  width: 40px;
  height: 100%;
  background-color: var(--link-color);
  transform: skew(20deg);
}

.be-events-carousel.is-style-water-charity .be-events-carousel-inner .item-event--heading::before {
  left: -20px;
}

.be-events-carousel.is-style-water-charity .be-events-carousel-inner .item-event--heading::after {
  right: -20px;
}

.be-events-carousel.is-style-water-charity .be-events-carousel-inner .item-event--excerpt {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 32px;
}

@media (min-width: 768px) {
  .be-events-carousel.is-style-water-charity .be-events-carousel-inner .item-event--excerpt {
    margin-top: 24px;
  }
}

.be-events-carousel.is-style-water-charity .be-events-carousel-inner .item-event--excerpt > p {
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.be-count-down {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 450px;
}

.be-count-down--bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: 0.3s ease;
  -o-object-position: center;
  object-position: center;
  min-height: 450px;
}

.be-count-down--content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.be-count-down--content {
  z-index: 2;
}

.be-count-down #be-count-down-edit {
  display: none;
}

.be-count-down .be-count-down--result {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 450px;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  padding: 32px;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .be-count-down .be-count-down--result {
    padding: 24px 10px;
  }
}

@media (max-width: 359.98px) {
  .be-count-down .be-count-down--result {
    flex-wrap: wrap;
  }
}

.be-count-down .be-count-down--result > span {
  font-size: 18px;
  line-height: 115%;
  font-weight: 700;
  color: var(--link-color);
  font-family: var(--heading-family);
  display: inline-block;
  text-align: center;
  width: 100%;
  letter-spacing: 0.04em;
}

.be-count-down .be-count-down--result > div {
  border: 1px solid var(--color-number);
  border-radius: 8px;
  position: relative;
  width: 80px;
  max-height: 80px;
  height: 80px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  justify-items: center;
  vertical-align: middle;
  text-align: center;
  font-size: 26px;
  line-height: 32px;
  color: var(--color-number);
  letter-spacing: 0;
  font-family: var(--heading-family);
  font-weight: 700;
  height: 72px;
  margin: 0 8px;
}

@media (max-width: 575.98px) {
  .be-count-down .be-count-down--result > div {
    font-size: 20px;
    line-height: 26px;
    margin: 0px 5px;
  }
}

@media (max-width: 359.98px) {
  .be-count-down .be-count-down--result > div {
    margin: 5px;
    width: calc(50% - 10px);
    min-width: calc(50% - 10px);
  }
}

.be-count-down .be-count-down--result > div span {
  color: var(--color-heading, #000);
  border-bottom: 1px solid var(--color-number);
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.64px;
  padding-top: 5px;
  font-weight: 700;
  margin: -10px 0px 5px 0px;
  padding: 0px;
  max-height: 28px;
  min-height: 28px;
  height: 25px;
  font-family: var(--body-family);
}

@media (max-width: 575.98px) {
  .be-count-down .be-count-down--result > div span {
    font-size: 10px;
  }
}

.goza-box-featured-grid-block .goza-box-featured-grid-notify {
  padding: 50px 40px;
  margin: 0 auto;
  text-align: center;
  background: #ededed;
}

.goza-box-featured-grid-block .block-inner-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 768px) {
  .goza-box-featured-grid-block .block-inner-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .goza-box-featured-grid-block .block-inner-grid {
    grid-template-columns: repeat(var(--col, 4), 1fr);
  }
}

.goza-box-featured-grid-block .block-inner-grid-box {
  position: relative;
  overflow: hidden;
}

.goza-box-featured-grid-block .block-inner-grid-box__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.goza-box-featured-grid-block .block-inner-grid-box__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.goza-box-featured-grid-block .block-inner-grid-box__bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.goza-box-featured-grid-block .block-inner-grid-box__content {
  position: relative;
  z-index: 2;
  padding: 40px;
}

@media (max-width: 767.98px) {
  .goza-box-featured-grid-block .block-inner-grid-box__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.goza-box-featured-grid-block .block-inner-grid-box__content img {
  max-width: 65px;
  margin-bottom: 20px;
}

.goza-box-featured-grid-block .block-inner-grid-box__content-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0;
  color: #ffffff;
  line-height: 28px;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .goza-box-featured-grid-block .block-inner-grid-box__content-title {
    font-size: 20px;
    line-height: 120%;
  }
}

.goza-box-featured-grid-block .block-inner-grid-box__content-text {
  color: #ffffff;
}

.goza-box-featured-grid-block .block-inner-grid-box__content-link {
  margin-top: 15px;
  display: block;
  font-size: 20px;
  color: #fff;
  margin-top: 15px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .goza-box-featured-grid-block .block-inner-grid-box__content-link {
    font-size: 17px;
  }
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .be-give-form-box-block-inner {
  background-size: cover;
  border-radius: 20px;
  background-position: center;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box {
  padding: 0px;
  padding-bottom: 30px;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content {
  display: flex;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content-left,
.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content-right {
  width: 50%;
  padding: 30px 50px;
}

@media (max-width: 1199.98px) {
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content-left,
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content-right {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991.98px) {
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content-left,
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left h4.give-box-sub-heading {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}

@media (max-width: 991.98px) {
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left h4.give-box-sub-heading {
    font-size: 20px;
    line-height: 120%;
  }
}

@media (max-width: 767.98px) {
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left h4.give-box-sub-heading {
    font-size: 18px;
  }
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left h2.give-box-heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
}

@media (max-width: 1199.98px) {
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left h2.give-box-heading {
    font-size: 40px;
    line-height: 115%;
  }
}

@media (max-width: 991.98px) {
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left h2.give-box-heading {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left h2.give-box-heading {
    font-size: 30px;
  }
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left p.give-box-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

@media (max-width: 991.98px) {
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left p.give-box-description {
    font-size: 18px;
    line-height: 118%;
  }
}

@media (max-width: 767.98px) {
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left p.give-box-description {
    font-size: 16px;
  }
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .progress {
  opacity: 1;
  width: 100%;
  height: 15px;
  background-image: none;
  background-color: #222;
  position: relative;
  margin-top: 40px;
  border-radius: 5px;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .progress .form-percent {
  position: absolute;
  font-size: 12px;
  padding: 3px 6px;
  border-radius: 3px;
  color: #fff;
  line-height: 20px;
  top: -35px;
  background: #222;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .progress .form-percent span.bt-arrow {
  bottom: -7px;
  left: calc(50% - 5px);
  position: absolute;
  width: 0px;
  height: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #222;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .progress .bar {
  width: 0;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .entry-bot {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

@media (max-width: 359px) {
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .entry-bot {
    flex-wrap: wrap;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .entry-bot div {
    width: 100%;
    text-align: center;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .entry-bot div:not(:first-child) {
    margin-top: 16px;
  }
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .entry-bot .give-price-raised {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .entry-bot .give-price-raised span {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .entry-bot .give-price-goal {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .entry-bot .give-price-goal span {
  display: block;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.2);
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-popup {
  width: 50%;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-popup button.give-btn.give-btn-modal {
  width: 100%;
  background: #222222;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 30px 10px;
  border: none;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social span {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social ul.list-social-share {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 0;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social ul.list-social-share li {
  display: inline-block;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social ul.list-social-share li a {
  width: 34px;
  height: 34px;
  background: #222222;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social ul.list-social-share li a i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social ul.list-social-share li a i.face::before {
  content: "\F09A";
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social ul.list-social-share li a i.twitter::before {
  content: "\F099";
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social ul.list-social-share li a i.vimeo::before {
  content: "\F27D";
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social ul.list-social-share li a i.linkedin::before {
  content: "\F0E1";
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social ul.list-social-share li a i.instagram::before {
  content: "\F16D";
}

.be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social ul.list-social-share li a:hover {
  background: #28C77B;
  color: #222;
}

@media (max-width: 767.98px) {
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content {
    display: block;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left,
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right {
    width: 100%;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button {
    display: block;
    padding-bottom: 20px;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-popup,
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social {
    width: 100%;
    min-height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content p.give-box-description {
    margin-bottom: 0 !important;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left {
    padding-top: 20px;
    padding-bottom: 8px;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right {
    padding-top: 8px;
    padding-bottom: 20px;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left,
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left .give-price-raised,
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-left .give-price-goal,
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .give-price-raised,
  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-content .give-box-content-right .give-price-goal {
    font-size: 22px !important;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button {
    display: block;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button button.give-btn.give-btn-modal {
    padding: 10px 10px !important;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .be-give-form-box-block:not(.is-style-2):not(.is-style-3) .give-form-box .give-box-button .give-box-button-social ul.list-social-share {
    padding-left: 10px;
  }
}

.be-give-form-box-block.is-style-2 .be-give-form-box-block-inner {
  background-size: cover;
  border-radius: 20px;
}

.be-give-form-box-block.is-style-2 .give-form-box {
  padding: 40px;
}

@media (max-width: 1199.98px) {
  .be-give-form-box-block.is-style-2 .give-form-box {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-content h2.give-box-heading {
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 1199.98px) {
  .be-give-form-box-block.is-style-2 .give-form-box .give-box-content h2.give-box-heading {
    font-size: 40px;
    line-height: 115%;
  }
}

@media (max-width: 991.98px) {
  .be-give-form-box-block.is-style-2 .give-form-box .give-box-content h2.give-box-heading {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .be-give-form-box-block.is-style-2 .give-form-box .give-box-content h2.give-box-heading {
    font-size: 30px;
  }
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-content p.give-box-description {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup .give_error.give_warning {
  display: none;
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup button.give-btn.give-btn-modal {
  width: 100%;
  background: #222222;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 22px 10px;
  border: none;
  border-radius: 10px;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup button.give-btn.give-btn-modal {
    font-size: 18px;
    padding: 10px;
  }
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup form.give-form {
  margin-bottom: 0;
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup form.give-form ul#give-donation-level-button-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  grid-gap: 10px;
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup form.give-form ul#give-donation-level-button-wrap::before {
  content: none;
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup form.give-form ul#give-donation-level-button-wrap:after {
  content: none;
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup form.give-form ul#give-donation-level-button-wrap li {
  margin: 0;
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup form.give-form ul#give-donation-level-button-wrap button.give-btn {
  width: 100%;
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}

@media (max-width: 1199.98px) {
  .be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup form.give-form ul#give-donation-level-button-wrap button.give-btn {
    font-size: 16px;
  }
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup form.give-form .give-total-wrap .give-donation-amount.form-row-wide {
  display: flex;
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup form.give-form .give-total-wrap .give-donation-amount.form-row-wide input#give-amount {
  height: 56px !important;
  line-height: 56px !important;
  border: none !important;
  width: 100%;
  border-radius: 0 5px 5px 0px;
}

.be-give-form-box-block.is-style-2 .give-form-box .give-box-button .give-box-button-popup form.give-form .give-total-wrap .give-donation-amount.form-row-wide span.give-currency-symbol.give-currency-position-before {
  height: 64px !important;
  line-height: 64px !important;
  border: none !important;
  margin-top: -4px;
  background: #222;
  color: #fff;
  border-radius: 5px;
  width: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

@media only screen and (max-width: 992px) {
  .be-give-form-box-block.is-style-2 .give-form-box .give-box-content {
    display: block;
  }

  .be-give-form-box-block.is-style-2 .give-form-box .give-box-button {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .be-give-form-box-block.is-style-2 .give-form-box {
    padding: 40px 20px;
  }

  .be-give-form-box-block.is-style-2 .give-form-box .give-box-button {
    display: block;
  }
}

.be-give-form-box-block.is-style-3 .be-give-form-box-block-inner {
  background-size: cover;
  border-radius: 20px;
  background: var(--link-color, #28C77B);
}

.be-give-form-box-block.is-style-3 .give-form-box {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.be-give-form-box-block.is-style-3 .give-form-box h2.give-box-heading {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .be-give-form-box-block.is-style-3 .give-form-box h2.give-box-heading {
    font-size: 36px;
    line-height: 115%;
  }
}

@media (max-width: 767.98px) {
  .be-give-form-box-block.is-style-3 .give-form-box h2.give-box-heading {
    font-size: 30px;
  }
}

.be-give-form-box-block.is-style-3 .give-form-box p.give-box-description {
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 0;
  max-width: 340px;
}

.be-give-form-box-block.is-style-3 .give-form-box .give-box-button .give-box-button-popup button.give-btn.give-btn-modal {
  background: #222222;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 15px 25px;
  border: none;
  border-radius: 10px;
}

@media (max-width: 991.98px) {
  .be-give-form-box-block.is-style-3 .give-form-box .give-box-button .give-box-button-popup button.give-btn.give-btn-modal {
    font-size: 18px;
    padding: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .be-give-form-box-block.is-style-3 .give-form-box {
    padding: 30px;
  }
}

@media only screen and (max-width: 992px) {
  .be-give-form-box-block.is-style-3 .give-form-box {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
  }

  .be-give-form-box-block.is-style-3 .give-form-box h2.give-box-heading {
    margin-bottom: 15px;
  }

  .be-give-form-box-block.is-style-3 .give-form-box p.give-box-description {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .be-give-form-box-block.is-style-3 .give-form-box {
    padding: 40px 20px;
    border-radius: 15px;
  }
}

.mfp-bg {
  background: #000000;
}

.mfp-wrap .mfp-container {
  padding-left: 10px;
  padding-right: 10px;
}

.mfp-wrap .mfp-content {
  width: 100%;
  background: transparent;
  max-width: 830px;
  margin-top: 40px;
  padding: 0;
  transition: all 0.3s;
}

.mfp-wrap .mfp-content .mfp-close {
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  background-color: var(--link-color, #d41b65);
  outline: none;
  opacity: 1;
  padding: 0 0 5px 5px;
  border-radius: 0 0 0 30px;
}

.mfp-wrap .mfp-content .mfp-close:hover {
  color: #ffffff;
  background-color: #000000;
}

.mfp-wrap .mfp-content div.give-form,
.mfp-wrap .mfp-content form.give-form {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 2px;
  max-width: 100%;
  height: auto;
  overflow: unset;
}

@media (max-width: 767px) {
  .mfp-wrap .mfp-content div.give-form,
  .mfp-wrap .mfp-content form.give-form {
    padding: 24px 32px;
  }
}

@media (max-width: 576px) {
  .mfp-wrap .mfp-content div.give-form,
  .mfp-wrap .mfp-content form.give-form {
    padding: 24px 16px;
  }
}

.mfp-wrap .mfp-content div.give-form > *:first-child,
.mfp-wrap .mfp-content form.give-form > *:first-child {
  margin-top: 0;
}

.mfp-wrap .mfp-content div.give-form > *:last-child,
.mfp-wrap .mfp-content form.give-form > *:last-child {
  margin-bottom: 0;
}

.mfp-wrap .mfp-content div.give-form ul#give-gateway-radio-list input[type=radio],
.mfp-wrap .mfp-content form.give-form ul#give-gateway-radio-list input[type=radio] {
  display: none;
}

.mfp-wrap .mfp-content div.give-form ul#give-gateway-radio-list label,
.mfp-wrap .mfp-content form.give-form ul#give-gateway-radio-list label {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  transition: all 0.3s;
}

.mfp-wrap .mfp-content div.give-form ul#give-gateway-radio-list label:hover,
.mfp-wrap .mfp-content form.give-form ul#give-gateway-radio-list label:hover {
  color: var(--link-color, #d41b65);
}

.mfp-wrap .mfp-content div.give-form ul#give-gateway-radio-list label:hover::after,
.mfp-wrap .mfp-content form.give-form ul#give-gateway-radio-list label:hover::after {
  opacity: 1;
}

.mfp-wrap .mfp-content div.give-form ul#give-gateway-radio-list label:before,
.mfp-wrap .mfp-content form.give-form ul#give-gateway-radio-list label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  box-shadow: 0 0 2px #000000;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.mfp-wrap .mfp-content div.give-form ul#give-gateway-radio-list label:after,
.mfp-wrap .mfp-content form.give-form ul#give-gateway-radio-list label:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  width: 8px;
  height: 8px;
  background: var(--link-color, #d41b65);
  opacity: 0;
  border-radius: 10px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.mfp-wrap .mfp-content div.give-form ul#give-gateway-radio-list li.give-gateway-option-selected label:after,
.mfp-wrap .mfp-content form.give-form ul#give-gateway-radio-list li.give-gateway-option-selected label:after {
  background: var(--link-color, #d41b65);
  opacity: 1;
}

.mfp-wrap .give-btn {
  width: 100%;
}

.give-btn {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background: var(--link-color, #d41b65);
  padding: 10px 35px;
  outline: none;
  border: none;
  border-radius: 2px;
}

.mini-donation div[id*=give-form] .give-btn {
  display: inline-block;
  white-space: nowrap;
  color: #FFFFFF;
  margin: 0;
  padding: 10px 24px;
  border-radius: 30px;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .mini-donation div[id*=give-form] .give-btn {
    font-size: 0;
    text-align: center;
    width: 54px;
    padding: 0;
  }

  .mini-donation div[id*=give-form] .give-btn:before {
    margin-right: 0;
  }
}

@media (max-width: 567px) {
  .mini-donation div[id*=give-form] .give-btn {
    width: 100%;
    height: 46px;
    border-radius: 0;
  }
}

.give_error,
.give_warning {
  font-size: 14px;
  line-height: 24px;
}

.give_error strong,
.give_warning strong {
  font-weight: 700;
}

form[id*=give-form] .give-form-title,
div[id*=give-form] .give-form-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
}

form[id*=give-form] .give-custom-amount-text,
div[id*=give-form] .give-custom-amount-text {
  display: none;
}

form[id*=give-form] .give-donation-amount,
div[id*=give-form] .give-donation-amount {
  margin-bottom: 30px;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before,
div[id*=give-form] .give-donation-amount .give-currency-symbol.give-currency-position-before {
  border: none;
}

form[id*=give-form] .give-donation-amount .give-currency-symbol,
form[id*=give-form] .give-donation-amount #give-amount-text,
div[id*=give-form] .give-donation-amount .give-currency-symbol,
div[id*=give-form] .give-donation-amount #give-amount-text {
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

form[id*=give-form] .give-donation-amount .give-currency-symbol,
div[id*=give-form] .give-donation-amount .give-currency-symbol {
  color: #ffffff;
  background: var(--link-color, #d41b65);
  border-radius: 2px 0 0 2px;
}

form[id*=give-form] .give-donation-amount #give-amount-text,
div[id*=give-form] .give-donation-amount #give-amount-text {
  padding: 0 20px;
  border-radius: 0 2px 2px 0;
}

form[id*=give-form] .give-total-wrap,
form[id*=give-form] #give-final-total-wrap,
div[id*=give-form] .give-total-wrap,
div[id*=give-form] #give-final-total-wrap {
  margin: 15px 0 30px;
}

form[id*=give-form] .give-total-wrap .give-donation-amount,
form[id*=give-form] .give-total-wrap.form-wrap,
form[id*=give-form] #give-final-total-wrap .give-donation-amount,
form[id*=give-form] #give-final-total-wrap.form-wrap,
div[id*=give-form] .give-total-wrap .give-donation-amount,
div[id*=give-form] .give-total-wrap.form-wrap,
div[id*=give-form] #give-final-total-wrap .give-donation-amount,
div[id*=give-form] #give-final-total-wrap.form-wrap {
  display: flex;
}

form[id*=give-form] .give-total-wrap .give-donation-amount .give-currency-symbol.give-currency-position-before,
form[id*=give-form] #give-final-total-wrap .give-donation-amount .give-currency-symbol.give-currency-position-before,
div[id*=give-form] .give-total-wrap .give-donation-amount .give-currency-symbol.give-currency-position-before,
div[id*=give-form] #give-final-total-wrap .give-donation-amount .give-currency-symbol.give-currency-position-before {
  border: none;
}

form[id*=give-form] .give-total-wrap .give-currency-symbol,
form[id*=give-form] .give-total-wrap #give-amount,
form[id*=give-form] .give-total-wrap .give-donation-total-label,
form[id*=give-form] .give-total-wrap .give-final-total-amount,
form[id*=give-form] #give-final-total-wrap .give-currency-symbol,
form[id*=give-form] #give-final-total-wrap #give-amount,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
div[id*=give-form] .give-total-wrap .give-currency-symbol,
div[id*=give-form] .give-total-wrap #give-amount,
div[id*=give-form] .give-total-wrap .give-donation-total-label,
div[id*=give-form] .give-total-wrap .give-final-total-amount,
div[id*=give-form] #give-final-total-wrap .give-currency-symbol,
div[id*=give-form] #give-final-total-wrap #give-amount,
div[id*=give-form] #give-final-total-wrap .give-donation-total-label,
div[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  font-size: 20px;
  font-weight: 700;
  height: 50px;
  line-height: 48px;
  color: var(--link-color, #d41b65);
  background: #ffffff;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

form[id*=give-form] .give-total-wrap .give-currency-symbol,
form[id*=give-form] .give-total-wrap .give-donation-total-label,
form[id*=give-form] #give-final-total-wrap .give-currency-symbol,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label,
div[id*=give-form] .give-total-wrap .give-currency-symbol,
div[id*=give-form] .give-total-wrap .give-donation-total-label,
div[id*=give-form] #give-final-total-wrap .give-currency-symbol,
div[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  color: #ffffff;
  background: var(--link-color, #d41b65);
  border-radius: 2px 0 0 2px;
}

form[id*=give-form] .give-total-wrap .give-donation-amount #give-amount,
form[id*=give-form] #give-final-total-wrap .give-donation-amount #give-amount,
div[id*=give-form] .give-total-wrap .give-donation-amount #give-amount,
div[id*=give-form] #give-final-total-wrap .give-donation-amount #give-amount {
  padding: 0 20px;
}

form[id*=give-form] .give-total-wrap .give-donation-total-label,
form[id*=give-form] #give-final-total-wrap .give-donation-total-label,
div[id*=give-form] .give-total-wrap .give-donation-total-label,
div[id*=give-form] #give-final-total-wrap .give-donation-total-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  color: #ffffff;
  background: var(--link-color, #d41b65);
  margin: 0;
  padding: 0 20px;
}

form[id*=give-form] .give-total-wrap #give-amount,
form[id*=give-form] .give-total-wrap .give-final-total-amount,
form[id*=give-form] #give-final-total-wrap #give-amount,
form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
div[id*=give-form] .give-total-wrap #give-amount,
div[id*=give-form] .give-total-wrap .give-final-total-amount,
div[id*=give-form] #give-final-total-wrap #give-amount,
div[id*=give-form] #give-final-total-wrap .give-final-total-amount {
  width: 100%;
  padding: 0 20px;
  border-radius: 0 2px 2px 0;
}

form[id*=give-form] .give-total-wrap,
div[id*=give-form] .give-total-wrap {
  margin: 0 0 30px;
}

form[id*=give-form] #give-donation-level-button-wrap,
div[id*=give-form] #give-donation-level-button-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  grid-gap: 15px;
  margin-bottom: 30px;
}

form[id*=give-form] #give-donation-level-button-wrap:before,
form[id*=give-form] #give-donation-level-button-wrap:after,
div[id*=give-form] #give-donation-level-button-wrap:before,
div[id*=give-form] #give-donation-level-button-wrap:after {
  display: none;
}

form[id*=give-form] #give-donation-level-button-wrap li,
div[id*=give-form] #give-donation-level-button-wrap li {
  margin: 0;
}

form[id*=give-form] #give-donation-level-button-wrap .give-btn,
div[id*=give-form] #give-donation-level-button-wrap .give-btn {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-transform: inherit;
  color: #333333;
  background: #ffffff;
  margin: 0;
  padding: 12px 8px;
  outline: none;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: all 0.3s;
}

form[id*=give-form] #give-donation-level-button-wrap .give-btn:hover,
div[id*=give-form] #give-donation-level-button-wrap .give-btn:hover {
  color: var(--link-color, #d41b65);
  border-color: var(--link-color, #d41b65);
}

form[id*=give-form] #give-donation-level-button-wrap .give-btn.give-default-level,
div[id*=give-form] #give-donation-level-button-wrap .give-btn.give-default-level {
  color: #ffffff;
  background: var(--link-color, #d41b65);
  border-color: var(--link-color, #d41b65);
}

form[id*=give-form] #give-donation-level-button-wrap .give-btn.give-default-level:hover,
div[id*=give-form] #give-donation-level-button-wrap .give-btn.give-default-level:hover {
  color: #ffffff;
}

form[id*=give-form] #give-donation-level-button-wrap .give-btn.give-btn-level-custom,
div[id*=give-form] #give-donation-level-button-wrap .give-btn.give-btn-level-custom {
  height: 47px;
  padding: 8px;
  line-height: 1;
}

form[id*=give-form] #give-donation-level-radio-list,
div[id*=give-form] #give-donation-level-radio-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  margin-bottom: 30px;
}

form[id*=give-form] #give-donation-level-radio-list:before,
form[id*=give-form] #give-donation-level-radio-list:after,
div[id*=give-form] #give-donation-level-radio-list:before,
div[id*=give-form] #give-donation-level-radio-list:after {
  display: none;
}

form[id*=give-form] #give-donation-level-radio-list li input,
div[id*=give-form] #give-donation-level-radio-list li input {
  display: none;
}

form[id*=give-form] #give-donation-level-radio-list li input.give-radio-level-custom + label,
div[id*=give-form] #give-donation-level-radio-list li input.give-radio-level-custom + label {
  line-height: 20px;
}

form[id*=give-form] #give-donation-level-radio-list li input.give-default-level + label,
div[id*=give-form] #give-donation-level-radio-list li input.give-default-level + label {
  color: var(--link-color, #d41b65);
}

form[id*=give-form] #give-donation-level-radio-list li input.give-default-level + label:after,
div[id*=give-form] #give-donation-level-radio-list li input.give-default-level + label:after {
  opacity: 1;
}

form[id*=give-form] select.give-select-level,
div[id*=give-form] select.give-select-level {
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  background-color: #FFFFFF;
  padding: 16px 36px 16px 24px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

form[id*=give-form] legend,
div[id*=give-form] legend {
  font-size: 16px;
  font-weight: 700;
  border-color: rgba(0, 0, 0, 0.1);
}

form[id*=give-form] .form-row label,
div[id*=give-form] .form-row label {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

form[id*=give-form] .give_terms_links,
div[id*=give-form] .give_terms_links {
  font-size: 13px;
  line-height: 24px;
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 4px;
}

form[id*=give-form] .give_terms_links:hover,
div[id*=give-form] .give_terms_links:hover {
  color: var(--link-color, #d41b65);
}

form[id*=give-form] #give_terms,
form[id*=give-form] #give_offline_payment_info,
div[id*=give-form] #give_terms,
div[id*=give-form] #give_offline_payment_info {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 15px;
}

form[id*=give-form] #give_terms > *,
form[id*=give-form] #give_offline_payment_info > *,
div[id*=give-form] #give_terms > *,
div[id*=give-form] #give_offline_payment_info > * {
  line-height: unset;
  margin: 12px 0;
}

form[id*=give-form] #give_terms > *:first-child,
form[id*=give-form] #give_offline_payment_info > *:first-child,
div[id*=give-form] #give_terms > *:first-child,
div[id*=give-form] #give_offline_payment_info > *:first-child {
  margin-top: 0;
}

form[id*=give-form] #give_terms > *:last-child,
form[id*=give-form] #give_offline_payment_info > *:last-child,
div[id*=give-form] #give_terms > *:last-child,
div[id*=give-form] #give_offline_payment_info > *:last-child {
  margin-bottom: 0;
}

form[id*=give-form] #give_terms ul,
form[id*=give-form] #give_terms ol,
form[id*=give-form] #give_offline_payment_info ul,
form[id*=give-form] #give_offline_payment_info ol,
div[id*=give-form] #give_terms ul,
div[id*=give-form] #give_terms ol,
div[id*=give-form] #give_offline_payment_info ul,
div[id*=give-form] #give_offline_payment_info ol {
  padding-left: 28px;
}

form[id*=give-form] #give_terms_agreement input[type=checkbox],
div[id*=give-form] #give_terms_agreement input[type=checkbox] {
  position: absolute;
  width: 14px;
  height: 14px;
  margin: 6px 0 0;
  opacity: 0;
}

form[id*=give-form] #give_terms_agreement label,
div[id*=give-form] #give_terms_agreement label {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 20px;
  cursor: pointer;
  transition: all 0.3s;
}

form[id*=give-form] #give_terms_agreement label:hover,
div[id*=give-form] #give_terms_agreement label:hover {
  color: var(--link-color, #d41b65);
}

form[id*=give-form] #give_terms_agreement label:before,
div[id*=give-form] #give_terms_agreement label:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  transition: all 0.3s;
}

form[id*=give-form] #give_terms_agreement input[type=checkbox]:checked + label,
div[id*=give-form] #give_terms_agreement input[type=checkbox]:checked + label {
  color: var(--link-color, #d41b65);
}

form[id*=give-form] #give_terms_agreement input[type=checkbox]:checked + label:before,
div[id*=give-form] #give_terms_agreement input[type=checkbox]:checked + label:before {
  background-color: var(--link-color, #d41b65);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  border-color: var(--link-color, #d41b65);
}

form[id*=give-form] #give-gateway-radio-list > li.give-gateway-option-selected label,
div[id*=give-form] #give-gateway-radio-list > li.give-gateway-option-selected label {
  color: var(--link-color, #d41b65);
}

form[id*=give-form] #give-gateway-radio-list > li.give-gateway-option-selected label:after,
div[id*=give-form] #give-gateway-radio-list > li.give-gateway-option-selected label:after {
  opacity: 1;
}

form[id*=give-form] .form-row input[type=text],
form[id*=give-form] .form-row input[type=tel],
form[id*=give-form] .form-row input[type=email],
form[id*=give-form] .form-row input[type=url],
form[id*=give-form] .form-row input[type=password],
form[id*=give-form] .form-row select,
form[id*=give-form] .form-row textarea,
div[id*=give-form] .form-row input[type=text],
div[id*=give-form] .form-row input[type=tel],
div[id*=give-form] .form-row input[type=email],
div[id*=give-form] .form-row input[type=url],
div[id*=give-form] .form-row input[type=password],
div[id*=give-form] .form-row select,
div[id*=give-form] .form-row textarea {
  font-size: 16px;
  line-height: 24px;
  min-height: 50px;
  padding: 12px 20px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

form[id*=give-form] .give-submit-button-wrap,
div[id*=give-form] .give-submit-button-wrap {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}

form[id*=give-form] .give-submit-button-wrap .give-submit,
div[id*=give-form] .give-submit-button-wrap .give-submit {
  margin-top: 0;
}

form[id*=give-form] .give-submit-button-wrap .give-loading-animation,
div[id*=give-form] .give-submit-button-wrap .give-loading-animation {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

form[id*=give-form] > .give-btn,
form[id*=give-form] .give-submit,
div[id*=give-form] > .give-btn,
div[id*=give-form] .give-submit {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background-color: var(--link-color, #d41b65);
  padding: 15px 30px;
  outline: none;
  border: none;
  border-radius: 2px;
  font-family: var(--heading-family, Poppins, sans-serif);
}

form[id*=give-form] > .give-btn.give-btn-modal,
form[id*=give-form] .give-submit.give-btn-modal,
div[id*=give-form] > .give-btn.give-btn-modal,
div[id*=give-form] .give-submit.give-btn-modal {
  margin-bottom: 0;
}

form[id*=give-form].give-display-modal .give-btn,
form[id*=give-form].give-display-reveal .give-btn,
div[id*=give-form].give-display-modal .give-btn,
div[id*=give-form].give-display-reveal .give-btn {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  form[id*=give-form] .give-form-title,
  div[id*=give-form] .give-form-title {
    font-size: 24px;
  }

  form[id*=give-form] .give-donation-amount .give-currency-symbol,
  form[id*=give-form] .give-donation-amount #give-amount-text,
  div[id*=give-form] .give-donation-amount .give-currency-symbol,
  div[id*=give-form] .give-donation-amount #give-amount-text {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
  }

  form[id*=give-form] .give-total-wrap .give-currency-symbol,
  form[id*=give-form] .give-total-wrap #give-amount,
  form[id*=give-form] .give-total-wrap .give-donation-total-label,
  form[id*=give-form] .give-total-wrap .give-final-total-amount,
  form[id*=give-form] #give-final-total-wrap .give-currency-symbol,
  form[id*=give-form] #give-final-total-wrap #give-amount,
  form[id*=give-form] #give-final-total-wrap .give-donation-total-label,
  form[id*=give-form] #give-final-total-wrap .give-final-total-amount,
  div[id*=give-form] .give-total-wrap .give-currency-symbol,
  div[id*=give-form] .give-total-wrap #give-amount,
  div[id*=give-form] .give-total-wrap .give-donation-total-label,
  div[id*=give-form] .give-total-wrap .give-final-total-amount,
  div[id*=give-form] #give-final-total-wrap .give-currency-symbol,
  div[id*=give-form] #give-final-total-wrap #give-amount,
  div[id*=give-form] #give-final-total-wrap .give-donation-total-label,
  div[id*=give-form] #give-final-total-wrap .give-final-total-amount {
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
  }

  form[id*=give-form] .give-total-wrap .give-donation-total-label,
  form[id*=give-form] #give-final-total-wrap .give-donation-total-label,
  div[id*=give-form] .give-total-wrap .give-donation-total-label,
  div[id*=give-form] #give-final-total-wrap .give-donation-total-label {
    font-size: 13px;
  }

  form[id*=give-form] #give-donation-level-button-wrap .give-btn,
  div[id*=give-form] #give-donation-level-button-wrap .give-btn {
    padding: 11px 12px;
  }

  form[id*=give-form] #give-donation-level-button-wrap .give-btn.give-btn-level-custom,
  div[id*=give-form] #give-donation-level-button-wrap .give-btn.give-btn-level-custom {
    height: 48px;
    padding: 4px;
  }

  form[id*=give-form] select.give-select-level,
  div[id*=give-form] select.give-select-level {
    padding: 11px 36px 11px 16px;
  }

  form[id*=give-form] .form-row input[type=text],
  form[id*=give-form] .form-row input[type=tel],
  form[id*=give-form] .form-row input[type=email],
  form[id*=give-form] .form-row input[type=url],
  form[id*=give-form] .form-row input[type=password],
  form[id*=give-form] .form-row select,
  form[id*=give-form] .form-row textarea,
  div[id*=give-form] .form-row input[type=text],
  div[id*=give-form] .form-row input[type=tel],
  div[id*=give-form] .form-row input[type=email],
  div[id*=give-form] .form-row input[type=url],
  div[id*=give-form] .form-row input[type=password],
  div[id*=give-form] .form-row select,
  div[id*=give-form] .form-row textarea {
    font-size: 14px;
    padding: 11px 16px;
  }

  form[id*=give-form] > .give-btn,
  form[id*=give-form] .give-submit,
  div[id*=give-form] > .give-btn,
  div[id*=give-form] .give-submit {
    font-size: 13px;
    line-height: 48px;
  }
}

@media (max-width: 767.98px) {
  .btp-form-donate .give-form-wrap.give-display-modal .give-goal-progress .raised {
    font-size: 20px;
    line-height: 118%;
  }

  .btp-form-donate .give-form-wrap.give-display-modal .give-goal-progress .raised .income {
    font-size: 20px !important;
    line-height: 118%;
  }
}

.btp-form-donate .give-form-wrap.give-display-modal .give-goal-progress .raised .goal-text {
  color: #fff;
}

.btp-form-donate .give-form-wrap.give-display-modal .give-form {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .btp-form-donate .give-form-wrap.give-display-modal .give-total-wrap {
    margin-bottom: 0;
  }
}

.btp-form-donate .give-form-wrap.give-display-modal .give-total-wrap .give-donation-amount {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.btp-form-donate .give-form-wrap.give-display-modal .give-form #give-donation-level-button-wrap li button {
  font-size: 14px;
}

.btp-form-donate .give-form-wrap.give-display-modal form[id*=give-form] > .give-btn {
  border-color: white;
  border: 2px solid;
}

@media (max-width: 767.98px) {
  .btp-form-donate .give-form-wrap.give-display-modal form[id*=give-form] > .give-btn {
    line-height: 118%;
  }
}

.btp-form-donate .give-form-wrap.give-display-modal form[id*=give-form] #give-donation-level-button-wrap .give-btn.give-default-level,
.btp-form-donate .give-form-wrap.give-display-modal div[id*=give-form] #give-donation-level-button-wrap .give-btn.give-default-level {
  background-color: #000000;
}

.btp-form-donate .give-form-wrap.give-display-modal form[id*=give-form] #give-donation-level-button-wrap .give-btn.give-btn-level-custom,
.btp-form-donate .give-form-wrap.give-display-modal div[id*=give-form] #give-donation-level-button-wrap .give-btn.give-btn-level-custom {
  height: 42px;
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list {
  display: flex;
  flex-wrap: wrap;
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 600px) {
  .be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item {
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item {
    max-width: 25%;
  }
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item:nth-child(even) {
  flex-direction: column;
}

@media (min-width: 600px) {
  .be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item:nth-child(even) {
    flex-direction: column-reverse;
  }
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item-image {
  height: 230px;
  display: block;
  overflow: hidden;
  position: relative;
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item-image:hover::before {
  animation: circle 0.75s;
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 100%;
  width: 100%;
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item-image::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s ease;
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item-content {
  background-color: #fff;
  padding: 20px 20px 50px 20px;
  min-height: 230px;
  position: relative;
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item-date {
  font-size: 15px;
  line-height: 24px;
  color: #999990;
  letter-spacing: 0.16px;
  font-weight: 400;
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.16px;
  margin: 15px 0 0px 0;
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item-title a {
  color: inherit;
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item-meta {
  position: absolute;
  bottom: 20px;
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item-meta span {
  font-size: 15px;
  line-height: 25px;
  color: #999990;
  letter-spacing: 0.16px;
}

.be-grid-post-block .be-grid-post-wrap .be-grid-post__list .be-grid-post__item-meta span:first-child {
  margin-right: 10px;
}

.be-services-box-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media (max-width: 991px) {
  .be-services-box-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.be-services-box-section::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.be-services-box-section .container {
  position: relative;
  z-index: 2;
}

.be-services-box-section .container .section-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: -15px;
  margin-left: -15px;
}

@media (max-width: 991px) {
  .be-services-box-section .container .section-row {
    flex-direction: column-reverse;
  }
}

.be-services-box-section .container .section-wrap__col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .be-services-box-section .container .section-wrap__col {
    flex: 0 0 40%;
    max-width: 40%;
  }
}

@media (min-width: 992px) {
  .be-services-box-section .container .section-wrap__list {
    flex: 0 0 60%;
    max-width: 60%;
  }
}

.be-services-box-section .container .section-wrap__content {
  text-align: center;
}

@media (max-width: 991px) {
  .be-services-box-section .container .section-wrap__content {
    margin-bottom: 50px;
  }
}

.be-services-box-section .container .section-wrap__content-counterUp {
  font-size: 90px;
  color: #333333;
  line-height: 100px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0.16px;
  font-family: var(--heading-family, "Poppins", sans-serif);
}

.be-services-box-section .container .section-wrap__content-desc {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  text-align: center;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 35px;
}

.be-services-box-section .container .section-wrap .section-wrap__list-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 991px) {
  .be-services-box-section .container .section-wrap .section-wrap__list-wrap {
    gap: 20px;
    justify-content: center;
  }
}

.be-services-box-section .container .section-wrap .section-wrap__list-item {
  position: relative;
  width: 200px;
  min-height: 1px;
}

@media (max-width: 1200px) {
  .be-services-box-section .container .section-wrap .section-wrap__list-item {
    width: 160px;
  }
}

.be-services-box-section .container .section-wrap .section-wrap__list-item:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  z-index: 99;
}

.be-services-box-section .container .section-wrap .section-wrap__list-item:hover .section-wrap__list-default {
  opacity: 0;
}

.be-services-box-section .container .section-wrap .section-wrap__list-item:hover .section-wrap__list-hover {
  opacity: 1;
  visibility: visible;
}

.be-services-box-section .container .section-wrap .section-wrap__list-item-wrap {
  width: 200px;
  height: 200px;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  transition: 0.4s ease;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .be-services-box-section .container .section-wrap .section-wrap__list-item-wrap {
    width: 160px;
    height: 160px;
  }
}

.be-services-box-section .container .section-wrap .section-wrap__list-item .section-wrap__list-default {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.be-services-box-section .container .section-wrap .section-wrap__list-item .section-wrap__list-default img {
  max-width: 100px;
}

@media (max-width: 1200px) {
  .be-services-box-section .container .section-wrap .section-wrap__list-item .section-wrap__list-default img {
    max-width: 80px;
  }
}

.be-services-box-section .container .section-wrap .section-wrap__list-item .section-wrap__list-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  text-decoration: none;
  border-radius: 50%;
  transition: 0.6s ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.be-services-box-section .container .section-wrap .section-wrap__list-item .section-wrap__list-hover .section-wrap__list-hover-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  border-radius: inherit;
}

.be-services-box-section .container .section-wrap .section-wrap__list-item .section-wrap__list-hover .section-wrap__list-title {
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding: 0 10px;
  letter-spacing: 0.16px;
  color: #ffffff;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
}

.be-section-w-testinials-block {
  padding-bottom: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.be-section-w-testinials-block .be-testimonials-wrap {
  position: relative;
  top: -40px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  background-color: rgba(0, 0, 0, 0.9);
  width: 450px;
}

@media (max-width: 500px) {
  .be-section-w-testinials-block .be-testimonials-wrap {
    width: 100%;
  }
}

.be-section-w-testinials-block .be-testimonials-wrap .be-testimonials-icon {
  margin-bottom: 20px;
}

.be-section-w-testinials-block .container {
  display: flex;
  justify-content: flex-end;
}

.be-section-w-testinials-block .text-notify {
  color: var(--text-color, #FFF);
}

.be-section-w-testinials-block .be-testimonials-list-item-quote {
  color: var(--text-color, #FFF);
  font-size: 22px;
  line-height: 32px;
  font-style: italic;
  letter-spacing: 0.16px;
  margin-bottom: 25px;
  font-family: var(--heading-family, "Poppins", sans-serif);
  font-weight: 700;
}

@media (max-width: 500px) {
  .be-section-w-testinials-block .be-testimonials-list-item-quote {
    font-size: 20px;
    line-height: 30px;
  }
}

.be-section-w-testinials-block .be-testimonials-list-item-author {
  color: var(--text-color, #FFF);
  font-size: 18px;
  line-height: 28px;
  max-width: 200px;
}

.be-section-w-testinials-block .be-testimonials-list .slick-arrow {
  height: 24px;
  width: 24px;
  right: 0;
  bottom: 0;
  transform: unset;
  top: unset;
  z-index: 9;
}

.be-section-w-testinials-block .be-testimonials-list .slick-arrow.slick-prev {
  left: unset;
  right: 34px;
}

.be-section-w-testinials-block .be-testimonials-list .slick-arrow::before {
  display: none;
}

.be-section-w-testinials-block .be-testimonials-list .slick-arrow i {
  font-size: 24px;
  color: var(--text-color, #FFF);
}

@keyframes swing {
  0% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(-3deg);
  }
}

@keyframes leftright {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes topbottom {
  0% {
    top: 0;
  }

  50% {
    top: 10px;
  }

  100% {
    top: 0;
  }
}

.be-section-anim-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.be-section-anim-box .be-section-wrap {
  padding-top: 90px;
  padding-bottom: 25vh;
}

@media (max-width: 767px) {
  .be-section-anim-box .be-section-wrap {
    padding-bottom: 20vh;
  }
}

.be-section-anim-box .be-section-wrap__heading {
  text-align: center;
  line-height: 55px;
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 45px;
  color: #FFF;
}

@media (max-width: 767px) {
  .be-section-anim-box .be-section-wrap__heading {
    font-size: 32px;
    line-height: 36px;
  }
}

.be-section-anim-box .be-section-wrap__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  row-gap: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  .be-section-anim-box .be-section-wrap__list {
    row-gap: 40px;
    margin-top: 60px;
  }
}

.be-section-anim-box .be-section-wrap__list-item {
  width: 100%;
  position: relative;
  animation: leftright ease-in-out 4s infinite alternate;
}

@media (min-width: 768px) {
  .be-section-anim-box .be-section-wrap__list-item {
    max-width: 50%;
  }
}

.be-section-anim-box .be-section-wrap__list-item:first-child {
  animation: swing ease-in-out 1s infinite alternate;
}

.be-section-anim-box .be-section-wrap__list-item:last-child {
  animation: topbottom ease-in-out 4s infinite alternate;
}

.be-section-anim-box .be-section-wrap__list-item .item-wrap {
  background-color: rgb(4, 57, 88);
  padding: 15px 25px;
  border-radius: 0px;
  font-size: 20px;
  display: inline-block;
  font-weight: 500;
  line-height: 30px;
  white-space: nowrap;
  color: #FFF;
  position: relative;
}

@media (max-width: 767.98px) {
  .be-section-anim-box .be-section-wrap__list-item .item-wrap {
    font-size: 18px;
  }
}

@media (max-width: 575.98px) {
  .be-section-anim-box .be-section-wrap__list-item .item-wrap {
    font-size: 16px;
  }
}

.be-section-anim-box .be-section-wrap__list-item .item-wrap:before {
  content: " ";
  display: inline-block;
  border-top: 0px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #043958;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 20px;
}

.be-section-anim-box .be-section-wrap__list-item .item-wrap-num {
  color: rgb(15, 134, 159);
  display: inline-block;
}

.be-box-icon-btn-inner {
  display: flex;
  align-items: center;
  align-content: center;
  cursor: pointer;
}

@media (max-width: 374.98px) {
  .be-box-icon-btn-inner {
    flex-wrap: wrap;
  }
}

.be-box-icon-btn-inner:hover .be-box-icon-btn--icon::before {
  opacity: 1;
  visibility: inherit;
  transform: scale(1);
}

.be-box-icon-btn-inner:hover .be-box-icon-btn--icon img {
  opacity: 0;
  z-index: -99;
  visibility: hidden;
}

.be-box-icon-btn-inner:hover .be-box-icon-btn--icon img.\--icon-hv {
  opacity: 1;
  z-index: 9;
  visibility: inherit;
}

.be-box-icon-btn--icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 9;
}

.be-box-icon-btn--icon::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: var(--bg-hover);
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0.6);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transition: transform 0.3s, opacity 0.3s linear;
}

.be-box-icon-btn--icon img {
  transition: opacity 0.3s linear;
}

.be-box-icon-btn--icon img.\--icon-hv {
  opacity: 0;
  z-index: -99;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.be-box-icon-btn--content {
  width: calc(100% - 88px);
  padding-left: 24px;
  position: relative;
}

@media (max-width: 767.98px) {
  .be-box-icon-btn--content {
    padding-left: 16px;
  }
}

@media (max-width: 374.98px) {
  .be-box-icon-btn--content {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
  }
}

.be-box-icon-btn--heading {
  font-size: 20px;
  line-height: 115%;
  margin: 0;
  padding: 0 80px 0 0;
}

@media (max-width: 767.98px) {
  .be-box-icon-btn--heading {
    font-size: 18px;
  }
}

.be-box-icon-btn--heading > a {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  display: inline-block;
  text-decoration: none;
}

.be-box-icon-btn--sub-heading {
  margin: 10px 0 0 0;
}

.be-box-icon-btn--cta {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--btn-color);
  display: flex;
  align-items: center;
  align-content: center;
  transition: all 0.5s ease-in-out;
  margin-top: 10px;
}

@media (min-width: 375px) {
  .be-box-icon-btn--cta {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}

.be-box-icon-btn--cta span {
  border-bottom: 1px solid #cbd7e8;
}

.be-box-icon-btn--cta svg {
  margin-left: 4px;
}

.be-box-icon-btn--cta svg path {
  transition: all 0.5s ease-in-out;
  fill: var(--btn-color);
}

.be-box-icon-btn--cta:hover {
  color: var(--btn-color-hv);
}

.be-box-icon-btn--cta:hover svg path {
  fill: var(--btn-color-hv);
}

.be-fw-portfolio-block.alignfull > .container {
  max-width: 100% !important;
}

.be-fw-portfolio-block-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.be-fw-portfolio-block-categorys {
  display: flex;
  align-items: center;
  margin: 0 auto 32px auto;
  padding: 0;
}

@media (max-width: 575.98px) {
  .be-fw-portfolio-block-categorys {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 16px;
  }
}

.be-fw-portfolio-block-categorys--item {
  list-style-type: none;
}

@media (max-width: 575.98px) {
  .be-fw-portfolio-block-categorys--item {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .be-fw-portfolio-block-categorys--item:first-child a {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}

@media (min-width: 576px) {
  .be-fw-portfolio-block-categorys--item:last-child a {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
}

@media (min-width: 576px) {
  .be-fw-portfolio-block-categorys--item:not(:last-child) a {
    border-right: 1px solid #4D6995;
  }
}

.be-fw-portfolio-block-categorys--item a {
  padding: 20px 40px;
  display: inline-block;
  font-size: 16px;
  line-height: 115%;
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
  font-family: var(--heading-family);
  background-color: var(--filter-bg-nm);
  color: var(--filter-cl-nm);
  transition: all 0.5s ease-in-out;
}

@media (max-width: 991.98px) {
  .be-fw-portfolio-block-categorys--item a {
    padding: 15px 20px;
    font-size: 15px;
  }
}

@media (max-width: 767.98px) {
  .be-fw-portfolio-block-categorys--item a {
    padding: 15px 16px;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .be-fw-portfolio-block-categorys--item a {
    width: 100%;
    padding: 12px 0;
    text-align: center;
  }
}

.be-fw-portfolio-block-categorys--item a.active,
.be-fw-portfolio-block-categorys--item a:hover {
  background-color: var(--filter-bg-hv);
  color: var(--filter-cl-hv);
  border-color: var(--filter-bg-hv);
}

.be-fw-portfolio-block--list-posts {
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  row-gap: var(--row-gap);
  -moz-column-gap: var(--column-gap);
       column-gap: var(--column-gap);
}

@media (max-width: 991.98px) {
  .be-fw-portfolio-block--list-posts {
    grid-template-columns: repeat(var(--columns-tb), 1fr);
  }
}

@media (max-width: 767.98px) {
  .be-fw-portfolio-block--list-posts {
    grid-template-columns: repeat(var(--columns-mb), 1fr);
  }
}

.be-fw-portfolio-block--list-posts .item-fw-portfolio {
  border: solid 0.5px rgba(212, 27, 101, 0.5);
  border-top: none;
  position: relative;
  padding-bottom: 56px;
}

@media (max-width: 767.98px) {
  .be-fw-portfolio-block--list-posts .item-fw-portfolio {
    opacity: 1 !important;
    transform: scale(1);
  }
}

.be-fw-portfolio-block--list-posts .item-fw-portfolio--content {
  padding: 32px 16px;
  text-align: left;
}

.be-fw-portfolio-block--list-posts .item-fw-portfolio--thumbnail {
  width: 100%;
  height: 300px;
  position: relative;
}

.be-fw-portfolio-block--list-posts .item-fw-portfolio--thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.be-fw-portfolio-block--list-posts .item-fw-portfolio--heading {
  font-size: 20px;
  line-height: 115%;
  margin: 0 0 16px 0;
  color: var(--hd-color);
}

.be-fw-portfolio-block--list-posts .item-fw-portfolio--excerpt {
  color: var(--ex-color);
}

.be-fw-portfolio-block--list-posts .item-fw-portfolio--excerpt p {
  margin: 0;
}

.be-fw-portfolio-block--list-posts .item-fw-portfolio--cta {
  position: absolute;
  left: 16px;
  bottom: 32px;
  width: 100%;
  padding-top: 16px;
  margin-top: 16px;
}

.be-fw-portfolio-block--list-posts .item-fw-portfolio--cta i,
.be-fw-portfolio-block--list-posts .item-fw-portfolio--cta span {
  color: var(--btn-color);
}

.be-fw-portfolio-block--list-posts .item-fw-portfolio--cta::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 1px;
  background: #dedede;
}

.be-fw-portfolio-block--loadmore > a {
  margin-top: 32px;
}

.wp-block-search .wp-block-search__label {
  font-size: var(--h5-font-size);
  line-height: 115%;
  color: var(--heading-color);
  font-family: var(--heading-family);
  font-weight: var(--heading-font-weight);
  letter-spacing: var(--heading-letter-spacing);
}

.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
  width: 100%;
}

.wp-block-search .wp-block-search__inside-wrapper::before {
  content: "\F002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--link-color);
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.wp-block-search [type=submit],
.wp-block-search .wp-block-search__button.block-editor-rich-text__editable {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  background-color: transparent;
  margin: 0;
  padding: 0;
  z-index: 999;
  border: none;
}

.wp-block-search .wp-block-search__input {
  background-color: white;
  width: 100%;
  height: 50px;
  padding: 0 60px 0 10px;
  border-color: var(--body-color);
  border-radius: 4px;
}

.wp-block-search .wp-block-search__input:focus-visible {
  outline: none;
}

.wp-block-search .wp-block-search__input::-moz-placeholder {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  font-family: var(--body-family);
  color: var(--body-color);
}

.wp-block-search .wp-block-search__input,
.wp-block-search .wp-block-search__input::placeholder {
  font-size: var(--body-font-size);
  line-height: var(--body-line-height);
  font-weight: var(--body-font-weight);
  font-family: var(--body-family);
  color: var(--body-color);
}

.be-tab-faqs-block--header {
  display: flex;
  justify-content: center;
  margin: 0 0 48px 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .be-tab-faqs-block--header {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}

.be-tab-faqs-block--header li {
  list-style-type: none;
  background: var(--tab-bg-nm, #f5f5f5);
  margin: 0 5px;
  font-size: 16px;
  line-height: 115%;
  font-weight: 600;
  font-family: var(--heading-family);
  color: var(--tab-cl-nm);
  padding: 20px 25px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .be-tab-faqs-block--header li {
    font-size: 15px;
    padding: 18px 20px;
  }
}

@media (max-width: 767.98px) {
  .be-tab-faqs-block--header li {
    width: 100%;
    margin: 0;
  }

  .be-tab-faqs-block--header li:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .be-tab-faqs-block--header li::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
    background-color: var(--tab-bg-hv);
    transform: rotate(45deg);
    opacity: 0;
    z-index: -999;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}

.be-tab-faqs-block--header li:first-child {
  margin-left: 0;
}

.be-tab-faqs-block--header li:last-child {
  margin-right: 0;
}

.be-tab-faqs-block--header li.active {
  color: var(--tab-cl-hv, #fff);
  background-color: var(--tab-bg-hv);
}

.be-tab-faqs-block--header li.active::before {
  opacity: 1;
  z-index: 9;
  overflow: inherit;
}

.be-tab-faqs-block--body .tab-item {
  display: none;
}

.be-tab-faqs-block--body .tab-item.active {
  display: block;
}

.be-tab-faqs-block--body .tab-item-list-items .item-faq {
  margin: 0;
  cursor: pointer;
}

.be-tab-faqs-block--body .tab-item-list-items .item-faq--answer {
  display: none;
}

.be-tab-faqs-block--body .tab-item-list-items .item-faq--question {
  background-color: var(--qust-bg-nm, #F5F5F5);
  padding: 15px 30px 15px 30px;
  position: relative;
  transition: all 0.5s ease-in-out;
}

@media (max-width: 767.98px) {
  .be-tab-faqs-block--body .tab-item-list-items .item-faq--question {
    padding: 15p 30px 15px 15px;
  }
}

.be-tab-faqs-block--body .tab-item-list-items .item-faq--question::before {
  content: "\F107";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
  color: var(----qust-cl-nm);
}

@media (max-width: 767.98px) {
  .be-tab-faqs-block--body .tab-item-list-items .item-faq--question::before {
    top: 15px;
    transform: translateY(0%);
    right: 15px;
  }
}

.be-tab-faqs-block--body .tab-item-list-items .item-faq--question h5 {
  margin-bottom: 0;
  font-family: var(--heading-family);
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  line-height: 1.5em;
  color: var(----qust-cl-nm);
}

.be-tab-faqs-block--body .tab-item-list-items .item-faq--answer {
  background-color: #FAFAFA;
  color: var(--body-color);
  font-family: var(--body-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  padding: 15px 30px 15px 30px;
  height: auto;
}

.be-tab-faqs-block--body .tab-item-list-items .item-faq--answer p:last-child {
  margin-bottom: 0;
}

.be-tab-faqs-block--body .tab-item-list-items .item-faq.active .item-faq--question {
  background-color: var(--qust-bg-hv);
}

.be-tab-faqs-block--body .tab-item-list-items .item-faq.active .item-faq--question h5 {
  color: var(--qust-cl-hv);
}

.be-tab-faqs-block--body .tab-item-list-items .item-faq.active .item-faq--question::before {
  transform: translateY(-50%) rotate(180deg);
  color: var(--qust-cl-hv);
}

@media (max-width: 767.98px) {
  .be-tab-faqs-block--body .tab-item-list-items .item-faq.active .item-faq--question::before {
    transform: translateY(0%) rotate(180deg);
  }
}

.be-tab-faqs-block--body .tab-item-list-items .item-faq.active .item-faq--answer {
  display: block;
}

.be-tab-faqs-block--body .tab-item-list-items .item-faq:not(:last-child) {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .wp-block-columns.goza-ss-vd-about > .wp-block-column:nth-child(2) {
    padding-left: 43px;
  }
}

.wp-block-columns.goza-ss-vd-about > .wp-block-column .video-popup-actions-block .block-inner__heading {
  text-transform: uppercase;
  font-weight: 700;
}

.be-team-carousel-ab-page .be-team-carousel-inner .item-team--avatar img {
  height: 320px;
}

.wp-block-column.gz-col-info-contact-page .be-infomation-section {
  width: 100%;
  max-width: 360px;
}

.wp-block-goza-blocks-goza-container.gz-ss-form-contact-page {
  overflow: inherit;
}

.wp-block-goza-blocks-goza-container.gz-ss-form-contact-page .gz-form-contact-page {
  margin-top: -360px;
}

@media (min-width: 768px) {
  .wp-block-goza-blocks-goza-container.gz-ss-form-contact-page .gz-form-contact-page .wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .wp-block-goza-blocks-goza-container.gz-ss-form-contact-page .gz-form-contact-page .wpcf7-form > div,
  .wp-block-goza-blocks-goza-container.gz-ss-form-contact-page .gz-form-contact-page .wpcf7-form > p {
    width: 100%;
    text-align: center;
  }

  .wp-block-goza-blocks-goza-container.gz-ss-form-contact-page .gz-form-contact-page .wpcf7-form input[type=submit] {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .wp-block-goza-blocks-goza-container.gz-ss-form-contact-page .gz-form-contact-page .wpcf7-form .column-submit {
    position: relative;
    padding-bottom: 30px;
  }

  .wp-block-goza-blocks-goza-container.gz-ss-form-contact-page .gz-form-contact-page .wpcf7-form .column-submit .wpcf7-spinner {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    margin: 0;
  }

  .wp-block-goza-blocks-goza-container.gz-ss-form-contact-page .gz-form-contact-page .wpcf7-form .wpcf7-response-output {
    margin-top: 0;
  }

  .wp-block-goza-blocks-goza-container.gz-ss-form-contact-page .gz-form-contact-page .wpcf7-form .wpcf7-not-valid-tip {
    text-align: left;
    font-size: 15px;
    line-height: 115%;
    margin-top: 10px;
  }

  .wp-block-goza-blocks-goza-container.gz-ss-form-contact-page .gz-form-contact-page .wpcf7-form .column.name,
  .wp-block-goza-blocks-goza-container.gz-ss-form-contact-page .gz-form-contact-page .wpcf7-form .column.email {
    width: calc(50% - 10px);
    padding: 0;
  }

  .wp-block-goza-blocks-goza-container.gz-ss-form-contact-page .gz-form-contact-page .wpcf7-form .column.subject {
    width: 100%;
    padding: 0;
  }
}

.goza-box-featured-grid-block.goza-box-featured-newsletter {
  margin-bottom: -160px;
  z-index: 999;
  position: relative;
}

.wp-block-search.be-form-search-faqs-page .wp-block-search__label {
  display: none;
}

.wp-block-search.be-form-search-faqs-page .wp-block-search__input {
  border: none;
}

.tribe-common h1,
.tribe-common h2,
.tribe-common h3,
.tribe-common h4,
.tribe-common h5,
.tribe-common h6,
.tribe-common p {
  font-weight: 400;
  color: #333333;
}

.tribe-common a,
.tribe-common a:active,
.tribe-common a:focus,
.tribe-common a:hover,
.tribe-common a:visited {
  color: inherit;
  transition: all 0.3s;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  font-family: unset;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
}

.tribe-common .tribe-common-h2,
.tribe-common .tribe-common-h3,
.tribe-common .tribe-common-h4,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8 {
  font-family: unset;
  color: #111111;
}

.tribe-common .tribe-common-b2,
.tribe-common .tribe-common-b3 {
  font-family: unset;
  font-weight: 400;
  color: #333333;
}

.tribe-common .tribe-common-b2--bold,
.tribe-common .tribe-common-b3--bold {
  font-weight: 600;
}

.tribe-common .tribe-common-h--alt {
  font-weight: unset;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-month,
.tribe-events .tribe-events-calendar-latest-past__event-date-tag-year,
.tribe-common--breakpoint-medium.tribe-common .tribe-common-form-control-text__input,
.tribe-common .tribe-common-form-control-text__input,
.tribe-events .tribe-events-c-view-selector__list-item-text,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-events .tribe-events-calendar-month__calendar-event-datetime,
.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  font-family: unset;
  font-weight: unset;
}

.archive-tribe-events-template .tribe-events .tribe-common-l-container {
  padding: 0;
}

.archive-tribe-events-template .tribe-events .tribe-events-header {
  background: #FFFFFF;
  padding: 30px;
  margin: 0 0 40px;
  border-radius: 2px;
}

@media (max-width: 797.98px) {
  .archive-tribe-events-template .tribe-events .tribe-events-header {
    padding: 20px 15px;
  }
}

.archive-tribe-events-template .tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar {
  margin-bottom: 30px;
}

@media (max-width: 797.98px) {
  .archive-tribe-events-template .tribe-events .tribe-events-header--has-event-search .tribe-events-header__events-bar {
    margin-bottom: 0;
  }
}

.archive-tribe-events-template .tribe-events .tribe-events-header__messages {
  margin: 32px 0 0;
}

.archive-tribe-events-template .tribe-events .tribe-events-header__messages .tribe-events-c-messages__message-list-item-link {
  font-weight: 600;
  border-bottom: 1px solid #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-header__messages .tribe-events-c-messages__message-list-item-link:hover {
  color: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-header__events-bar {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

@media (max-width: 797.98px) {
  .archive-tribe-events-template .tribe-events .tribe-events-header__events-bar {
    border: none;
  }
}

.archive-tribe-events-template .tribe-events .tribe-events-header__events-bar .tribe-common-form-control-text__input {
  font-size: 16px;
  color: #333333;
}

.archive-tribe-events-template .tribe-events .tribe-events-header__events-bar .tribe-events-c-search__button {
  background: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-header__events-bar .tribe-events-c-search__button:hover {
  background: #a7154f;
}

.archive-tribe-events-template .tribe-events .tribe-events-header__events-bar .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-text {
  font-weight: 600;
  color: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-header__events-bar .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  background-color: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-header__events-bar .tribe-events-c-view-selector__list-item-link:hover .tribe-events-c-view-selector__list-item-text {
  color: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-header__events-bar .tribe-events-c-view-selector__list-item-text {
  font-size: 16px;
  color: #111111;
}

.archive-tribe-events-template .tribe-events .tribe-events-header__events-bar .tribe-events-c-events-bar__search-button:before,
.archive-tribe-events-template .tribe-events .tribe-events-header__events-bar .tribe-events-c-view-selector__button:before {
  background-color: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-header__top-bar {
  margin: 0;
}

.archive-tribe-events-template .tribe-events .tribe-events-header__top-bar .tribe-events-c-top-bar__today-button {
  font-size: 13px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.archive-tribe-events-template .tribe-events .tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker-container .datepicker .month.focused,
.archive-tribe-events-template .tribe-events .tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker-container .datepicker .month.active,
.archive-tribe-events-template .tribe-events .tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker-container .datepicker .day.focused,
.archive-tribe-events-template .tribe-events .tribe-events-header__top-bar .tribe-events-c-top-bar__datepicker-container .datepicker .day.active {
  background: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__month-separator-text,
.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__time-separator {
  font-size: 16px;
  font-weight: 600;
  color: #111111;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__month-separator:after,
.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__time-separator:after {
  background: rgba(0, 0, 0, 0.1);
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-row {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-row > .tribe-common-g-col {
  padding: 0;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  display: none;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-datetime-featured-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 4px;
  width: 12px;
  height: 16px;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-datetime-featured-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  color: #d41b65;
  margin: 0;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-date-tag {
  flex: unset;
  width: 90px;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-date-tag-datetime {
  position: sticky;
  top: 30px;
  height: auto;
  background: #FFFFFF;
  overflow: hidden;
  border-radius: 2px;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-date-tag-month {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #FFFFFF;
  background: #d41b65;
  padding: 4px;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-date-tag-daynum {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  color: #d41b65;
  padding: 10px 4px 6px;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-wrapper {
  flex: unset;
  width: calc(100% - 120px);
  padding: 0;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event {
  display: flex;
  background: #FFFFFF;
  overflow: hidden;
  margin: 0;
  border-radius: 2px;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper {
  padding: 0;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details {
  padding: 32px 48px;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-featured-image-link {
  position: relative;
  display: block;
  height: 100%;
  min-height: 300px;
  background: #e7e6e4;
  overflow: hidden;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-featured-image-link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-title-link {
  border: none;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-title-link:hover {
  color: #d41b65;
  border: none;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-meta > *:not(:last-child) {
  margin-right: 24px;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-datetime-wrapper,
.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-venue {
  font-size: 14px;
  display: inline-block;
  margin: 0;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-datetime-wrapper svg,
.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-venue svg {
  display: inline-block;
  vertical-align: middle;
  fill: #d41b65;
  margin: -4px 4px 0 0;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-description {
  font-size: 16px;
  line-height: 1.75;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-cost {
  font-size: 16px;
  font-weight: 600;
  color: #d41b65;
}

@media (max-width: 991.98px) {
  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event {
    flex-direction: column;
  }

  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 100%;
    margin: 0;
  }

  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details {
    width: 100%;
  }

  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-featured-image-wrapper {
    width: 100%;
    margin: 0;
  }

  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-featured-image-link {
    height: auto;
    min-height: auto;
    padding-bottom: 66%;
  }

  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-description {
    display: block !important;
    visibility: visible;
    margin-top: 16px;
  }
}

@media (max-width: 767.98px) {
  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event .tribe-events-calendar-list__event-details {
    padding: 24px 16px;
  }

  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-title {
    font-size: 20px;
  }

  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-datetime-wrapper,
  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-venue {
    font-size: 13px;
  }

  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-cost {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-date-tag {
    display: none;
  }

  .archive-tribe-events-template .tribe-events .tribe-events-calendar-list__event-wrapper {
    width: 100%;
  }
}

.archive-tribe-events-template .tribe-events .tribe-events-c-nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.archive-tribe-events-template .tribe-events .tribe-events-c-nav .tribe-events-c-nav__next,
.archive-tribe-events-template .tribe-events .tribe-events-c-nav .tribe-events-c-nav__prev {
  color: #333333;
}

.archive-tribe-events-template .tribe-events .tribe-events-c-nav .tribe-events-c-nav__next:disabled,
.archive-tribe-events-template .tribe-events .tribe-events-c-nav .tribe-events-c-nav__prev:disabled {
  color: #d5d5d5;
}

.archive-tribe-events-template .tribe-events .tribe-events-c-ical__link {
  font-size: 14px;
  font-weight: 600;
  color: #d41b65;
  border-color: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-c-ical__link:before {
  display: none;
}

.archive-tribe-events-template .tribe-events .tribe-events-c-ical__link:hover {
  color: #FFFFFF;
  background: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month {
  background: #FFFFFF;
  padding: 40px;
  border-radius: 2px;
}

@media (max-width: 797.98px) {
  .archive-tribe-events-template .tribe-events .tribe-events-calendar-month {
    padding: 10px 0 0 0;
  }
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__calendar-event--featured:last-child:before {
  display: none;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__header-column-title {
  font-size: 14px;
  font-weight: 600;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__body,
.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__day {
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__day:hover:after {
  background: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__day-date,
.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__day-date-link {
  font-weight: 600;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__day-cell--selected {
  background: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__day-cell--selected .tribe-events-calendar-month__day-date {
  color: #FFFFFF !important;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background: #d41b65;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  color: #808080;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__calendar-event-datetime-featured-icon {
  margin-top: -2px;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__calendar-event-title,
.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  font-weight: 600;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__calendar-event-title a,
.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__multiday-event-bar-title a {
  border: none;
}

.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__calendar-event-title a:hover,
.archive-tribe-events-template .tribe-events .tribe-events-calendar-month__multiday-event-bar-title a:hover {
  color: #d41b65;
  border: none;
}

.tooltipster-base.tribe-events-tooltip-theme {
  border-radius: 2px;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper {
  position: relative;
  width: 100%;
  background: #e7e6e4;
  padding-bottom: 56%;
  overflow: hidden;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-featured-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime-wrap {
  margin-bottom: 12px;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime {
  color: #333333;
  margin-bottom: 8px;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime-featured-icon {
  margin-right: 2px;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-datetime-featured-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d41b65;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title a {
  border: none;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-title a:hover {
  color: #d41b65;
  border: none;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-description {
  font-size: 11px;
  line-height: 1.75;
}

.tribe-events .tribe-events-calendar-month__calendar-event-tooltip-cost {
  font-weight: 600;
  color: #d41b65;
}

.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-c-day-marker {
  margin-bottom: 12px;
}

.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-c-day-marker:after {
  background: rgba(0, 0, 0, 0.1);
}

.tribe-events .tribe-events-calendar-month-mobile-events .tribe-events-c-day-marker__date {
  font-weight: 600;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event {
  background: #FFFFFF;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 2px;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-wrap {
  padding: 10px 15px 4px;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime-featured-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d41b65;
  margin: 0;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-featured-image-wrapper {
  line-height: 0;
  margin: 0;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-details {
  padding: 15px 20px;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title a {
  border: none;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-title a:hover {
  color: #d41b65;
  border: none;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-datetime {
  font-size: 13px;
}

.tribe-events .tribe-events-calendar-month-mobile-events__mobile-event-cost {
  font-size: 13px;
  font-weight: 600;
  color: #d41b65;
}

.single-tribe-events-template #tribe-events-pg-template {
  padding: 0;
}

.single-tribe-events-template #tribe-events-content {
  margin-bottom: 0;
}

.single-tribe-events-template .tribe-events-single > .tribe_events {
  display: block;
  overflow: visible;
}

.single-tribe-events-template .tribe-events-single .tribe-events-back {
  margin-bottom: 24px;
}

.single-tribe-events-template .tribe-events-single .tribe-events-back a {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: #FFFFFF;
  background: #d41b65;
  padding: 8px 16px;
  border-radius: 2px;
}

.single-tribe-events-template .tribe-events-single .tribe-events-back a svg {
  display: inline-block;
  vertical-align: middle;
  fill: #FFFFFF;
  margin: -2px 4px 0 0;
}

.single-tribe-events-template .tribe-events-single .tribe-events-back a:hover {
  background: #a7154f;
}

.single-tribe-events-template .tribe-events-single .tribe-events-cal-links {
  margin: 24px 0 0;
}

@media (max-width: 767.98px) {
  .single-tribe-events-template .tribe-events-single .tribe-events-cal-links {
    margin-top: 12px;
  }
}

.single-tribe-events-template .tribe-events-single .tribe-events-cal-links a {
  display: inline-block;
  font-weight: 600;
  color: #d41b65;
  margin: 0 24px 0 0;
}

.single-tribe-events-template .tribe-events-single .tribe-events-cal-links a:hover {
  color: #a7154f;
}

.single-tribe-events-template .tribe-events-single .tribe-events-cal-links a:last-child {
  margin: 0;
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta {
  background: #FFFFFF;
  margin: 60px 0;
  padding: 40px 0 10px;
  border: none;
  border-radius: 2px;
}

@media (max-width: 1199.98px) {
  .single-tribe-events-template .tribe-events-single .tribe-events-event-meta {
    margin: 48px 0;
  }
}

@media (max-width: 991.98px) {
  .single-tribe-events-template .tribe-events-single .tribe-events-event-meta {
    margin: 32px 0;
  }
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta:before {
  display: none;
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group {
  float: left;
  width: 33.33%;
  margin-bottom: 30px;
  padding: 0 40px;
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group .tribe-events-single-section-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 16px;
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-list .tribe-events-meta-item:not(last-child) {
  margin-bottom: 8px;
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-list .tribe-events-meta-item span,
.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-list .tribe-events-meta-item div {
  display: inline-block;
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-list .tribe-events-meta-item span.tribe-meta-label,
.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-list .tribe-events-meta-item div.tribe-meta-label {
  font-weight: 600;
  margin-right: 4px;
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-list .tribe-events-meta-item .tribe-events-event-cost {
  font-weight: 600;
  color: #d41b65;
  margin: 0;
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-list .tribe-events-meta-item .tribe-events-address {
  font-style: normal;
  font-weight: 400;
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-list .tribe-events-meta-item .tribe-events-address a {
  font-weight: 600;
  color: #d41b65;
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-venue-map {
  float: right;
  width: 58%;
  background: transparent;
  margin: 0 0 30px;
  padding: 0 40px;
  border: none;
  border-radius: 2px;
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-venue-map > iframe {
  max-height: unset;
}

.single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-venue-map #tribe-events-gmap-0 {
  background: #e7e6e4;
}

@media (max-width: 1199.98px) {
  .single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-venue-map {
    width: 55%;
  }
}

@media (max-width: 991.98px) {
  .single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-venue-map {
    width: 55%;
  }
}

@media (max-width: 767.98px) {
  .single-tribe-events-template .tribe-events-single .tribe-events-event-meta {
    padding: 24px 0 0;
  }

  .single-tribe-events-template .tribe-events-single .tribe-events-event-meta.secondary {
    padding-top: 0;
    padding-bottom: 0;
  }

  .single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group,
  .single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-venue-map {
    float: none;
    width: 100%;
  }

  .single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-meta-group {
    margin-bottom: 24px;
    padding: 0 16px;
  }

  .single-tribe-events-template .tribe-events-single .tribe-events-event-meta .tribe-events-venue-map {
    margin: 0 0 20px;
    padding: 0;
  }
}

.single-tribe-events-template .tribe-events-single #tribe-events-footer {
  margin-bottom: 0;
  padding-top: 32px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.single-tribe-events-template .tribe-events-single #tribe-events-footer:before,
.single-tribe-events-template .tribe-events-single #tribe-events-footer:after {
  display: none;
}

.single-tribe-events-template .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav {
  margin: 0;
  padding: 0;
}

.single-tribe-events-template .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li a {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  background: none;
  padding: 0;
}

.single-tribe-events-template .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li a:before,
.single-tribe-events-template .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li a:after {
  display: none;
}

.single-tribe-events-template .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li a svg {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.single-tribe-events-template .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li a:hover {
  color: #d41b65;
}

.single-tribe-events-template .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li a:hover svg {
  fill: #d41b65;
}

@media (max-width: 767.98px) {
  .single-tribe-events-template .tribe-events-single #tribe-events-footer {
    padding-top: 16px;
  }

  .single-tribe-events-template .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li a {
    font-size: 14px;
  }

  .single-tribe-events-template .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li a svg {
    width: 14px;
    height: 14px;
  }
}

@media (max-width: 575.98px) {
  .single-tribe-events-template .tribe-events-single #tribe-events-footer {
    padding-top: 8px;
  }

  .single-tribe-events-template .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li {
    float: none;
    width: 100%;
    text-align: left;
    margin: 8px 0;
  }

  .single-tribe-events-template .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li a {
    font-size: 13px;
  }

  .single-tribe-events-template .tribe-events-single #tribe-events-footer ul.tribe-events-sub-nav li a svg {
    width: 14px;
    height: 14px;
  }
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-details.has-thumbnail {
  display: flex;
  justify-content: space-between;
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-details.has-thumbnail .tribe-events-single-event-image-wrap {
  width: 42%;
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-details.has-thumbnail .tribe-events-single-event-content-wrap {
  width: calc(58% - 60px);
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-image {
  position: sticky;
  top: 40px;
  background: #e7e6e4;
  padding-bottom: 66%;
  overflow: hidden;
  border-radius: 2px;
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-title {
  font-size: 42px;
  line-height: 125%;
  color: #111111;
  margin-bottom: 16px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-schedule {
  font-size: 14px;
  line-height: 150%;
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-schedule svg {
  display: inline-block;
  vertical-align: middle;
  fill: #d41b65;
  margin: -2px 4px 0 0;
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-description {
  margin-top: 24px;
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-description > *:first-child {
  margin-top: 0;
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-description > *:last-child {
  margin-bottom: 0;
}

.single-tribe-events-template .tribe-events-single .tribe-events-single-event-cost {
  font-size: 16px;
  font-weight: 600;
  color: #d41b65;
  margin-top: 24px;
}

@media (max-width: 991.98px) {
  .single-tribe-events-template .tribe-events-single .tribe-events-single-event-details.has-thumbnail {
    flex-direction: column;
  }

  .single-tribe-events-template .tribe-events-single .tribe-events-single-event-details.has-thumbnail .tribe-events-single-event-image-wrap,
  .single-tribe-events-template .tribe-events-single .tribe-events-single-event-details.has-thumbnail .tribe-events-single-event-content-wrap {
    width: 100%;
  }

  .single-tribe-events-template .tribe-events-single .tribe-events-single-event-details.has-thumbnail .tribe-events-single-event-image-wrap {
    margin-bottom: 30px;
  }

  .single-tribe-events-template .tribe-events-single .tribe-events-single-event-title {
    font-size: 36px;
  }
}

@media (max-width: 767.98px) {
  .single-tribe-events-template .tribe-events-single .tribe-events-single-event-title {
    font-size: 32px;
  }

  .single-tribe-events-template .tribe-events-single .tribe-events-single-event-description {
    margin-top: 16px;
  }

  .single-tribe-events-template .tribe-events-single .tribe-events-single-event-cost {
    margin-top: 16px;
  }
}

@media (max-width: 575.98px) {
  .single-tribe-events-template .tribe-events-single .tribe-events-single-event-title {
    font-size: 32px;
  }

  .single-tribe-events-template .tribe-events-single .tribe-events-single-event-schedule {
    font-size: 13px;
  }
}

.single-tribe_events .site-content {
  background: #f8f7f5;
  padding-top: 90px;
  padding-bottom: 58px;
}

@media (max-width: 991.98px) {
  .single-tribe_events .site-content {
    padding-top: 60px;
    padding-bottom: 28px;
  }
}

.single-tribe_events .tribe-events-single-event-content-wrap .tribe-common-c-btn-border {
  border-color: var(--link-color, #d41b65);
  color: var(--link-color, #d41b65);
}

.single-tribe_events .tribe-events-single-event-content-wrap .tribe-common-c-btn-border svg {
  color: var(--link-color, #d41b65);
}

.single-tribe_events .tribe-events-single-event-content-wrap .tribe-common-c-btn-border:hover,
.single-tribe_events .tribe-events-single-event-content-wrap .tribe-common-c-btn-border:focus {
  background-color: var(--link-color, #d41b65);
  color: #fff;
}

.single-tribe_events .tribe-events-single-event-content-wrap .tribe-common-c-btn-border:hover svg,
.single-tribe_events .tribe-events-single-event-content-wrap .tribe-common-c-btn-border:focus svg {
  color: #fff;
}

.single-tribe_events .tribe-events-event-meta .tribe-events-meta-group .tribe-events-meta-item a {
  color: var(--link-color, #d41b65);
}

.woocommerce-page.woocommerce-cart .product-hero,
.woocommerce-page.woocommerce-checkout .product-hero,
.woocommerce-page.woocommerce-account .product-hero {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
}

.woocommerce-page .product-hero {
  padding: 30px 0;
  min-height: 350px;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-page .product-hero .wrapper {
  text-align: center;
  position: relative;
}

.woocommerce-page .product-hero .page-icon {
  line-height: 0;
  margin-bottom: 10px;
}

.woocommerce-page .product-hero .page-icon img {
  max-width: 50px;
  width: 100%;
  height: auto;
}

.woocommerce-page .product-hero .page-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.woocommerce-page .product-hero .breadcrumbs {
  color: var(--link-color);
  line-height: 1;
}

.woocommerce-page .product-hero .breadcrumbs::before {
  content: "\F015";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 5px;
}

.woocommerce-page .product-hero .breadcrumbs a {
  color: inherit;
}

.woocommerce-page .product-hero .breadcrumbs a:hover {
  text-decoration: underline;
}

.woocommerce-page .site-wrap form.woocommerce-cart-form div.quantity,
.woocommerce-page .site-wrap form.cart div.quantity {
  width: 100%;
  max-width: 132px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 3px;
  border-radius: 3px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.woocommerce-page .site-wrap form.woocommerce-cart-form div.quantity button,
.woocommerce-page .site-wrap form.cart div.quantity button {
  background: #FFFFFF;
  border: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

.woocommerce-page .site-wrap form.woocommerce-cart-form div.quantity button:hover,
.woocommerce-page .site-wrap form.cart div.quantity button:hover {
  color: var(--link-color);
}

.woocommerce-page .site-wrap form.woocommerce-cart-form div.quantity .qty,
.woocommerce-page .site-wrap form.cart div.quantity .qty {
  border: 0;
  outline: none;
  background: #FFFFFF;
  height: 100%;
  padding: 8px;
  outline: none;
}

.woocommerce-page .site-wrap form.woocommerce-cart-form div.quantity input::-webkit-outer-spin-button,
.woocommerce-page .site-wrap form.woocommerce-cart-form div.quantity input::-webkit-inner-spin-button,
.woocommerce-page .site-wrap form.cart div.quantity input::-webkit-outer-spin-button,
.woocommerce-page .site-wrap form.cart div.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-page .site-wrap form.woocommerce-cart-form div.quantity input[type=number],
.woocommerce-page .site-wrap form.cart div.quantity input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 767px) {
  .woocommerce-page .site-wrap form.woocommerce-cart-form div.quantity,
  .woocommerce-page .site-wrap form.cart div.quantity {
    height: 48px;
  }
}

.woocommerce-page .woocommerce-error {
  background: #FFFFFF;
  font-size: 16px;
}

.woocommerce-page .woocommerce-message {
  background: #FFFFFF;
  font-size: 16px;
}

.woocommerce-page .woocommerce-info {
  background: #FFFFFF;
  font-size: 16px;
  border-top-color: var(--link-color);
}

.woocommerce-page .woocommerce-info::before {
  color: var(--link-color);
}

@media screen and (max-width: 480px) {
  .woocommerce-page .woocommerce-message {
    padding: 16px 16px 16px 40px;
  }

  .woocommerce-page .woocommerce-message::before {
    left: 1em;
  }

  .woocommerce-page .woocommerce-error {
    padding: 16px 16px 16px 40px;
  }

  .woocommerce-page .woocommerce-error::before {
    left: 1em;
  }

  .woocommerce-page .woocommerce-info {
    padding: 16px 20px 16px 40px;
  }

  .woocommerce-page .woocommerce-info::before {
    left: 1em;
  }
}

.woocommerce-page .woocommerce {
  padding-top: 100px;
  padding-bottom: 100px;
}

.woocommerce-page .woocommerce .button {
  position: relative;
  overflow: hidden;
  background-color: var(--link-color);
  color: #FFFFFF;
  font-size: 14px;
  line-height: 24px;
  padding: 16px 32px;
  font-weight: 600;
  vertical-align: middle;
}

.woocommerce-page .woocommerce .button::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.woocommerce-page .woocommerce .button:hover {
  color: #FFFFFF;
  background-color: var(--link-color);
}

.woocommerce-page .woocommerce .button:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce-page .woocommerce .select2-container .select2-selection {
  line-height: normal;
  padding: 6px 10px;
  border-radius: 3px;
  height: auto;
  border: 1px solid rgba(53, 53, 53, 0.1);
}

.woocommerce-page .woocommerce .select2-container .select2-selection .select2-selection__rendered {
  padding: 0;
}

.woocommerce-page .woocommerce .select2-container .select2-selection .select2-selection__arrow {
  height: 40px;
}

@media screen and (max-width: 991px) {
  .woocommerce-page .woocommerce {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-page .woocommerce {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .woocommerce-page .woocommerce .button {
    padding: 12px 24px;
  }
}

.woocommerce-page ul.products li.product {
  overflow: hidden;
  position: relative;
  background: #ffffff;
  text-align: center;
  line-height: 0;
  width: 100% !important;
  height: 100%;
  margin: 0;
  padding-bottom: 12px;
  border-radius: 2px;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__header {
  display: flex;
  position: relative;
  overflow: hidden;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__bottom {
  text-align: left;
  padding: 0 16px;
}

.woocommerce-page ul.products li.product .onsale {
  min-height: 2.25em;
  min-width: 3em;
  line-height: 2.25em;
  background: var(--link-color, #d41b65);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  top: 10px;
  left: 10px;
  right: auto;
  padding: 0 10px;
  margin: 0;
  z-index: 3;
}

.woocommerce-page ul.products li.product img {
  width: 100%;
  margin: 0;
  transition: all 1.5s cubic-bezier(0.11, 0.52, 0.53, 0.79) 0.2s;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.13);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__link {
  text-decoration: none;
}

.woocommerce-page ul.products li.product .woocommerce-loop-product__link .woocommerce-loop-product__title {
  font-size: 16px;
  font-weight: 600;
  font-family: var(--body-family);
  letter-spacing: 0;
  line-height: 24px;
  margin: 20px 0 8px;
  padding: 0 16px;
  color: #222;
  text-decoration: none;
  text-align: left;
}

.woocommerce-page ul.products li.product .star-rating {
  float: right;
  font-size: 12px;
  width: 82px;
  letter-spacing: 4px;
  margin: 3px 0 0 0;
  color: var(--link-color);
}

.woocommerce-page ul.products li.product .price {
  margin: 0;
  line-height: 1.25;
  font-size: 14px;
  font-weight: 600;
  color: var(--link-color);
}

.woocommerce-page ul.products li.product .price del {
  margin-right: 2px;
  color: #222;
}

.woocommerce-page ul.products li.product .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%);
  overflow: hidden;
  background: #fff;
  color: var(--link-color);
  padding: 0;
  padding-right: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s;
  opacity: 0;
  z-index: 9;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.woocommerce-page ul.products li.product .button.add_to_cart_button::after {
  background: #fff;
  position: unset;
  margin-left: 0.53rem;
}

.woocommerce-page ul.products li.product .button .icon {
  padding: 12px 14px;
  background-color: var(--link-color);
}

.woocommerce-page ul.products li.product .button .text {
  background: #fff;
  margin-left: 12px;
}

.woocommerce-page ul.products li.product .button::before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.woocommerce-page ul.products li.product .button:hover::before {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce-page ul.products li.product .added_to_cart {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(37px);
  padding: 5px 12px;
  background-color: var(--link-color);
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  min-width: 92px;
  border-radius: 0;
  transition: transform 0.4s ease 0.2s;
  z-index: 9;
  opacity: 0;
}

.woocommerce-page ul.products li.product .added_to_cart::before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.woocommerce-page ul.products li.product .added_to_cart:hover::before {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce-page ul.products li.product:hover .woocommerce-loop-product__overlay {
  opacity: 1;
}

.woocommerce-page ul.products li.product:hover img {
  transform: scale(1.1);
}

.woocommerce-page ul.products li.product:hover .button {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.woocommerce-page ul.products li.product:hover .added_to_cart {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.woocommerce-page .main-woocommerce {
  background: #f8f7f5;
  padding-top: 100px;
  padding-bottom: 100px;
}

.woocommerce-page .main-woocommerce .woocommerce-breadcrumb {
  background: #ffffff;
  padding: 12px 15px;
  color: var(--link-color);
  font-size: 16px;
}

.woocommerce-page .main-woocommerce .woocommerce-breadcrumb a {
  color: inherit;
}

.woocommerce-page .main-woocommerce .woocommerce-breadcrumb a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .woocommerce-page .main-woocommerce .woocommerce-breadcrumb {
    font-size: 14px;
  }
}

.woocommerce-page .main-woocommerce .woocommerce-result-count {
  background: #ffffff;
  padding: 10px 15px;
  color: #888;
  font-family: var(--body-family);
  font-style: italic;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .woocommerce-page .main-woocommerce .woocommerce-result-count {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce-page .main-woocommerce .woocommerce-result-count {
    width: 100%;
    display: block;
    float: none;
  }
}

.woocommerce-page .main-woocommerce form {
  margin: 0px 0 30px 0;
  overflow: hidden;
  background: #ffffff;
  position: relative;
  border-radius: 3px;
  padding: 0 5px;
}

.woocommerce-page .main-woocommerce form.woocommerce-ordering .orderby {
  position: relative;
  z-index: 3;
  background: transparent;
  padding: 10px;
  width: 100%;
  max-width: none;
  border: none;
  outline: none;
  color: #888;
  font-size: 16px;
  font-family: var(--body-family);
  font-style: italic;
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .woocommerce-page .main-woocommerce form.woocommerce-ordering .orderby {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce-page .main-woocommerce form {
    float: none;
    max-width: 100%;
    width: 100%;
  }
}

.woocommerce-page .main-woocommerce .products {
  margin-bottom: 0;
}

.woocommerce-page .main-woocommerce .products.columns-1 .product-row {
  display: grid;
  grid-template-columns: 1fr;
}

.woocommerce-page .main-woocommerce .products.columns-2 .product-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.woocommerce-page .main-woocommerce .products.columns-3 .product-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.woocommerce-page .main-woocommerce .products.columns-5 .product-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.woocommerce-page .main-woocommerce .products.columns-6 .product-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.woocommerce-page .main-woocommerce .products .product-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.woocommerce-page .main-woocommerce .woocommerce-pagination {
  padding-top: 60px;
  padding-bottom: 20px;
}

.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers {
  border: 1px solid #E7E5E4;
  background: #FFFFFF;
  border-radius: 2px;
}

.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li {
  border: 0;
}

.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li:not(:last-child) {
  border-right: 1px solid #E7E5E4;
}

.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li:first-child .page-numbers {
  border-radius: 2px 0px 0px 2px;
}

.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li:last-child .page-numbers {
  border-radius: 0px 2px 2px 0px;
}

.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li .page-numbers {
  border: 0;
  padding: 0;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  font-family: var(--body-family);
  color: #333333;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  min-width: 45px;
  border-radius: 0;
  transition: all 0.3s;
}

.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li .page-numbers.current {
  color: #FFFFFF;
  background: var(--link-color);
  cursor: default;
}

.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li .page-numbers:hover {
  color: #FFFFFF;
  background: var(--link-color);
}

.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li .prev,
.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li .next {
  font-size: 22px;
  min-width: 76px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li .prev::after,
.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li .next::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li .prev:hover::after,
.woocommerce-page .main-woocommerce .woocommerce-pagination .page-numbers li .next:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap {
  background: #ffffff;
  padding: 20px;
  margin-bottom: 35px;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap:last-child {
  margin-bottom: 0;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wg-title {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wg-title::after {
  content: "";
  height: 2px;
  width: 50px;
  left: 0px;
  bottom: 0px;
  background: var(--link-color, #d41b65);
  position: absolute;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap form {
  padding: 0;
  background: transparent;
  position: relative;
  margin-bottom: 0;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap form label {
  color: #666666;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap form input[type=search] {
  border-radius: 3px;
  height: 50px;
  padding: 10px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
  color: #353535;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.93);
  font-family: var(--body-family);
  font-weight: 600;
  outline: none;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap form input[type=search]::-moz-placeholder {
  font-size: inherit;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap form input[type=search]::placeholder {
  font-size: inherit;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap form input[type=search]:focus {
  border: 1px solid rgba(212, 27, 101, 0.5);
  box-shadow: none;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap form button {
  font-size: 0;
  position: relative;
  overflow: hidden;
  min-width: 50px;
  height: 50px;
  border: 0;
  border-radius: 3px;
  margin-left: 1px;
  transform: translateY(0);
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap form button::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 28px;
  font-family: "FontAwesome";
  content: "\F002";
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--link-color, #d41b65);
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap form button::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -55px;
  opacity: 0.2;
  position: absolute;
  top: -55px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap form button:hover::after {
  left: 150%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .product_list_widget li {
  margin-bottom: 5px;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .product_list_widget li a {
  line-height: 1.5;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .product_list_widget li img {
  width: 52px;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wp-block-tag-cloud a {
  display: inline-block;
  font-size: 14px !important;
  font-family: var(--body-family);
  font-weight: 400;
  color: #353535;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 3px 1px;
  background-color: #eaeaea;
  border-radius: 3px;
  position: relative;
  transition: all 0.3s ease;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wp-block-tag-cloud a:hover {
  background-color: var(--link-color, #d41b65);
  color: #fff;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper h3 {
  color: #666666;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-slider .wc-block-price-filter {
  margin-bottom: 0;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-slider .wc-block-price-filter__controls input {
  background: #f8f7f7;
  border-color: transparent !important;
  outline: none;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-slider .wc-block-price-filter__controls input:focus {
  border-color: var(--link-color, #d41b65) !important;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-slider .wc-block-price-filter .wc-block-components-price-slider__actions button {
  overflow: hidden;
  position: relative;
  padding: 6px 10px;
  background: var(--link-color, #d41b65);
  color: #FFFFFF;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-slider .wc-block-price-filter .wc-block-components-price-slider__actions button::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -55px;
  opacity: 0.2;
  position: absolute;
  top: -55px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wp-block-woocommerce-filter-wrapper .wc-blocks-filter-wrapper .wp-block-woocommerce-price-filter .wc-block-price-slider .wc-block-price-filter .wc-block-components-price-slider__actions button:hover::after {
  left: 150%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid.has-1-columns .wc-block-grid__products .wc-block-grid__product:last-child {
  border-bottom: 0;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid .wc-block-grid__products {
  margin-bottom: 0;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid .wc-block-grid__product {
  text-align: left;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid .wc-block-grid__product-link .wc-block-grid__product-image {
  float: left;
  max-width: 100px;
  margin-right: 8px;
  margin-bottom: 0;
}

@media screen and (max-width: 480px) {
  .woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid .wc-block-grid__product-link .wc-block-grid__product-image {
    max-width: 80px;
  }
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid .wc-block-grid__product-link img {
  width: 100%;
  border-radius: 2px;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid .wc-block-grid__product-link:hover .wc-block-grid__product-title {
  color: var(--link-color);
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid__product-onsale {
  min-height: 2.2em;
  min-width: 3em;
  line-height: 2.2em;
  background: var(--link-color, #d41b65);
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: capitalize;
  top: 6px;
  left: 6px;
  right: auto;
  padding: 0 8px;
  margin: 0;
  border: 0;
  z-index: 3;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid__product-title {
  font-weight: 600;
  font-size: 14px;
  color: #222;
  margin-bottom: 8px;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid__product-price {
  font-size: 14px;
  font-weight: 600;
  color: var(--link-color);
  margin-bottom: 8px;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid__product-price del {
  opacity: 0.5;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid__product-add-to-cart .add_to_cart_button {
  overflow: hidden;
  position: relative;
  background-color: var(--link-color);
  color: #FFFFFF;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  border-radius: 3px;
  transition: all 0.3s;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid__product-add-to-cart .add_to_cart_button::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -55px;
  opacity: 0.2;
  position: absolute;
  top: -55px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-grid__product-add-to-cart .add_to_cart_button:hover::after {
  left: 150%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap ul li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-product-categories {
  margin-bottom: 0;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-product-categories ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-product-categories ul li {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-product-categories ul li:last-child {
  margin-bottom: 0;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-product-categories ul li a {
  color: #222;
  font-weight: 500;
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-product-categories ul li a:hover {
  color: var(--link-color);
}

.woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wc-block-product-categories ul li .wc-block-product-categories-list {
  padding-top: 4px;
  padding-left: 12px;
}

@media screen and (max-width: 1199px) {
  .woocommerce-page .main-woocommerce .products .product-row {
    grid-gap: 20px;
  }

  .woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap {
    padding: 16px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .woocommerce-page .main-woocommerce {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .woocommerce-page .main-woocommerce .products.columns-5 .product-row,
  .woocommerce-page .main-woocommerce .products.columns-6 .product-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .woocommerce-page .main-woocommerce .products .product-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .woocommerce-page .main-woocommerce .products .product-item .product {
    width: 100%;
    margin-bottom: 0;
  }

  .woocommerce-page .main-woocommerce .goza-sidebar {
    padding-top: 40px;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wp-block-tag-cloud a {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .woocommerce-page .main-woocommerce {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .woocommerce-page .main-woocommerce .products.columns-3 .product-row,
  .woocommerce-page .main-woocommerce .products.columns-5 .product-row,
  .woocommerce-page .main-woocommerce .products.columns-6 .product-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .woocommerce-page .main-woocommerce .products .product-row {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }

  .woocommerce-page .main-woocommerce .goza-sidebar .wg-wrap .wg-title {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .woocommerce-page .main-woocommerce .products.columns-2 .product-row,
  .woocommerce-page .main-woocommerce .products.columns-3 .product-row,
  .woocommerce-page .main-woocommerce .products.columns-5 .product-row,
  .woocommerce-page .main-woocommerce .products.columns-6 .product-row {
    grid-template-columns: 1fr;
  }

  .woocommerce-page .main-woocommerce .products .product-row {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce-page .main-woocommerce .products .product-row {
    grid-gap: 35px 15px;
  }
}

.single-product .goza-sidebar {
  order: 2;
}

.single-product .main-woocommerce .woocommerce-message {
  background: #fff;
  font-size: 16px;
  border-top-color: var(--link-color);
}

.single-product .main-woocommerce .woocommerce-message::before {
  color: var(--link-color);
}

.single-product .main-woocommerce .woocommerce-message .wc-forward {
  position: relative;
  overflow: hidden;
  background-color: var(--link-color);
  color: #FFFFFF;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 600;
}

.single-product .main-woocommerce .woocommerce-message .wc-forward::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.single-product .main-woocommerce .woocommerce-message .wc-forward:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 991px) {
  .single-product .main-woocommerce .woocommerce-message {
    font-size: 14px;
  }
}

.single-product .main-woocommerce .product-content {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  order: 1;
}

.single-product .main-woocommerce .product-content .product .onsale {
  min-height: 2.25em;
  min-width: 3em;
  line-height: 2.25em;
  background: var(--link-color, #d41b65);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  top: 10px;
  left: 10px;
  right: auto;
  padding: 0 10px;
  margin: 0;
  z-index: 3;
}

.single-product .main-woocommerce .product-content .product .woocommerce-product-gallery .flex-control-thumbs {
  padding-top: 15px;
}

.single-product .main-woocommerce .product-content .product .woocommerce-product-gallery .flex-control-thumbs li {
  padding: 0 15px 15px 0;
}

.single-product .main-woocommerce .product-content .product .summary {
  font-size: 16px;
}

.single-product .main-woocommerce .product-content .product .summary .product_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 125%;
  color: var(--heading-color, #333);
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .single-product .main-woocommerce .product-content .product .summary .product_title {
    padding-right: 150px;
  }
}

.single-product .main-woocommerce .product-content .product .summary .woocommerce-product-rating {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .single-product .main-woocommerce .product-content .product .summary .woocommerce-product-rating {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }

  .single-product .main-woocommerce .product-content .product .summary .woocommerce-product-rating .star-rating {
    margin-left: auto;
    margin-right: 0;
  }
}

.single-product .main-woocommerce .product-content .product .summary .woocommerce-product-rating .star-rating {
  color: var(--link-color);
  float: none;
  font-size: 14px;
  width: 92px;
  letter-spacing: 4px;
}

.single-product .main-woocommerce .product-content .product .summary .woocommerce-product-rating .woocommerce-review-link {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
}

.single-product .main-woocommerce .product-content .product .summary .price {
  font-weight: 600;
  line-height: 1;
  color: var(--link-color);
}

.single-product .main-woocommerce .product-content .product .summary .price ins {
  font-weight: 600;
}

.single-product .main-woocommerce .product-content .product .summary .price .amount {
  color: inherit;
}

.single-product .main-woocommerce .product-content .product .summary .woocommerce-product-details__short-description {
  margin: 30px 0;
}

.single-product .main-woocommerce .product-content .product .summary form.cart {
  padding: 0;
  background-color: transparent;
  padding-bottom: 15px;
}

.single-product .main-woocommerce .product-content .product .summary form.cart .variations {
  margin-bottom: 30px;
}

.single-product .main-woocommerce .product-content .product .summary form.cart .variations label {
  font-weight: 600;
  font-size: 16px;
}

.single-product .main-woocommerce .product-content .product .summary form.cart .variations select {
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
}

.single-product .main-woocommerce .product-content .product .summary form.cart .single_variation_wrap .woocommerce-variation-price {
  margin-bottom: 20px;
}

.single-product .main-woocommerce .product-content .product .summary form.cart .single_add_to_cart_button {
  position: relative;
  overflow: hidden;
  background-color: var(--link-color);
  color: #FFFFFF;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.single-product .main-woocommerce .product-content .product .summary form.cart .single_add_to_cart_button::before {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.single-product .main-woocommerce .product-content .product .summary form.cart .single_add_to_cart_button:hover::before {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px) {
  .single-product .main-woocommerce .product-content .product .summary form.cart .single_add_to_cart_button {
    font-size: 13px;
    padding: 12px 24px;
  }
}

.single-product .main-woocommerce .product-content .product .summary .product_meta {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
}

.single-product .main-woocommerce .product-content .product .summary .product_meta .sku {
  color: #111111;
  font-weight: 600;
}

.single-product .main-woocommerce .product-content .product .summary .product_meta a {
  color: #111111;
  font-weight: 600;
}

.single-product .main-woocommerce .product-content .product .summary .product_meta a:hover {
  color: var(--link-color);
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs {
  padding: 0;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs::before {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs li {
  position: relative;
  background: transparent;
  border: none;
  border-radius: 3px;
  padding: 12px 24px;
  transition: 0.3s;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs li.active a {
  color: var(--link-color);
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs li.active a::before {
  width: 100%;
  background-color: var(--link-color);
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs li::before,
.single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs li::after {
  display: none;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs li a {
  padding: 0;
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70%;
  height: 2px;
  background-color: transparent;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs li a:hover {
  color: var(--link-color);
}

@media screen and (max-width: 767px) {
  .single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs li {
    padding: 8px 16px;
  }

  .single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs li {
    padding: 4px 8px;
  }

  .single-product .main-woocommerce .product-content .product .woocommerce-tabs .tabs li a {
    font-size: 14px;
  }
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel h2 {
  display: none;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 24px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel p {
  font-size: 16px;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel .shop_attributes {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: #FFFFFF;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews #comments .commentlist li .comment_container {
  background: #FFFFFF;
  padding: 30px;
  border-radius: 2px;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews #comments .commentlist li .comment_container img {
  position: relative;
  width: 60px;
  padding: 0;
  border: none;
  border-radius: 50%;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews #comments .commentlist li .comment_container .comment-text {
  margin-left: 80px;
  padding: 0;
  border: none;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews #comments .commentlist li .comment_container .comment-text .meta {
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 8px;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews #comments .commentlist li .comment_container .comment-text .star-rating {
  margin-top: 2px;
  width: 82px;
  font-size: 12px;
  color: var(--link-color);
  letter-spacing: 4px;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews #comments .commentlist li .comment_container .comment-text .description p:last-child {
  margin-bottom: 0;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .commentlist li::before {
  display: none;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .commentlist li .comment-body {
  background: #fff;
  padding: 10px;
  border-radius: 3px;
  font-size: 14px;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .commentlist li .comment-meta {
  padding-left: 50px;
  margin-bottom: 10px;
  position: relative;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .commentlist li .comment-meta .comment-author {
  font-weight: 700;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .commentlist li #respond #cancel-comment-reply-link {
  margin-left: 8px;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .commentlist li #respond .comment-form {
  margin-bottom: 0;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form {
  background-color: transparent;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form input[type=text],
.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form input[type=email] {
  display: block;
  width: 100%;
  padding: 6px 10px;
  margin-bottom: 20px;
  border-radius: 3px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form input[type=text]:focus,
.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form input[type=email]:focus {
  border: 1px solid rgba(212, 27, 101, 0.5);
  box-shadow: none;
  outline: none;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form .comment-form-comment label {
  width: 100%;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form #comment {
  padding: 10px;
  border-radius: 3px;
  min-height: 160px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form #comment:focus {
  border: 1px solid rgba(212, 27, 101, 0.5);
  box-shadow: none;
  outline: none;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form .comment-form-cookies-consent label {
  cursor: pointer;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form #wp-comment-cookies-consent {
  position: relative;
  min-width: 22px;
  height: 22px;
  margin-top: 2px;
  margin-right: 10px;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form #wp-comment-cookies-consent::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border: 2px solid var(--link-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form #wp-comment-cookies-consent::after {
  content: "";
  opacity: 0;
  visibility: hidden;
  background-color: transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 14px;
  border: solid var(--link-color);
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  cursor: pointer;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form #wp-comment-cookies-consent:checked::after {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form .form-submit {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form .form-submit input#submit {
  border-radius: 4px;
  padding: 16px 32px;
  background-color: var(--link-color);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #FFFFFF;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form .form-submit::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews .comment-form .form-submit:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px) {
  .single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews #comments .commentlist li .comment_container {
    padding: 20px;
  }
}

@media screen and (max-width: 600px) {
  .single-product .main-woocommerce .product-content .product .woocommerce-tabs .panel #reviews #comments .commentlist li .comment_container .comment-text p {
    font-size: 14px;
  }
}

.single-product .main-woocommerce .product-content .product .related {
  padding-top: 50px;
}

.single-product .main-woocommerce .product-content .product .related h2 {
  font-size: 24px;
  line-height: 36px;
  margin: 0 0 24px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-position: under;
}

.single-product .main-woocommerce .product-content .product .related ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}

.single-product .main-woocommerce .product-content .product .related ul.products.columns-1 {
  display: grid;
  grid-template-columns: 1fr;
}

.single-product .main-woocommerce .product-content .product .related ul.products.columns-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.single-product .main-woocommerce .product-content .product .related ul.products.columns-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.single-product .main-woocommerce .product-content .product .related ul.products.columns-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.single-product .main-woocommerce .product-content .product .related ul.products.columns-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.single-product .main-woocommerce .product-content .product .related ul.products::before,
.single-product .main-woocommerce .product-content .product .related ul.products::after {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .single-product .main-woocommerce .product-content .product .related ul.products {
    grid-template-columns: repeat(2, 1fr);
  }

  .single-product .main-woocommerce .product-content .product .related ul.products.columns-3,
  .single-product .main-woocommerce .product-content .product .related ul.products.columns-5,
  .single-product .main-woocommerce .product-content .product .related ul.products.columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .single-product .main-woocommerce .product-content .product .related ul.products::before {
    display: none;
  }

  .single-product .main-woocommerce .product-content .product .related ul.products li {
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 600px) {
  .single-product .main-woocommerce .product-content .product .related ul.products {
    grid-template-columns: 1fr;
  }

  .single-product .main-woocommerce .product-content .product .related ul.products.columns-3,
  .single-product .main-woocommerce .product-content .product .related ul.products.columns-5,
  .single-product .main-woocommerce .product-content .product .related ul.products.columns-6 {
    grid-template-columns: 1fr;
  }
}

.woocommerce-page .woocommerce .woocommerce-cart-form {
  background: #FFFFFF;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table tr:nth-child(2n) {
  background: #f8f7f7;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table tr:hover td {
  border-color: rgba(212, 27, 101, 0.5);
}

.woocommerce-page .woocommerce .woocommerce-cart-form table th {
  padding: 15px 20px;
  font-size: 14px;
  text-transform: uppercase;
  background: var(--link-color);
  color: #FFFFFF;
  font-weight: 700;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table td {
  font-size: 14px;
  padding: 15px 20px;
  border-top: none;
  border-bottom: 1px solid;
  border-color: #f8f7f7;
  transition: all 0.6s;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table td a {
  font-weight: 600;
  color: #111111;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table td a:hover {
  color: var(--link-color);
}

.woocommerce-page .woocommerce .woocommerce-cart-form table td.product-thumbnail {
  text-align: center;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table td.product-price {
  color: var(--link-color);
  font-weight: 600;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table .product-remove {
  min-width: 54px;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table .remove {
  color: #d9d9d9 !important;
  font-size: 0;
  display: flex;
  align-items: center;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table .remove .remove-icon {
  font-size: 16px;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table .remove svg {
  width: 1em;
  height: 1em;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table .remove:hover {
  background: none;
  color: #555 !important;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table .remove:hover svg {
  fill: var(--link-color);
}

.woocommerce-page .woocommerce .woocommerce-cart-form table img {
  width: 75px;
  min-width: 75px;
  border-radius: 2px;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table input[type=number] {
  line-height: 1;
  border-radius: 3px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
  padding: 10px;
  width: 3.631em;
  text-align: center;
  outline: none;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table input[type=number]:focus {
  border: 1px solid rgba(212, 27, 101, 0.5);
  box-shadow: none;
  outline: none;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
  width: 200px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
  margin: 0 4px 0 0;
  outline: 0;
  border-radius: 3px;
  padding: 16px 24px;
  vertical-align: middle;
  float: none;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code:focus {
  border: 1px solid rgba(212, 27, 101, 0.5);
  box-shadow: none;
  outline: none;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table .actions .button {
  position: relative;
  overflow: hidden;
  background-color: var(--link-color);
  color: #FFFFFF;
  vertical-align: middle;
  padding: 16px 32px;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table .actions .button::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.woocommerce-page .woocommerce .woocommerce-cart-form table .actions .button:hover {
  color: #FFFFFF;
  background-color: var(--link-color);
}

.woocommerce-page .woocommerce .woocommerce-cart-form table .actions .button:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce-page .woocommerce .cart-collaterals h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: var(--link-color);
  margin-bottom: 24px;
}

.woocommerce-page .woocommerce .cart-collaterals table {
  border-radius: 2px;
}

.woocommerce-page .woocommerce .cart-collaterals table th {
  font-size: 16px;
  padding: 16px;
  border-top: none;
  border-bottom: none;
  border-color: #f8f7f7;
  transition: 0.6s;
}

.woocommerce-page .woocommerce .cart-collaterals table td {
  font-size: 16px;
  padding: 16px;
  border-top: none;
  border-bottom: none;
  border-color: #f8f7f7;
  transition: 0.6s;
}

.woocommerce-page .woocommerce .cart-collaterals table .cart-subtotal th {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-page .woocommerce .cart-collaterals table .cart-subtotal td {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.1);
}

.woocommerce-page .woocommerce .cart-collaterals .wc-proceed-to-checkout {
  padding-bottom: 0;
}

.woocommerce-page .woocommerce .cart-collaterals .button {
  position: relative;
  overflow: hidden;
  background-color: var(--link-color);
  color: #FFFFFF;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  margin-bottom: 0;
}

.woocommerce-page .woocommerce .cart-collaterals .button::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.woocommerce-page .woocommerce .cart-collaterals .button:hover {
  color: #FFFFFF;
  background-color: var(--link-color);
}

.woocommerce-page .woocommerce .cart-collaterals .button:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

@media screen and (max-width: 767px) {
  .woocommerce-page .woocommerce .woocommerce-cart-form table tr:hover td {
    border-color: #f8f7f7;
  }

  .woocommerce-page .woocommerce .woocommerce-cart-form table .product-remove {
    padding: 25px 20px;
    display: flex;
    justify-content: flex-end;
  }

  .woocommerce-page .woocommerce .woocommerce-cart-form table .remove {
    margin-right: 15px;
  }

  .woocommerce-page .woocommerce .woocommerce-cart-form table .product-quantity {
    display: flex;
    align-items: center;
  }

  .woocommerce-page .woocommerce .woocommerce-cart-form table .product-quantity .quantity {
    margin-left: 10px;
  }

  .woocommerce-page .woocommerce .woocommerce-cart-form table .actions .coupon {
    text-align: left;
    padding-bottom: 10px;
  }

  .woocommerce-page .woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .woocommerce-page .woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
    padding: 12px 24px;
  }

  .woocommerce-page .woocommerce .woocommerce-cart-form table .actions .button {
    padding: 12px 24px;
  }

  .woocommerce-page .woocommerce .cart-collaterals .button {
    padding: 12px 24px;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce-page .woocommerce .woocommerce-cart-form table td {
    font-size: 14px;
  }

  .woocommerce-page .woocommerce .woocommerce-cart-form table .actions .coupon #coupon_code {
    width: 100%;
  }

  .woocommerce-page .woocommerce .woocommerce-cart-form table .actions .coupon button.button {
    width: 100%;
  }

  .woocommerce-page .woocommerce .cart-collaterals .cart_totals {
    padding: 16px;
  }

  .woocommerce-page .woocommerce .cart-collaterals .button {
    width: 100%;
  }
}

.woocommerce-page .woocommerce .woocommerce-form-coupon {
  background: #FFFFFF;
  font-size: 16px;
}

@media screen and (min-width: 451px) {
  .woocommerce-page .woocommerce .woocommerce-form-coupon .form-row-first,
  .woocommerce-page .woocommerce .woocommerce-form-coupon .form-row-last {
    width: calc(50% - 4.5px);
  }
}

.woocommerce-page .woocommerce .woocommerce-form-coupon input {
  border-radius: 3px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
  padding: 10px;
}

.woocommerce-page .woocommerce .woocommerce-form-coupon input:focus {
  border: 1px solid rgba(212, 27, 101, 0.5);
  box-shadow: none;
  outline: none;
}

.woocommerce-page .woocommerce .woocommerce-form-coupon .button {
  position: relative;
  overflow: hidden;
  background-color: var(--link-color);
  color: #FFFFFF;
  display: inline-block;
  padding: 12px;
  font-weight: 600;
}

.woocommerce-page .woocommerce .woocommerce-form-coupon .button::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.woocommerce-page .woocommerce .woocommerce-form-coupon .button:hover {
  color: #FFFFFF;
  background-color: var(--link-color);
}

.woocommerce-page .woocommerce .woocommerce-form-coupon .button:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce-page .woocommerce .woocommerce-checkout {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  font-size: 16px;
}

.woocommerce-page .woocommerce .woocommerce-checkout #customer_details {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce-page .woocommerce .woocommerce-checkout #customer_details .col-1 {
  width: 50%;
  max-width: 100%;
}

.woocommerce-page .woocommerce .woocommerce-checkout #customer_details .col-2 {
  width: 50%;
  max-width: 100%;
}

.woocommerce-page .woocommerce .woocommerce-checkout #customer_details input,
.woocommerce-page .woocommerce .woocommerce-checkout #customer_details textarea {
  border-radius: 3px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease;
  max-width: 100%;
  padding: 10px;
  outline: 0;
}

.woocommerce-page .woocommerce .woocommerce-checkout #customer_details input:focus,
.woocommerce-page .woocommerce .woocommerce-checkout #customer_details textarea:focus {
  border: 1px solid rgba(212, 27, 101, 0.5);
  box-shadow: none;
  outline: none;
}

.woocommerce-page .woocommerce .woocommerce-checkout h3 {
  margin-top: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  color: var(--heading-color, #333);
}

.woocommerce-page .woocommerce .woocommerce-checkout table {
  border: none;
  border-collapse: collapse;
}

.woocommerce-page .woocommerce .woocommerce-checkout table thead th {
  color: #FFFFFF;
  border: 1px solid var(--link-color);
  background: var(--link-color);
}

.woocommerce-page .woocommerce .woocommerce-checkout table tr:hover td {
  border-color: rgba(212, 27, 101, 0.5);
}

.woocommerce-page .woocommerce .woocommerce-checkout table th,
.woocommerce-page .woocommerce .woocommerce-checkout table td {
  transition: 0.6s;
  border-top: none;
  border-bottom: 1px solid;
  border-color: #f8f7f7;
  padding: 15px 20px;
}

.woocommerce-page .woocommerce .woocommerce-checkout table th {
  font-size: 14px;
  text-transform: uppercase;
  background: #FFFFFF;
  border: 1px solid #f8f7f7;
  border-left: none;
  border-right: none;
}

.woocommerce-page .woocommerce .woocommerce-checkout table td {
  border-left: none;
  border-right: none;
}

.woocommerce-page .woocommerce .woocommerce-checkout table td:first-child {
  padding-left: 0;
}

.woocommerce-page .woocommerce .woocommerce-checkout table tfoot tr:hover th {
  border-color: rgba(212, 27, 101, 0.5);
}

.woocommerce-page .woocommerce .woocommerce-checkout table tfoot .order-total th,
.woocommerce-page .woocommerce .woocommerce-checkout table tfoot .order-total td {
  color: var(--link-color);
}

.woocommerce-page .woocommerce .woocommerce-checkout table tfoot th {
  padding-left: 0;
  background: transparent;
}

.woocommerce-page .woocommerce .woocommerce-checkout #payment {
  background: #eee;
}

.woocommerce-page .woocommerce .woocommerce-checkout #payment .button {
  position: relative;
  overflow: hidden;
  background-color: var(--link-color);
  color: #FFFFFF;
  font-weight: 600;
  display: inline-block;
  padding: 15px;
}

.woocommerce-page .woocommerce .woocommerce-checkout #payment .button::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.woocommerce-page .woocommerce .woocommerce-checkout #payment .button:hover {
  color: #FFFFFF;
  background-color: var(--link-color);
}

.woocommerce-page .woocommerce .woocommerce-checkout #payment .button:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce-page .woocommerce .woocommerce-order {
  background: #fff;
  padding: 24px;
  border-radius: 3px;
  font-size: 16px;
}

.woocommerce-page .woocommerce .woocommerce-order .woocommerce-order-overview {
  padding-left: 0;
  margin-bottom: 20px;
}

.woocommerce-page .woocommerce .woocommerce-order .woocommerce-order-overview li {
  margin-bottom: 1em;
  font-size: 13px;
}

.woocommerce-page .woocommerce .woocommerce-order .woocommerce-order-overview li strong {
  font-size: 16px;
}

.woocommerce-page .woocommerce .woocommerce-order h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  color: var(--heading-color, #333);
  margin-bottom: 16px;
}

.woocommerce-page .woocommerce .woocommerce-order table {
  border-collapse: collapse;
  border: none;
}

.woocommerce-page .woocommerce .woocommerce-order table thead th {
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 1px solid var(--link-color);
  background: var(--link-color);
}

.woocommerce-page .woocommerce .woocommerce-order table tr:hover td {
  border-color: rgba(212, 27, 101, 0.5);
}

.woocommerce-page .woocommerce .woocommerce-order table th,
.woocommerce-page .woocommerce .woocommerce-order table td {
  transition: 0.6s;
  border-top: none;
  border-bottom: 1px solid;
  border-color: #f8f7f7;
  padding: 15px 20px;
}

.woocommerce-page .woocommerce .woocommerce-order table td:first-child {
  padding-left: 0;
}

.woocommerce-page .woocommerce .woocommerce-order table tfoot tr:hover th {
  border-color: rgba(212, 27, 101, 0.5);
}

.woocommerce-page .woocommerce .woocommerce-order table tfoot th {
  padding-left: 0;
}

.woocommerce-page .woocommerce .woocommerce-order .woocommerce-customer-details {
  margin-bottom: 0;
}

.woocommerce-page .woocommerce .woocommerce-order .woocommerce-customer-details address {
  padding: 12px;
}

@media screen and (max-width: 768px) {
  .woocommerce-page .woocommerce .woocommerce-checkout #customer_details .col-1 {
    width: 100%;
  }

  .woocommerce-page .woocommerce .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
  }

  .woocommerce-page .woocommerce .woocommerce-checkout table tr:hover td {
    border-color: #f8f7f7;
  }

  .woocommerce-page .woocommerce .woocommerce-checkout table tfoot tr:hover th {
    border-color: #f8f7f7;
  }

  .woocommerce-page .woocommerce .woocommerce-order table tr:hover td {
    border-color: #f8f7f7;
  }

  .woocommerce-page .woocommerce .woocommerce-order table tfoot tr:hover th {
    border-color: #f8f7f7;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce-page .woocommerce .woocommerce-form-coupon {
    padding: 16px;
  }

  .woocommerce-page .woocommerce .woocommerce-form-coupon .form-row {
    width: 100%;
  }

  .woocommerce-page .woocommerce .woocommerce-form-coupon .button {
    width: 100%;
  }

  .woocommerce-page .woocommerce .woocommerce-checkout #customer_details .form-row {
    width: 100%;
  }

  .woocommerce-page .woocommerce .woocommerce-order {
    padding: 20px 16px;
    font-size: 14px;
  }

  .woocommerce-page .woocommerce .woocommerce-order .woocommerce-order-overview li strong {
    font-size: 14px;
  }
}

.woocommerce-account .entry-content > .woocommerce {
  padding: 0;
  background: #FFFFFF;
  margin: 100px 0;
}

@media (max-width: 991.98px) {
  .woocommerce-account .entry-content > .woocommerce {
    margin: 60px 0;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-account .entry-content > .woocommerce {
    margin: 48px 0;
  }
}

.woocommerce-account.logged-in .entry-content > .woocommerce {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: flex;
}

@media (max-width: 767.98px) {
  .woocommerce-account.logged-in .entry-content > .woocommerce {
    flex-wrap: wrap;
  }
}

.woocommerce-page .woocommerce h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0px;
  color: var(--heading-color, #333);
}

@media screen and (max-width: 767px) {
  .woocommerce-page .woocommerce h2 {
    font-size: 32px;
    line-height: 46px;
  }
}

.woocommerce-page .woocommerce .lost_reset_password {
  background: #f8f7f5;
  padding: 20px;
  border-radius: 3px;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .woocommerce-page .woocommerce .lost_reset_password {
    padding: 16px;
  }
}

.woocommerce-page .woocommerce .lost_reset_password .button {
  padding: 12px 24px;
}

.woocommerce-page .woocommerce .woocommerce-form-login {
  background: #f8f7f5;
  font-size: 16px;
  margin: 30px 0 0 0;
  background: transparent;
  padding: 0 !important;
  width: 100%;
  border: none;
}

.woocommerce-page .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin-top: 6px;
}

.woocommerce-page .woocommerce .woocommerce-form-login p:last-child {
  margin-bottom: 0;
}

.woocommerce-page .woocommerce .woocommerce-form-login .button {
  padding: 12px 24px;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-navigation {
    padding: 0 !important;
  }
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
  }
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li {
  line-height: 36px;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li {
    width: 33.3333333333%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 575.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li {
    width: 50%;
  }
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: var(--heading-color, #111);
  background: #FFFFFF;
  padding: 16px 17px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li a {
    font-size: 13px;
    padding: 8px 12px;
  }
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li:hover a {
  background-color: var(--link-color);
  color: #fff;
}

@media (min-width: 768px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 767.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child) a {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content {
  padding: 32px 40px;
  font-size: 16px;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content a {
  box-shadow: 0px 1px 0px var(--link-color, #d41b65);
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-message {
  background: #f8f7f7;
  border-top-color: var(--link-color);
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
  margin-bottom: 1em;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content h3,
.woocommerce-page .woocommerce .woocommerce-MyAccount-content h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
  color: var(--heading-color, #333);
}

@media (max-width: 991.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content h3,
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content h2 {
    font-size: 24px !important;
    line-height: 115%;
  }
}

@media (max-width: 991.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content h3,
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content h2 {
    font-size: 20px !important;
  }
}

@media (max-width: 575.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content h3,
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content h2 {
    font-size: 18px !important;
  }
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content .button {
  padding: 12px 24px;
}

@media (max-width: 991.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content .button {
    margin-top: 10px;
    float: left;
  }
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content table.shop_table {
  margin-bottom: 16px;
  background: #FFFFFF;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content table.order_details {
  border-collapse: collapse;
  border: none;
  background: #fff;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content table.order_details thead th {
  color: #FFFFFF;
  font-size: 14px;
  text-transform: uppercase;
  background: var(--link-color);
  border: 1px solid var(--link-color);
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content table.order_details tr:hover td {
  border-color: rgba(212, 27, 101, 0.5);
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content table.order_details th {
  transition: 0.6s;
  border-top: none;
  border-bottom: 1px solid;
  border-color: #f8f7f7;
  padding: 16px 10px;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content table.order_details td {
  transition: 0.6s;
  border-top: none;
  border-bottom: 1px solid;
  border-color: #f8f7f7;
  padding: 16px 10px;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:hover th {
  border-color: rgba(212, 27, 101, 0.5);
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content table th {
  padding: 6px 10px;
  font-size: 14px;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content table td {
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 991.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    font-size: 24px;
    line-height: 115%;
  }
}

@media (max-width: 991.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    font-size: 20px;
  }
}

@media (max-width: 575.98px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
    font-size: 18px;
  }
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
  max-width: 100%;
  width: 50%;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  color: var(--heading-color, #333);
  margin-bottom: 10px;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .edit {
  position: relative;
  overflow: hidden;
  background-color: var(--link-color);
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 3px;
  display: inline-block;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .edit::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .edit:hover {
  color: #FFFFFF;
  background-color: var(--link-color);
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address .edit:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address address {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-radius: 5px;
}

.woocommerce-page .woocommerce .woocommerce-MyAccount-content address {
  padding: 12px;
}

.woocommerce-page .woocommerce form .form-row {
  padding: 3px 0;
}

.woocommerce-page .woocommerce form input {
  border-radius: 3px;
  border: 1px solid rgba(53, 53, 53, 0.1);
  transition: all 0.3s ease 0s;
  max-width: 100%;
  padding: 10px;
  height: auto;
}

.woocommerce-page .woocommerce form input:focus {
  border: 1px solid rgba(212, 27, 101, 0.5);
  box-shadow: none;
  outline: none;
}

.woocommerce-page .woocommerce form .show-password-input {
  right: 10px;
  top: 0;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-content table.order_details tr:hover td {
    border-color: #f8f7f7;
  }

  .woocommerce-page .woocommerce .woocommerce-MyAccount-content table.order_details tfoot tr:hover th {
    border-color: #f8f7f7;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce-page .woocommerce .woocommerce-MyAccount-navigation {
    padding: 20px 16px;
  }

  .woocommerce-page .woocommerce .woocommerce-MyAccount-content {
    padding: 30px 16px 20px;
    font-size: 14px;
  }

  .woocommerce-page .woocommerce .woocommerce-MyAccount-content h2 {
    font-size: 24px;
  }

  .woocommerce-page .woocommerce .woocommerce-MyAccount-content h3 {
    font-size: 24px;
  }

  .woocommerce-page .woocommerce form.login {
    padding: 16px;
  }

  .woocommerce-page .woocommerce form .form-row {
    width: 100%;
  }
}

.admin-bar .menu-mini-cart__container {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .admin-bar .menu-mini-cart__container {
    top: 46px;
  }
}

.menu-mini-cart__container {
  background-color: transparent;
  transform: scale(0);
  overflow: hidden;
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  transition: background-color 0.4s, transform 0s 0.4s;
  text-align: left;
}

.menu-mini-cart__container.active {
  background-color: rgba(0, 0, 0, 0.25);
  transform: scale(1);
  transition: background-color 0.4s, transform 0s;
}

.menu-mini-cart__container.active .menu-mini-cart__main {
  transform: translateX(0);
  opacity: 1;
}

.menu-mini-cart__container .menu-mini-cart__main {
  position: fixed;
  overflow: hidden;
  opacity: 0;
  left: auto;
  right: 0;
  transform: translateX(100%);
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: 14px;
  min-height: 200px;
  width: 360px;
  max-width: 100%;
  transition: 0.3s;
  padding: 20px 30px 20px 20px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-top: 0;
}

.menu-mini-cart__container .menu-cart__close-button {
  width: 24px;
  height: 24px;
  position: relative;
  margin: 0 0 20px;
  align-self: flex-end;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  transition: 0.3s;
}

.menu-mini-cart__container .menu-cart__close-button::after,
.menu-mini-cart__container .menu-cart__close-button::before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #69727d;
  border-radius: 1px;
  transition: 0.3s;
}

.menu-mini-cart__container .menu-cart__close-button::before {
  transform: rotate(45deg);
}

.menu-mini-cart__container .menu-cart__close-button::after {
  transform: rotate(-45deg);
}

.menu-mini-cart__container .menu-cart__close-button:hover::after,
.menu-mini-cart__container .menu-cart__close-button:hover::before {
  background: #333;
}

.menu-mini-cart__container .widget_shopping_cart_content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.menu-mini-cart__container .widget_shopping_cart_content .cart_list {
  max-height: calc(100vh - 250px);
  overflow: hidden;
  overflow-y: auto;
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px;
}

.menu-mini-cart__container .widget_shopping_cart_content .cart_list li {
  position: relative;
  display: block;
  padding: 0;
  margin-bottom: 12px;
}

.menu-mini-cart__container .widget_shopping_cart_content .cart_list li .remove {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff !important;
  border-radius: 0;
  background-color: transparent;
  font-size: 0;
}

.menu-mini-cart__container .widget_shopping_cart_content .cart_list li .remove .remove-icon {
  font-size: 16px;
}

.menu-mini-cart__container .widget_shopping_cart_content .cart_list li .remove svg {
  width: 1em;
  height: 1em;
}

.menu-mini-cart__container .widget_shopping_cart_content .cart_list li .remove:hover svg {
  fill: var(--link-color);
}

.menu-mini-cart__container .widget_shopping_cart_content .cart_list li a:not(.remove) {
  padding-right: 25px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  display: block;
  color: var(--heading-color, #333);
  transition: 0.3s ease;
}

.menu-mini-cart__container .widget_shopping_cart_content .cart_list li a:not(.remove):hover {
  color: var(--link-color);
}

.menu-mini-cart__container .widget_shopping_cart_content .cart_list li img {
  max-width: 56px;
  width: 100%;
  float: left;
  margin-right: 10px;
  margin-left: 0;
  border-radius: 2px;
}

.menu-mini-cart__container .widget_shopping_cart_content .cart_list li .quantity {
  display: block;
  margin-top: 6px;
  padding-left: 66px;
  font-weight: 500;
  color: var(--link-color, #d41b65);
}

.menu-mini-cart__container .widget_shopping_cart_content .woocommerce-mini-cart__total {
  border-top: 1px solid rgba(53, 53, 53, 0.1);
  padding-top: 16px;
  font-size: 16px;
}

.menu-mini-cart__container .widget_shopping_cart_content .woocommerce-mini-cart__total .amount {
  font-size: 18px;
  color: var(--link-color, #d41b65);
  float: right;
  font-weight: 600;
}

.menu-mini-cart__container .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}

.menu-mini-cart__container .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  position: relative;
  overflow: hidden;
  background: var(--link-color, #d41b65);
  color: #fff;
  display: block;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px;
  text-decoration: none;
  transition: 0.3s ease;
}

.menu-mini-cart__container .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button::after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 30px;
  z-index: 1;
}

.menu-mini-cart__container .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover {
  color: #FFFFFF;
  background-color: var(--link-color);
}

.menu-mini-cart__container .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:hover::after {
  left: 120%;
  transition: all 950ms cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes hvr-bob-float {
  100% {
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    transform: translateY(-8px);
  }

  50% {
    transform: translateY(-4px);
  }

  100% {
    transform: translateY(-8px);
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}

@keyframes be-animation-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }

  33.3% {
    transform: skew(10deg);
  }

  49.95% {
    transform: skew(-6deg);
  }

  66.6% {
    transform: skew(4deg);
  }

  83.25% {
    transform: skew(-2deg);
  }

  100% {
    transform: skew(0);
  }
}

@keyframes be-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes be-animation-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }

  33.3% {
    transform: skew(10deg);
  }

  49.95% {
    transform: skew(-6deg);
  }

  66.6% {
    transform: skew(4deg);
  }

  83.25% {
    transform: skew(-2deg);
  }

  100% {
    transform: skew(0);
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

