/*
Theme Name: Fidelity Zorg
Theme URI: https://fidelity-zorg.pixdev.nl/
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Een thema op maat door Pixel Creation.
Version: 1.0
Text Domain: fidelity-zorg
*/
/* This file is made for all your variables, think of colors you will use, basic spacing etc. */
@import url("https://use.typekit.net/iij0wny.css");
body {
  font-size: 1.125rem;
  font-family: "inter-variable", sans-serif;
  color: #2B3C77;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ACCESSIBILITY */
.skip-links a {
  position: absolute;
  top: -100vh;
  left: -100vw;
  z-index: 9999;
  padding: 1.2rem 2rem;
  color: white;
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  background-color: #1d1d1d;
}
.skip-links a:focus {
  top: 8rem;
  left: 0;
}

a:focus-visible, button:focus-visible {
  outline: 2px dotted black;
  z-index: 9999;
  outline-offset: 0;
  -webkit-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
}

.accessibility {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 9px;
  font-size: 16px;
}
.accessibility .set-font-size {
  padding: 0 0 3px 0;
  display: inline-flex;
}
.accessibility .set-font-size .font-size {
  padding: 0 8px 2px 8px;
  display: flex;
  align-items: end;
  line-height: 1;
  border: 0;
  background-color: unset;
}
.accessibility .set-font-size .font-size.font-small {
  font-size: 15px;
}
.accessibility .set-font-size .font-size.font-medium {
  font-size: 18px;
}
.accessibility .set-font-size .font-size.font-large {
  font-size: 21px;
}
.accessibility .set-font-size .font-size:hover {
  text-decoration: underline;
}
.accessibility .set-font-size .font-size.active {
  font-weight: 700;
  cursor: default;
}
.accessibility .set-font-size .font-size.active:hover {
  text-decoration: none;
}
.accessibility .contrast {
  border: 0;
  background-color: unset;
}

/* Colors */
.first-color {
  color: #2B3C77 !important;
}

.second-color {
  color: #E49E4F !important;
}

.third-color {
  color: #F6F5F1 !important;
}

.fourth-color {
  color: #8CD9F2 !important;
}

.text-color {
  color: #2B3C77 !important;
}

.white-color {
  color: #ffffff !important;
}

.black-color {
  color: #000000 !important;
}

.first-bg {
  background-color: #2B3C77 !important;
}

.second-bg {
  background-color: #E49E4F !important;
}

.third-bg {
  background-color: #F6F5F1 !important;
}

.fourth-bg {
  background-color: #8CD9F2 !important;
}

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

.black-bg {
  background-color: #000000 !important;
}

::selection {
  background-color: #2B3C77;
  color: white;
}

/* TYPOGRAPHY */
h1, .h1 {
  font-size: 4rem;
  line-height: 4.375rem;
  font-weight: 500;
  font-family: "inter-variable", sans-serif;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  font-size: 3rem;
  line-height: 3.375rem;
  font-weight: 600;
  font-family: "inter-variable", sans-serif;
  color: #2B3C77;
  margin-bottom: 1.5rem;
}

h3, .h3 {
  font-size: 2.25rem;
  line-height: 2.575rem;
  font-weight: 600;
  font-family: "inter-variable", sans-serif;
  color: #2B3C77;
  margin-bottom: 1.5rem;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
  font-family: "inter-variable", sans-serif;
  color: #2B3C77;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.575rem;
  font-weight: 600;
  font-family: "inter-variable", sans-serif;
  color: #2B3C77;
}

h6, .h6 {
  font-size: 1.125rem;
  line-height: 1.475rem;
  font-weight: 600;
  font-family: "inter-variable", sans-serif;
  color: #2B3C77;
}

p, ul li, ol li {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1rem;
}

.p-sm {
  font-size: 1rem;
  line-height: 1.5rem;
}

small {
  font-size: 0.875rem;
  line-height: 1.35rem;
}

a {
  color: #2B3C77;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover {
  color: #2B3C77;
  text-decoration: underline;
}
a.a-no-hover:hover {
  text-decoration: none;
}
a.a-color-inherit {
  color: inherit;
}
a.a-hover-text-decoration:hover {
  text-decoration: underline !important;
}
a.a-hover-color:hover {
  color: #E49E4F !important;
}

strong {
  font-weight: 600;
}

.p-last-child p:last-child {
  margin-bottom: 0;
}
.p-last-child ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.p-last-child ul li {
  padding-left: 5px;
}
.p-last-child ul li::marker {
  color: #2B3C77;
}
@media screen and (max-width: 767px) {
  .p-last-child ul li::marker {
    font-size: 20px;
  }
}

/* SECTIONS */
section {
  padding: 120px 0;
}
section.section-lg {
  padding: 150px 0;
}
section.section-lg-top {
  padding-top: 150px;
}
section.section-lg-bottom {
  padding-bottom: 150px;
}
section.section-sm {
  padding: 60px 0;
}

/* CONTAINER */
.container {
  padding: 0 20px;
  max-width: 1300px !important;
}

/* BUTTONS */
.btn, .button, input[type=submit], .wp-element-button {
  background-color: transparent !important;
  padding: 14px 25px !important;
  border: 0 !important;
  border-radius: 30px !important;
  font-weight: 500 !important;
  font-size: 1.125rem !important;
  height: unset !important;
  text-decoration: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
  transition: 0.3s !important;
}
.btn:hover, .button:hover, input[type=submit]:hover, .wp-element-button:hover {
  text-decoration: none !important;
}
.btn.btn-primary, .button.btn-primary, input[type=submit].btn-primary, .wp-element-button.btn-primary {
  background-color: #E49E4F !important;
  color: white !important;
}
.btn.btn-primary:hover, .button.btn-primary:hover, input[type=submit].btn-primary:hover, .wp-element-button.btn-primary:hover {
  background-color: #bd8242 !important;
  color: white !important;
}
.btn.btn-secondary, .button.btn-secondary, input[type=submit].btn-secondary, .wp-element-button.btn-secondary {
  background-color: white !important;
  color: #2B3C77 !important;
}
.btn.btn-secondary:hover, .button.btn-secondary:hover, input[type=submit].btn-secondary:hover, .wp-element-button.btn-secondary:hover {
  background-color: #2B3C77 !important;
  color: white !important;
}
.btn.btn-default, .button.btn-default, input[type=submit].btn-default, .wp-element-button.btn-default {
  background-color: transparent !important;
  color: #2B3C77 !important;
  text-decoration: underline !important;
}
.btn.btn-default:hover, .button.btn-default:hover, input[type=submit].btn-default:hover, .wp-element-button.btn-default:hover {
  background-color: #2B3C77 !important;
  color: white !important;
  text-decoration: none !important;
}

.wp-element-button {
  background-color: #E49E4F !important;
  color: white !important;
}
.wp-element-button:hover {
  background-color: #bd8242 !important;
  color: white !important;
}

/* HEADER */
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.navbar {
  background-color: #ffffff;
  width: 100%;
  padding: 30px 0;
  border: 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s;
}
.navbar .btn-primary {
  font-size: 1rem !important;
}
.navbar .nav-link {
  padding: 0 !important;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1rem;
  font-weight: 600;
  color: #2B3C77;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .navbar .nav-link {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    width: fit-content;
  }
}
.navbar .nav-link:hover {
  color: #E49E4F;
  text-decoration: none;
}
.navbar .nav-link.active {
  color: #E49E4F;
  text-decoration: none;
}
.navbar .nav-item:last-child .nav-link {
  margin-right: 0;
}
.navbar .navbar-nav {
  align-items: center;
}
@media screen and (max-width: 991px) {
  .navbar .navbar-nav {
    padding-top: 25px;
    align-items: unset;
  }
}
.navbar .dropdown-toggle:after {
  content: "\f078";
  font-weight: 400;
  margin-left: 10px;
  vertical-align: unset;
  border: none;
  font-family: "Font Awesome 7 Pro";
  transform: scaleY(1);
  transition: 0.3s;
}
.navbar .dropdown-toggle.show:after {
  transform: scaleY(-1);
}
.navbar .nav-item:last-child .dropdown-menu {
  left: unset;
  right: 0;
}
.navbar .dropdown-menu {
  margin: 2rem 1rem;
  padding: 1.1rem 0;
  border: none;
  border-radius: 20px;
  min-width: 240px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-menu {
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
    margin-bottom: 15px;
    margin-top: 12px;
  }
}
.navbar .dropdown-menu .dropdown-item {
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #2B3C77;
  background-color: transparent;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-menu .dropdown-item {
    padding-left: 15px;
    white-space: unset;
  }
}
.navbar .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #E49E4F;
  text-decoration: none;
}
.navbar .dropdown-menu .dropdown-item.active:before {
  content: none;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #E49E4F;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
}
.navbar .navbar-brand img {
  width: 185px;
  transition: 0.3s;
}
.navbar .bar1, .navbar .bar2, .navbar .bar3 {
  width: 30px;
  height: 2px;
  margin: 6px 0;
  transition: 0.3s;
  border: none;
  border-radius: 30px;
  background-color: #2B3C77;
}
.navbar .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 3px);
  transform: rotate(-45deg) translate(-3px, 3px);
}
.navbar .change .bar2 {
  opacity: 0;
}
.navbar .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.navbar .close-button {
  position: relative;
  top: 0;
}
.navbar .close-button .navbar-toggler {
  border: unset;
  padding: 0;
}
.navbar .close-button .navbar-toggler:focus {
  box-shadow: unset;
}

.home .navbar {
  position: absolute;
  background-color: transparent;
}
.home .navbar .nav-link {
  color: white;
}
.home .navbar .nav-link:hover {
  color: #E49E4F;
}
.home .navbar .bar1, .home .navbar .bar2, .home .navbar .bar3 {
  background-color: white;
}
.home .navbar.navbar-open {
  background-color: white;
}
.home .navbar.navbar-open .nav-link {
  color: #2B3C77;
}
.home .navbar.navbar-open .nav-link:hover {
  color: #E49E4F;
}
.home .navbar.navbar-open .navbar-brand img {
  filter: brightness(0) saturate(100%) invert(23%) sepia(10%) saturate(3724%) hue-rotate(189deg) brightness(95%) contrast(94%);
}
.home .navbar.navbar-open .bar1, .home .navbar.navbar-open .bar2, .home .navbar.navbar-open .bar3 {
  background-color: #2B3C77;
}

.home.admin-bar .navbar {
  top: 30px;
}

/* MAIN */
.object-position-center {
  object-position: center;
}

.object-position-top {
  object-position: top;
}

.object-position-bottom {
  object-position: bottom;
}

.w-fit {
  width: fit-content;
}

.white-space-nowrap {
  white-space: nowrap;
}

.color-inherit {
  color: inherit;
}

.border-radius {
  border-radius: 20px !important;
}

.hyphens {
  hyphens: auto;
  overflow-wrap: break-word;
}

.home-header {
  width: calc(100% - 20px);
  aspect-ratio: 16/9;
  max-height: 1000px;
  min-height: 600px;
  margin: 10px auto 0 auto;
  border-radius: 20px;
}

.textblock .textblock-img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .textblock .textblock-img {
    width: 250px;
  }
}

.cards .custom-card {
  border-radius: 20px;
  padding: 15px;
  background-color: #F6F5F1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.cards .custom-card .custom-card-img-heart {
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
  width: 100%;
  height: 100%;
  position: relative;
  left: -35px;
}
.cards .custom-card .custom-card-img-heart img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cards .custom-card h4, .cards .custom-card p {
  transition: 0.3s;
}
.cards .custom-card .custom-card-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  color: #2B3C77;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .cards .custom-card .custom-card-arrow {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
}
.cards .custom-card:hover {
  text-decoration: none;
  background-color: #E49E4F;
}
.cards .custom-card:hover h4, .cards .custom-card:hover p {
  color: white !important;
}
.cards .custom-card .custom-card-img {
  width: 100%;
  aspect-ratio: 16/12;
  object-fit: cover;
  border-radius: 20px;
}

.text-with-links {
  background-color: #F6F5F1;
  width: calc(100% - 20px);
  margin: 0 auto;
  border-radius: 20px;
}
.text-with-links .text-with-links-link {
  text-decoration: none;
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #2B3C77;
}
.text-with-links .text-with-links-link h5 {
  transition: 0.3s;
}
.text-with-links .text-with-links-link .text-with-links-link-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  color: #2B3C77;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .text-with-links .text-with-links-link .text-with-links-link-arrow {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
}
.text-with-links .text-with-links-link:hover {
  text-decoration: none;
  border-bottom-color: #E49E4F;
}
.text-with-links .text-with-links-link:hover .text-with-links-link-arrow {
  background-color: #E49E4F;
  color: white;
}
.text-with-links .text-with-links-link:hover h5 {
  color: #E49E4F !important;
}
.text-with-links .subpage-thumb {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 5px;
}

.owl-gallery .owl-stage {
  display: flex;
  align-items: center;
  min-height: 600px;
}
@media screen and (max-width: 767px) {
  .owl-gallery .owl-stage {
    min-height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .owl-gallery .owl-stage {
    min-height: 300px;
  }
}
.owl-gallery .owl-stage .owl-item .item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .owl-gallery .owl-stage .owl-item .item img {
    height: 350px;
  }
}
@media screen and (max-width: 575px) {
  .owl-gallery .owl-stage .owl-item .item img {
    height: 200px;
  }
}
.owl-gallery .owl-stage .owl-item.center .item img {
  height: 600px;
}
@media screen and (max-width: 767px) {
  .owl-gallery .owl-stage .owl-item.center .item img {
    height: 450px;
  }
}
@media screen and (max-width: 575px) {
  .owl-gallery .owl-stage .owl-item.center .item img {
    height: 300px;
  }
}
.owl-gallery .owl-nav {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 80px);
  max-width: 1300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.owl-gallery .owl-nav button {
  color: #2B3C77 !important;
  background-color: white !important;
  opacity: 0.6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -25px;
  transition: 0.3s;
}
.owl-gallery .owl-nav button:hover {
  opacity: 1;
}
.owl-gallery .owl-dots {
  display: flex;
  justify-content: center;
  gap: 15px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.owl-gallery .owl-dots .owl-dot {
  background-color: #dcdcdc;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: 0.3s;
}
.owl-gallery .owl-dots .owl-dot.active {
  background-color: #E49E4F;
}

.cta.cta-footer {
  margin-bottom: -60px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 991px) {
  .cta.cta-footer {
    margin-bottom: -90px;
  }
}
.cta .cta-content {
  background-color: #F6F5F1;
  padding: 60px 40px;
  border-radius: 20px;
  position: relative;
  left: 15px;
}
@media screen and (max-width: 991px) {
  .cta .cta-content {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .cta .cta-content {
    padding: 40px 25px;
  }
}
.cta .cta-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
  position: relative;
  left: -15px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .cta .cta-img {
    max-height: 600px;
    min-height: 400px;
    border-radius: 0 0 20px 20px;
    left: 0;
    top: -30px;
  }
}

.page-header {
  width: calc(100% - 20px);
  height: 300px;
  margin: 0 auto 25px auto;
  border-radius: 20px;
}

.breadcrumb {
  margin-bottom: 50px;
  padding: 0;
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
}
.breadcrumb .breadcrumb-item {
  white-space: nowrap;
  display: inline-flex;
  font-size: 1.125rem;
  color: #2B3C77;
}
.breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #2B3C77;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  content: "\f054";
  font-family: "Font Awesome 7 Pro";
  padding-left: 2px;
  padding-right: 10px;
  font-weight: 400;
  font-size: 0.75rem;
  color: #2B3C77;
}

.archive-health-care-services .archive-health-care-services-logo {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .archive-health-care-services .archive-health-care-services-logo {
    width: 250px;
  }
}
.archive-health-care-services .archive-health-care-services-card {
  border-radius: 20px;
  padding: 40px 30px;
  background-color: #F6F5F1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}
.archive-health-care-services .archive-health-care-services-card h4, .archive-health-care-services .archive-health-care-services-card p {
  transition: 0.3s;
}
.archive-health-care-services .archive-health-care-services-card .archive-health-care-services-link {
  color: #2B3C77;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
  transition: 0.3s;
}
.archive-health-care-services .archive-health-care-services-card .archive-health-care-services-card-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: white;
  color: #2B3C77;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  .archive-health-care-services .archive-health-care-services-card .archive-health-care-services-card-arrow {
    width: 35px;
    height: 35px;
    font-size: 1rem;
  }
}
.archive-health-care-services .archive-health-care-services-card:hover {
  text-decoration: none;
  background-color: #E49E4F;
}
.archive-health-care-services .archive-health-care-services-card:hover h4, .archive-health-care-services .archive-health-care-services-card:hover p, .archive-health-care-services .archive-health-care-services-card:hover .archive-health-care-services-link {
  color: white !important;
}

.gradient-text {
  background: linear-gradient(90deg, #8CD9F2 0%, #2B3C77 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-container {
  background-color: #F6F5F1;
  width: calc(100% - 20px);
  margin: 0 auto;
  border-radius: 20px;
}

.methods .nav {
  width: 100%;
  min-width: 300px;
}
.methods .nav .nav-link {
  background-color: transparent;
  text-align: left;
  color: #2B3C77;
  border-radius: 20px;
  padding: 25px;
  font-size: 1.125rem;
  width: 100%;
  transition: 0.3s;
}
.methods .nav .nav-link:hover {
  background-color: white;
  color: #2B3C77;
}
.methods .nav .nav-link.active {
  background-color: white;
  color: #2B3C77;
  font-weight: bold;
}
.methods .tab-content .tab-pane {
  background-color: white;
  border-radius: 20px;
  padding: 40px 30px;
  width: 100%;
}

.custom-hr {
  width: 100%;
  height: 1px;
  background-color: #2B3C77;
}

.archive-jobs .archive-jobs-card {
  background-color: white;
  border-radius: 20px;
  padding: 40px 30px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.text-centered .text-centered-logo {
  width: 100%;
  max-width: 200px;
  max-height: 80px;
  object-fit: contain;
  margin: auto;
}

.timeline {
  background-color: #8CD9F2;
}
.timeline .timeline-wrapper {
  display: grid;
  grid-template-columns: auto 2px 1fr;
  align-items: center;
  column-gap: 90px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .timeline .timeline-wrapper {
    column-gap: 75px;
  }
}
@media screen and (max-width: 767px) {
  .timeline .timeline-wrapper {
    column-gap: 50px;
  }
}
@media screen and (max-width: 575px) {
  .timeline .timeline-wrapper {
    column-gap: 25px;
  }
}
.timeline .timeline-year {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 200;
  display: block;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .timeline .timeline-year {
    width: 208px;
  }
}
@media screen and (max-width: 575px) {
  .timeline .timeline-year {
    font-size: 2rem;
    width: 145px;
  }
}
@media screen and (max-width: 450px) {
  .timeline .timeline-year {
    font-size: 1.5rem;
    width: 95px;
    word-break: break-word;
  }
}
.timeline .timeline-line {
  width: 2px;
  min-height: 300px;
  background-color: black;
  position: relative;
  align-self: stretch;
  opacity: 0;
  transition: background-color 1s ease, opacity 1s ease;
}
.timeline .timeline-line.visible {
  background-color: #2B3C77;
  opacity: 1;
}
.timeline .timeline-dot {
  width: 18px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.timeline .timeline-text {
  font-size: 1.1875rem;
  line-height: 2rem;
  display: block;
  word-break: break-word;
}
@media screen and (max-width: 575px) {
  .timeline .timeline-text {
    font-size: 1rem;
  }
}

.contact-form .contact-form-content {
  background-color: #F6F5F1;
  padding: 60px 40px;
  border-radius: 20px;
  position: relative;
  left: 15px;
}
@media screen and (max-width: 991px) {
  .contact-form .contact-form-content {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .contact-form .contact-form-content {
    padding: 40px 25px;
  }
}
.contact-form .contact-form-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
  position: relative;
  left: -15px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .contact-form .contact-form-img {
    max-height: 600px;
    min-height: 400px;
    border-radius: 0 0 20px 20px;
    left: 0;
    top: -30px;
  }
}

.nf-form-cont .nf-form-fields-required, .nf-form-cont .nf-form-title, .nf-form-cont .ninja-forms-req-symbol {
  display: none;
}
.nf-form-cont label {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  color: #2B3C77 !important;
  margin-bottom: 2px !important;
}
.nf-form-cont input:not([type=submit]), .nf-form-cont textarea {
  border: 0 !important;
  border-radius: 5px !important;
  background-color: white !important;
  font-size: 1rem !important;
  color: #2B3C77 !important;
  padding: 15px 20px !important;
  position: relative !important;
  appearance: unset !important;
}
.nf-form-cont input:not([type=submit]):focus-visible, .nf-form-cont textarea:focus-visible {
  border: 1px solid gray !important;
  outline: none;
}

/* FOOTER */
footer {
  padding-top: 100px;
  padding-bottom: 40px;
  border-radius: 20px;
  background: linear-gradient(252deg, #6378B8 0%, #4FC0E4 100%);
  color: white;
  width: calc(100% - 20px);
  margin: 0 auto 10px auto;
  font-size: 1rem;
}
footer.cta-footer {
  padding-top: 160px;
}
footer .navbar-brand img {
  width: 100%;
  max-width: 240px;
  margin-bottom: 25px;
}
footer .footer-address-title {
  font-weight: 600;
  padding-left: 28px;
}
footer .footer-logo {
  max-height: 55px;
}
footer .footer-hr {
  width: 100%;
  height: 1px;
  background-color: white;
}

.socials {
  margin: 0;
  display: flex;
  gap: 0.8rem;
}

@media screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 2.875rem;
  }
}
@media screen and (max-width: 767px) {
  .btn, .button, input[type=submit], .wp-element-button {
    padding: 10px 22px !important;
    font-size: 1rem !important;
  }

  section {
    padding: 90px 0;
  }
  section.section-lg {
    padding: 80px 0;
  }
  section.section-lg-top {
    padding-top: 120px;
  }
  section.section-lg-bottom {
    padding-bottom: 120px;
  }

  h2, .h2 {
    font-size: 2.25rem;
    line-height: 2.575rem;
  }

  h3, .h3 {
    font-size: 1.75rem;
    line-height: 3.075rem;
  }
}

/*# sourceMappingURL=style.css.map */
