.tr, .home #header #menu-main-menu > li > a span:after, .img-wrap img, .load-more, input + label, .a2a_svg, button:before, .selectric-wrapper li:before, .timeline-dots button:after, #menu-main-menu li a:before, #menu-main-menu li a:after, .btn:after, button, input[type="submit"]:after, label:before, .lazyloaded.tr, .sub-menu, a, .btn, svg path, svg rect, svg line, svg circle, input[type="submit"] {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transitoins: all 0.3s ease-in-out;
}
body {
  color: #221F54;
  font: 300 clamp(16px, 1.1vw, 20px)/1.5 "Kumbh Sans", sans-serif;
  padding-top: 95px;
}
@media (min-width: 1200px) {
  body {
    padding-top: 108px;
  }
}
@media (min-width: 1400px) {
  body {
    padding-top: 132px;
  }
}
body * {
  outline: none !important;
}
a[href^="mail"] {
  color: inherit;
  text-decoration: none;
}
a[href^="mail"]:hover, a[href^="tel"]:hover {
  text-decoration: none;
}
main a {
  text-decoration: none;
  color: #16e57a;
  font-weight: 700;
}
main a:hover {
  text-decoration: underline;
  color: #00de6b;
}
main ol li + li, main ul li + li {
  margin-top: 15px;
}
main ol {
  counter-reset: section;
}
main ol li {
  counter-increment: section;
  padding-left: 12px;
  position: relative;
}
main ol li:before {
  display: inline-block;
  color: #16e57a;
  font-weight: 700;
  position: relative;
  transform: translateX(-12px);
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  content: counter(section) ". ";
}
main ul li {
  position: relative;
  padding-left: 20px;
}
main ul:not(.slick-dots):not(.list) li:before {
  display: block;
  width: 6px;
  height: 6px;
  background: #16e57a;
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  border-radius: 100%;
}
.nice-select {
  width: 100%;
  height: unset;
  border: none !important;
}
.nice-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 0 0 20px 20px;
  border: none;
  box-shadow: none;
}
.nice-select.open {
  border-radius: 20px 20px 0 0;
}
.nice-select:after {
  width: 19px;
  height: 12px;
  background: transparent url("img/arrow.svg") center center no-repeat;
  background-size: contain;
  border: none;
  right: calc(0.3 * clamp(45px, 5.75vw, 100px));
  margin-top: -6px;
  transform-origin: unset;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
}
.nice-select.open:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.gform_wrapper.gravity-theme input[type="submit"], a.btn {
  display: inline-block;
  font: 700 18px/26px "Kumbh Sans", sans-serif;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background: #00de6b;
  text-transform: uppercase;
  padding: 20px 40px;
  cursor: pointer;
  border: none;
}
.gform_wrapper.gravity-theme input[type="submit"] {
  display: block;
  width: 100%;
  margin-bottom: 0 !important;
  font-size: clamp(16px, 1.2vw, 24px);
}
.gform_wrapper.gravity-theme input[type="submit"]:hover, .btn:hover {
  background: #00ff7b;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.txt > * + * {
  margin-top: 30px;
}
.flex, .fc, .fcc, #header .menu {
  display: flex;
  flex-wrap: wrap;
}
.fc {
  align-items: center;
}
.fcc {
  align-items: center;
  justify-content: center;
}
.row {
  row-gap: 30px;
}
strong, b {
  font-weight: 700;
}
div.container {
  max-width: 1360px;
  max-width: calc(13.6 * clamp(45px, 5.75vw, 100px));
}
div.container-lg {
  max-width: 1640px;
  max-width: calc(16.4 * clamp(45px, 5.75vw, 100px));
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
  object-position: top;
}
.video-wrap {
  overflow: hidden;
  opacity: 1 !important;
}
.video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 175%;
  height: 175%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.overlay + noscript + .overlay, .overlay + .overlay {
  z-index: 2;
}
.overlay + noscript + *:not(.overlay), .overlay + *:not(.overlay) {
  z-index: 3;
  position: relative;
}
.tcenter {
  text-align: center;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  font: 700 16px/1 "Kumbh Sans", sans-serif;
  background: #221f54;
  padding: 30px;
}
#header img {
  height: 35px;
  width: auto;
}
#header #branding + a[href^="tel"] {
  margin-left: auto;
}
#header a[href^="tel"] {
  color: #fff;
  font-weight: 400;
}
#header a[href^="tel"] strong {
  color: #16e57a;
}
#header a[href^="tel"]:hover {
  color: #1fde6b;
}
#header .navbar-collapse {
  margin-left: auto;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: #221f54;
}
@media (min-width: 1024px) {
  #header .navbar-collapse {
    display: flex !important;
    background-color: transparent;
    position: static;
  }
}
#header .navbar-collapse-inner {
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media (min-width: 1024px) {
  #header .navbar-collapse-inner {
    flex-direction: row;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  #header {
    font: 700 18px/1 "Kumbh Sans", sans-serif;
    padding: 42px 48px;
  }
}
@media (min-width: 1400px) {
  #header {
    font: 700 20px/1 "Kumbh Sans", sans-serif;
  }
  #header img {
    height: 48px;
  }
}
@media (min-width: 1600px) {
  #header {
    font: 700 26px/1 "Kumbh Sans", sans-serif;
  }
}
.navbar-toggler {
  --width: 2.5rem;
  --height: 3px;
  --spacing: 0.8rem;
  border: none;
  background-color: transparent;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
}
.navbar-toggler-icon {
  width: var(--width);
  height: var(--height);
  background: #16e57a;
  border-radius: 0.3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: calc(-1 * var(--width)/2);
  margin-top: calc(-1 * var(--height)/2);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transition-duration: 0.3s;
}
.navbar-toggler-icon:nth-child(1) {
  transform: translate3d(0, calc(-1 * var(--spacing)), 0);
}
.navbar-toggler-icon:nth-child(2) {
  transform: translate3d(0, 0, 0);
}
.navbar-toggler-icon:nth-child(3) {
  transform: translate3d(0, var(--spacing), 0);
}
.navbar-toggler.js--active .navbar-toggler-icon:nth-child(1) {
  transform: translate3d(0, 0, 0) rotate(45deg);
}
.navbar-toggler.js--active .navbar-toggler-icon:nth-child(2) {
  transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.navbar-toggler.js--active .navbar-toggler-icon:nth-child(3) {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}
@media (min-width: 1024px) {
  .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1024px) {
  #header.custom-menu {
    justify-content: center;
  }
}
@media (max-width: 640px) {
  #header.custom-menu .navbar-collapse {
    display: flex !important;
    background-color: transparent;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  #header.custom-menu .navbar-collapse .navbar-collapse-inner {
    padding: 15px 0 0;
  }
  #header.custom-menu + #container {
    margin-top: 30px;
  }
}
#header.custom-menu .navbar-toggler {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
}
h1, .h1 {
  font-weight: 800;
  font-size: clamp(22px, 3.15vw, 60px);
}
blockquote, h2 {
  font-size: clamp(20px, 2.1vw, 40px);
}
h3 {
  font-size: clamp(20px, 1.6vw, 30px);
}
h4, h5, h6 {
  font-size: clamp(20px, 1.4vw, 26px);
}
.txt blockquote {
  position: relative;
  font-weight: 600;
  padding: 45px 20px 0 130px;
  padding-left: calc(1.34 * clamp(45px, 5.75vw, 100px));
  line-height: 1.25;
}
.txt blockquote + p {
  margin-top: 40px;
  font-weight: 700;
  padding-left: calc(1.34 * clamp(45px, 5.75vw, 100px));
}
.txt blockquote:before, .txt blockquote:after {
  width: calc(0.87 * clamp(45px, 5.75vw, 100px));
  height: calc(0.53 * clamp(45px, 5.75vw, 100px));
  position: absolute;
  content: "";
  background: url("img/quote.svg") center center no-repeat;
  background-size: contain;
}
.txt blockquote:before {
  top: 30px;
  left: 0;
}
.txt blockquote:after {
  right: 0;
  bottom: calc(-0.6 * clamp(45px, 5.75vw, 100px));
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
nav#menu {
  margin-left: 0;
  text-transform: uppercase;
}
nav#menu a {
  text-decoration: none;
  color: #fff;
}
nav#menu .current_page_item a, nav#menu a:hover {
  color: #1fde6b;
}
nav#menu .menu {
  flex-direction: column;
}
nav#menu li {
  margin-bottom: calc(0.5 * clamp(45px, 5.75vw, 100px));
}
@media (min-width: 1024px) {
  nav#menu {
    margin-left: auto;
  }
  nav#menu .menu {
    flex-direction: row;
  }
  nav#menu li {
    margin-bottom: 0;
    margin-right: calc(0.5 * clamp(45px, 5.75vw, 100px));
  }
}
@media (min-width: 1700px) {
  nav#menu li {
    margin-right: calc(0.8 * clamp(45px, 5.75vw, 100px));
  }
}
#footer {
  font-weight: 400;
  background: #e8e7f1;
  padding: 42px 48px;
  padding-top: calc(1 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(0.75 * clamp(45px, 5.75vw, 100px));
  font-size: 16px;
}
#footer #copyright a:not(:hover) {
  text-decoration: none;
  color: #221f54;
}
#footer .container-lg {
  row-gap: 30px;
  column-gap: calc(0.8 * clamp(45px, 5.75vw, 100px));
}
#footer .container-lg section {
  width: 100%;
  flex: 0 0 100%;
  order: 1;
}
#footer .container-lg section + section {
  width: 100%;
  flex: 0 0 100%;
  order: 0;
}
#footer .container-lg section + section p span {
  width: 24px;
  flex: 0 0 24px;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
}
#footer .container-lg section + section p span + span {
  width: calc(100% - 24px);
  flex: 0 0 calc(100% - 24px);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
}
#footer .container-lg section + section + section {
  flex-direction: column;
  width: 100%;
  flex: 0 0 100%;
  margin-left: auto;
  gap: calc(0.8 * clamp(45px, 5.75vw, 100px));
  order: -1;
}
#footer .container-lg section + section + section img {
  max-height: 100px;
  max-width: 200px;
  width: auto;
  height: auto;
}
#footer a:hover {
  color: #00de6b;
  text-decoration: underline;
}
#footer a[href^="tel"] {
  font-size: clamp(16px, 1.1vw, 21px);
}
#footer a[href^="tel"]:hover {
  text-decoration: none;
  color: #1fde6b;
}
@media (min-width: 768px) {
  #footer .container-lg section {
    width: auto;
    flex: 0 0 auto;
    order: 0;
  }
  #footer .container-lg section + section {
    width: auto;
    flex: 0 0 auto;
    order: 0;
  }
  #footer .container-lg section + section + section {
    width: 100%;
    flex: 0 0 100%;
    flex-direction: row;
    order: 0;
  }
}
@media (min-width: 1400px) {
  #footer .container-lg {
    column-gap: calc(0.8 * clamp(45px, 5.75vw, 100px));
  }
  #footer .container-lg section {
    width: 335px;
    flex: 0 0 335px;
  }
  #footer .container-lg section + section {
    width: 260px;
    flex: 0 0 260px;
  }
  #footer .container-lg section + section + section {
    width: auto;
    flex: 0 0 auto;
    gap: calc(0.2 * clamp(45px, 5.75vw, 100px));
  }
}
@media (min-width: 1600px) {
  #footer .container-lg section + section + section {
    gap: calc(0.42 * clamp(45px, 5.75vw, 100px));
  }
}
.custom-sections > section {
  position: relative;
}
.countdown_banner {
  padding-top: calc(0.8 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(0.8 * clamp(45px, 5.75vw, 100px));
  color: #fff;
  font-size: clamp(16px, 1.2vw, 24px);
  font-weight: 300;
}
.countdown_banner div.overlay {
  background: #221f54;
  opacity: 0.6;
}
.countdown_banner .h1 {
  max-width: 1080px;
  margin: 0 auto;
  font-size: clamp(22px, 3.65vw, 70px);
}
.countdown_banner .countdown {
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 35px;
}
.countdown {
  display: flex;
  opacity: 0;
  justify-content: center;
  column-gap: calc(0.86 * clamp(45px, 5.75vw, 100px));
}
.countdown div {
  width: calc(2.6 * clamp(45px, 5.75vw, 100px) + 16px);
  flex: 0 0 calc(2.6 * clamp(45px, 5.75vw, 100px) + 16px);
  position: relative;
}
.countdown div + div:before {
  content: ":";
  color: #fff;
  width: 30px;
  margin-left: -15px;
  position: absolute;
  top: 0;
  left: calc(-0.43 * clamp(45px, 5.75vw, 100px));
  line-height: 1.6;
  font-size: clamp(40px, 6.3vw, 120px);
  text-align: center;
  z-index: 2;
}
.countdown strong {
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
  color: #16e57a;
  line-height: 1.6;
  font-size: clamp(40px, 6.3vw, 120px);
}
.countdown strong span {
  display: block;
  width: calc(1.3 * clamp(45px, 5.75vw, 100px));
  margin: 0;
  background: #fff;
  border-radius: 20px;
  text-align: center;
}
.countdown h4 {
  margin-top: 30px;
  text-transform: uppercase;
}
.countdown.show {
  opacity: 1;
}
.countdown_banner + .shape {
  position: relative;
  padding: 145px 15px 180px;
  z-index: 1;
  padding-top: calc(1.45 * clamp(45px, 5.75vw, 100px));
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 160px), 50% 100%, 0 calc(100% - 160px), 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 160px), 50% 100%, 0 calc(100% - 160px), 0 0);
  background: transparent linear-gradient(339deg, #403C78 0%, #201E3C 100%) 0% 0% no-repeat padding-box;
}
.countdown_banner + .shape h2:not(h1) {
  color: #fff;
  font-weight: 500;
  font-size: clamp(28px, 2.62vw, 50px);
}
.countdown_banner + .shape h2.h1 {
  color: #16e57a;
  font-weight: 800;
  font-size: clamp(36px, 4.2vw, 80px);
  text-transform: uppercase;
}
#contact {
  background: transparent linear-gradient(348deg, #403C78 0%, #201E3C 100%) 0% 0% no-repeat padding-box;
}
#contact h2.h1 {
  color: #fff;
  margin: 0;
}
.contact_form div.container-lg {
  max-width: calc(16.9 * clamp(45px, 5.75vw, 100px));
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 16px;
}
body .gform_wrapper.gravity-theme select {
  appearance: none;
  -webkit-appearance: none;
  background: #fff;
}
body .gform_wrapper.gravity-theme input[type=color], body .gform_wrapper.gravity-theme input[type=date], body .gform_wrapper.gravity-theme input[type=datetime-local], body .gform_wrapper.gravity-theme input[type=datetime], body .gform_wrapper.gravity-theme input[type=email], body .gform_wrapper.gravity-theme input[type=month], body .gform_wrapper.gravity-theme input[type=number], body .gform_wrapper.gravity-theme input[type=password], body .gform_wrapper.gravity-theme input[type=search], body .gform_wrapper.gravity-theme input[type=tel], body .gform_wrapper.gravity-theme input[type=text], body .gform_wrapper.gravity-theme input[type=time], body .gform_wrapper.gravity-theme input[type=url], body .gform_wrapper.gravity-theme input[type=week], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea, body .nice-select {
  font: inherit;
  border: none;
  font-size: clamp(16px, 1.2vw, 24px);
  font-weight: 400;
  resize: none;
  max-height: 145px;
  padding: 15px 34px;
  border-radius: 20px;
  display: block;
  line-height: 1.5 !important;
  color: #202020;
}
body ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #202020;
  opacity: 1;
  /* Firefox */
}
body :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #202020;
}
body ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #202020;
}
body .gform_wrapper.gravity-theme .gform_footer, body .gform_wrapper.gravity-theme .gform_page_footer {
  margin: 0;
  padding: 16px 0 0;
}
body .gform_confirmation_wrapper {
  padding: 30px;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
body .field_sublabel_below:not(.hidden_label) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
body .field_sublabel_below:not(.hidden_label) .gfield_label {
  color: #fff;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  width: 246px;
  flex: 0 0 246px;
}
body .field_sublabel_below:not(.hidden_label) .ginput_container {
  width: calc(100% - 246px);
  flex: 0 0 calc(100% - 246px);
}
section#contact {
  padding-top: calc(1.8 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(1.8 * clamp(45px, 5.75vw, 100px));
}
section#contact .h1 {
  font-size: clamp(32px, 3.65vw, 70px);
  line-height: 1;
  max-width: 680px;
}
section#contact .gform_footer {
  justify-content: flex-end;
}
section#contact .gform_footer input {
  width: calc(50% - 7px);
}
.faq_banner {
  color: #202020;
  font-size: clamp(16px, 1.1vw, 21px);
  padding-top: calc(2.3 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(3.3 * clamp(45px, 5.75vw, 100px));
}
.faq_banner .h1 {
  font-size: clamp(40px, 6.3vw, 120px);
  color: #fff;
  margin-bottom: 35px;
}
.faq_banner img.overlay {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.faq_banner div.overlay {
  background: #8A87AF;
  mix-blend-mode: multiply;
}
.faq_banner section {
  cursor: pointer;
  background: rgba(232, 231, 241, 0.9);
  line-height: 1.14;
  padding: 26px 35px;
  border-radius: 20px;
}
.faq_banner section h3 {
  position: relative;
}
.faq_banner section h3 span {
  width: 26px;
  height: 6px;
  background: #16e57a;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  border-radius: 3px;
}
.faq_banner section h3 span.tr {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.faq_banner section + section {
  margin-top: 18px;
}
.faq_banner section div {
  padding-top: 15px;
  padding-bottom: 25px;
  display: none;
}
.faq_banner section.show h3 span.tr {
  opacity: 0;
}
.faq_banner .btn {
  margin-top: 30px;
}
.showmob, .showtab {
  display: none !important;
}
.single .featured-image {
  width: 100%;
}
.single img {
  border-radius: 20px;
}
.single main > .container {
  padding-bottom: calc(1.15 * clamp(45px, 5.75vw, 100px));
  max-width: 1230px;
  max-width: calc(12.3 * clamp(45px, 5.75vw, 100px));
  padding-top: 60px;
}
.single main > .container > .fc {
  justify-content: space-between;
  text-transform: uppercase;
  margin-bottom: 30px;
  row-gap: 30px;
  column-gap: 30px;
}
.single main > .container > .fc .fc {
  column-gap: 13px;
}
.single h1, .single h2, .single h3, .single h4, .single h5, .single h6 {
  margin-top: calc(0.6 * clamp(45px, 5.75vw, 100px));
  margin-bottom: -15px;
}
.single .content-column:not(.last_column) {
  padding-right: 30px;
}
.single .read-more-posts {
  background: #e8e7f1;
}
div.title {
  position: relative;
  padding: 70px 30px 160px;
  z-index: 1;
  -webkit-clip-path: polygon(100% 0, 100% calc(100% - 160px), 50% 100%, 0 calc(100% - 160px), 0 0);
  clip-path: polygon(100% 0, 100% calc(100% - 160px), 50% 100%, 0 calc(100% - 160px), 0 0);
  background: transparent linear-gradient(359deg, #E8E7F1 0%, #BFBDD3 44%, #8A87AC 100%) 0% 0% no-repeat padding-box;
}
div.title h1 {
  text-align: center;
  margin: 0 auto 0;
  max-width: 1200px;
}
div.title.large h1 {
  margin-top: 40px;
  font-size: clamp(36px, 4.2vw, 80px);
}
.read-more-posts {
  background: #fff;
  padding-top: calc(1.75 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(1.75 * clamp(45px, 5.75vw, 100px));
}
.read-more-posts .container {
  padding: 0 15px;
}
.read-more-posts .h1 {
  margin: 0;
  text-align: center;
  margin-bottom: calc(0.8 * clamp(45px, 5.75vw, 100px));
}
.container.posts-wrapper {
  padding-left: calc(0.44 * clamp(45px, 5.75vw, 100px));
  padding-right: calc(0.44 * clamp(45px, 5.75vw, 100px));
  max-width: 1540px;
  max-width: calc(15.88 * clamp(45px, 5.75vw, 100px));
}
.container.posts-wrapper .row {
  row-gap: calc(0.88 * clamp(45px, 5.75vw, 100px));
  margin-left: calc(-0.44 * clamp(45px, 5.75vw, 100px));
  margin-right: calc(-0.44 * clamp(45px, 5.75vw, 100px));
}
.a2a_kit a:hover path {
  fill: #00ff7b;
}
.img-wrap {
  display: block;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.img-wrap:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
}
.post_card {
  color: #fff;
  border-radius: 20px;
  padding-left: calc(0.44 * clamp(45px, 5.75vw, 100px));
  padding-right: calc(0.44 * clamp(45px, 5.75vw, 100px));
}
.post_card section {
  padding: 30px 35px;
  padding: 20px 25px;
  background: transparent linear-gradient(180deg, #403C78 0%, #201E3C 100%) 0% 0% no-repeat padding-box;
  border-radius: 0 0 20px 20px;
}
.post_card p.date {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 14px;
}
.post_card img {
  width: 100%;
  height: calc(3.6 * clamp(45px, 5.75vw, 100px));
  height: 360px;
  height: 345px;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.post_card h3 {
  margin: 15px 0 20px;
  font-size: clamp(22px, 1.6vw, 26px);
}
.post_card h3 a {
  color: #fff;
  text-decoration: none;
}
.post_card h3 a:hover {
  color: #16e57a;
  text-decoration: none;
}
.post_card h3 + div {
  margin-bottom: 20px;
  font-size: clamp(16px, 1.1vw, 20px);
  /*font-weight: $r;*/
}
.page-template-blog .read-more-posts {
  padding-top: calc(1.25 * clamp(45px, 5.75vw, 100px));
}
.page-template-case_studies .container.tcenter {
  max-width: 1240px;
  max-width: calc(12.4 * clamp(45px, 5.75vw, 100px));
  padding-top: calc(1.25 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(1 * clamp(45px, 5.75vw, 100px));
}
.custom-pagination {
  font-size: clamp(20px, 1.4vw, 26px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: calc(1.25 * clamp(45px, 5.75vw, 100px));
  padding-left: calc(0.44 * clamp(45px, 5.75vw, 100px));
  padding-right: calc(0.44 * clamp(45px, 5.75vw, 100px));
  flex: 0 0 100%;
  width: 100%;
}
.custom-pagination > span {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #16e57a;
  color: #fff;
  text-align: center;
}
.custom-pagination a {
  text-align: center;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: #fff;
  color: #221f54;
}
.custom-pagination a:hover {
  color: #16e57a;
  text-decoration: none;
}
.custom-pagination a.next, .custom-pagination a.prev {
  position: relative;
}
.page-template-contact div.title {
  margin-bottom: -160px;
}
.page-template-contact .col-12 {
  padding-top: calc(2.85 * clamp(45px, 5.75vw, 100px));
  padding-right: calc(0.75 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(1.1 * clamp(45px, 5.75vw, 100px));
  padding-left: calc(0.75 * clamp(45px, 5.75vw, 100px));
}
.page-template-contact .col-12 h3.flex {
  margin-bottom: 40px;
}
.page-template-contact .col-12 h3.flex span {
  width: 45px;
  flex: 0 0 45px;
}
.page-template-contact .col-12 h3.flex span + span {
  width: calc(100% - 45px);
  flex: 0 0 calc(100% - 45px);
}
.page-template-contact .col-12 > h2 {
  margin-bottom: 40px;
}
.page-template-contact .col-12 + .col-12 {
  color: #fff;
  background: transparent linear-gradient(348deg, #403C78 0%, #201E3C 100%) 0% 0% no-repeat padding-box;
}
.page-template-contact aside.side {
  display: none;
}
.acf-map {
  height: 373px;
  border-radius: 20px;
}
.page-template-default .entry-content {
  padding-top: calc(0.5 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(1 * clamp(45px, 5.75vw, 100px));
}
.page-template-default h1, .page-template-default h2, .page-template-default h3, .page-template-default h4, .page-template-default h5, .page-template-default h6 {
  margin-top: calc(0.6 * clamp(45px, 5.75vw, 100px));
  margin-bottom: -15px;
}
.cs-results {
  padding-top: calc(1.15 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(1.4 * clamp(45px, 5.75vw, 100px));
  background: transparent linear-gradient(180deg, #403C78 0%, #201E3C 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.cs-results .container {
  max-width: 1230px;
  max-width: calc(12.3 * clamp(45px, 5.75vw, 100px));
}
.cs-results h2 {
  margin: 0;
}
.cs-results .fcc {
  row-gap: 40px;
  column-gap: 40px;
  justify-content: space-evenly;
  margin-top: calc(0.67 * clamp(45px, 5.75vw, 100px));
}
.cs-results section {
  width: 267px;
  flex: 0 0 267px;
}
.cs-results section p {
  margin-top: 30px;
}
.pie {
  --p: 20;
  --b: 12px;
  --c: #16e57a;
  --w: 267px;
  width: var(--w);
  height: var(--w);
  position: relative;
  display: inline-grid;
  place-content: center;
  color: #16e57a;
  font-size: clamp(48px, 3.15vw, 56px);
  letter-spacing: 0;
  font-weight: 700;
}
.pie-chart {
  width: 276px;
  height: 276px;
  position: relative;
  color: #16e57a;
  font-size: clamp(48px, 3.15vw, 56px);
  letter-spacing: 0;
  font-weight: 700;
}
.pie-chart span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.pie-chart canvas {
  position: relative;
  z-index: 2;
}
.pie-chart:before {
  width: 276px;
  height: 276px;
  position: absolute;
  top: 0;
  left: 0;
  border: 12px solid #fff;
  border-radius: 100%;
  content: "";
  z-index: 1;
  opacity: 0.85;
}
.pie:before, .pie:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.pie:before {
  inset: 0;
  background: radial-gradient(farthest-side, var(--c) 98%, #0000) top/var(--b) var(--b) no-repeat, conic-gradient(var(--c) calc(var(--p) * 1%), #fff 0);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(farthest-side, #0000 calc(99% - var(--b)), #000 calc(100% - var(--b)));
}
.pie:after {
  inset: calc(50% - var(--b) / 2);
  background: var(--c);
  transform: rotate(calc(var(--p) * 3.6deg)) translateY(calc(50% - var(--w) / 2));
}
.animate {
  animation: p 1s 0.5s both;
}
.no-round:before {
  background-size: 0 0, auto;
}
.no-round:after {
  content: none;
}
@keyframes p {
  from {
    --p: 0;
  }
}
.cs_card {
  padding-top: calc(1 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(1 * clamp(45px, 5.75vw, 100px));
}
.cs_card .container {
  max-width: 1440px;
  max-width: calc(14.4 * clamp(45px, 5.75vw, 100px));
}
.cs_card .col-12.img {
  /*padding: 0;*/
}
.cs_card .img-wrap {
  border-radius: 20px;
}
.cs_card .img-wrap img {
  width: 100%;
  height: calc(5 * clamp(45px, 5.75vw, 100px));
  object-fit: cover;
}
.cs_card .date {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: -10px;
}
.cs_card h3 a:not(:hover) {
  color: #221f54;
}
.cs_card h3 a:hover {
  text-decoration: none;
}
.cs_card:nth-child(odd) {
  background: #e8e7f1;
}
.cs_card:nth-child(odd) .col-12.txt {
  padding-left: 50px;
}
.cs_card:nth-child(even) .col-12.txt {
  padding-right: 50px;
}
.cs_card:nth-child(even) .col-12.img {
  order: 2;
}
.cs-wrapper + .pagination-wrapper .custom-pagination {
  margin-top: 20px;
  margin-bottom: calc(1.25 * clamp(45px, 5.75vw, 100px));
}
section.testimonials {
  overflow: hidden;
  background: #16e579;
  background: #16e579;
  background: -moz-linear-gradient(90deg, #16e579 0%, #16e579 50%, #19b271 50%, #19b271 100%);
  background: -webkit-linear-gradient(90deg, #16e579 0%, #16e579 50%, #19b271 50%, #19b271 100%);
  background: linear-gradient(90deg, #16e579 0%, #16e579 50%, #19b271 50%, #19b271 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#16e579",endColorstr="#19b271",GradientType=1);
  padding: 15px;
  padding-top: calc(2.25 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(2 * clamp(45px, 5.75vw, 100px));
}
section.testimonials .container {
  max-width: 1600px;
  max-width: calc(16 * clamp(45px, 5.75vw, 100px));
  max-width: 1920px;
}
section.testimonials img:not(.overlay) {
  max-width: calc(4.42 * clamp(45px, 5.75vw, 100px));
}
section.testimonials img.overlay {
  width: 100%;
  max-width: 1980px;
  height: auto;
  object-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
section.testimonials .im h2 {
  display: inline-block;
  text-align: center;
  font-size: clamp(40px, 6.3vw, 120px);
  line-height: 1;
  color: #fff;
}
section.testimonials .txt {
  font-size: clamp(20px, 1.6vw, 30px);
  line-height: 1.55;
  font-weight: 600;
  position: relative;
  padding-top: 15px;
}
section.testimonials .txt + p {
  margin-top: 40px;
  padding-left: 5px;
  font-size: clamp(16px, 1.1vw, 21px);
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
}
section.testimonials .txt:before {
  width: calc(0.87 * clamp(45px, 5.75vw, 100px));
  height: calc(0.53 * clamp(45px, 5.75vw, 100px));
  position: absolute;
  top: 0;
  left: calc(-1.3 * clamp(45px, 5.75vw, 100px));
  content: "";
  background: url("img/quote.svg") center center no-repeat;
  background-size: contain;
}
section.testimonials.larger .txt {
  font-size: clamp(20px, 2.1vw, 40px);
  line-height: 1.25;
}
.shape + .text_image_rows {
  padding-top: 160px;
  margin-top: -160px;
}
.text_image_rows {
  font-size: clamp(16px, 1.1vw, 20px);
  color: #202020;
  background: #e8e7f1;
}
.text_image_rows h2, .text_image_rows strong {
  color: #221f54;
}
.text_image_rows > section {
  padding-top: calc(0.75 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(0.75 * clamp(45px, 5.75vw, 100px));
}
.text_image_rows .im img {
  width: 100%;
}
.text_image_rows > section:nth-child(even) {
  background: #fff;
}
.text_image_rows section:nth-child(even) .im {
  order: -1;
}
.text_image_rows:not(.start-grey) {
  background: #fff;
}
.text_image_rows:not(.start-grey) > section:nth-child(even) {
  background: #e8e7f1;
}
#contact.form_countdown_banner {
  padding-top: 30px;
  padding-bottom: 30px;
}
#contact.form_countdown_banner .container-fluid {
  padding-left: calc(0.75 * clamp(45px, 5.75vw, 100px));
  padding-right: calc(0.75 * clamp(45px, 5.75vw, 100px));
}
#contact.form_countdown_banner .container-fluid > div {
  max-width: 810px;
}
#contact.form_countdown_banner .container-fluid h2 {
  text-align: center;
}
#contact.form_countdown_banner .h1 {
  font-size: clamp(20px, 2.1vw, 40px);
  margin: 0 auto 20px;
  line-height: 1.1;
}
#contact.form_countdown_banner div.overlay:not(.video-wrap) {
  background: transparent linear-gradient(90deg, #221F54 0%, #221F54 42%, #221F5400 100%) 0% 0% no-repeat padding-box;
  opacity: 0.65;
}
#contact.form_countdown_banner .gform_wrapper.gravity-theme textarea {
  max-height: 110px;
}
#contact.form_countdown_banner .gform_wrapper.gravity-theme #field_submit input {
  width: 400px;
  line-height: 1.5 !important;
  margin-left: auto;
  margin-right: auto;
}
#contact.form_countdown_banner + section {
  padding: 25px 15px;
  background: transparent linear-gradient(328deg, #403C78 0%, #201E3C 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
#contact.form_countdown_banner + section h2 {
  margin-bottom: 25px;
  font-weight: 500;
}
#contact.form_countdown_banner + section .countdown {
  column-gap: 50px;
  column-gap: calc(0.5 * clamp(45px, 5.75vw, 100px));
}
#contact.form_countdown_banner + section .countdown div {
  width: calc(1.9 * clamp(45px, 5.75vw, 100px) + 16px);
  flex: 0 0 calc(1.9 * clamp(45px, 5.75vw, 100px) + 16px);
}
#contact.form_countdown_banner + section .countdown div + div:before {
  font-size: clamp(40px, 4.6vw, 88px);
  width: 30px;
  width: calc(0.3 * clamp(45px, 5.75vw, 100px));
  left: 0px;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  margin-left: -10px;
  margin-left: calc(-0.1 * clamp(45px, 5.75vw, 100px));
}
#contact.form_countdown_banner + section .countdown strong {
  column-gap: 12px;
}
#contact.form_countdown_banner + section .countdown strong span {
  width: calc(0.96 * clamp(45px, 5.75vw, 100px));
  font-size: clamp(40px, 4.6vw, 88px);
}
#contact.form_countdown_banner + section .countdown h4 {
  font-size: 19px;
  margin-top: 10px;
}
.two_columns_text {
  font-size: clamp(16px, 1.1vw, 20px);
  padding-top: calc(1.5 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(1.5 * clamp(45px, 5.75vw, 100px));
}
.two_columns_text .container {
  max-width: 1470px;
  max-width: calc(14.7 * clamp(45px, 5.75vw, 100px));
  line-height: 1.61;
}
.two_columns_text .h1 {
  margin-bottom: 30px;
}
.team {
  padding-top: calc(1.2 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(1.2 * clamp(45px, 5.75vw, 100px));
  background: #e8e7f1;
}
.team .container {
  max-width: 1470px;
  max-width: calc(14.7 * clamp(45px, 5.75vw, 100px));
}
.team .h1 {
  margin-bottom: calc(0.8 * clamp(45px, 5.75vw, 100px));
}
.team .flex {
  column-gap: calc(0.75 * clamp(45px, 5.75vw, 100px));
  row-gap: calc(0.8 * clamp(45px, 5.75vw, 100px));
  justify-content: center;
}
.team section {
  max-width: calc(3.5 * clamp(45px, 5.75vw, 100px));
  flex-basis: calc(3.5 * clamp(45px, 5.75vw, 100px));
}
.team section img {
  width: 100%;
  height: 350px;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  object-position: top;
}
.team section div {
  border-radius: 0 0 20px 20px;
  background: transparent linear-gradient(180deg, #403C78 0%, #201E3C 100%) 0% 0% no-repeat padding-box;
  padding: 35px 15px;
  padding: 25px 15px;
  text-align: center;
  color: #fff;
  height: calc(100% - 350px);
}
.team section div p {
  margin-top: 15px;
  margin-top: 10px;
  width: 100%;
  color: #16e57a;
  font-size: clamp(16px, 1.1vw, 20px);
  /*font-weight: $m;*/
}
.timeline-h {
  padding: 15px;
  background: #e8e7f1;
  padding-top: calc(1.2 * clamp(45px, 5.75vw, 100px));
  padding-bottom: calc(0.8 * clamp(45px, 5.75vw, 100px));
}
.timeline {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.timeline ::-webkit-scrollbar {
  width: 3px;
}
.timeline ::-webkit-scrollbar-track {
  background: transparent;
}
.timeline ::-webkit-scrollbar-thumb {
  background: #16e57a;
}
.timeline ::-webkit-scrollbar-thumb:hover {
  background: #16e57a;
}
.timeline img.overlay {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.timeline div.overlay {
  background: #8A87AF;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.timeline > section {
  position: relative;
  padding: 40px 15px 0;
  color: #fff;
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 500;
  font-weight: 300;
}
.timeline > section > div {
  height: calc(7.5 * clamp(45px, 5.75vw, 100px));
  overflow: auto;
}
.timeline > section h2 {
  color: #16e57a;
  margin-bottom: 20px;
  position: relative;
}
.timeline > section h2:before {
  width: 80px;
  height: 3px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  content: "";
  background: #00de6b;
  border-radius: 2px;
}
.timeline > section .flex {
  position: relative;
  padding-top: 50px;
  justify-content: center;
  max-width: 1340px;
  margin: 0 auto;
}
.timeline > section .flex div:not(.col-12) {
  max-width: 520px;
}
.timeline > section .flex .right {
  margin-left: auto;
}
.timeline > section .flex .right h2:before {
  left: calc(-1.5 * clamp(45px, 5.75vw, 100px));
  left: -150px;
}
.timeline > section .flex .left {
  text-align: right;
  margin-right: auto;
}
.timeline > section .flex .left h2:before {
  right: calc(-1.5 * clamp(45px, 5.75vw, 100px));
  right: -150px;
}
.timeline > section .flex div:last-of-type {
  padding-bottom: 40px;
}
.timeline > section .flex:before {
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  content: "";
  background: #00de6b;
  border-radius: 2px;
}
aside.side {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 10;
}
aside.side a {
  display: block;
  width: fit-content;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  background: #00de6b url("img/clipboard.svg") 22px center no-repeat;
  background-size: 25px;
  border-radius: 20px 0 0 0;
  text-decoration: none !important;
  padding: 20px 20px 20px 60px;
  position: relative;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  left: -60px;
}
aside.side a + a {
  border-radius: 0 0 0 20px;
  float: right;
  margin-top: 4px;
  background-image: url("img/talk.svg");
}
aside.side a:hover {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  left: 0;
}
/*************** responsive ***************/
@media (max-width: 1400px) {
  .faq_banner {
    padding-top: calc(1.72 * clamp(45px, 5.75vw, 100px));
    padding-bottom: calc(2.47 * clamp(45px, 5.75vw, 100px));
  }
  .timeline > section .flex {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .timeline > section .flex div:not(.col-12) {
    max-width: 435px;
  }
  #container div.container, #container div.container-lg {
    max-width: 1300px;
  }
}
@media (min-width: 1201px) {
  .text_image_rows .container {
    max-width: 1540px;
    max-width: calc(15.4 * clamp(45px, 5.75vw, 100px));
  }
  .text_image_rows .tx {
    flex: 0 0 50%;
    font-size: clamp(16px, 1.1vw, 21px);
    max-width: calc(6.5 * clamp(45px, 5.75vw, 100px));
    flex-basis: calc(6.5 * clamp(45px, 5.75vw, 100px));
  }
  .text_image_rows .tx strong {
    text-transform: uppercase;
    font-size: clamp(20px, 1.6vw, 30px);
    font-weight: 800;
  }
  .text_image_rows .im {
    flex: 0 0 50%;
    max-width: calc(8.5 * clamp(45px, 5.75vw, 100px));
    flex-basis: calc(8.5 * clamp(45px, 5.75vw, 100px));
  }
}
@media (max-width: 1200px) {
  div.title {
    padding: 50px 30px 60px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px), 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px), 0 0);
  }
  div.title.large h1 {
    margin-top: 15px;
  }
  .countdown_banner + .shape {
    padding-bottom: 60px;
    -webkit-clip-path: polygon(100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px), 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 60px), 50% 100%, 0 calc(100% - 60px), 0 0);
  }
  .countdown_banner + .shape .h1 {
    margin-top: 15px;
  }
  .timeline > section .flex {
    max-width: 1000px;
  }
  .timeline > section .flex div:not(.col-12) {
    max-width: 375px;
  }
  .timeline > section .flex .left h2:before {
    right: -110px;
    width: 60px;
  }
  .timeline > section .flex .right h2:before {
    left: -110px;
    width: 60px;
  }
}
@media (min-width: 993px) {
  section.testimonials .col-12.im {
    padding-left: calc(0.7 * clamp(45px, 5.75vw, 100px));
    padding-right: calc(0.7 * clamp(45px, 5.75vw, 100px));
    padding-left: 8%;
  }
  section.testimonials .col-12.tx {
    padding-left: calc(1 * clamp(45px, 5.75vw, 100px));
    padding-right: 0;
    padding-right: 8%;
  }
  .two_columns_text .col-lg-6 {
    padding-left: calc(0.5 * clamp(45px, 5.75vw, 100px));
  }
  .two_columns_text .col-lg-6 + .col-lg-6 {
    padding-right: calc(0.45 * clamp(45px, 5.75vw, 100px));
    padding-right: 20px;
  }
  .testimonials .slider {
    margin-top: -15px;
  }
  .testimonials .slider img {
    margin-top: -15px;
  }
}
@media (max-width: 1100px) {
  .team section {
    max-width: 320px;
    flex-basis: 320px;
  }
  .text_image_rows img {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  a.btn {
    font-size: 16px;
    padding: 15px 30px;
  }
  a.btn:hover {
    font-size: 16px;
  }
  .countdown_banner .countdown {
    padding-top: 5px;
    padding-bottom: 0px;
  }
  #contact.form_countdown_banner .container-fluid > div {
    margin: 0 auto;
  }
  body.page-template-contact .field_sublabel_below:not(.hidden_label) .gfield_label {
    width: 220px;
    flex: 0 0 220px;
    font-size: 20px;
  }
  body.page-template-contact .field_sublabel_below:not(.hidden_label) .ginput_container {
    width: calc(100% - 220px);
    flex: 0 0 calc(100% - 220px);
  }
  body.page-template-contact #field_submit, body.page-template-contact div#field_3_8 {
    grid-column: span 12;
  }
}
@media (max-width: 1000px) {
  .timeline > section .flex:before {
    left: 0;
  }
  .timeline > section .flex {
    padding-top: 0;
    justify-content: left;
  }
  .timeline > section .flex div.left, .timeline > section .flex div.right {
    margin-top: 45px;
    max-width: 640px;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
    padding-left: 30px;
  }
  .timeline > section .flex .left h2:before, .timeline > section .flex .right h2:before {
    left: -45px;
    width: 30px;
    right: auto;
  }
  .team section img {
    height: 350px;
  }
  .team section div {
    height: calc(100% - 350px);
  }
}
@media (max-width: 992px) {
  section#contact .h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  body .field_sublabel_below:not(.hidden_label) .gfield_label {
    text-align: center;
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
  section#contact .gform_footer input {
    margin: 0 auto;
  }
  .text_image_rows {
    text-align: center;
  }
  .page-template-contact div.title {
    margin-bottom: -100px;
  }
  .page-template-contact .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-contact .col-12 + .col-12 {
    padding-top: calc(1.1 * clamp(45px, 5.75vw, 100px));
  }
  .hidetab {
    display: none !important;
  }
  .showtab {
    display: block !important;
  }
  .showtab.flex, .showtab.fc, .showtab.fcc {
    display: flex !important;
  }
  .cs_card:nth-child(odd) .col-12.txt {
    padding-left: 15px;
  }
  .cs_card:nth-child(even) .col-12.txt {
    padding-right: 15px;
  }
  section.testimonials {
    text-align: center;
    padding-top: calc(1.7 * clamp(45px, 5.75vw, 100px));
    padding-bottom: calc(1.5 * clamp(45px, 5.75vw, 100px));
  }
  section.testimonials img:not(.overlay) {
    margin-left: auto;
    margin-right: auto;
  }
  .slick-dots {
    bottom: -75px;
    padding-left: 15px;
    text-align: center;
  }
  section.testimonials img.overlay {
    height: 100%;
  }
  section.testimonials .txt:before {
    top: -20px;
    left: 0;
  }
  body .field_sublabel_below:not(.hidden_label) .ginput_container {
    width: 100%;
    flex: 0 0 100%;
  }
  .faq_banner section {
    padding: 25px;
  }
  .faq_banner section h3 {
    padding-right: 15px;
  }
  .cs_card .img-wrap img {
    height: 450px;
  }
  .countdown_banner .h1 {
    max-width: 620px;
    font-size: 34px;
  }
  .single main > .container > .fc {
    justify-content: center;
    grid-row-gap: 20px;
    text-align: center;
  }
  .single main > .container > .fc .fc {
    width: 100%;
    flex: 0 0 100%;
    justify-content: center;
  }
  .post_card h3 + div {
    display: none;
  }
}
/*************** mobile ***************/
@media (max-width: 766px) {
  .countdown_banner .countdown, #contact.form_countdown_banner + section .countdown {
    padding-top: 0;
    padding-bottom: 0;
    column-gap: 30px;
    column-gap: calc(0.5 * clamp(45px, 5.75vw, 100px));
  }
  .countdown_banner .countdown div, #contact.form_countdown_banner + section .countdown div {
    width: 65px;
    flex: 0 0 65px;
  }
  .countdown_banner .countdown div + div:before, #contact.form_countdown_banner + section .countdown div + div:before {
    font-size: clamp(40px, 4.6vw, 88px);
    font-size: 24px;
    width: 6px;
    left: 0px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    margin-left: 0;
    margin-left: -8px;
  }
  .countdown_banner .countdown strong, #contact.form_countdown_banner + section .countdown strong {
    column-gap: 6px;
  }
  .countdown_banner .countdown strong span, #contact.form_countdown_banner + section .countdown strong span {
    width: 30px;
    font-size: 24px;
    border-radius: 10px;
  }
  .countdown_banner .countdown h4, #contact.form_countdown_banner + section .countdown h4 {
    font-size: 10px;
    margin-top: 5px;
  }
  .video-wrap {
    display: none;
  }
  #contact.form_countdown_banner .container-fluid h2 {
    max-width: 330px;
  }
  #container div.container, #container div.container-lg {
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
  }
  aside.side a, aside.side a:hover {
    background-position: 10px center;
    background-size: 20px;
    padding: 10px 5px 10px 35px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    font-size: 16px;
    left: 0;
  }
  aside.side a + a, aside.side a:hover + a {
    margin-top: 2px;
  }
  aside.side a span, aside.side a:hover span {
    display: block;
    width: 0px;
    height: 20px;
    font-size: 0;
  }
  .single main > .container > .fc span {
    display: block;
  }
  .countdown_banner .countdown {
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .countdown_banner .h1 {
    font-size: clamp(22px, 3.65vw, 70px);
  }
  .cs_card .img-wrap img {
    height: calc(5 * clamp(45px, 5.75vw, 100px));
  }
}
/*# sourceMappingURL=custom.css.map */