@import "../iconfont/style.css";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

.timeline {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.timeline *, .timeline :after, .timeline :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.timeline:not(.timeline--horizontal):before {
  background-color: #ddd;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}

.timeline__wrap {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.timeline__item {
  font-size: 16px;
  font-size: 1rem;
  padding: 0.625rem 2.5rem 0.625rem 0;
  position: relative;
  width: 50%;
  z-index: 2;
}

.timeline__item:after {
  background-color: #fff;
  border: 4px solid #ddd;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 20px;
  z-index: 1;
}

.timeline__item.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.timeline__item.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.timeline__item--left {
  left: 0;
}

.timeline__item--right {
  left: 50%;
  padding: 0.625rem 0 0.625rem 2.5rem;
}

.timeline__item--right:after {
  left: -10px;
}

.timeline__item--right .timeline__content:before {
  border-bottom: 10px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 10px solid transparent;
  left: -12px;
}

.timeline__item--right .timeline__content:after {
  border-bottom: 9px solid transparent;
  border-right: 11px solid #fff;
  border-left: none;
  border-top: 9px solid transparent;
  left: -10px;
}

.timeline__content {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #333;
  display: block;
  padding: 1.25rem;
  position: relative;
}

.timeline__content:after, .timeline__content:before {
  content: "";
  height: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 0;
}

.timeline__content:before {
  border-bottom: 10px solid transparent;
  border-left: 12px solid #ccc;
  border-top: 10px solid transparent;
  right: -12px;
  z-index: 1;
}

.timeline__content:after {
  border-bottom: 9px solid transparent;
  border-left: 11px solid #fff;
  border-top: 9px solid transparent;
  right: -10px;
  z-index: 2;
}

.timeline__content h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.625rem;
}

.timeline__content p {
  font-size: 0.9375rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.timeline--horizontal {
  font-size: 0;
  padding: 0 3.125rem;
  overflow: hidden;
  white-space: nowrap;
}

.timeline--horizontal .timeline-divider {
  background-color: #ddd;
  display: block;
  height: 4px;
  left: 40px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  z-index: 1;
}

.timeline--horizontal .timeline__items {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  will-change: transform;
}

.timeline--horizontal .timeline__item {
  display: inline-block;
  left: 0;
  padding: 0 0 2.5rem;
  position: relative;
  -webkit-transition: none;
  transition: none;
  vertical-align: top;
  white-space: normal;
}

.timeline--horizontal .timeline__item:after {
  left: 50%;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 100%;
}

.timeline--horizontal .timeline__item .timeline__item__inner {
  display: table;
  height: 100%;
  width: 100%;
}

.timeline--horizontal .timeline__item .timeline__content__wrap {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.timeline--horizontal .timeline__item .timeline__content:before {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #ccc;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}

.timeline--horizontal .timeline__item .timeline__content:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
}

.timeline--horizontal .timeline__item--bottom {
  padding: 2.5rem 0 0;
}

.timeline--horizontal .timeline__item--bottom:after {
  top: 0;
}

.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
  vertical-align: top;
}

.timeline--horizontal .timeline__item--bottom .timeline__content:before {
  border-bottom: 12px solid #ccc;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}

.timeline--horizontal .timeline__item--bottom .timeline__content:after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
  bottom: 100%;
  top: auto;
}

.timeline-nav-button {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 40px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 40px;
  z-index: 10;
}

.timeline-nav-button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.timeline-nav-button:before {
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  width: 8px;
}

.timeline-nav-button--prev {
  left: 0;
}

.timeline-nav-button--prev:before {
  background-image: url(../images/arrow-left.html);
}

.timeline-nav-button--next {
  right: 0;
}

.timeline-nav-button--next:before {
  background-image: url(../images/arrow-right.html);
}

.timeline--mobile {
  padding: 0;
}

.timeline--mobile:before {
  left: 10px !important;
  margin: 0 !important;
}

.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}

.timeline--mobile .timeline__item:after {
  left: 2px;
  margin: 0;
}

.timeline--mobile .timeline__item .timeline__content:before {
  left: -12px;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ccc;
  border-left: none;
  border-top: 12px solid transparent;
}

.timeline--mobile .timeline__item .timeline__content:after {
  left: -10px;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-left: none;
  border-top: 10px solid transparent;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 70px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
@keyframes liftUp {
  0% {
    top: 0;
  }
  100% {
    top: -15px;
  }
}
.block-banner.wowo .image-box::after, .block-banner.wowo::before, header .container .navbar-brand.wowo .image-box::after, header .container .navbar-brand.wowo::before, .block-banner.wowo .image-box span, header .container .navbar-brand.wowo .image-box span, .block-text-image .container .list-box-slider .slider-list:not(.animated) .content .text-box h2,
.block-text-image .container .list-box-slider .slider-list:not(.animated) .content .text-box p,
.block-text-image .container .list-box-slider .slider-list:not(.animated) .content .text-box .button-box, .block-banner.wowo .logo-box,
.block-banner.wowo h2,
.block-banner.wowo p,
.block-banner.wowo .button-box, header .container .navbar-brand.wowo h1,
header .container .navbar-brand.wowo h2,
header .container .navbar-brand.wowo p,
header .container .navbar-brand.wowo .button-box {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block-text-image .container .list-box-slider .slider-list:not(.animated) .content .text-box h2,
.block-text-image .container .list-box-slider .slider-list:not(.animated) .content .text-box p,
.block-text-image .container .list-box-slider .slider-list:not(.animated) .content .text-box .button-box, .block-banner.wowo .logo-box,
.block-banner.wowo h2,
.block-banner.wowo p,
.block-banner.wowo .button-box, header .container .navbar-brand.wowo h1,
header .container .navbar-brand.wowo h2,
header .container .navbar-brand.wowo p,
header .container .navbar-brand.wowo .button-box {
  -webkit-transform: translate3d(0, 30px, 0);
          transform: translate3d(0, 30px, 0);
}

.block-banner.wowo .image-box span, header .container .navbar-brand.wowo .image-box span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.block-banner.wowo.animated .image-box::after, .block-banner.wowo.animated::before, header .container .navbar-brand.wowo.animated .image-box::after, header .container .navbar-brand.wowo.animated::before, .block-banner.wowo.animated .image-box span, header .container .navbar-brand.wowo.animated .image-box span, .block-text-image .container .list-box-slider .slider-list.animated .content .text-box h2,
.block-text-image .container .list-box-slider .slider-list.animated .content .text-box p,
.block-text-image .container .list-box-slider .slider-list.animated .content .text-box .button-box, .block-banner.wowo.animated .logo-box,
.block-banner.wowo.animated h2,
.block-banner.wowo.animated p,
.block-banner.wowo.animated .button-box, header .container .navbar-brand.wowo.animated h1,
header .container .navbar-brand.wowo.animated h2,
header .container .navbar-brand.wowo.animated p,
header .container .navbar-brand.wowo.animated .button-box {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1);
  transition: opacity 1s ease-in-out, -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1);
  transition: opacity 1s ease-in-out, transform 1s cubic-bezier(0, 1, 0.75, 1);
  transition: opacity 1s ease-in-out, transform 1s cubic-bezier(0, 1, 0.75, 1), -webkit-transform 1s cubic-bezier(0, 1, 0.75, 1);
}

.block-text-image .container .list-box-slider .slider-list.animated .content .text-box h2,
.block-text-image .container .list-box-slider .slider-list.animated .content .text-box p,
.block-text-image .container .list-box-slider .slider-list.animated .content .text-box .button-box, .block-banner.wowo.animated .logo-box,
.block-banner.wowo.animated h2,
.block-banner.wowo.animated p,
.block-banner.wowo.animated .button-box, header .container .navbar-brand.wowo.animated h1,
header .container .navbar-brand.wowo.animated h2,
header .container .navbar-brand.wowo.animated p,
header .container .navbar-brand.wowo.animated .button-box {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.block-banner.wowo.animated .image-box span, header .container .navbar-brand.wowo.animated .image-box span {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

html.show-c .wowo {
  opacity: 0;
}
html.show-c .wowo.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}
html .wowo {
  opacity: 0;
}
html .wowo.animated {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  visibility: visible;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInBigUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-30%, 0, 0);
            transform: translate3d(-30%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
            transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0) scale(1.2);
            transform: translate(0, 0) scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.bounceIn.animated {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.fadeIn.animated {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeInUp.animated {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.fadeInBigUp.animated {
  -webkit-animation-name: fadeInBigUp;
          animation-name: fadeInBigUp;
}

.fadeInDown.animated {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.zoomOut.animated {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-in-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-in-6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-in-7 {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.delay-in-8 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-in-9 {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.delay-in-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-in-11 {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.delay-in-12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-in-13 {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.delay-in-14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-in-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-in-16 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay-in-17 {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.delay-in-18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-in-19 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.delay-in-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes bounce {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@-webkit-keyframes spiner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spiner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes transColor {
  0% {
    color: #524f4f;
  }
  50% {
    color: #a79a8d;
  }
  to {
    color: #524f4f;
  }
}
@keyframes transColor {
  0% {
    color: #524f4f;
  }
  50% {
    color: #a79a8d;
  }
  to {
    color: #524f4f;
  }
}
.wowo.anim-scroll {
  opacity: 0;
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}
.wowo.anim-scroll.animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.wowo.is-delay-nth .anim-scroll {
  opacity: 0;
  -webkit-transform: translate3d(0, 2.5rem, 0);
          transform: translate3d(0, 2.5rem, 0);
}
.wowo.is-delay-nth.animated .anim-scroll {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(4) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(5) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(7) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(8) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(9) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(10) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(11) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(12) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(13) {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(14) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(15) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(16) {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(17) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(18) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(19) {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.wowo.is-delay-nth.animated .anim-scroll:nth-child(20) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
.wowo.is-delay-nth.animated .anim-scroll.delay-anim-20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.delay-in-1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.delay-in-2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-in-3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-in-4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-in-5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

p a {
  text-decoration: underline !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: transparent !important;
}
p a:hover {
  color: #00AFA8;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

strong {
  font-weight: 600;
}

.container {
  max-width: 1500px;
  padding: 0 90px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .container {
    padding: 0 60px;
  }
}
@media (max-width: 991.98px) {
  .container {
    padding: 0 45px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding: 0 35px;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding: 0 30px;
  }
}

.img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body,
html {
  overflow: auto;
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}
body.hidden,
html.hidden {
  overflow: hidden;
}
body.hidden .block-banner:before,
html.hidden .block-banner:before {
  z-index: 998;
}
body.hidden header.is-sticky .navbar-brand,
html.hidden header.is-sticky .navbar-brand {
  width: 187px !important;
  height: 93px !important;
}
@media (max-width: 575.98px) {
  body.hidden header.is-sticky .navbar-brand,
  html.hidden header.is-sticky .navbar-brand {
    width: 138px !important;
    height: 73.57px !important;
  }
}
body.hidden header .container .navbar-brand h1 img:first-child,
html.hidden header .container .navbar-brand h1 img:first-child {
  opacity: 0;
}
body.hidden header .container .navbar-brand h1 img:last-child,
html.hidden header .container .navbar-brand h1 img:last-child {
  opacity: 1;
}
body.hidden header.is-foundation.is-sticky .navbar-brand,
html.hidden header.is-foundation.is-sticky .navbar-brand {
  width: 187px !important;
  height: 93px !important;
}
@media (max-width: 575.98px) {
  body.hidden header.is-foundation.is-sticky .navbar-brand,
  html.hidden header.is-foundation.is-sticky .navbar-brand {
    width: 138px !important;
    height: 91.508px !important;
  }
}

.privacy-policy .navbar {
  padding: 35px 0 25px;
  background: #28324D;
}
@media (max-width: 1199.98px) {
  .privacy-policy .navbar {
    padding: 30px 0 20px !important;
  }
}
@media (max-width: 575.98px) {
  .privacy-policy .navbar {
    padding: 20px 0 10px !important;
  }
}
.privacy-policy .navbar h1 {
  padding-bottom: 0;
}
.privacy-policy .navbar li {
  list-style: none;
}
@media (max-width: 575.98px) {
  .privacy-policy .navbar .navbar-toggler {
    margin-top: -4px;
  }
}
.privacy-policy .navbar .container .navbar-brand {
  width: 145px;
  height: 72.5px;
}
@media (max-width: 575.98px) {
  .privacy-policy .navbar .container .navbar-brand {
    margin-top: 0px;
    width: 88px !important;
    height: auto;
  }
}
.privacy-policy h1 {
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .privacy-policy h1 {
    font-size: 35px;
  }
}
.privacy-policy h2 {
  font-size: 31px;
}
@media (max-width: 767.98px) {
  .privacy-policy h2 {
    font-size: 24px;
  }
}
.privacy-policy h3 {
  font-size: 22px;
}
@media (max-width: 767.98px) {
  .privacy-policy h3 {
    font-size: 20px;
  }
}
.privacy-policy h4 {
  font-size: 20px;
}
.privacy-policy h5 {
  font-size: 18px;
}
.privacy-policy h6 {
  font-size: 16px;
}
.privacy-policy ul {
  padding-left: 25px;
}
.privacy-policy ul li {
  list-style: disc;
}
.privacy-policy ol {
  padding-left: 25px;
}
.privacy-policy ol li {
  list-style: auto;
}
.privacy-policy ul,
.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5,
.privacy-policy h6,
.privacy-policy p,
.privacy-policy blockquote,
.privacy-policy cite,
.privacy-policy ol {
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
}
.privacy-policy header {
  background: #28324D;
}
.privacy-policy .block-gutenberg {
  padding: 238px 0 100px;
}
@media (max-width: 1199.98px) {
  .privacy-policy .block-gutenberg {
    padding: 182.5px 0 70px;
  }
}
@media (max-width: 575.98px) {
  .privacy-policy .block-gutenberg {
    padding-top: 141.75px;
  }
}

.block-gutenberg {
  padding: 238px 0 75px;
}
@media (max-width: 1199.98px) {
  .block-gutenberg {
    padding: 182.5px 0 45px;
  }
}
@media (max-width: 575.98px) {
  .block-gutenberg {
    padding-top: 141.75px;
  }
}
.block-gutenberg p a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  padding-bottom: 16px;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .block-gutenberg p a {
    font-size: 15px;
    padding-bottom: 14px;
    line-height: 1.61;
  }
}
.block-gutenberg p a:hover {
  color: #00AFA8;
}
.block-gutenberg h1 {
  font-size: 40px;
  font-family: "Prata";
  font-style: normal;
  padding-bottom: 50px !important;
}
@media (max-width: 767.98px) {
  .block-gutenberg h1 {
    font-size: 35px;
  }
}
.block-gutenberg h2 {
  font-size: 31px;
  font-family: "Prata";
  font-style: normal;
}
@media (max-width: 767.98px) {
  .block-gutenberg h2 {
    font-size: 24px;
  }
}
.block-gutenberg h3 {
  font-size: 22px;
  font-family: "Prata";
  font-style: normal;
}
@media (max-width: 767.98px) {
  .block-gutenberg h3 {
    font-size: 20px;
  }
}
.block-gutenberg h4 {
  font-size: 20px;
  font-family: "Prata";
  font-style: normal;
}
.block-gutenberg h5 {
  font-size: 18px;
  font-family: "Prata";
  font-style: normal;
}
.block-gutenberg h6 {
  font-size: 16px;
  font-family: "Prata";
  font-style: normal;
}
.block-gutenberg ul,
.block-gutenberg h1,
.block-gutenberg h2,
.block-gutenberg h3,
.block-gutenberg h4,
.block-gutenberg h5,
.block-gutenberg h6,
.block-gutenberg p,
.block-gutenberg blockquote,
.block-gutenberg cite,
.block-gutenberg ol {
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
}
.block-gutenberg ul {
  padding-left: 11px;
}
.block-gutenberg ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  padding-bottom: 0;
  list-style: none;
  position: relative;
  padding-left: 13px;
}
.block-gutenberg ul li ul {
  padding-bottom: 0;
}
.block-gutenberg ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 10px;
}
.block-gutenberg ol {
  padding-left: 25px;
}
.block-gutenberg ol li {
  list-style: auto;
  position: relative;
  font-size: 16px;
}
.block-gutenberg ol li ol {
  padding-bottom: 0;
}
.block-gutenberg a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  padding-bottom: 0px;
  text-decoration: underline;
  cursor: pointer;
}
.block-gutenberg a:hover {
  color: #00AFA8;
}
.block-gutenberg p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  padding-bottom: 16px;
}
.block-gutenberg li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.625;
  color: #000000;
}
.block-gutenberg figure {
  padding: 0 0 25px 0;
  margin-bottom: 0;
}
.block-gutenberg cite {
  font-size: 16px;
  font-family: "Poppins";
  font-style: normal;
}
.block-gutenberg blockquote {
  text-align: left;
  border-left: 6px solid;
  padding-left: 24px;
  margin: 40px 0;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .block-gutenberg blockquote {
    margin: 24px 0;
  }
}
.block-gutenberg .wp-block-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-gutenberg .wp-block-pullquote {
  padding-bottom: 0;
}
.block-gutenberg .wp-block-pullquote blockquote {
  text-align: center;
  max-width: 600px;
  margin: 0px auto;
  padding: 40px 0;
  border-top: 3px solid #28324D;
  border-bottom: 3px solid #28324D;
  border-left: none;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .block-gutenberg .wp-block-pullquote blockquote {
    padding: 24px 0;
  }
}
.block-gutenberg .wp-block-image {
  margin: 40px 0;
}
@media (max-width: 575.98px) {
  .block-gutenberg .wp-block-image {
    margin: 24px 0;
  }
}
.block-gutenberg .wp-block-image .wp-element-caption {
  margin: 0;
  padding-top: 17px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5385;
  color: #000000;
}
.block-gutenberg .wp-block-columns {
  margin: 40px 0;
}
@media (max-width: 575.98px) {
  .block-gutenberg .wp-block-columns {
    margin: 24px 0;
  }
}

.block-gutenberg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  z-index: 1001;
  background: -webkit-gradient(linear, left top, left bottom, from(#00AFA8), to(#0090D4));
  background: linear-gradient(180deg, #00AFA8 0%, #0090D4 100%);
  position: fixed;
  top: 0;
}

.page-id-289 header {
  padding: 35px 0 25px;
  background: #28324D;
}
@media (max-width: 1199.98px) {
  .page-id-289 header {
    padding: 30px 0 20px !important;
  }
}
@media (max-width: 575.98px) {
  .page-id-289 header {
    padding: 20px 0 10px !important;
  }
}
@media (max-width: 575.98px) {
  .page-id-289 header .navbar-toggler {
    margin-top: -4px;
  }
}
.page-id-289 header .container .navbar-brand {
  width: 145px;
  height: 72.5px;
}
@media (max-width: 575.98px) {
  .page-id-289 header .container .navbar-brand {
    margin-top: 0px;
    width: 88px !important;
    height: auto;
  }
}
.page-id-289 .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  padding-top: 15px;
  background: transparent;
  color: #000;
  position: static;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .page-id-289 .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    padding-top: 17px;
  }
}
.page-id-289 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  padding-bottom: 25;
}
@media (max-width: 991.98px) {
  .page-id-289 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(50% - 16px);
  }
}
@media (max-width: 767.98px) {
  .page-id-289 .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .page-id-289 .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    padding: 0;
  }
}
.page-id-289 figure.wp-block-gallery.has-nested-images {
  padding-bottom: 0;
}
.page-id-289 .wp-block-buttons .wp-block-button__link {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1579em;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 15px 10px;
  background-color: transparent;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .page-id-289 .wp-block-buttons .wp-block-button__link {
    font-size: 15px;
  }
}
.page-id-289 .wp-block-buttons .wp-block-button {
  position: relative;
}
.page-id-289 .wp-block-buttons .wp-block-button:hover:before {
  opacity: 0;
}
.page-id-289 .wp-block-buttons .wp-block-button:hover:after {
  opacity: 1;
}
.page-id-289 .wp-block-buttons .wp-block-button:hover a {
  color: #000;
}
.page-id-289 .wp-block-buttons .wp-block-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 100%);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-id-289 .wp-block-buttons .wp-block-button:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.page-id-289 .wp-block-buttons {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0px;
  margin: 15px 0 40px;
}
@media (max-width: 1199.98px) {
  .page-id-289 .wp-block-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}
@media (max-width: 575.98px) {
  .page-id-289 .wp-block-buttons {
    margin: 0px 0 24px;
  }
}
.page-id-289 .wp-block-media-text {
  margin: 40px 0;
}
@media (max-width: 991.98px) {
  .page-id-289 .wp-block-media-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 575.98px) {
  .page-id-289 .wp-block-media-text {
    margin: 24px 0;
  }
}
@media (max-width: 991.98px) {
  .page-id-289 .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .page-id-289 .wp-block-media-text .wp-block-media-text__media {
    -ms-flex-item-align: left;
        -ms-grid-row-align: left;
        align-self: left;
  }
}

.wp-block-column a {
  text-decoration: underline;
}
.wp-block-column a:hover {
  color: #00AFA8;
}

.wp-block-buttons {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.grecaptcha-badge {
  display: none;
}

header {
  position: fixed;
  top: 0;
  max-width: 100%;
  width: 100%;
  z-index: 999;
  padding: 86px 0 88px;
  background-color: transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199.98px) {
  header {
    padding: 50px 0;
  }
}
@media (max-width: 575.98px) {
  header {
    padding: 30px 0;
  }
}
header .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .container .navbar-brand {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1001;
  width: 187px;
  height: 93px;
  position: relative;
}
@media (max-width: 991.98px) {
  header .container .navbar-brand {
    width: 150px !important;
    height: 74.59px;
  }
}
@media (max-width: 575.98px) {
  header .container .navbar-brand {
    width: 138px !important;
    height: 73.57px;
  }
}
header .container .navbar-brand h1 {
  margin: 0;
  font-size: 0px;
}
header .container .navbar-brand h1 img:first-child {
  opacity: 1;
}
header .container .navbar-brand h1 img:last-child {
  opacity: 0;
}
header .container .navbar-brand img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
header .container .navbar-brand.wowo.animated h1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
header .container .navbar-brand.wowo.animated h2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
header .container .navbar-brand.wowo.animated p {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
header .container .navbar-brand.wowo.animated .button-box {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
header .container .navbar-menu {
  position: fixed;
  left: 0;
  top: -200%;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transition: top 0.8s ease;
  transition: top 0.8s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 100%);
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  text-align: left;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 208px 0px 125px;
  overflow-y: auto;
}
@media (max-width: 991.98px) {
  header .container .navbar-menu {
    padding: 145px 0 25px;
  }
}
@media (max-width: 767.98px) {
  header .container .navbar-menu {
    padding-bottom: 4px;
  }
}
@media (max-width: 767.98px) and (min-height: 950px) {
  header .container .navbar-menu {
    padding-bottom: 0px !important;
  }
}
@media (max-width: 575.98px) and (min-height: 950px) {
  header .container .navbar-menu {
    padding-bottom: 0px !important;
  }
}
header .container .navbar-menu nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 900;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 90px;
}
@media (max-width: 1199.98px) {
  header .container .navbar-menu nav {
    padding: 0 60px;
  }
}
@media (max-width: 991.98px) {
  header .container .navbar-menu nav {
    padding: 0 45px;
  }
}
@media (max-width: 767.98px) {
  header .container .navbar-menu nav {
    padding: 0 35px;
  }
}
@media (max-width: 575.98px) {
  header .container .navbar-menu nav {
    padding: 0 30px;
  }
}
header .container .navbar-menu ul {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
header .container .navbar-menu ul::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991.98px) {
  header .container .navbar-menu ul {
    padding-bottom: 23px;
  }
}
@media (max-width: 767.98px) {
  header .container .navbar-menu ul {
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  header .container .navbar-menu ul {
    padding-bottom: 5px;
  }
}
header .container .navbar-menu ul li {
  padding: 22px 0;
  position: relative;
}
@media (max-width: 575.98px) {
  header .container .navbar-menu ul li {
    padding: 16px 0;
  }
}
header .container .navbar-menu ul li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  font-family: "Prata", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38.5px;
  line-height: 1.351;
  color: #ffffff;
  opacity: 1;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-block;
}
header .container .navbar-menu ul li a:hover {
  opacity: 0.7;
}
header .container .navbar-menu ul li a:focus, header .container .navbar-menu ul li a:active {
  opacity: 1;
}
@media (max-width: 991.98px) {
  header .container .navbar-menu ul li a {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  header .container .navbar-menu ul li a {
    font-size: 30px;
  }
}
@media (max-width: 575.98px) {
  header .container .navbar-menu ul li a {
    font-size: 28px;
  }
}
header .container .navbar-menu ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .container .navbar-menu ul li .sub-menu {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  display: none;
}
header .container .navbar-menu ul li .sub-menu li {
  padding: 0;
}
header .container .navbar-menu ul li .sub-menu li a {
  color: #FFF;
  font-size: 24px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  line-height: 161%;
}
@media (max-width: 767.98px) {
  header .container .navbar-menu ul li .sub-menu li a {
    font-size: 17px;
  }
}
header .container .navbar-menu ul li .sub-menu li:first-child {
  padding-bottom: 10px;
}
header .container .navbar-menu ul li.menu-child-open > a:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
header .container .navbar-menu ul li.menu-child-open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
header .container .navbar-menu ul .menu-item-has-children:after {
  content: "\e905";
  font-family: "icomoon";
  font-size: 29px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 246px;
  top: 33px;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  header .container .navbar-menu ul .menu-item-has-children:after {
    left: 184px;
    top: 26px;
  }
}
@media (max-width: 575.98px) {
  header .container .navbar-menu ul .menu-item-has-children:after {
    top: 23px;
    font-size: 22px;
    left: 187px;
  }
}
header .container .navbar-menu ul .menu-item-has-children > a:before {
  font-family: "icomoon";
  font-size: 29px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: -62px;
  top: 3px;
}
@media (max-width: 575.98px) {
  header .container .navbar-menu ul .menu-item-has-children > a:before {
    right: -35px;
    top: 2px;
    font-size: 22px;
  }
}
header .container .navbar-menu ul .menu-item-has-children > a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .container .navbar-menu ul .menu-item-has-children > a:before {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .container .navbar-menu ul .menu-item-has-children:hover:after {
  opacity: 0.7;
}
header .container .navbar-menu.open {
  left: 0;
  top: 0;
  padding: 208px 0px 125px;
}
@media (max-width: 991.98px) {
  header .container .navbar-menu.open {
    padding: 145px 0 25px;
  }
}
@media (max-height: 950px) and (min-width: 991.98px) {
  header .container .navbar-menu.open {
    padding-bottom: 58px;
  }
}
@media (max-height: 950px) and (max-width: 991.98px) {
  header .container .navbar-menu.open {
    padding-bottom: 0px;
  }
}
header .container .navbar-menu .navbar-brand {
  width: 187px;
  height: auto;
  position: absolute;
  left: 204px;
  top: 88px;
  margin-left: -5px;
  z-index: 6;
  padding: 0;
  display: none;
}
@media (max-width: 1400px) {
  header .container .navbar-menu .navbar-brand {
    top: 44px !important;
  }
}
@media (max-width: 991.98px) {
  header .container .navbar-menu .navbar-brand {
    left: 45px !important;
  }
}
@media (max-width: 767.98px) {
  header .container .navbar-menu .navbar-brand {
    left: 35px !important;
  }
}
@media (max-width: 575.98px) {
  header .container .navbar-menu .navbar-brand {
    left: 30px !important;
    top: 20px !important;
  }
}
header .container .navbar-menu .navbar-toggler {
  position: absolute;
  top: 134px;
  right: 213px;
  z-index: 6;
  display: none;
}
@media (max-width: 1400px) {
  header .container .navbar-menu .navbar-toggler {
    top: 92px;
  }
}
@media (max-width: 575.98px) {
  header .container .navbar-menu .navbar-toggler {
    top: 61px;
  }
}
header .container .navbar-menu .navbar-toggler span:first-child {
  width: 31px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .container .navbar-menu .navbar-toggler span:last-child {
  top: 0;
  width: 31px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .container .navbar-menu .navbar-toggler:hover span:first-child {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
header .container .navbar-menu .navbar-toggler:hover span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
header .container .header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
header .container .header-bg .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
header.is-sticky {
  padding: 30px 0 35px;
  background: #28324D;
}
@media (max-width: 1199.98px) {
  header.is-sticky {
    padding: 25px 0 30px !important;
  }
}
@media (max-width: 575.98px) {
  header.is-sticky {
    padding: 21px 0 !important;
  }
}
header.is-sticky .container .navbar-brand {
  width: 145px;
  height: 72.5px;
}
@media (max-width: 575.98px) {
  header.is-sticky .container .navbar-brand {
    margin-top: 0px;
    width: 95px !important;
    height: 47.23px;
  }
}

.navbar-toggler {
  position: absolute;
  right: 96px;
  top: calc(50% - 4px);
  width: 31px;
  height: 14px;
  cursor: pointer;
  visibility: visible !important;
  background-color: transparent;
  border: none;
  padding: 10px;
  margin-top: -1px;
  z-index: 1001;
}
@media (max-width: 991.98px) {
  .navbar-toggler {
    right: 45px !important;
    margin-top: -2px;
  }
}
@media (max-width: 767.98px) {
  .navbar-toggler {
    right: 35px !important;
  }
}
@media (max-width: 575.98px) {
  .navbar-toggler {
    right: 30px !important;
    margin-top: -3px;
  }
}
.navbar-toggler span {
  position: absolute;
  right: 0;
  width: 31px;
  height: 2px;
  display: block;
  border-radius: 3px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler span:first-child {
  top: 0;
  margin-top: 5px;
}
.navbar-toggler span:nth-child(2) {
  height: 0;
  opacity: 0;
  width: 15.5px;
  top: 10px;
}
.navbar-toggler span:last-child {
  width: 15.5px;
  top: 15px;
}
.navbar-toggler.open {
  margin-top: 5px !important;
}
.navbar-toggler.open span:first-child {
  width: 31px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: -5px;
}
.navbar-toggler.open span:last-child {
  top: 0;
  width: 31px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler.open:hover span:first-child {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.navbar-toggler.open:hover span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 767.98px) {
  .container > .navbar-toggler:not(.open):hover span:first-child {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  .container > .navbar-toggler:not(.open):hover span:nth-child(2) {
    height: 2px;
    opacity: 1;
  }
  .container > .navbar-toggler:not(.open):hover span:last-child {
    width: 31px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@media (max-width: 575.98px) {
  .is-foundation .navbar-toggler {
    margin-top: -2px;
  }
}

.is-foundation .container .navbar-brand {
  height: 124px;
}
@media (max-width: 991.98px) {
  .is-foundation .container .navbar-brand {
    height: 99.45px;
  }
}
@media (max-width: 575.98px) {
  .is-foundation .container .navbar-brand {
    width: 138px;
    height: 91.508px;
  }
}
.is-foundation.is-sticky .container .navbar-brand {
  width: 145px;
  height: auto;
}

header.is-foundation.is-sticky {
  padding: 20px 0 24px !important;
}
@media (max-width: 1199.98px) {
  header.is-foundation.is-sticky {
    padding: 20px 0 !important;
  }
}
@media (max-width: 575.98px) {
  header.is-foundation.is-sticky {
    padding: 20px 0 18px !important;
  }
}
header.is-foundation.is-sticky .container .navbar-brand {
  width: 132px !important;
  height: 87.52px;
}
@media (max-width: 575.98px) {
  header.is-foundation.is-sticky .container .navbar-brand {
    width: 78px !important;
    height: 71.72px;
  }
}

footer {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 100%);
  padding: 91px 0 61px;
}
@media (max-width: 575.98px) {
  footer {
    padding: 50px 0 20px;
  }
}
footer .footer__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.3;
}
footer .footer__bg-image span {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  display: block;
}
footer .footer__upper {
  position: relative;
  z-index: 6;
}
@media (max-width: 575.98px) {
  footer .footer__upper {
    border-bottom: 1px solid #ffffff;
  }
}
footer .footer__upper .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  footer .footer__upper .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  footer .footer__upper .container .footer__logo {
    padding-bottom: 32px;
  }
}
footer .footer__upper .container .footer__logo img {
  width: 150px;
  height: auto;
}
footer .footer__upper .container .footer__contact {
  padding-left: 86px;
  padding-bottom: 52px;
}
@media (max-width: 767.98px) {
  footer .footer__upper .container .footer__contact {
    padding-left: 1px;
    padding-bottom: 34px;
  }
}
footer .footer__upper .container .footer__contact p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 161%;
  color: #ffffff;
  padding-bottom: 8px;
}
@media (max-width: 575.98px) {
  footer .footer__upper .container .footer__contact p {
    font-size: 16px;
    padding-bottom: 0;
  }
}
footer .footer__upper .container .footer__contact p a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 161%;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  text-decoration: none !important;
}
@media (max-width: 575.98px) {
  footer .footer__upper .container .footer__contact p a {
    font-size: 16px;
  }
}
footer .footer__upper .container .footer__contact p a:hover {
  opacity: 0.7;
}
footer .footer__upper .container .footer__contact p a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer__upper .container .footer__info {
  width: 100%;
  padding-bottom: 60px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 575.98px) {
  footer .footer__upper .container .footer__info {
    border-bottom: none;
  }
}
footer .footer__upper .container .footer__info p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  footer .footer__upper .container .footer__info p {
    font-size: 15px;
  }
}
footer .footer__down {
  position: relative;
  z-index: 6;
  padding-top: 23px;
}
@media (max-width: 575.98px) {
  footer .footer__down {
    padding-top: 20px;
  }
}
footer .footer__down .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 575.98px) {
  footer .footer__down .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer .footer__down .container .footer__site-by p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  footer .footer__down .container .footer__site-by p {
    font-size: 14px;
  }
}
footer .footer__down .container .footer__site-by p a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-decoration: none !important;
}
@media (max-width: 575.98px) {
  footer .footer__down .container .footer__site-by p a {
    font-size: 14px;
  }
}
footer .footer__down .container .footer__site-by p a:hover {
  opacity: 0.7;
}
footer .footer__down .container .footer__site-by p a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer__down .container .footer__links {
  position: relative;
  text-wrap: nowrap;
  white-space: nowrap;
}
footer .footer__down .container .footer__links a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 161%;
  text-align: right;
  color: #ffffff;
  position: relative;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-wrap: nowrap;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  footer .footer__down .container .footer__links a {
    font-size: 14px;
  }
}
footer .footer__down .container .footer__links a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .footer__down .container .footer__links a:hover:before {
  opacity: 1 !important;
}
footer .footer__down .container .footer__links a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .footer__down .container .footer__links a:last-child {
  margin-left: 24px;
}
footer .footer__down .container .footer__links a:last-child::before {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  display: block;
  top: 3px;
  left: -15px;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  footer .footer__down .container .footer__links a:last-child::before {
    height: 11px;
    top: 5px;
  }
}

.block-banner {
  padding: 0;
  height: 469px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.block-banner > span {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}
@media (max-width: 1199.98px) {
  .block-banner {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .block-banner {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .block-banner {
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  .block-banner {
    height: 229.5px;
  }
}
.block-banner .container {
  position: relative;
  z-index: 2;
}
.block-banner .container h2 {
  font-family: "Prata", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38.5px;
  line-height: 1.351;
  color: #ffffff;
  padding-bottom: 38px;
}
@media (max-width: 991.98px) {
  .block-banner .container h2 {
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .block-banner .container h2 {
    font-size: 32px;
  }
}
@media (max-width: 575.98px) {
  .block-banner .container h2 {
    font-size: 30px;
    padding-bottom: 24px;
  }
}
.block-banner .container p {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.5;
  color: #ffffff;
  padding-bottom: 38px;
}
@media (max-width: 991.98px) {
  .block-banner .container p {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .block-banner .container p {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .block-banner .container p {
    font-size: 17px;
    padding-bottom: 34px;
  }
}
.block-banner .container .button-box {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.block-banner .container .button-box .button {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1579em;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 15px 10px;
}
@media (max-width: 575.98px) {
  .block-banner .container .button-box .button {
    font-size: 15px;
  }
}
.block-banner .container .button-box:hover:before {
  opacity: 0;
}
.block-banner .container .button-box:hover:after {
  opacity: 1;
}
.block-banner .container .button-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 100%);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-banner .container .button-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-banner .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(72.46deg, #28324D 0.53%, rgba(40, 50, 77, 0.85) 100%);
}
.block-banner.wowo.animated .logo-box {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.block-banner.wowo.animated h2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.block-banner.wowo.animated p {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.block-banner.wowo.animated .button-box {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.block-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  z-index: 1001;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#0090D4));
  background: linear-gradient(to right, #00AFA8 0%, #0090D4 100%);
  position: fixed;
  top: 0;
}

.block-carousel {
  margin-top: -190px;
  z-index: 3;
  position: relative;
}
@media (max-width: 1199.98px) {
  .block-carousel {
    margin-top: -150px;
  }
}
@media (max-width: 991.98px) {
  .block-carousel {
    margin-top: -90px;
  }
}
@media (max-width: 767.98px) {
  .block-carousel {
    margin-top: -100px;
  }
}
@media (max-width: 575.98px) {
  .block-carousel {
    margin-top: -72.5px;
  }
}
.block-carousel .container {
  max-width: 1720px;
}
.block-carousel .container .content .card-box-slider {
  position: relative;
}
.block-carousel .container .content .card-box-slider .slider-list .list-box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 380px;
  position: relative;
}
@media (max-width: 1199.98px) {
  .block-carousel .container .content .card-box-slider .slider-list .list-box {
    padding-top: 300px;
  }
}
@media (max-width: 991.98px) {
  .block-carousel .container .content .card-box-slider .slider-list .list-box {
    padding-top: 180px;
  }
}
@media (max-width: 767.98px) {
  .block-carousel .container .content .card-box-slider .slider-list .list-box {
    padding-top: 200px;
  }
}
@media (max-width: 575.98px) {
  .block-carousel .container .content .card-box-slider .slider-list .list-box {
    padding-top: 145px;
  }
}
.block-carousel .container .content .card-box-slider .slider-list .list-box .button-box {
  position: absolute;
  top: 14px;
  right: 114px;
  display: none;
}
@media (max-width: 575.98px) {
  .block-carousel .container .content .card-box-slider .slider-list .list-box .button-box {
    top: 13px;
    right: 104px;
  }
}
.block-carousel .container .content .card-box-slider .slider-list .list-box .button-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  padding-left: 14px;
}
.block-carousel .container .content .card-box-slider .slider-list .list-box .button-box span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}
.block-carousel .container .content .card-box-slider .icon-arrow-right:before {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.block-carousel .container .content .card-box-slider .icon-arrow-right {
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0px 10px 0 14px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  margin-top: -5px;
  position: absolute;
  top: 14px;
  right: 22px;
}
.block-carousel .container .content .card-box-slider .icon-arrow-right:hover {
  background-color: #272839;
}
.block-carousel .container .content .card-box-slider .icon-arrow-right:hover:before {
  color: #0090d4;
}
.block-carousel .container .content .card-box-slider .slick-control {
  position: absolute;
  position: absolute;
  top: 14px;
  right: 105px;
}
@media (max-width: 575.98px) {
  .block-carousel .container .content .card-box-slider .slick-control {
    top: 13px;
    right: 104px;
  }
}
.block-carousel .container .content .card-box-slider .slick-control .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-carousel .container .content .card-box-slider .slick-control .button-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  padding-left: 14px;
}
.block-carousel .container .content .card-box-slider .slick-control .button-box span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
}
.block-carousel .container .content .card-box-slider .slick-control .icon-arrow-left:before {
  content: "\e901";
  font-family: "icomoon";
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0px 10px 0 14px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  margin-top: -5px;
  position: absolute;
  top: 0px;
  right: -96px;
}
.block-carousel .container .content .card-box-slider .slick-control .icon-arrow-left:hover:before {
  color: #0090d4;
  background-color: #272839;
}

.block-text-image {
  padding: 125px 0 128px;
}
@media (max-width: 1199.98px) {
  .block-text-image {
    padding: 75px 0 75px;
  }
}
.block-text-image .container .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  margin-top: -2px;
}
@media (max-width: 991.98px) {
  .block-text-image .container .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.block-text-image .container .content .text-box {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 991.98px) {
  .block-text-image .container .content .text-box {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .block-text-image .container .content .text-box {
    padding: 0;
  }
}
.block-text-image .container .content .text-box .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 22px;
  margin-top: 3px;
}
@media (max-width: 575.98px) {
  .block-text-image .container .content .text-box .title {
    padding-bottom: 31px;
    margin-left: 1px;
    margin-top: -2px;
  }
}
.block-text-image .container .content .text-box .title .subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #9E9E9E;
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .block-text-image .container .content .text-box .title .subtitle {
    font-size: 15px;
  }
}
.block-text-image .container .content .text-box h2 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  color: #28324D;
  padding-bottom: 20px;
  padding-right: 20px;
}
@media (max-width: 991.98px) {
  .block-text-image .container .content .text-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-text-image .container .content .text-box h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .block-text-image .container .content .text-box h2 {
    padding-bottom: 19px;
    padding-right: 0;
    font-size: 24px;
    line-height: normal;
  }
}
.block-text-image .container .content .text-box h2 span {
  color: #66C7C1;
}
.block-text-image .container .content .text-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #161616;
  padding-bottom: 16px;
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  .block-text-image .container .content .text-box p {
    padding-right: 0;
    font-size: 15px;
    padding-bottom: 14px;
    line-height: 1.61;
  }
}
.block-text-image .container .content .text-box p a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #161616;
  padding: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .block-text-image .container .content .text-box p a {
    padding-right: 0;
    font-size: 15px;
    padding-bottom: 20px;
    line-height: 1.61;
  }
}
.block-text-image .container .content .text-box p a:hover {
  color: #00AFA8;
}
.block-text-image .container .content .text-box .button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 29px;
}
@media (max-width: 575.98px) {
  .block-text-image .container .content .text-box .button-box {
    padding-top: 6px;
  }
}
.block-text-image .container .content .text-box .button-box .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  width: 100%;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #28324D;
  padding-bottom: 0;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
}
.block-text-image .container .content .text-box .button-box .button:hover {
  color: #66C7C1;
}
.block-text-image .container .content .text-box .button-box .button:hover span {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  padding-left: 45px;
}
@media (max-width: 575.98px) {
  .block-text-image .container .content .text-box .button-box .button {
    font-size: 15px;
  }
}
.block-text-image .container .content .text-box .button-box span {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-left: 0;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.block-text-image .container .content .text-box .button-box span:before {
  font-size: 13px;
}
@media (max-width: 575.98px) {
  .block-text-image .container .content .text-box .button-box span:before {
    font-size: 13px;
  }
}
.block-text-image .container .content .image-box {
  width: 50%;
  padding: 0 40px;
  padding-bottom: 1.92px;
}
@media (max-width: 991.98px) {
  .block-text-image .container .content .image-box {
    width: 100%;
    margin-top: 55px;
  }
}
@media (max-width: 575.98px) {
  .block-text-image .container .content .image-box {
    padding: 0;
  }
}
.block-text-image .container .content .image-box .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .block-text-image .container .content .image-box .img {
    padding-top: 69%;
  }
}
.block-text-image .container .list-box-slider {
  position: relative;
}
.block-text-image .container .list-box-slider .icon-button-box {
  position: absolute;
  top: 0;
  left: calc(50% - 95px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 800;
  margin: 3px -8px 0;
}
@media (max-width: 991.98px) {
  .block-text-image .container .list-box-slider .icon-button-box {
    right: 0;
    left: auto;
  }
}
@media (max-width: 575.98px) {
  .block-text-image .container .list-box-slider .icon-button-box {
    margin: 0 -10px;
  }
}
.block-text-image .container .list-box-slider .icon-button-box span:before {
  font-size: 19px;
  color: #D9D9D9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .block-text-image .container .list-box-slider .icon-button-box span:before {
    font-size: 19px;
  }
}
.block-text-image .container .list-box-slider .icon-button-box span {
  cursor: pointer;
  padding: 0 10px;
}
@media (max-width: 575.98px) {
  .block-text-image .container .list-box-slider .icon-button-box span {
    padding: 0 10px;
  }
}
.block-text-image .container .list-box-slider .icon-button-box span:hover:before {
  color: #66C7C1;
}
.block-text-image .container .list-box-slider .slider-list.animated .content .text-box .title {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.block-text-image .container .list-box-slider .slider-list.animated .content .text-box h2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.block-text-image .container .list-box-slider .slider-list.animated .content .text-box > p {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.block-text-image .container .list-box-slider .slider-list.animated .content .text-box .button-box {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.block-text-image-second {
  margin-top: 0;
  padding: 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.block-text-image-second .container {
  position: relative;
  z-index: 2;
}
.block-text-image-second .container .content {
  padding: 120px 0 84px;
}
@media (max-width: 1199.98px) {
  .block-text-image-second .container .content {
    padding: 75px 0;
  }
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .text-box {
    margin-top: -3px;
  }
}
.block-text-image-second .container .content .text-box .subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #ffffff;
  padding-bottom: 25px;
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .text-box .subtitle {
    padding-bottom: 25px;
    font-size: 15px;
    margin-top: -2px;
  }
}
.block-text-image-second .container .content .text-box h2 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  color: #66C7C1;
  padding-bottom: 19px;
}
@media (max-width: 991.98px) {
  .block-text-image-second .container .content .text-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-text-image-second .container .content .text-box h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .text-box h2 {
    font-size: 24px;
    padding-bottom: 19px;
    padding-right: 35px;
  }
}
.block-text-image-second .container .content .text-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  padding-bottom: 16px;
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .text-box p {
    font-size: 15px;
    padding-bottom: 14px;
    line-height: 1.61;
  }
}
.block-text-image-second .container .content .text-box p a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .text-box p a {
    font-size: 15px;
    padding-bottom: 14px;
    line-height: 1.61;
  }
}
.block-text-image-second .container .content .text-box p a:hover {
  color: #00AFA8;
}
.block-text-image-second .container .content .text-box strong {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  padding-bottom: 15px;
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .text-box strong {
    font-size: 15px;
    letter-spacing: 0.012em;
  }
}
.block-text-image-second .container .content .text-box ul {
  padding-bottom: 15px;
  padding-left: 11px;
  margin-top: -4px;
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .text-box ul {
    margin-top: 2px;
  }
}
.block-text-image-second .container .content .text-box ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  padding-bottom: 25px;
  padding-bottom: 0;
  list-style: none;
  position: relative;
  padding-left: 13px;
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .text-box ul li {
    font-size: 15px;
    text-indent: -2px;
    line-height: 1.61;
  }
}
.block-text-image-second .container .content .text-box ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}
.block-text-image-second .container .content .text-box ol {
  padding-bottom: 15px;
  padding-left: 11px;
  margin-top: -4px;
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .text-box ol {
    margin-top: 2px;
  }
}
.block-text-image-second .container .content .text-box ol li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #ffffff;
  padding-bottom: 25px;
  padding-bottom: 0;
  list-style: none;
  position: relative;
  padding-left: 13px;
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .text-box ol li {
    font-size: 15px;
    text-indent: -2px;
    line-height: 1.61;
  }
}
.block-text-image-second .container .content .text-box ol li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 10px;
}
.block-text-image-second .container .content .text-box .button-box {
  padding-top: 30px;
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .text-box .button-box {
    padding-top: 6px;
  }
}
.block-text-image-second .container .content .text-box .button-box .button {
  position: relative;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .text-box .button-box .button {
    font-size: 15px;
  }
}
@media (max-width: 991.98px) {
  .block-text-image-second .container .content .image-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 575.98px) {
  .block-text-image-second .container .content .image-box {
    margin-top: 68px;
  }
}
@media (max-width: 991.98px) {
  .block-text-image-second .container .content .image-box .img {
    padding-top: 69%;
  }
}
.block-text-image-second .img-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(265.83deg, #28324D 1.92%, rgba(40, 50, 77, 0.85) 98.97%);
}

.block-text-image-second:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: lightgray;
  opacity: 0.7;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .block-text-image-second:before {
    z-index: 0;
  }
}

.card-box-slider {
  position: relative;
}
.card-box-slider .custom_paging {
  position: absolute;
  right: 147px;
  top: 14px;
}
.card-box-slider .custom_paging li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
  color: #ffffff;
  display: none;
}
.card-box-slider .custom_paging .slick-active {
  display: block;
}

.home .block-banner {
  padding: 269px 0 418px;
  height: auto;
}
@media (max-width: 1199.98px) {
  .home .block-banner {
    padding: 187px 0 320px;
  }
}
@media (max-width: 991.98px) {
  .home .block-banner {
    padding-bottom: 265px;
  }
}
@media (max-width: 767.98px) {
  .home .block-banner {
    padding-bottom: 210px;
  }
}
@media (max-width: 575.98px) {
  .home .block-banner {
    padding: 152px 0 147px;
  }
}
.home .block-carousel {
  margin-top: -320px;
}
@media (max-width: 1199.98px) {
  .home .block-carousel {
    margin-top: -260px;
  }
}
@media (max-width: 991.98px) {
  .home .block-carousel {
    margin-top: -210px;
  }
}
@media (max-width: 767.98px) {
  .home .block-carousel {
    margin-top: -160px;
  }
}
@media (max-width: 575.98px) {
  .home .block-carousel {
    margin-top: -107px;
  }
}
.home .block-carousel .container .content .card-box-slider {
  cursor: -webkit-grab;
  cursor: grab;
}
.home .block-carousel .container .content .card-box-slider .slider-list .list-box {
  padding-top: 640px;
}
@media (max-width: 1199.98px) {
  .home .block-carousel .container .content .card-box-slider .slider-list .list-box {
    padding-top: 520px;
  }
}
@media (max-width: 991.98px) {
  .home .block-carousel .container .content .card-box-slider .slider-list .list-box {
    padding-top: 420px;
  }
}
@media (max-width: 767.98px) {
  .home .block-carousel .container .content .card-box-slider .slider-list .list-box {
    padding-top: 320px;
  }
}
@media (max-width: 575.98px) {
  .home .block-carousel .container .content .card-box-slider .slider-list .list-box {
    padding-top: 214px;
  }
}

.block-cards {
  padding: 120px 0;
}
@media (max-width: 1400px) {
  .block-cards {
    padding: 80px 0;
  }
}
@media (max-width: 1199.98px) {
  .block-cards {
    padding: 65px 0;
  }
}
@media (max-width: 991.98px) {
  .block-cards {
    padding: 75px 0 76px;
  }
}
.block-cards .container .title-box {
  padding-bottom: 109px;
}
@media (max-width: 1400px) {
  .block-cards .container .title-box {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199.98px) {
  .block-cards .container .title-box {
    padding-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  .block-cards .container .title-box {
    margin-top: -5px;
    margin-left: 4px;
    padding-bottom: 64px;
  }
}
.block-cards .container .title-box .subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #66C7C1;
  padding-bottom: 13px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .block-cards .container .title-box .subtitle {
    font-size: 15px;
    padding-bottom: 8px;
  }
}
.block-cards .container .title-box h2 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: #28324D;
  margin-left: -20px;
}
@media (max-width: 575.98px) {
  .block-cards .container .title-box h2 {
    margin-left: -4px;
  }
}

.gallery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -38px;
}
@media (max-width: 1199.98px) {
  .gallery-box {
    margin: 0 -15px;
  }
}
@media (max-width: 991.98px) {
  .gallery-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.gallery-box a,
.gallery-box .item {
  width: 33.33%;
  margin: 0 38px;
  position: relative;
  background-color: #DCE2ED;
  cursor: pointer;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gallery-box a:hover,
.gallery-box .item:hover {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
}
.gallery-box a:hover .button,
.gallery-box .item:hover .button {
  color: #66C7C1 !important;
  border-bottom: 2px solid #66C7C1 !important;
}
@media (max-width: 1199.98px) {
  .gallery-box a,
  .gallery-box .item {
    margin: 0 15px;
  }
}
@media (max-width: 991.98px) {
  .gallery-box a,
  .gallery-box .item {
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
  }
}
.gallery-box a .image-box,
.gallery-box .item .image-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.gallery-box a .image-box .img,
.gallery-box .item .image-box .img {
  height: 100%;
  opacity: 0.25;
}
.gallery-box a .text-box,
.gallery-box .item .text-box {
  padding: 24px 32px 91px;
  z-index: 6;
  position: relative;
  height: 100%;
}
@media (max-width: 575.98px) {
  .gallery-box a .text-box,
  .gallery-box .item .text-box {
    padding: 24px 32px 79px;
  }
}
.gallery-box a .text-box h3,
.gallery-box .item .text-box h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 161%;
  color: #28324D;
  padding-bottom: 12px;
}
@media (max-width: 575.98px) {
  .gallery-box a .text-box h3,
  .gallery-box .item .text-box h3 {
    font-size: 20px;
    padding-bottom: 6px;
  }
}
.gallery-box a .text-box p,
.gallery-box .item .text-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  padding-bottom: 0px;
}
@media (max-width: 575.98px) {
  .gallery-box a .text-box p,
  .gallery-box .item .text-box p {
    font-size: 15px;
    line-height: 1.61;
  }
}
.gallery-box a .text-box p a,
.gallery-box .item .text-box p a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  padding-bottom: 0px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: underline;
  margin: 0;
}
@media (max-width: 575.98px) {
  .gallery-box a .text-box p a,
  .gallery-box .item .text-box p a {
    font-size: 15px;
    line-height: 1.61;
  }
}
.gallery-box a .text-box p a:hover,
.gallery-box .item .text-box p a:hover {
  color: #00AFA8;
}
.gallery-box a .text-box .button-box,
.gallery-box .item .text-box .button-box {
  position: absolute;
  bottom: 33px;
  cursor: pointer;
}
@media (max-width: 575.98px) {
  .gallery-box a .text-box .button-box,
  .gallery-box .item .text-box .button-box {
    bottom: 31px;
  }
}
.gallery-box a .text-box .button-box .button,
.gallery-box .item .text-box .button-box .button {
  cursor: pointer;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 161%;
  color: #28324D;
  padding: 10px 0;
  border: none;
  border-bottom: 2px solid #28324D;
  background-color: transparent;
  z-index: 3;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .gallery-box a .text-box .button-box .button,
  .gallery-box .item .text-box .button-box .button {
    font-size: 15px;
    padding: 9px 0;
  }
}
.gallery-box a .text-box:before,
.gallery-box .item .text-box:before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-width: 0 0 46px 26px;
  border-style: solid;
  border-color: #29293A transparent;
}
.gallery-box a:nth-child(3n+2) .text-box h3 {
  color: #0090D4;
}
.gallery-box a:nth-child(3n+2) .text-box .button-box .button {
  border-bottom: 2px solid #0090D4;
}
.gallery-box a:nth-child(3n+2) .text-box:before {
  border-color: #0090D4 transparent;
}
.gallery-box a:nth-child(3n+3) .text-box h3 {
  color: #00AFA8;
}
.gallery-box a:nth-child(3n+3) .text-box .button-box .button {
  border-bottom: 2px solid #00AFA8;
}
.gallery-box a:nth-child(3n+3) .text-box:before {
  border-color: #00AFA8 transparent;
}
.gallery-box a:last-child {
  margin-bottom: 0;
}

.block-banner-history {
  padding: 0;
  height: 469px;
}
@media (max-width: 1199.98px) {
  .block-banner-history {
    height: 400px;
  }
}
@media (max-width: 991.98px) {
  .block-banner-history {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .block-banner-history {
    height: 280px;
  }
}
@media (max-width: 575.98px) {
  .block-banner-history {
    height: 229.5px;
  }
}

.block-carousel-history {
  margin-top: -190px;
}
@media (max-width: 1199.98px) {
  .block-carousel-history {
    margin-top: -150px;
  }
}
@media (max-width: 991.98px) {
  .block-carousel-history {
    margin-top: -90px;
  }
}
@media (max-width: 767.98px) {
  .block-carousel-history {
    margin-top: -100px;
  }
}
@media (max-width: 575.98px) {
  .block-carousel-history {
    margin-top: -72.5px;
  }
}
.block-carousel-history .container .content .card-box-slider .slider-list .list-box {
  padding-top: 380px;
}
@media (max-width: 1199.98px) {
  .block-carousel-history .container .content .card-box-slider .slider-list .list-box {
    padding-top: 300px;
  }
}
@media (max-width: 991.98px) {
  .block-carousel-history .container .content .card-box-slider .slider-list .list-box {
    padding-top: 180px;
  }
}
@media (max-width: 767.98px) {
  .block-carousel-history .container .content .card-box-slider .slider-list .list-box {
    padding-top: 200px;
  }
}
@media (max-width: 575.98px) {
  .block-carousel-history .container .content .card-box-slider .slider-list .list-box {
    padding-top: 145px;
  }
}
.block-carousel-history .container .content .card-box-slider .custom_paging li {
  font-size: 0px;
}

.block-introduce {
  padding: 55px 0 136px;
}
@media (max-width: 991.98px) {
  .block-introduce {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .block-introduce {
    padding: 74px 0 75px;
  }
}
.block-introduce .container .title-box {
  padding-bottom: 75px;
}
@media (max-width: 991.98px) {
  .block-introduce .container .title-box {
    margin-top: -4px;
    padding-bottom: 26px;
  }
}
.block-introduce .container .title-box h2 {
  padding-bottom: 25px;
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), color-stop(13.26%, #0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 13.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (max-width: 991.98px) {
  .block-introduce .container .title-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-introduce .container .title-box h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .block-introduce .container .title-box h2 {
    padding-bottom: 24px;
    font-size: 24px;
  }
}
.block-introduce .container .title-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 991.98px) {
  .block-introduce .container .title-box p {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .block-introduce .container .title-box p {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .block-introduce .container .title-box p {
    font-size: 17px;
    padding-right: 3px;
    line-height: 1.53;
  }
}
.block-introduce .container .title-box p a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.5;
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991.98px) {
  .block-introduce .container .title-box p a {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .block-introduce .container .title-box p a {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .block-introduce .container .title-box p a {
    font-size: 17px;
    padding-right: 3px;
    line-height: 1.53;
  }
}
.block-introduce .container .title-box p a:hover {
  color: #00AFA8;
  text-decoration: underline;
}
.block-introduce .container .conter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
  padding-bottom: 75px;
}
@media (max-width: 991.98px) {
  .block-introduce .container .conter-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding-bottom: 33px;
  }
}
.block-introduce .container .conter-box .text-box {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 991.98px) {
  .block-introduce .container .conter-box .text-box {
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
  }
}
.block-introduce .container .conter-box .text-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  padding-bottom: 15px;
}
@media (max-width: 575.98px) {
  .block-introduce .container .conter-box .text-box p {
    font-size: 15px;
    padding-bottom: 14px;
    line-height: 1.61;
  }
}
.block-introduce .container .conter-box .text-box p a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  padding-bottom: 0px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .block-introduce .container .conter-box .text-box p a {
    font-size: 15px;
    padding-bottom: 14px;
    line-height: 1.61;
  }
}
.block-introduce .container .conter-box .text-box p a:hover {
  color: #00AFA8;
  text-decoration: underline;
}
.block-introduce .container .conter-box .text-box ul {
  padding-left: 11px;
}
@media (max-width: 575.98px) {
  .block-introduce .container .conter-box .text-box ul {
    margin-left: -2px;
  }
}
.block-introduce .container .conter-box .text-box ul li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  list-style: none;
  position: relative;
  padding-left: 13px;
}
@media (max-width: 575.98px) {
  .block-introduce .container .conter-box .text-box ul li {
    font-size: 15px;
    line-height: 1.61;
  }
}
.block-introduce .container .conter-box .text-box ul li span {
  font-weight: 600;
}
.block-introduce .container .conter-box .text-box ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 10px;
}
.block-introduce .container .conter-box .text-box p:last-child {
  padding-bottom: 0;
}
.block-introduce .container .conter-box .image-box {
  width: 50%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .block-introduce .container .conter-box .image-box {
    width: 100%;
    padding: 0;
  }
}
.block-introduce .container .conter-box .image-box .img {
  height: 100%;
}
@media (max-width: 991.98px) {
  .block-introduce .container .conter-box .image-box .img {
    padding-top: 69%;
  }
}
.block-introduce .container .conter-box .image-box figcaption {
  padding-top: 15px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5385;
  color: #000000;
}
@media (max-width: 575.98px) {
  .block-introduce .container .conter-box .image-box figcaption {
    padding-top: 17px;
  }
}
.block-introduce .container .conter-box:last-child {
  padding-bottom: 0;
}
.block-introduce .container .conter-box:nth-child(2n+1) .text-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 991.98px) {
  .block-introduce .container .conter-box:nth-child(2n+1) .text-box {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

.block-timeline {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .block-timeline {
    padding: 70px 0 75px;
  }
}
.block-timeline .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(337.95deg, #28324D 79.29%, rgba(40, 50, 77, 0.85) 99.11%);
}
.block-timeline .container {
  position: relative;
  z-index: 2;
}
.block-timeline .container .title-box {
  padding-bottom: 104px;
}
@media (max-width: 575.98px) {
  .block-timeline .container .title-box {
    padding-bottom: 74px;
  }
}
.block-timeline .container .title-box .subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #66C7C1;
  padding-bottom: 14px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .block-timeline .container .title-box .subtitle {
    font-size: 15px;
    padding-bottom: 31px;
  }
}
.block-timeline .container .title-box h2 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: #ffffff;
  padding-bottom: 9px;
}
@media (max-width: 991.98px) {
  .block-timeline .container .title-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-timeline .container .title-box h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .block-timeline .container .title-box h2 {
    font-size: 24px;
    padding-bottom: 23px;
  }
}
.block-timeline .container .title-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.5238;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .block-timeline .container .title-box p {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .block-timeline .container .title-box p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .block-timeline .container .title-box p {
    font-size: 17px;
    line-height: normal;
  }
}
.block-timeline > .image-box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
}
@media (max-width: 767.98px) {
  .block-timeline > .image-box {
    opacity: 0.5;
  }
}
.block-timeline > .image-box .img {
  width: 100%;
  height: 100%;
  background-position: 100% 0%;
}
.block-timeline > .image-box.image-box-fix {
  position: fixed;
  top: 0;
}
.block-timeline .gallery-box .item:hover {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.timeline__content {
  padding: 0;
  border-radius: 0px;
  border: none;
}

.timeline__item {
  width: 389px;
  padding: 0;
}
@media (max-width: 1320px) {
  .timeline__item {
    padding-bottom: 75px;
  }
}
@media (max-width: 575.98px) {
  .timeline__item {
    padding-bottom: 30px;
  }
}

@media (max-width: 575.98px) {
  .timeline__item:last-child {
    padding-bottom: 44px;
  }
}

.timeline__items .item {
  position: relative;
  background-color: #DCE2ED;
  cursor: auto;
}
.timeline__items .item .image-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.timeline__items .item .image-box .img {
  height: 100%;
  opacity: 0.25;
}
.timeline__items .item .text-box {
  padding: 24px 32px 30.05px;
  z-index: 6;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.61;
  color: #000000;
}
@media (max-width: 575.98px) {
  .timeline__items .item .text-box {
    padding: 24px 32px 29px;
  }
}
.timeline__items .item .text-box h3 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 161%;
  color: #0090D4;
  padding-bottom: 14px;
}
@media (max-width: 575.98px) {
  .timeline__items .item .text-box h3 {
    font-size: 20px;
    padding-bottom: 5px;
  }
}
.timeline__items .item .text-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.61;
  color: #000000;
  padding-bottom: 14px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .timeline__items .item .text-box p {
    font-size: 15px;
    line-height: 1.61;
    padding-bottom: 14px;
  }
}
.timeline__items .item .text-box p:last-child {
  padding-bottom: 0;
}
.timeline__items .item .text-box:before {
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-width: 0 0 46px 26px;
  border-style: solid;
  border-color: #0090D4 transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.timeline__item:after {
  display: none;
}

.timeline__item--left:before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  top: calc(50% - 8px);
  left: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0090D4), to(#ffffff));
  background: linear-gradient(to right, #0090D4, #ffffff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 180px;
}
@media (max-width: 1320px) {
  .timeline__item--left:before {
    display: none;
  }
}

.timeline__item--right:before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  top: calc(50% - 8px);
  right: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0090D4), to(#ffffff));
  background: linear-gradient(to right, #0090D4, #ffffff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 180px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1320px) {
  .timeline__item--right:before {
    display: none;
  }
}

.timeline {
  max-width: 1138px;
  margin: 0 auto;
  opacity: 1 !important;
}

.timeline__content:after {
  display: none;
}

.timeline__content:before {
  display: none;
}

.timeline__item--right {
  left: calc(50% + 180px);
}
@media (max-width: 1320px) {
  .timeline__item--right {
    left: calc(50% - 194.5px);
  }
}

.timeline__item:nth-child(4n+2) .item .text-box h3 {
  color: #00AFA8;
}
.timeline__item:nth-child(4n+2) .item .text-box:before {
  border-color: #00AFA8 transparent;
}

.timeline__item--left:nth-child(4n+2):before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  top: calc(50% - 8px);
  left: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#ffffff));
  background: linear-gradient(to right, #00AFA8, #ffffff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 180px;
}
@media (max-width: 1320px) {
  .timeline__item--left:nth-child(4n+2):before {
    display: none;
  }
}

.timeline__item--right:nth-child(4n+2):before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  top: calc(50% - 8px);
  right: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#ffffff));
  background: linear-gradient(to right, #00AFA8, #ffffff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 180px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1320px) {
  .timeline__item--right:nth-child(4n+2):before {
    display: none;
  }
}

.timeline__item--left:nth-child(4n+3):before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  top: calc(50% - 8px);
  left: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#ffffff));
  background: linear-gradient(to right, #00AFA8, #ffffff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 180px;
}
@media (max-width: 1320px) {
  .timeline__item--left:nth-child(4n+3):before {
    display: none;
  }
}

.timeline__item--right:nth-child(4n+3):before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  top: calc(50% - 8px);
  right: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#ffffff));
  background: linear-gradient(to right, #00AFA8, #ffffff);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 180px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1320px) {
  .timeline__item--right:nth-child(4n+3):before {
    display: none;
  }
}

.timeline__item:nth-child(4n+3) .item .text-box h3 {
  color: #00AFA8;
}
.timeline__item:nth-child(4n+3) .item .text-box:before {
  border-color: #00AFA8 transparent;
}

.timeline__wrap {
  padding: 73px 0 77px;
}
@media (max-width: 575.98px) {
  .timeline__wrap {
    padding: 43px 0 6px;
  }
}

.timeline__item:nth-child(n+2) {
  margin-top: -59px;
}
@media (max-width: 1320px) {
  .timeline__item:nth-child(n+2) {
    margin-top: 0;
  }
}

.timeline__item:nth-child(9) {
  margin-top: -9px;
}
@media (max-width: 1320px) {
  .timeline__item:nth-child(9) {
    margin-top: 0;
  }
}

.timeline__item:nth-child(5) .item .text-box {
  padding: 21px 32px 29.05px;
}
@media (max-width: 575.98px) {
  .timeline__item:nth-child(5) .item .text-box {
    padding: 24px 32px 29px;
  }
}
@media (max-width: 575.98px) {
  .timeline__item:nth-child(5) .item .text-box h3 {
    padding-bottom: 8px;
  }
}
.timeline__item:nth-child(5) .item .text-box p {
  padding-bottom: 16px;
}
@media (max-width: 575.98px) {
  .timeline__item:nth-child(5) .item .text-box p {
    padding-bottom: 14px;
  }
}
.timeline__item:nth-child(5) .item .text-box p:last-child {
  padding-bottom: 0;
}

.timeline__item:nth-child(10) {
  margin-top: -34px;
}
@media (max-width: 1320px) {
  .timeline__item:nth-child(10) {
    margin-top: 0;
  }
}

.timeline__item:nth-child(11) .text-box {
  padding: 22px 32px 29.05px;
}
@media (max-width: 575.98px) {
  .timeline__item:nth-child(11) .text-box {
    padding: 24px 32px 29px;
  }
}
.timeline__item:nth-child(11) .text-box h3 {
  padding-bottom: 12px;
}
@media (max-width: 1320px) {
  .timeline__item:nth-child(11) .text-box h3 {
    padding-bottom: 7px;
  }
}

.timeline__item:nth-child(14) .text-box {
  padding: 22px 32px 29.05px;
}
@media (max-width: 575.98px) {
  .timeline__item:nth-child(14) .text-box {
    padding: 24px 32px 29px;
  }
}
.timeline__item:nth-child(14) .text-box h3 {
  padding-bottom: 12px;
}
@media (max-width: 1320px) {
  .timeline__item:nth-child(14) .text-box h3 {
    padding-bottom: 7px;
  }
}

.timeline__item:nth-child(17) .text-box {
  padding: 26px 32px 29.05px;
}
@media (max-width: 575.98px) {
  .timeline__item:nth-child(17) .text-box {
    padding: 24px 32px 29px;
  }
}
.timeline__item:nth-child(17) .text-box h3 {
  padding-bottom: 10px;
}
@media (max-width: 1320px) {
  .timeline__item:nth-child(17) .text-box h3 {
    padding-bottom: 7px;
  }
}

.timeline__item:nth-child(20) .text-box {
  padding: 23px 32px 27.05px;
}
@media (max-width: 575.98px) {
  .timeline__item:nth-child(20) .text-box {
    padding: 24px 32px 29px;
  }
}
.timeline__item:nth-child(20) .text-box h3 {
  padding-bottom: 12px;
}
@media (max-width: 1320px) {
  .timeline__item:nth-child(20) .text-box h3 {
    padding-bottom: 7px;
  }
}

@media (max-width: 575.98px) {
  .timeline__item:nth-child(21) .text-box {
    padding: 24px 32px 25px;
  }
}
@media (max-width: 1320px) {
  .timeline__item:nth-child(21) .text-box h3 {
    padding-bottom: 7px;
  }
}

.timeline:after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  left: calc(50% - 109px);
  top: 92px;
  color: #ddd;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  z-index: 1;
  font-size: 12px;
}
@media (max-width: 575.98px) {
  .timeline:after {
    left: calc(50% - 108px);
    top: 94px;
  }
}

.timeline__wrap:before {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  color: #ddd;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: calc(50% - 108px);
  bottom: 100px;
  z-index: 0;
  font-size: 12px;
}

@media (max-width: 1320px) {
  .timeline__item--left {
    left: calc(50% - 194.5px);
  }
}

.timeline:not(.timeline--horizontal):before {
  background-color: #ddd;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 1;
}

.timeline--mobile:before {
  left: 50% !important;
  margin-left: -1px !important;
}

.timeline--mobile .timeline__item {
  left: 0;
  padding-left: 40px;
  padding-right: 0;
  width: 100%;
}
@media (max-width: 600px) {
  .timeline--mobile .timeline__item {
    padding-left: 0;
  }
}

.timeline:not(.timeline--horizontal)::before {
  width: 2px;
}

.timeline__item.animated {
  opacity: 1 !important;
}

.timeline__item.fadeIn {
  -webkit-animation-name: none;
  animation-name: none;
}

.timeline__item:nth-child(18) {
  margin-top: -30px;
}
@media (max-width: 1320px) {
  .timeline__item:nth-child(18) {
    margin-top: 0;
  }
}

.block-members {
  padding: 100px 0 169px;
}
@media (max-width: 991.98px) {
  .block-members {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .block-members {
    padding: 75px 0 65px;
  }
}
.block-members .container .title-box {
  margin-top: -4px;
}
@media (max-width: 575.98px) {
  .block-members .container .title-box {
    margin-top: -4px;
  }
}
.block-members .container .title-box h2 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), color-stop(13.26%, #0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 13.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 24px;
}
@media (max-width: 991.98px) {
  .block-members .container .title-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-members .container .title-box h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .block-members .container .title-box h2 {
    font-size: 24px;
    padding-bottom: 25px;
  }
}
.block-members .container .title-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 991.98px) {
  .block-members .container .title-box p {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .block-members .container .title-box p {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .block-members .container .title-box p {
    font-size: 17px;
  }
}
.block-members .container .members-box .image-text {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767.98px) {
  .block-members .container .members-box .image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text {
    padding-top: 52px;
  }
}
.block-members .container .members-box .image-text .image-box {
  width: 230px;
  height: 270px;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .block-members .container .members-box .image-text .image-box {
    height: 310px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text .image-box {
    width: 100%;
    height: 327px;
    padding: 0;
    margin: 0 auto;
    padding-bottom: 40px;
  }
}
.block-members .container .members-box .image-text .image-box .img {
  width: 100%;
  height: 100%;
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text .image-box .img {
    background-position: 100% 12%;
  }
}
.block-members .container .members-box .image-text .text-box {
  width: 79.5455%;
  margin-top: -7px;
}
@media (max-width: 767.98px) {
  .block-members .container .members-box .image-text .text-box {
    margin-top: 0;
    width: 100%;
  }
}
.block-members .container .members-box .image-text .text-box h3 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  color: #28324D;
  padding-bottom: 6px;
}
@media (max-width: 991.98px) {
  .block-members .container .members-box .image-text .text-box h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-members .container .members-box .image-text .text-box h3 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text .text-box h3 {
    font-size: 24px;
    margin-top: -4px;
    padding-bottom: 6px;
  }
}
.block-members .container .members-box .image-text .text-box .position {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #00AFA8;
  padding-bottom: 30px;
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text .text-box .position {
    font-size: 15px;
    padding-bottom: 23px;
  }
}
.block-members .container .members-box .image-text .text-box .position br {
  height: 0;
  display: none;
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text .text-box .position br {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block-members .container .members-box .image-text .text-box .position.position-show .desktop {
  display: block;
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text .text-box .position.position-show .desktop {
    display: none;
  }
}
.block-members .container .members-box .image-text .text-box .position.position-show .mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text .text-box .position.position-show .mobile {
    display: block;
  }
}
.block-members .container .members-box .image-text .text-box p,
.block-members .container .members-box .image-text .text-box li {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  padding-bottom: 15px;
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text .text-box p,
  .block-members .container .members-box .image-text .text-box li {
    font-size: 15px;
    padding-bottom: 14px;
    line-height: 1.61;
  }
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text .text-box p {
    margin: 0 -0.5px;
  }
}
.block-members .container .members-box .image-text .text-box p:last-child {
  padding-bottom: 0;
}
.block-members .container .members-box .image-text .text-box ul {
  padding-left: 11px;
  margin-top: -2px;
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text .text-box ul {
    margin-top: 0px;
  }
}
.block-members .container .members-box .image-text .text-box ul li {
  list-style: none;
  padding-bottom: 0;
  position: relative;
  padding-left: 13px;
}
.block-members .container .members-box .image-text .text-box ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 10px;
}
.block-members .container .members-box .image-text .text-box ol {
  padding-left: 11px;
  margin-top: -2px;
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text .text-box ol {
    margin-top: 0px;
  }
}
.block-members .container .members-box .image-text .text-box ol li {
  list-style: none;
  padding-bottom: 0;
  position: relative;
  padding-left: 13px;
}
.block-members .container .members-box .image-text .text-box ol li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text:nth-child(3) .text-box p:nth-child(2) {
    padding-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text:nth-child(4) .image-box .img {
    background-position: 100% 5%;
  }
}
@media (max-width: 575.98px) {
  .block-members .container .members-box .image-text:nth-child(4) .text-box ul {
    margin-left: -2px;
  }
}

.block-executive {
  padding: 99px 0 144px;
}
@media (max-width: 991.98px) {
  .block-executive {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .block-executive {
    padding: 75px 0 69px;
  }
}
.block-executive .container .title-box {
  margin-top: -4px;
}
@media (max-width: 575.98px) {
  .block-executive .container .title-box {
    margin-top: -4px;
  }
}
.block-executive .container .title-box h2 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  background: -webkit-gradient(linear, left top, right top, from(#66C7C1), color-stop(13.26%, #0090D4));
  background: linear-gradient(90deg, #66C7C1 0%, #0090D4 13.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  .block-executive .container .title-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-executive .container .title-box h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .block-executive .container .title-box h2 {
    font-size: 24px;
    padding-bottom: 25px;
  }
}
.block-executive .container .title-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 991.98px) {
  .block-executive .container .title-box p {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .block-executive .container .title-box p {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .block-executive .container .title-box p {
    font-size: 17px;
  }
}
.block-executive .container .team-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -60px;
}
@media (max-width: 991.98px) {
  .block-executive .container .team-box {
    margin: 0 -30px;
  }
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box {
    margin: 0;
  }
}
.block-executive .container .team-box .image-text {
  width: 33.33%;
  padding: 75px 60px 0;
}
@media (max-width: 991.98px) {
  .block-executive .container .team-box .image-text {
    width: 50%;
    padding: 75px 30px 0;
  }
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box .image-text {
    width: 100%;
    padding: 54px 0 0;
  }
}
.block-executive .container .team-box .image-text .image-box {
  padding-bottom: 27px;
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box .image-text .image-box {
    padding-bottom: 36px;
  }
}
.block-executive .container .team-box .image-text .image-box .img {
  padding-top: 123.634%;
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box .image-text .image-box .img {
    padding-top: 287px;
    background-position: 100% 2%;
  }
}
.block-executive .container .team-box .image-text .text-box .text-box-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box .image-text .text-box .text-box-up {
    padding-bottom: 6px;
  }
}
.block-executive .container .team-box .image-text .text-box .text-box-up h3 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  color: #28324D;
  padding-right: 40px;
}
@media (max-width: 1400px) {
  .block-executive .container .team-box .image-text .text-box .text-box-up h3 {
    padding-right: 10px;
  }
}
@media (max-width: 1199.98px) {
  .block-executive .container .team-box .image-text .text-box .text-box-up h3 {
    font-size: 22px;
  }
}
@media (max-width: 991.98px) {
  .block-executive .container .team-box .image-text .text-box .text-box-up h3 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-executive .container .team-box .image-text .text-box .text-box-up h3 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box .image-text .text-box .text-box-up h3 {
    font-size: 24px;
  }
}
.block-executive .container .team-box .image-text .text-box .text-box-up .icon-box {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box .image-text .text-box .text-box-up .icon-box {
    margin-top: 3px;
  }
}
.block-executive .container .team-box .image-text .text-box .text-box-up .icon-LinkedIn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0px;
  cursor: pointer;
  padding: 0 2px;
}
.block-executive .container .team-box .image-text .text-box .text-box-up .icon-LinkedIn:before {
  content: "\e903";
  font-family: "icomoon";
  font-size: 25px;
  color: #28324D;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box .image-text .text-box .text-box-up .icon-LinkedIn:before {
    font-size: 20px;
  }
}
.block-executive .container .team-box .image-text .text-box .text-box-up .icon-LinkedIn:hover:before {
  color: #0090D4 !important;
}
.block-executive .container .team-box .image-text .text-box .text-box-down .subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #00AFA8;
  margin: 0 -1px;
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box .image-text .text-box .text-box-down .subtitle {
    font-size: 15px;
    margin: 0;
  }
}
.block-executive .container .team-box .image-text .text-box .text-box-down .subtitle br {
  display: none;
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box .image-text .text-box .text-box-down .subtitle br {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block-executive .container .team-box .image-text .text-box .text-box-down .subtitle.subtitle-show .desktop {
  display: block;
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box .image-text .text-box .text-box-down .subtitle.subtitle-show .desktop {
    display: none;
  }
}
.block-executive .container .team-box .image-text .text-box .text-box-down .subtitle.subtitle-show .mobile {
  display: none;
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box .image-text .text-box .text-box-down .subtitle.subtitle-show .mobile {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .block-executive .container .team-box .image-text .text-box .text-box-up .icon-box .icon-LinkedIn {
    margin-top: 2px;
  }
}

.block-report {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 120px 0 117px;
}
@media (max-width: 991.98px) {
  .block-report {
    padding: 100px 0;
  }
}
@media (max-width: 575.98px) {
  .block-report {
    padding: 70px 0 75px;
  }
}
.block-report .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(283.84deg, #28324D 48.03%, rgba(40, 50, 77, 0.85) 97.83%);
}
.block-report .container {
  position: relative;
  z-index: 2;
  text-align: center;
}
.block-report .container .subtitle {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #66C7C1;
  text-align: center;
  padding-bottom: 15px;
}
@media (max-width: 575.98px) {
  .block-report .container .subtitle {
    padding-bottom: 31px;
    font-size: 15px;
  }
}
.block-report .container h2 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  text-align: center;
  color: #ffffff;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .block-report .container h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-report .container h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .block-report .container h2 {
    padding-bottom: 25px;
    font-size: 24px;
  }
}
.block-report .container p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 1.5238;
  text-align: center;
  color: #ffffff;
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .block-report .container p {
    font-size: 19px;
  }
}
@media (max-width: 767.98px) {
  .block-report .container p {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .block-report .container p {
    padding-bottom: 32px;
    font-size: 17px;
  }
}
.block-report .container .button-box {
  text-align: center;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.block-report .container .button-box .button {
  padding: 10px 15px 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.17066em;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 6;
}
@media (max-width: 575.98px) {
  .block-report .container .button-box .button {
    font-size: 15px;
  }
}
.block-report .container .button-box:hover:before {
  opacity: 0;
}
.block-report .container .button-box:hover:after {
  opacity: 1;
}
.block-report .container .button-box .button-phone {
  display: none;
}
@media (max-width: 991.98px) {
  .block-report .container .button-box .button-phone {
    display: inline-block;
  }
}
.block-report .container .button-box .button-pc {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .block-report .container .button-box .button-pc {
    display: none;
  }
}
.block-report .container .button-box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 100%);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.block-report .container .button-box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.block-heading {
  padding: 95px 0 116px;
}
@media (max-width: 991.98px) {
  .block-heading {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .block-heading {
    padding: 71px 0 66px;
  }
}
.block-heading .container .title-box h2 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), color-stop(13.26%, #0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 13.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  .block-heading .container .title-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-heading .container .title-box h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .block-heading .container .title-box h2 {
    font-size: 24px;
  }
}
.block-heading .container .title-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 991.98px) {
  .block-heading .container .title-box p {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .block-heading .container .title-box p {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .block-heading .container .title-box p {
    font-size: 17px;
  }
}
.block-heading .container .image-text {
  padding-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -40px;
}
@media (max-width: 991.98px) {
  .block-heading .container .image-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding-top: 34px;
  }
}
.block-heading .container .image-text .image-box {
  width: 50%;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .block-heading .container .image-text .image-box {
    width: 100%;
    padding: 0;
    padding-bottom: 33px;
  }
}
.block-heading .container .image-text .image-box .img {
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .block-heading .container .image-text .image-box .img {
    padding-top: 63%;
  }
}
.block-heading .container .image-text .image-box figcaption {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.5385;
  color: #000000;
  padding-top: 15px;
}
.block-heading .container .image-text .text-box {
  width: 50%;
  padding: 0 40px;
}
@media (max-width: 991.98px) {
  .block-heading .container .image-text .text-box {
    width: 100%;
    padding: 0;
  }
}
.block-heading .container .image-text .text-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  padding-bottom: 15px;
}
@media (max-width: 575.98px) {
  .block-heading .container .image-text .text-box p {
    font-size: 15px;
    line-height: 1.61;
    padding-bottom: 12px;
  }
}
.block-heading .container .image-text .text-box p:last-child {
  padding-bottom: 0;
}

.page-id-114 .block-introduce {
  padding: 100px 0 116px;
}
@media (max-width: 991.98px) {
  .page-id-114 .block-introduce {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .page-id-114 .block-introduce {
    padding: 75px 0 42px;
  }
}
@media (MAX-WIDTH: 575.98px) {
  .page-id-114 .block-introduce .text-box {
    padding-bottom: 18px !important;
  }
}
@media (max-width: 575.98px) {
  .page-id-114 .block-introduce .text-box p {
    line-height: 1.61 !important;
    padding-bottom: 13px !important;
  }
}
.page-id-114 .block-introduce .title-box {
  margin-top: -5px;
}
@media (max-width: 991.98px) {
  .page-id-114 .block-introduce .title-box {
    margin-top: -4px;
  }
}
@media (max-width: 991.98px) {
  .page-id-114 .block-introduce .conter-box {
    padding-bottom: 31px !important;
  }
}
.page-id-114 .block-introduce .conter-box:nth-child(2n) .text-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 991.98px) {
  .page-id-114 .block-introduce .conter-box:nth-child(2n) .text-box {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.page-id-114 .block-introduce .conter-box:nth-child(2n+1) .text-box {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 991.98px) {
  .page-id-114 .block-introduce .conter-box:nth-child(2n+1) .text-box {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 575.98px) {
  .page-id-114 main .block-introduce:last-child {
    padding: 75px 0 3px;
  }
}
.page-id-114 main .block-introduce:last-child .conter-box:nth-child(2n) .text-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 991.98px) {
  .page-id-114 main .block-introduce:last-child .conter-box:nth-child(2n) .text-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-id-114 main .block-introduce:last-child .conter-box:nth-child(2n+1) .text-box {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 991.98px) {
  .page-id-114 main .block-introduce:last-child .conter-box:nth-child(2n+1) .text-box {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (max-width: 991.98px) {
  .page-id-114 main .block-introduce:last-child .title-box {
    padding-bottom: 32px;
  }
}
@media (max-width: 991.98px) {
  .page-id-114 main .block-introduce:last-child .conter-box .image-box .img {
    padding-top: 63%;
  }
}
@media (max-width: 991.98px) {
  .page-id-114 main .block-introduce:last-child .conter-box .text-box {
    padding-top: 32px;
  }
}

.block-contact {
  padding: 100px 0 47px;
}
@media (max-width: 991.98px) {
  .block-contact {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .block-contact {
    padding: 75px 0 46px;
  }
}
.block-contact .container .title-box {
  margin-top: -4px;
}
.block-contact .container .title-box h2 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), color-stop(13.26%, #0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 13.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  .block-contact .container .title-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-contact .container .title-box h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .block-contact .container .title-box h2 {
    font-size: 24px;
    padding-bottom: 26px;
  }
}
.block-contact .container .title-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 991.98px) {
  .block-contact .container .title-box p {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .block-contact .container .title-box p {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .block-contact .container .title-box p {
    font-size: 17px;
  }
}
.block-contact .container .form-box {
  padding-top: 77px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .block-contact .container .form-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 60px;
  }
}
@media (max-width: 575.98px) {
  .block-contact .container .form-box {
    padding-top: 28px;
  }
}
.block-contact .container .form-box .form-box-link {
  width: 242px;
  height: 186px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991.98px) {
  .block-contact .container .form-box .form-box-link {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .block-contact .container .form-box .form-box-link {
    margin-bottom: 45px;
  }
}
.block-contact .container .form-box .form-box-link span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 161%;
  color: #00AFA8;
  display: block;
}
@media (max-width: 575.98px) {
  .block-contact .container .form-box .form-box-link span {
    font-size: 15px;
  }
}
.block-contact .container .form-box .form-box-link > div {
  padding-bottom: 15px;
}
.block-contact .container .form-box .form-box-link a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 161%;
  color: #000000;
  display: block;
}
@media (max-width: 575.98px) {
  .block-contact .container .form-box .form-box-link a {
    font-size: 15px;
  }
}
.block-contact .container .form-box .form-box-link a:hover {
  color: #00AFA8;
}
.block-contact .container .form-box .form-box-link p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 161%;
  color: #000000;
  display: block;
}
@media (max-width: 575.98px) {
  .block-contact .container .form-box .form-box-link p {
    font-size: 15px;
  }
}
.block-contact .container .form-box .contact-box {
  width: calc(70.455% + 110px);
  margin: 0 -55px;
}
@media (max-width: 991.98px) {
  .block-contact .container .form-box .contact-box {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 575.98px) {
  .block-contact .container .form-box form .form-group {
    padding-bottom: 32.5px;
  }
}
@media (max-width: 575.98px) {
  .block-contact .container .form-box form textarea {
    line-height: 1.59;
  }
}
.block-contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #28324D;
}
.block-contact ::-moz-placeholder {
  font-weight: 700;
  color: #28324D;
  opacity: 1;
}
.block-contact :-ms-input-placeholder {
  font-weight: 700;
  color: #28324D;
}
.block-contact ::-ms-input-placeholder {
  font-weight: 700;
  color: #28324D;
}
.block-contact ::placeholder {
  font-weight: 700;
  color: #28324D;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  form {
    width: 100%;
    margin: 0 -20px;
  }
}
@media (max-width: 767.98px) {
  form {
    margin: 0;
  }
}
form .form-group {
  width: 50%;
  padding: 0 55px 63px;
  position: relative;
}
@media (max-width: 991.98px) {
  form .form-group {
    padding: 0 20px 63px;
  }
}
@media (max-width: 767.98px) {
  form .form-group {
    width: 100%;
    padding: 0 0 63px;
  }
}
@media (max-width: 575.98px) {
  form .form-group {
    padding-bottom: 33px;
  }
}
form .form-group input {
  width: 100%;
  padding-bottom: 14px;
  border: none;
  border-bottom: 1px solid #28324D;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  color: #28324D;
  outline: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0px;
  position: relative;
}
@media (max-width: 575.98px) {
  form .form-group input {
    font-size: 15px;
    padding-bottom: 8px;
  }
}
form .form-group input:focus {
  outline: none;
  border-bottom: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#ADD5B6), to(#66C7C1));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #ADD5B6 0%, #66C7C1 100%);
}
form .form-group .wpcf7-not-valid {
  border-bottom: 1px solid #28324D;
}
form .form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #28324D;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.175em;
  color: #28324D;
  outline: none;
  resize: none;
  height: 153px;
  border-radius: 0px;
}
@media (max-width: 575.98px) {
  form .form-group textarea {
    font-size: 15px;
    height: 143px;
  }
}
form .form-group textarea:focus {
  outline: none;
  border-bottom: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#ADD5B6), to(#66C7C1));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #ADD5B6 0%, #66C7C1 100%);
}
form .form-group select {
  width: 100%;
  border: none;
  padding-bottom: 14px;
  border-bottom: 1px solid #28324D;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  outline: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #28324D;
  z-index: 9;
  position: relative;
  background: transparent;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 0px;
}
@media (max-width: 575.98px) {
  form .form-group select {
    font-size: 15px;
    padding-bottom: 8px;
  }
}
form .form-group select:focus {
  outline: none;
  border-bottom: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#ADD5B6), to(#66C7C1));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #ADD5B6 0%, #66C7C1 100%);
}
form .form-group .wpcf7-not-valid-tip {
  display: none;
}
form .wpcf7-response-output {
  width: 100%;
  margin: 0 !important;
  padding: 0 55px 63px !important;
  border: none !important;
  margin-top: -30px !important;
}
@media (max-width: 991.98px) {
  form .wpcf7-response-output {
    padding: 0 20px 63px !important;
  }
}
@media (max-width: 767.98px) {
  form .wpcf7-response-output {
    width: 100%;
    padding: 0 0 63px !important;
  }
}
@media (max-width: 575.98px) {
  form .wpcf7-response-output {
    padding-bottom: 33px !important;
    margin-top: -15px !important;
  }
}
form .form-group:nth-child(8) {
  width: 100%;
  padding-bottom: 40px;
}
@media (max-width: 575.98px) {
  form .form-group:nth-child(8) {
    padding-bottom: 34px !important;
  }
}
form .form-group:nth-child(9) {
  display: inline-block;
  position: relative;
  padding: 0px !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: auto;
  margin-left: 55px;
  margin-bottom: 63px;
}
@media (max-width: 991.98px) {
  form .form-group:nth-child(9) {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  form .form-group:nth-child(9) {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  form .form-group:nth-child(9) {
    margin-bottom: 30px;
  }
}
form .form-group:nth-child(9) input {
  padding: 9px 14px 9px !important;
  width: auto;
  height: 100%;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
  z-index: 6;
  background-color: transparent;
  text-transform: uppercase;
}
form .form-group:nth-child(9):hover:before {
  opacity: 0;
}
form .form-group:nth-child(9):hover:after {
  opacity: 1;
}
form .form-group:nth-child(9):hover input {
  color: #000;
}
form .form-group:nth-child(9) .wpcf7-spinner {
  position: absolute;
  margin: 0;
  top: 14px;
  left: calc(50% + 68px);
  background-color: transparent;
  border-radius: 0;
  width: 10px;
  height: 10px;
}
form .form-group:nth-child(9) .wpcf7-spinner::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #00AFA8;
  border-bottom-color: transparent;
  background-color: transparent;
  -webkit-transform-origin: center;
          transform-origin: center;
}
form .form-group:nth-child(9):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 100%);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form .form-group:nth-child(9):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#00AFA8), to(#0090D4));
  background: linear-gradient(90deg, #00AFA8 0%, #0090D4 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
form .form-group:nth-child(7):before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid #28324D;
  border-right: 6px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 7px solid transparent;
  right: 55px;
  top: 6px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  form .form-group:nth-child(7):before {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  form .form-group:nth-child(7):before {
    right: 0;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

input[type=number] {
  -moz-appearance: textfield;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #000000;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 575.98px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 15px;
    line-height: 1.61;
  }
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 575.98px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output {
    font-size: 15px;
    line-height: 1.61;
  }
}

form .form-group .wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}

::-webkit-input-placeholder {
  text-transform: uppercase;
}

::-webkit-textarea-placeholder {
  text-transform: uppercase;
}

:-moz-placeholder {
  text-transform: uppercase;
}

::-moz-placeholder {
  text-transform: uppercase;
}

:-ms-input-placeholder {
  text-transform: uppercase;
}

:-ms-textarea-placeholder {
  text-transform: uppercase;
}

::-ms-input-placeholder {
  text-transform: uppercase;
}

::-ms-textarea-placeholder {
  text-transform: uppercase;
}

::-webkit-input-placeholder {
  text-transform: uppercase;
}

::-moz-placeholder {
  text-transform: uppercase;
}

:-ms-input-placeholder {
  text-transform: uppercase;
}

::-ms-input-placeholder {
  text-transform: uppercase;
}

::placeholder {
  text-transform: uppercase;
}

.block-tell-us {
  padding: 100px 0 43px;
}
@media (max-width: 575.98px) {
  .block-tell-us {
    padding: 100px 0 25px;
  }
}
@media (max-width: 991.98px) {
  .block-tell-us {
    padding-bottom: 35px;
  }
}
@media (max-width: 575.98px) {
  .block-tell-us {
    padding: 76px 0 42px;
  }
}
.block-tell-us .container .title-box {
  padding-bottom: 75px;
  margin-left: -13px;
  margin-top: -4px;
}
@media (max-width: 991.98px) {
  .block-tell-us .container .title-box {
    padding-bottom: 60px;
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .block-tell-us .container .title-box {
    padding-bottom: 28px;
  }
}
.block-tell-us .container .title-box h2 {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-size: 31px;
  line-height: 1.3548;
  leading-trim: both;
  text-edge: cap;
  background: -webkit-gradient(linear, left top, right top, from(#ADD5B6), color-stop(39.02%, #66C7C1));
  background: linear-gradient(90deg, #ADD5B6 0%, #66C7C1 39.02%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  padding-bottom: 25px;
}
@media (max-width: 991.98px) {
  .block-tell-us .container .title-box h2 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .block-tell-us .container .title-box h2 {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .block-tell-us .container .title-box h2 {
    padding-bottom: 24px;
    font-size: 24px;
    background: -webkit-gradient(linear, left top, right top, from(#66C7C1), color-stop(39.02%, #ADD5B6));
    background: linear-gradient(90deg, #66C7C1 0%, #ADD5B6 39.02%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }
}
.block-tell-us .container .title-box p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 1.5;
  color: #000000;
}
@media (max-width: 991.98px) {
  .block-tell-us .container .title-box p {
    font-size: 23px;
  }
}
@media (max-width: 767.98px) {
  .block-tell-us .container .title-box p {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .block-tell-us .container .title-box p {
    font-size: 17px;
  }
}
.block-tell-us .container .form-box {
  margin: 0 -78.05px !important;
  margin-left: -4px;
}
@media (max-width: 991.98px) {
  .block-tell-us .container .form-box {
    margin: 0 -20px !important;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .block-tell-us .container .form-box {
    margin: 0 !important;
  }
}
.block-tell-us .container .form-box form {
  width: 100%;
  margin: 0;
  margin-left: -13px;
}
@media (max-width: 1400px) {
  .block-tell-us .container .form-box form {
    margin: 0;
  }
}
.block-tell-us .container .form-box form .form-group {
  position: relative;
  padding: 0 78.05px 63px;
}
@media (max-width: 991.98px) {
  .block-tell-us .container .form-box form .form-group {
    padding: 0 20px 63px;
  }
}
@media (max-width: 767.98px) {
  .block-tell-us .container .form-box form .form-group {
    width: 100%;
    padding: 0 0 32.5px;
  }
}
.block-tell-us .container .form-box form .form-group input {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  color: #28324D;
  border-bottom: 1px solid #28324D;
  outline: none;
  border-radius: 0px;
}
@media (max-width: 575.98px) {
  .block-tell-us .container .form-box form .form-group input {
    font-size: 15px;
  }
}
.block-tell-us .container .form-box form .form-group input:focus {
  outline: none;
  border-bottom: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#ADD5B6), to(#66C7C1));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #ADD5B6 0%, #66C7C1 100%);
}
.block-tell-us .container .form-box form .form-group button {
  position: relative;
  z-index: 9;
  background-color: transparent;
  border: none;
}
.block-tell-us .container .form-box form .form-group button .desktop {
  display: block;
}
@media (max-width: 991.98px) {
  .block-tell-us .container .form-box form .form-group button .desktop {
    display: none;
  }
}
.block-tell-us .container .form-box form .form-group button .mobile {
  display: none;
}
@media (max-width: 991.98px) {
  .block-tell-us .container .form-box form .form-group button .mobile {
    display: block;
  }
}
.block-tell-us .container .form-box form .form-group button span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  width: auto;
  height: auto;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 6;
  padding: 0;
  background: transparent;
  cursor: pointer;
  letter-spacing: 0.1579em;
  padding: 9px 14px 9px !important;
}
@media (max-width: 575.98px) {
  .block-tell-us .container .form-box form .form-group button span {
    font-size: 15px;
  }
}
.block-tell-us .container .form-box form .form-group textarea {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.175em;
  color: #28324D;
  border-bottom: 1px solid #28324D;
  outline: none;
  border-radius: 0px;
}
@media (max-width: 575.98px) {
  .block-tell-us .container .form-box form .form-group textarea {
    font-size: 15px;
    padding-bottom: 25px;
    height: 166px;
  }
}
.block-tell-us .container .form-box form .form-group textarea:focus {
  outline: none;
  border-bottom: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#ADD5B6), to(#66C7C1));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #ADD5B6 0%, #66C7C1 100%);
}
.block-tell-us .container .form-box form .form-group select {
  width: 100%;
  border: none;
  padding-bottom: 16px;
  border-bottom: 1px solid #28324D;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  outline: none;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.175em;
  text-transform: uppercase;
  color: #ADD5B6;
  border-radius: 0px;
}
@media (max-width: 575.98px) {
  .block-tell-us .container .form-box form .form-group select {
    font-size: 15px;
    padding-bottom: 8px;
  }
}
.block-tell-us .container .form-box form .form-group select:focus {
  outline: none;
  border-bottom: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#ADD5B6), to(#66C7C1));
  background-image: linear-gradient(to right, #fff, #fff), linear-gradient(90deg, #ADD5B6 0%, #66C7C1 100%);
}
.block-tell-us .container .form-box form .form-group:nth-child(9) {
  display: inline-block;
  position: relative;
  padding: 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  width: auto;
  margin-left: 78.5px;
}
@media (max-width: 991.98px) {
  .block-tell-us .container .form-box form .form-group:nth-child(9) {
    margin-left: 20px;
  }
}
@media (max-width: 767.98px) {
  .block-tell-us .container .form-box form .form-group:nth-child(9) {
    margin-left: 0;
  }
}
.block-tell-us .container .form-box form .form-group:nth-child(9):hover:before {
  opacity: 0;
}
.block-tell-us .container .form-box form .form-group:nth-child(9):hover:after {
  opacity: 1;
}
.block-tell-us .container .form-box form .form-group:nth-child(9):hover span {
  color: #000;
}
.block-tell-us .container .form-box form .form-group:nth-child(9) input {
  text-transform: uppercase;
}
.block-tell-us .container .form-box form .form-group:nth-child(9):before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ADD5B6), to(#66C7C1));
  background: linear-gradient(90deg, #ADD5B6 0%, #66C7C1 100%);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
  .block-tell-us .container .form-box form .form-group:nth-child(9):before {
    background: -webkit-gradient(linear, left top, right top, from(#66C7C1), to(#ADD5B6));
    background: linear-gradient(90deg, #66C7C1 0%, #ADD5B6 100%);
  }
}
.block-tell-us .container .form-box form .form-group:nth-child(9):after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ADD5B6), to(#66C7C1));
  background: linear-gradient(90deg, #ADD5B6 0%, #66C7C1 100%);
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 575.98px) {
  .block-tell-us .container .form-box form .form-group:nth-child(9):after {
    background: -webkit-gradient(linear, left top, right top, from(#66C7C1), to(#ADD5B6));
    background: linear-gradient(90deg, #66C7C1 0%, #ADD5B6 100%);
  }
}
.block-tell-us .container .form-box form .form-group:nth-child(7)::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 13px solid #ADD5B6;
  border-right: 10px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 10px solid transparent;
  right: 80px;
  top: 6px;
}
@media (max-width: 991.98px) {
  .block-tell-us .container .form-box form .form-group:nth-child(7)::before {
    right: 20px;
  }
}
@media (max-width: 767.98px) {
  .block-tell-us .container .form-box form .form-group:nth-child(7)::before {
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .block-tell-us .container .form-box form .form-group:nth-child(7)::before {
    border-top: 11px solid #ADD5B6;
    border-right: 6px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 6px solid transparent;
    top: 4px;
  }
}
.block-tell-us .container .form-box form .form-group:nth-child(8) {
  padding-bottom: 40px !important;
  position: relative;
}
@media (max-width: 1400px) {
  .block-tell-us .container .form-box form .form-group:nth-child(8) {
    padding-bottom: 36px !important;
  }
}
.block-tell-us .wpcf7-response-output {
  padding: 0 78.5px 63px !important;
}
@media (max-width: 991.98px) {
  .block-tell-us .wpcf7-response-output {
    padding: 0 20px 63px !important;
  }
}
@media (max-width: 767.98px) {
  .block-tell-us .wpcf7-response-output {
    padding: 0 0px 63px !important;
  }
}
.block-tell-us ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ADD5B6;
  text-transform: uppercase;
}
.block-tell-us ::-webkit-textarea-placeholder {
  font-weight: 700;
  color: #ADD5B6;
  text-transform: uppercase;
}
.block-tell-us :-moz-placeholder {
  font-weight: 700;
  color: #ADD5B6;
  opacity: 1;
  text-transform: uppercase;
}
.block-tell-us ::-moz-placeholder {
  font-weight: 700;
  color: #ADD5B6;
  opacity: 1;
  text-transform: uppercase;
}
.block-tell-us :-ms-input-placeholder {
  font-weight: 700;
  color: #ADD5B6;
  text-transform: uppercase;
}
.block-tell-us :-ms-textarea-placeholder {
  font-weight: 700;
  color: #ADD5B6;
  text-transform: uppercase;
  text-transform: uppercase;
}
.block-tell-us ::-ms-input-placeholder {
  font-weight: 700;
  color: #ADD5B6;
  text-transform: uppercase;
}
.block-tell-us ::-ms-textarea-placeholder {
  font-weight: 700;
  color: #ADD5B6;
  text-transform: uppercase;
}
.block-tell-us ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ADD5B6;
  text-transform: uppercase;
}
.block-tell-us ::-moz-placeholder {
  font-weight: 700;
  color: #ADD5B6;
  text-transform: uppercase;
}
.block-tell-us :-ms-input-placeholder {
  font-weight: 700;
  color: #ADD5B6;
  text-transform: uppercase;
}
.block-tell-us ::-ms-input-placeholder {
  font-weight: 700;
  color: #ADD5B6;
  text-transform: uppercase;
}
.block-tell-us ::placeholder {
  font-weight: 700;
  color: #ADD5B6;
  text-transform: uppercase;
}

.is-foundation .block-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  z-index: 1001;
  background: -webkit-gradient(linear, left top, right top, from(#66C7C1), to(#ADD5B6));
  background: linear-gradient(to right, #66C7C1 0%, #ADD5B6 100%);
  position: fixed;
  top: 0;
}
@media (max-width: 575.98px) {
  .is-foundation .block-banner {
    height: 255px;
  }
}
.is-foundation .block-carousel {
  margin-top: -154px;
}
@media (max-width: 1199.98px) {
  .is-foundation .block-carousel {
    margin-top: -150px;
  }
}
@media (max-width: 991.98px) {
  .is-foundation .block-carousel {
    margin-top: -90px;
  }
}
@media (max-width: 767.98px) {
  .is-foundation .block-carousel {
    margin-top: -100px;
  }
}
@media (max-width: 575.98px) {
  .is-foundation .block-carousel {
    margin-top: -74.5px;
  }
}
.is-foundation .block-introduce {
  padding: 95px 0 100px;
}
@media (max-width: 991.98px) {
  .is-foundation .block-introduce {
    padding-bottom: 100px;
  }
}
@media (max-width: 575.98px) {
  .is-foundation .block-introduce {
    padding: 75px 0;
  }
}
@media (max-width: 575.98px) {
  .is-foundation .block-introduce .text-box p {
    padding-bottom: 14px !important;
    line-height: 1.61 !important;
  }
}
.is-foundation .block-introduce .title-box {
  margin-top: -3px;
}
.is-foundation .block-introduce .title-box h2 {
  background: -webkit-gradient(linear, left top, right top, from(#ADD5B6), color-stop(13.26%, #66C7C1)) !important;
  background: linear-gradient(90deg, #ADD5B6 0%, #66C7C1 13.26%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
@media (max-width: 991.98px) {
  .is-foundation .block-introduce .text-box {
    padding-bottom: 18px !important;
  }
}
@media (max-width: 991.98px) {
  .is-foundation .block-introduce .img {
    padding-top: 63% !important;
  }
}
@media (max-width: 575.98px) {
  .is-foundation .block-introduce figcaption {
    padding-top: 14px !important;
  }
}
@media (max-width: 575.98px) {
  .is-foundation .block-introduce .conter-box:last-child .img {
    padding-top: 230px !important;
  }
}
.is-foundation .block-timeline {
  padding: 120px 0 52px;
}
@media (max-width: 991.98px) {
  .is-foundation .block-timeline {
    padding-top: 100px;
  }
}
@media (max-width: 575.98px) {
  .is-foundation .block-timeline {
    padding: 69px 0 42px;
  }
}
.is-foundation .block-timeline .container .title-box {
  padding-bottom: 91px;
}
@media (max-width: 575.98px) {
  .is-foundation .block-timeline .container .title-box {
    padding-bottom: 68px;
  }
}
@media (max-width: 575.98px) {
  .is-foundation .block-timeline .container .title-box h2 {
    padding-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .is-foundation .block-timeline .container .title-box p {
    font-size: 17px;
    margin: 0;
    line-height: 1.5238;
  }
}
@media (max-width: 1400px) {
  .is-foundation .block-timeline .container .title-box p br {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .is-foundation .block-timeline .container .title-box .subtitle {
    padding-bottom: 30px;
  }
}
.is-foundation .block-timeline .container .gallery-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.is-foundation .block-timeline .container .gallery-box .item {
  margin: 0;
  width: 46.2121%;
  margin-bottom: 100px;
  background-color: #ffffff;
  cursor: auto;
}
@media (max-width: 991.98px) {
  .is-foundation .block-timeline .container .gallery-box .item {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .is-foundation .block-timeline .container .gallery-box .item {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .is-foundation .block-timeline .container .gallery-box .item {
    margin-bottom: 30px;
  }
}
.is-foundation .block-timeline .container .gallery-box .item .text-box {
  height: 100%;
  padding: 26px 32px 10px;
}
@media (max-width: 575.98px) {
  .is-foundation .block-timeline .container .gallery-box .item .text-box {
    padding: 19px 32px 14px;
  }
}
.is-foundation .block-timeline .container .gallery-box .item .text-box h3 {
  color: #ADD5B6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .is-foundation .block-timeline .container .gallery-box .item .text-box h3 {
    font-size: 20px;
    padding-bottom: 14px;
    line-height: 1.2;
  }
}
.is-foundation .block-timeline .container .gallery-box .item .text-box p {
  padding-bottom: 17px;
  line-height: 1.61;
}
@media (max-width: 575.98px) {
  .is-foundation .block-timeline .container .gallery-box .item .text-box p {
    padding-bottom: 14px;
  }
}
.is-foundation .block-timeline .container .gallery-box .item .text-box:before {
  border-color: #ADD5B6 transparent;
}
@media (max-width: 575.98px) {
  .is-foundation .block-timeline .container .gallery-box a:nth-child(4) .text-box p {
    line-height: 1.6;
  }
}
.is-foundation .block-timeline .img-bg {
  background: -webkit-gradient(linear, right top, left top, from(#28324D), to(rgba(40, 50, 77, 0.85)));
  background: linear-gradient(to left, #28324D 0%, rgba(40, 50, 77, 0.85) 100%);
}

.block-error {
  overflow: hidden;
  width: 100%;
  padding: 60px 0 44px;
}
.block-error .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-error .container h1 {
  font-family: "Prata", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.351;
  padding-bottom: 25px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .block-error .container h1 {
    font-size: 35px;
  }
}
.block-error .container p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.625;
  color: #000000;
  padding-bottom: 16px;
  text-align: center;
}

.block-error:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  pointer-events: none;
  z-index: 1001;
  background: -webkit-gradient(linear, left top, left bottom, from(#00AFA8), to(#0090D4));
  background: linear-gradient(180deg, #00AFA8 0%, #0090D4 100%);
  position: fixed;
  top: 0;
}

.error404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  min-height: 100vh;
}
.error404 header {
  padding: 35px 0 25px;
  background: #28324D;
  position: sticky;
}
@media (max-width: 1199.98px) {
  .error404 header {
    padding: 30px 0 20px !important;
  }
}
@media (max-width: 575.98px) {
  .error404 header {
    padding: 20px 0 10px !important;
  }
}
@media (max-width: 575.98px) {
  .error404 header .navbar-toggler {
    margin-top: -4px;
  }
}
.error404 header .container .navbar-brand {
  width: 145px;
  height: 72.5px;
}
@media (max-width: 575.98px) {
  .error404 header .container .navbar-brand {
    margin-top: 0px;
    width: 88px !important;
    height: auto;
  }
}
.error404 .wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error404 footer {
  width: 100%;
}