/**
 * Theme Name: Ideiak Bizirik
 * Template: Impreza
 * Version: 1.0
 * Author: VICTION */
html {
  background: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  text-rendering: optimizeLegibility;
  text-size-adjust: 100%;
}

/*---------------- HEADER -------------------*/
#page-header .w-nav.type_desktop {
  font-size: 15px;
  line-height: 1em;
  font-weight: 400;
}
#page-header .w-nav.type_desktop .w-nav-anchor {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  position: relative;
}
#page-header .w-nav.type_desktop .w-nav-anchor::after {
  width: 0;
  height: 1px;
  background: #1C3B5B;
  transition: all 0.3s ease;
  content: "";
  position: absolute;
  bottom: 0;
  left: 22px;
}
#page-header .w-nav.type_desktop .w-nav-anchor:hover::after {
  width: calc(100% - 44px);
}
#page-header .w-search {
  transition: all 0.2s ease;
  max-width: 150px;
}
#page-header .w-search input[type=text] {
  height: 32px;
  line-height: 32px;
  min-height: 32px;
  border-radius: 16px;
  outline: none;
  border: none;
  box-shadow: none;
  background: #F1F3F5;
  color: #1C3B5B;
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  padding: 0 14px;
}
#page-header .w-search input[type=text]::-moz-placeholder {
  color: #1C3B5B;
  opacity: 1;
}
#page-header .w-search input[type=text]::-webkit-input-placeholder {
  color: #1C3B5B;
  opacity: 1;
}
#page-header .w-search input[type=text]:-moz-placeholder {
  color: #1C3B5B;
  opacity: 1;
}
#page-header .w-search input[type=text]:-ms-input-placeholder {
  color: #1C3B5B;
  opacity: 1;
}
#page-header .w-search .w-search-form-btn {
  width: 32px;
  height: 32px;
  border-radius: 0 16px 16px 0;
  background: transparent;
  line-height: 32px;
}
#page-header .w-search .w-search-form-btn:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff;
  backdrop-filter: blur(25px);
}
#page-header .w-search.wider {
  max-width: 210px;
}
#page-header.bg_transparent .w-nav.type_desktop .w-nav-anchor::after {
  background: #fff;
}
#page-header.bg_transparent .w-search input[type=text] {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
#page-header.bg_transparent .w-search input[type=text]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#page-header.bg_transparent .w-search input[type=text]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
#page-header.bg_transparent .w-search input[type=text]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#page-header.bg_transparent .w-search input[type=text]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
#page-header .w-nav.type_mobile {
  margin-left: 10px !important;
}
#page-header .w-dropdown {
  margin-left: 10px !important;
}
#page-header .w-dropdown .w-dropdown-h {
  margin: 0;
}
#page-header .w-dropdown .w-dropdown-item {
  padding-right: 2em;
  background: rgb(255, 255, 255);
  border: rgb(226, 226, 226);
  border-radius: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  display: block;
  color: rgb(28, 59, 91);
  position: relative;
  display: inline-block;
}
#page-header .w-dropdown .w-dropdown-list {
  border-radius: 16px;
  top: 0;
  padding-bottom: 0;
  padding-top: 2em;
  overflow: hidden;
}
#page-header .w-dropdown .w-dropdown-list .w-dropdown-item {
  border-radius: 0;
}
#page-header .w-dropdown .w-dropdown-list .w-dropdown-item:hover {
  background: rgba(28, 59, 91, 0.12);
}
@media screen and (max-width: 600px) {
  #page-header .w-search .w-search-form {
    background: rgb(17, 54, 86);
  }
  #page-header .w-search .w-search-form input[type=text] {
    height: 60px;
    line-height: 60px;
    background: rgb(17, 54, 86);
  }
}

/*---------------- HOME -------------------*/
.home-header {
  background: url(assets/images/header-bg.jpg) no-repeat top center;
  background-size: cover;
  min-height: 678px;
  border-radius: 0 0 24px 24px;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
}
.home-header p {
  font-size: 28px;
  line-height: 58px;
  font-weight: 200;
  margin: 0 0 16px;
  color: #fff;
}
.home-header h1 {
  font-weight: 500;
  font-size: 60px;
  line-height: 64px;
  max-width: 724px;
  margin: 0 auto 38px;
  letter-spacing: -0.03em;
  color: #fff;
}
.home-header .hh-link .w-text-h {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  height: 40px;
  padding: 5px 5px 5px 20px;
  color: #1C3B5B;
  border-radius: 20px;
  width: 180px;
  position: relative;
  background: #fff;
  text-align: left;
  font-weight: 500;
}
.home-header .hh-link .w-text-h:after {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url('data:image/svg+xml;utf8,<svg fill="none" height="30" viewBox="0 0 30 30" width="30" xmlns="http://www.w3.org/2000/svg"><circle cx="15" cy="15" fill="%231c3b5b" r="15"/><path d="m9 14.3c-.3866 0-.7.3134-.7.7s.3134.7.7.7zm12.495 1.195c.2733-.2734.2733-.7166 0-.99l-4.4548-4.4547c-.2734-.27342-.7166-.27342-.9899 0-.2734.2733-.2734.7165 0 .9899l3.9598 3.9598-3.9598 3.9598c-.2734.2734-.2734.7166 0 .9899.2733.2734.7165.2734.9899 0zm-12.495-.495v.7h12v-.7-.7h-12z" fill="white"/></svg>') no-repeat;
  background-size: 30px;
  content: "";
  transition: all 0.2s ease;
}
.home-header .hh-link .w-text-h:hover::after {
  background: url('data:image/svg+xml;utf8,<svg fill="none" height="30" viewBox="0 0 30 30" width="30" xmlns="http://www.w3.org/2000/svg"><circle cx="15" cy="15" fill="%23AEB521" r="15"/><path d="m9 14.3c-.3866 0-.7.3134-.7.7s.3134.7.7.7zm12.495 1.195c.2733-.2734.2733-.7166 0-.99l-4.4548-4.4547c-.2734-.27342-.7166-.27342-.9899 0-.2734.2733-.2734.7165 0 .9899l3.9598 3.9598-3.9598 3.9598c-.2734.2734-.2734.7166 0 .9899.2733.2734.7165.2734.9899 0zm-12.495-.495v.7h12v-.7-.7h-12z" fill="white"/></svg>') no-repeat;
  background-size: 30px;
}
.home-header .hh-link.wide .w-text-h {
  width: 196px;
}
@media screen and (max-width: 600px) {
  .home-header {
    min-height: 478px;
    background-position: top right;
  }
  .home-header p {
    font-size: 18px;
    line-height: 1.5em;
  }
  .home-header h1 {
    font-size: 32px;
    line-height: 1.1em;
  }
}

.section-title {
  color: #7B7B7B;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 0 0 36px;
}
@media screen and (max-width: 600px) {
  .section-title {
    margin: 0 0 24px;
  }
}

.home-intro {
  padding: 160px 40px !important;
  color: #7B7B7B;
}
.home-intro h2 {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #1C3B5B;
  margin: 0 0 50px;
  max-width: 552px;
}
.home-intro h2 span {
  color: #AEB521;
}
.home-intro .w-btn-wrapper {
  margin: 0 14px 0 0;
}
.home-intro .w-btn-wrapper .w-btn {
  min-width: 180px;
}
.home-intro h4 {
  margin: 0 0 32px;
}
.home-intro p {
  margin: 0 0 1rem;
}
.home-intro p:last-of-type {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .home-intro {
    padding: 60px 20px !important;
  }
  .home-intro h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 30px;
  }
  .home-intro .w-btn-wrapper {
    margin: 0 0 10px;
    width: 100%;
  }
  .home-intro .w-btn-wrapper .w-btn {
    width: 100%;
    text-align: center;
  }
}

.home-links {
  padding: 0 40px !important;
}
.home-links .w-image {
  border-radius: 12px;
  overflow: hidden;
}
.home-links .w-image img {
  filter: grayscale(1);
  transition: all 0.5s ease;
}
.home-links .w-image .w-image-meta {
  background: transparent;
  font-size: 26px;
  padding: 26px;
  line-height: 1em;
  font-weight: 500;
  color: #fff;
}
.home-links .w-image:hover img {
  filter: grayscale(0);
  transform: scale(1.05) rotate(1deg);
}
@media screen and (max-width: 600px) {
  .home-links {
    padding: 0 20px !important;
  }
}

.home-who-we-are {
  padding: 160px 40px !important;
  color: #7B7B7B;
}
.home-who-we-are h2 {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #1C3B5B;
  margin: 0 0 38px;
  max-width: 570px;
}
.home-who-we-are h2 span {
  color: #AEB521;
}
.home-who-we-are p {
  max-width: 555px;
}
.home-who-we-are .w-tabs .w-tabs-section {
  margin: 0 0 12px;
  background: #F1F3F5;
  border-radius: 12px;
  border: none !important;
}
.home-who-we-are .w-tabs .w-tabs-section:last-of-type {
  margin: 0;
}
.home-who-we-are .w-tabs .w-tabs-section-header {
  background: #F1F3F5;
  color: #1C3B5B;
  font-size: 18px !important;
  line-height: 28px;
  border-radius: 12px;
  font-weight: 600;
  padding: 17px 18px 17px 24px !important;
  justify-content: space-between;
}
.home-who-we-are .w-tabs .w-tabs-section-header .w-tabs-section-control {
  display: block !important;
  width: 32px;
  height: 32px;
  background: url('data:image/svg+xml;utf8,<svg fill="none" height="34" viewBox="0 0 34 34" width="34" xmlns="http://www.w3.org/2000/svg"><g stroke="%231c3b5b"><rect fill="white" height="32" rx="16" stroke-opacity=".2" transform="matrix(-1 0 0 1 33 1)" width="32"/><g stroke-linecap="round" stroke-width="1.4"><path d="m11.2441 17.256h12.5123"/><path d="m17.5 11v12.5123"/></g></g></svg>') no-repeat;
  background-size: 32px;
}
.home-who-we-are .w-tabs .w-tabs-section-header:hover .w-tabs-section-control {
  background: url('data:image/svg+xml;utf8,<svg fill="none" height="34" viewBox="0 0 34 34" width="34" xmlns="http://www.w3.org/2000/svg"><rect fill="%231c3b5b" height="32" rx="16" stroke="%231c3b5b" stroke-opacity=".2" transform="matrix(-1 0 0 1 33 1)" width="32"/><g stroke="white" stroke-linecap="round" stroke-width="1.4"><path d="m10.6445 17.3562h12.7125"/><path d="m17.0005 11v12.7125"/></g></svg>') no-repeat;
  background-size: 32px;
}
.home-who-we-are .w-tabs .w-tabs-section-header.active {
  border-radius: 12px 12px 0 0;
}
.home-who-we-are .w-tabs .w-tabs-section-header.active .w-tabs-section-control {
  background: url('data:image/svg+xml;utf8,<svg fill="none" height="34" viewBox="0 0 34 34" width="34" xmlns="http://www.w3.org/2000/svg"><g stroke="%231c3b5b"><rect fill="white" height="32" rx="16" stroke-opacity=".2" transform="matrix(-1 0 0 1 33 1.07617)" width="32"/><path d="m10.6001 17.0762h12.8" stroke-linecap="round" stroke-width="1.4"/></g></svg>') no-repeat;
  background-size: 32px;
}
.home-who-we-are .w-tabs .w-tabs-section-content {
  background: #F1F3F5;
  border-radius: 0 0 12px 12px;
  padding: 0 !important;
}
.home-who-we-are .w-tabs .w-tabs-section-content .w-tabs-section-content-h {
  padding: 12px 24px 40px;
}
.home-who-we-are .w-tabs .w-tabs-section-content p {
  max-width: 590px;
  margin: 0 0 1rem;
}
.home-who-we-are .w-tabs .w-tabs-section-content p:last-of-type {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .home-who-we-are {
    padding: 60px 20px !important;
  }
  .home-who-we-are h2 {
    font-size: 32px;
    line-height: 40px;
    margin: 0 0 30px;
  }
}

.home-subscribe {
  padding: 0 40px !important;
  color: #fff;
}
.home-subscribe .w-vwrapper {
  background: url("assets/images/subscribe-bg.jpg") no-repeat center;
  background-size: cover;
  padding: 84px 20px;
  text-align: center;
  border-radius: 18px;
}
.home-subscribe .w-vwrapper h2 {
  color: #fff;
  margin: 0 0 16px !important;
}
.home-subscribe .w-vwrapper p {
  margin: 0 0 36px;
}
.home-subscribe #new_subscriber {
  max-width: 288px;
  margin: 0 auto;
  position: relative;
}
.home-subscribe #new_subscriber input[type=email] {
  height: 38px;
  min-height: 38px;
  line-height: 38px;
  color: #fff;
  padding: 0 5px 0 18px !important;
  font-size: 16px;
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.24);
  outline: none;
  border: none;
  box-shadow: none;
  backdrop-filter: blur(24px);
}
.home-subscribe #new_subscriber input[type=email]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.home-subscribe #new_subscriber input[type=email]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.home-subscribe #new_subscriber input[type=email]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.home-subscribe #new_subscriber input[type=email]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.home-subscribe #new_subscriber input[type=submit] {
  text-indent: -9999em;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url('data:image/svg+xml;utf8,<svg fill="none" height="29" viewBox="0 0 29 29" width="29" xmlns="http://www.w3.org/2000/svg"><circle cx="14.6243" cy="14.7777" fill="white" r="13.9583"/><path d="m9.04102 14.0778c-.3866 0-.7.3134-.7.7s.3134.7.7.7zm11.66168 1.195c.2733-.2734.2733-.7166 0-.9899l-4.4548-4.45482c-.2734-.27336-.7166-.27336-.99 0-.2733.27342-.2733.71662 0 .98992l3.9598 3.9598-3.9598 3.9598c-.2733.2734-.2733.7166 0 .99.2734.2733.7166.2733.99 0zm-11.66168-.495v.7h11.16668v-.7-.7h-11.16668z" fill="%231c3b5b"/></svg>') no-repeat;
  background-size: 28px;
  transition: all 0.2s ease;
}
.home-subscribe #new_subscriber input[type=submit]:hover {
  background: url('data:image/svg+xml;utf8,<svg fill="none" height="29" viewBox="0 0 29 29" width="29" xmlns="http://www.w3.org/2000/svg"><circle cx="14.6243" cy="14.7777" fill="%23AEB521" r="13.9583"/><path d="m9.04102 14.0778c-.3866 0-.7.3134-.7.7s.3134.7.7.7zm11.66168 1.195c.2733-.2734.2733-.7166 0-.9899l-4.4548-4.45482c-.2734-.27336-.7166-.27336-.99 0-.2733.27342-.2733.71662 0 .98992l3.9598 3.9598-3.9598 3.9598c-.2733.2734-.2733.7166 0 .99.2734.2733.7166.2733.99 0zm-11.66168-.495v.7h11.16668v-.7-.7h-11.16668z" fill="white"/></svg>') no-repeat;
  background-size: 28px;
}
@media screen and (max-width: 600px) {
  .home-subscribe {
    padding: 0 20px !important;
  }
}

.home-events {
  padding: 160px 40px 180px !important;
}
.home-events .home-events-header {
  margin-bottom: 54px;
  padding-bottom: 20px;
  border-bottom: 1px solid #1C3B5B;
}
.home-events .home-events-header h2 {
  line-height: 50px;
  margin: 0;
}
.home-events .home-events-header .w-btn-wrapper {
  margin: 0;
}
.home-events .home-events-header .w-btn-wrapper .w-btn {
  width: 200px;
}
.home-events .event-item {
  border-radius: 12px;
  background: #F1F3F5;
  overflow: hidden;
  margin: 0 0 24px;
  display: flex;
}
.home-events .event-item:last-of-type {
  margin: 0;
}
.home-events .event-item .event-image {
  width: 346px;
  height: 273px;
  background-size: cover;
  flex: none;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home-events .event-item .event-image::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1C3B5B;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s ease;
  content: "";
}
.home-events .event-item .event-image span {
  font-size: 16px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #1C3B5B;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.2s ease;
  display: block;
  z-index: 2;
  text-align: center;
  border-radius: 20px;
}
.home-events .event-item .event-image:hover span {
  opacity: 1;
}
.home-events .event-item .event-image:hover::after {
  opacity: 0.72;
}
.home-events .event-item .event-detail {
  padding: 30px 48px;
  min-height: 272px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.home-events .event-item .event-detail .event-meta {
  display: flex;
  grid-gap: 12px;
  margin-bottom: 32px;
}
.home-events .event-item .event-detail .event-date, .home-events .event-item .event-detail .event-time {
  height: 22px;
  padding: 0 16px;
  border-radius: 11px;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  background: #AEB521;
}
.home-events .event-item .event-detail .event-time {
  background: #fff;
  color: #1C3B5B;
  width: 146px;
}
.home-events .event-item .event-detail .event-title {
  color: #1C3B5B;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.home-events .event-item .event-detail .event-title:hover {
  text-decoration: underline;
}
.home-events .event-item .event-detail .event-location {
  font-size: 16px;
  line-height: 28px;
  color: #1C3B5B;
  font-weight: 400;
}
.home-events .event-item .event-detail .event-location strong {
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: #AEB521;
}
@media screen and (max-width: 600px) {
  .home-events {
    padding: 60px 20px !important;
  }
  .home-events .home-events-header {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 6px;
    padding-block: 30px;
    margin-bottom: 30px;
  }
  .home-events .event-item {
    flex-direction: column;
  }
  .home-events .event-item .event-image {
    width: 100%;
  }
  .home-events .event-item .event-detail {
    padding: 24px;
  }
  .home-events .event-item .event-detail .event-top {
    margin-bottom: 12px;
  }
}

.loader {
  border: 4px solid #1C3B5B;
  border-top: 4px solid #AEB521;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-events-wrapper {
  display: grid;
  grid-template-columns: 325px auto;
  grid-gap: 48px;
  align-items: flex-start;
}
.home-events-wrapper #calendar {
  border: 1px solid rgba(28, 59, 91, 0.2);
  border-radius: 12px;
  padding: 0;
}
.home-events-wrapper #calendar .vc-header {
  margin: 0;
  border-bottom: 1px solid rgba(28, 59, 91, 0.2);
  padding: 15px 20px;
}
.home-events-wrapper #calendar .vc-header .vc-header__content {
  order: 1;
  font-size: 20px;
  padding: 0;
  justify-content: left;
}
.home-events-wrapper #calendar .vc-header .vc-header__content button {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 0;
  color: #1C3B5B !important;
  opacity: 1 !important;
}
.home-events-wrapper #calendar .vc-header .vc-header__content button.vc-month {
  padding-right: 6px;
}
.home-events-wrapper #calendar .vc-header .vc-arrow_prev {
  order: 2;
  margin-right: 6px;
}
.home-events-wrapper #calendar .vc-header .vc-arrow_next {
  order: 3;
}
.home-events-wrapper #calendar .vc-header .vc-arrow_prev, .home-events-wrapper #calendar .vc-header .vc-arrow_next {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(28, 59, 91, 0.2);
  border-radius: 50%;
}
.home-events-wrapper #calendar .vc-header .vc-arrow_prev::before, .home-events-wrapper #calendar .vc-header .vc-arrow_next::before {
  background-size: 14px;
}
.home-events-wrapper #calendar .vc-wrapper {
  padding: 15px 20px;
}
.home-events-wrapper #calendar .vc-wrapper .vc-week__day {
  font-size: 14px;
  letter-spacing: -0.02em;
  font-weight: 600;
}
.home-events-wrapper #calendar .vc-wrapper .vc-dates {
  gap: 4px;
}
.home-events-wrapper #calendar .vc-wrapper [data-vc-date] {
  height: 37px;
  padding: 0;
}
.home-events-wrapper #calendar .vc-wrapper [data-vc-date] .vc-date__btn {
  border-radius: 50%;
  font-weight: 600;
}
.home-events-wrapper #calendar .vc-wrapper .vc-date[data-vc-date-selected] .vc-date__btn {
  background: #AEB521;
  border-radius: 50%;
}
@media screen and (max-width: 600px) {
  .home-events-wrapper {
    grid-template-columns: 100%;
    grid-gap: 30px;
    gap: 30px;
  }
  .home-events-wrapper #calendar .vc-wrapper [data-vc-date]{
    width: 37px;
  }
}

.home-blog {
  padding: 100px 40px 160px !important;
  background: rgba(28, 59, 91, 0.08);
}
.home-blog .home-blog-header {
  margin-bottom: 60px;
}
.home-blog .home-blog-header h2 {
  line-height: 50px;
  margin: 0;
}
.home-blog .home-blog-header .w-btn-wrapper {
  margin: 0;
}
.home-blog .home-blog-header .w-btn-wrapper .w-btn {
  width: 200px;
}
.home-blog .w-grid-item {
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
.home-blog .w-grid-item .w-grid-item-h {
  display: flex;
  flex-direction: column;
}
.home-blog .w-grid-item img {
  transition: all 0.5s ease;
}
.home-blog .w-grid-item .w-vwrapper {
  padding: 24px;
  flex-grow: 1;
}
.home-blog .w-grid-item .w-vwrapper .post_date {
  font-size: 13px;
  line-height: 22px;
  border-radius: 11px;
  background: #AEB521;
  color: #fff;
  font-weight: 600;
  padding: 0 22px;
  margin: 0 0 18px;
}
.home-blog .w-grid-item .w-vwrapper .post_title {
  font-size: 22px;
  line-height: 28px;
  color: #1C3B5B;
  font-weight: 500;
  margin: 0 0 24px;
}
.home-blog .w-grid-item .w-vwrapper .post_title:hover {
  text-decoration: underline;
}
.home-blog .w-grid-item .w-vwrapper .post_taxonomy {
  color: #868686;
  font-size: 16px;
  line-height: 22px;
  margin-top: auto;
}
.home-blog .w-grid-item:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 600px) {
  .home-blog {
    padding: 60px 20px !important;
  }
  .home-blog .home-blog-header {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 6px;
    margin: 0 0 30px;
  }
  .home-blog .home-blog-header h2 {
    line-height: 1.2em;
  }
}

/*---------------- PAGES -------------------*/
.page-header {
  min-height: 475px;
  display: flex;
  align-items: flex-end;
  border-radius: 0 0 18px 18px;
  padding: 54px 40px !important;
}
.page-header h1 {
  color: #fff;
  font-size: 46px;
  line-height: 50px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .page-header {
    padding: 54px 20px !important;
    min-height: 375px;
  }
  .page-header h1 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

.page-intro {
  padding: 150px 40px !important;
  color: #7B7B7B;
}
.page-intro h2 {
  line-height: 50px;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #1C3B5B;
  margin: 0 0 50px;
  max-width: 460px;
}
.page-intro h2 span {
  color: #AEB521;
}
.page-intro .w-btn-wrapper {
  margin: 0;
}
.page-intro .w-btn-wrapper .w-btn {
  min-width: 200px;
}
.page-intro h4 {
  margin: 0 0 32px;
  max-width: 452px;
  font-size: 20px;
  line-height: 26px;
}
.page-intro p {
  margin: 0 0 1rem;
  max-width: 615px;
}
.page-intro p:last-of-type {
  margin: 0;
}
@media screen and (max-width: 1024px), print {
  .page-intro {
    padding: 100px 20px !important;
  }
}
@media screen and (max-width: 600px) {
  .page-intro {
    padding: 60px 20px !important;
  }
  .page-intro h2 {
    line-height: 1.2em;
    margin: 0 0 20px;
  }
  .page-intro h4 {
    margin: 0;
  }
}

.legal-content {
  padding: 100px 40px !important;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
  color: #757575;
}
.legal-content strong {
  font-weight: 500;
  color: #1C3B5B;
  letter-spacing: -0.01em;
}
.legal-content a {
  color: #1C3B5B;
  text-decoration: underline;
}
@media screen and (max-width: 1024px), print {
  .legal-content {
    padding: 80px 20px !important;
  }
}

.hear-bottom {
  padding: 0 40px 80px !important;
}
.hear-bottom .l-section-h {
  background: #F1F3F5;
  border-radius: 18px;
  overflow: hidden;
}
.hear-bottom h2 {
  line-height: 1.2em;
  margin: 0 0 40px;
}
.hear-bottom .form-column {
  padding: 80px;
}
.hear-bottom .form-column .vc_column-inner {
  background: #fff;
  padding: 60px;
  border-radius: 18px;
}
@media screen and (max-width: 1024px), print {
  .hear-bottom {
    padding: 0 20px 80px !important;
  }
  .hear-bottom .form-column {
    padding: 20px;
  }
  .hear-bottom .form-column .vc_column-inner {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  .hear-bottom .image-column {
    min-height: 375px;
  }
  .hear-bottom .form-column {
    padding: 20px;
  }
  .hear-bottom .form-column .vc_column-inner {
    padding: 30px 20px;
  }
}

.contact-page {
  background: rgba(28, 59, 91, 0.06);
  padding: 100px 40px !important;
}
.contact-page .form-column .vc_column-inner {
  padding: 50px;
  border-radius: 18px;
  background: #fff;
}
.contact-page .w-vwrapper {
  margin: 0 0 30px;
}
.contact-page .w-vwrapper:last-of-type {
  margin: 0;
}
.contact-page .w-vwrapper .w-text {
  font-weight: 700;
  font-size: 12px;
  line-height: 1em;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(28, 59, 91, 0.4);
}
.contact-page .w-vwrapper .wpb_text_column {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: -0.01em;
  color: rgb(28, 59, 91);
}
@media screen and (max-width: 600px) {
  .contact-page {
    padding: 60px 20px !important;
  }
  .contact-page .form-column .vc_column-inner {
    padding: 24px;
  }
}

#gform_wrapper_1 .gfield_required_text, #gform_wrapper_2 .gfield_required_text {
  display: none;
}
#gform_wrapper_1 .gform_footer, #gform_wrapper_2 .gform_footer {
  padding-bottom: 0 !important;
}
#gform_wrapper_1 .gform_footer input, #gform_wrapper_2 .gform_footer input {
  margin: 0 !important;
}

/*---------------- BLOG -------------------*/
.blog-content {
  padding: 120px 40px 150px !important;
}
.blog-content h2 {
  font-size: 24px;
  line-height: 1em;
  margin: 0 0 24px;
  font-weight: 500;
  color: #1C3B5B;
}
.blog-content .g-cols.cols_1-3 {
  grid-template-columns: auto 1012px;
}
.blog-content .w-grid-item {
  border-radius: 12px;
  background: rgba(28, 59, 91, 0.06);
  overflow: hidden;
  margin: 0 0 24px;
}
.blog-content .w-grid-item .w-grid-item-h .post_image img {
  display: block;
  transition: transform 0.4s ease;
}
.blog-content .w-grid-item .w-grid-item-h:hover .post_image img {
  transform: scale(1.05);
}
.blog-content .w-grid-item .w-grid-item-h:hover .w-vwrapper h2.post_title {
  text-decoration: underline;
}
.blog-content .w-grid-item .w-vwrapper {
  padding: 24px 24px 28px;
}
.blog-content .w-grid-item .w-vwrapper h2.post_title {
  font-size: 22px;
  line-height: 28px;
  color: #1C3B5B;
  font-weight: 500;
  margin: 24px 0 0;
}
.blog-content .w-grid-item .w-vwrapper .post_date {
  background: #AEB521;
  border-radius: 12px;
  padding: 0 25px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.blog-content .w-grid-item .w-vwrapper .post_taxonomy span, .blog-content .w-grid-item .w-vwrapper .post_taxonomy b {
  display: none;
}
.blog-content .w-grid-item .w-vwrapper .post_taxonomy span:first-of-type {
  display: block;
  font-size: 14px;
  line-height: 22px;
  background: #fff;
  color: #1C3B5B;
  border-radius: 12px;
  padding: 0 25px;
}
.blog-content .pagination .nav-links {
  grid-gap: 4px;
  margin: 0;
}
.blog-content .pagination .page-numbers {
  border: 1px solid #1C3B5B;
  font-size: 14px;
  margin: 0;
  min-width: 32px;
  padding: 0 6px;
  height: 32px;
  border-radius: 6px;
  background: #fff;
  color: #1C3B5B !important;
  line-height: 32px !important;
  transition: all 0.2s ease;
  font-weight: 400 !important;
}
.blog-content .pagination .page-numbers:hover {
  background: #1C3B5B !important;
  color: #fff !important;
}
.blog-content .pagination .page-numbers.current {
  background: #AEB521;
  color: #fff !important;
  border-color: #AEB521;
}
.blog-content .pagination .page-numbers.current:hover {
  background: #AEB521 !important;
  color: #fff !important;
  border-color: #AEB521;
}
@media screen and (max-width: 1280px), print {
  .blog-content .g-cols.cols_1-3 {
    grid-template-columns: 1fr 3fr;
  }
}
@media screen and (max-width: 600px) {
  .blog-content {
    padding: 60px 20px !important;
  }
  .blog-content .w-grid-item {
    margin: 0;
  }
  .blog-content .w-grid-item .w-vwrapper {
    padding: 20px 20px 24px;
  }
  .blog-content .w-grid-item .w-vwrapper .w-hwrapper {
    flex-direction: column;
    gap: 8px;
  }
  .blog-content .w-grid-item .w-vwrapper h2.post_title {
    margin-top: 20px;
  }
}

.blog-filters .vc_column-inner {
  max-width: 274px;
}
.blog-filters .w-filter-list .w-filter-item-title, .blog-filters .w-filter-list .w-filter-item-reset {
  display: none !important;
}
.blog-filters .w-filter-item {
  margin: 0 0 12px !important;
}
.blog-filters .w-order {
  width: 100%;
  margin: 0 0 12px;
}
.blog-filters .w-search {
  width: 100%;
  margin: 0 0 12px;
}
@media screen and (max-width: 600px) {
  .blog-filters .vc_column-inner {
    max-width: none;
  }
}

.single-blog-content {
  padding: 120px 40px 120px !important;
}
.single-blog-content .g-cols.cols_2-1 {
  grid-template-columns: auto 422px;
}
.single-blog-content .share-buttons-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.single-blog-content .share-buttons {
  position: sticky;
  display: flex;
  flex-direction: column;
  grid-gap: 8px;
  top: 10px;
}
.single-blog-content .share-buttons a {
  display: block;
}
.single-blog-content .share-buttons a svg {
  display: block;
}
.single-blog-content .share-buttons a rect, .single-blog-content .share-buttons a path {
  transition: all 0.2s ease;
}
.single-blog-content .share-buttons a:hover rect {
  opacity: 1;
}
.single-blog-content .share-buttons a:hover path {
  fill: #fff;
}
.single-blog-content .left-content .vc_column-inner {
  padding-left: 148px;
  max-width: 878px;
}
.single-blog-content .left-content .vc_column-inner .w-hwrapper {
  margin: 0 0 24px;
}
.single-blog-content .left-content .vc_column-inner .post_image {
  margin: 24px 0 0;
}
.single-blog-content .left-content .post_date {
  background: #AEB521;
  border-radius: 12px;
  padding: 0 25px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 22px;
}
.single-blog-content .left-content .post_taxonomy span, .single-blog-content .left-content .post_taxonomy b {
  display: none;
}
.single-blog-content .left-content .post_taxonomy span:first-of-type {
  display: block;
  font-size: 14px;
  line-height: 22px;
  background: rgba(28, 59, 91, 0.08);
  color: #1C3B5B;
  border-radius: 12px;
  padding: 0 25px;
}
.single-blog-content .post_title {
  font-weight: 400;
}
.single-blog-content .post_content {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0;
  color: #757575;
}
.single-blog-content .post_content strong {
  font-weight: 500;
  color: #1C3B5B;
  letter-spacing: -0.01em;
}
.single-blog-content .post_content a {
  color: #1C3B5B;
  text-decoration: underline;
}
@media screen and (max-width: 600px) {
  .single-blog-content {
    padding: 60px 20px !important;
  }
  .single-blog-content .share-buttons-wrapper {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1rem;
  }
  .single-blog-content .share-buttons-wrapper .share-buttons {
    flex-direction: row;
    justify-content: center;
  }
  .single-blog-content .left-content .vc_column-inner {
    padding: 0;
  }
  .single-blog-content .left-content .vc_column-inner .w-hwrapper {
    flex-direction: column;
    gap: 8px;
  }
}

.vc_wp_posts {
  padding: 32px;
  border-radius: 8px;
  background: #F1F3F5;
  margin: 0 0 20px !important;
}
.vc_wp_posts ul {
  list-style: disc;
  font-size: 16px;
  line-height: 22px;
  margin-left: 1rem !important;
}
.vc_wp_posts ul li {
  margin: 0 0 20px;
  list-style: disc;
  color: #AEB521;
  font-size: 20px;
  line-height: 22px;
}
.vc_wp_posts ul li:last-of-type {
  margin: 0;
}
.vc_wp_posts ul li a {
  color: #113656;
  font-size: 16px;
  line-height: 22px;
}
.vc_wp_posts ul li a:hover {
  font-weight: 600;
  color: #AEB521;
}

.single-post-tags {
  padding: 32px;
  border-radius: 8px;
  background: #F1F3F5;
}
.single-post-tags h4 {
  margin: 0 0 24px !important;
}
.single-post-tags .post_taxonomy {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
}
.single-post-tags .post_taxonomy b {
  display: none !important;
}
.single-post-tags .post_taxonomy span {
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(28, 59, 91, 0.2);
  color: rgb(28, 59, 91);
  background: #fff;
}

.b-comments-section {
  padding: 60px 40px;
  background: #F1F3F5;
}
.b-comments-section .b-comments-section-h {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 148px;
}
.b-comments-section .w-comments-list {
  max-width: 730px;
}
.b-comments-section .w-comments-list .comment {
  padding: 16px;
  border-radius: 8px;
  background: #FFFFFF;
  margin-top: 16px;
}
.b-comments-section .w-comments-list .comment .children {
  margin-bottom: 0;
  border: none;
  padding-left: 20px;
}
.b-comments-section .w-comments-list .comment .comment {
  background: #f5f5f5;
}
@media screen and (max-width: 600px) {
  .b-comments-section {
    padding: 60px 20px;
  }
  .b-comments-section .b-comments-section-h {
    padding: 0;
  }
}

.b-form-section {
  padding: 60px 40px;
}
.b-form-section .b-form-section-h {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 148px;
}
.b-form-section .b-form-section-h .comment-respond {
  max-width: 730px;
}
.b-form-section .b-form-section-h textarea {
  background: rgba(28, 59, 91, 0.08);
  border-radius: 8px;
  box-shadow: none;
  padding: 10px 16px;
}
.b-form-section .b-form-section-h input[type=checkbox] {
  background: rgba(28, 59, 91, 0.08);
}
.b-form-section .b-form-section-h input[type=text], .b-form-section .b-form-section-h input[type=email] {
  height: 40px;
  background: rgba(28, 59, 91, 0.08);
  border-radius: 8px;
  box-shadow: none;
}
@media screen and (max-width: 600px) {
  .b-form-section {
    padding: 60px 20px;
  }
  .b-form-section .b-form-section-h {
    padding: 0;
  }
}

/*---------------- FOOTER -------------------*/
#page-footer {
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  margin-top: -18px;
  z-index: 9;
}
#page-footer .footer-top {
  padding: 74px 40px 48px;
}
#page-footer .footer-top .footer-logo {
  width: 196px;
  margin: 0 0 64px;
}
#page-footer .footer-top .footer-logo img {
  display: block;
}
#page-footer .footer-top .w-text {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 16px;
}
#page-footer .footer-top .w-text:last-of-type {
  margin: 0;
}
#page-footer .footer-top .w-text a {
  color: #fff;
}
#page-footer .footer-top .w-text a:hover {
  color: #AEB521;
}
#page-footer .footer-top .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
#page-footer .footer-top .footer-nav li {
  display: block;
}
#page-footer .footer-top .footer-nav li a {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  line-height: 1em;
  position: relative;
  display: block;
  padding-bottom: 5px;
}
#page-footer .footer-top .footer-nav li a::after {
  width: 0;
  height: 1px;
  background: #AEB521;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  content: "";
}
#page-footer .footer-top .footer-nav li a:hover {
  color: #fff;
}
#page-footer .footer-top .footer-nav li a:hover::after {
  width: 100%;
}
#page-footer .copyright {
  font-size: 12px;
  line-height: 2em;
  color: #fff;
  border-top: 0.6px solid #fff;
  padding: 16px 20px 20px;
}
#page-footer .copyright .w-text {
  opacity: 0.8;
}
#page-footer .copyright .w-html {
  font-size: 12px;
  line-height: 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#page-footer .copyright .w-html a {
  opacity: 0.8;
  display: block;
}
#page-footer .copyright .w-html a:hover {
  opacity: 1;
}
#page-footer .copyright .w-html .sep {
  color: #AEB521;
  margin: 0 5px;
  display: block;
}
@media screen and (max-width: 600px) {
  #page-footer .footer-top {
    padding: 60px 20px 48px;
  }
  #page-footer .footer-top .footer-logo {
    margin: 0 0 30px;
  }
  #page-footer .footer-top .w-text {
    margin-bottom: 10px;
  }
  #page-footer .footer-top .w-text:last-of-type {
    margin-bottom: 0;
  }
  #page-footer .footer-top .cols_1-2 {
    gap: 30px;
  }
  #page-footer .footer-top .footer-nav {
    display: block;
    text-align: center;
  }
  #page-footer .copyright {
    line-height: 1.5em;
  }
  #page-footer .copyright .g-cols {
    flex-direction: column-reverse;
    text-align: center;
    display: flex;
  }
  #page-footer .copyright .w-html {
    display: block;
  }
  #page-footer .copyright .w-html a {
    display: block;
  }
  #page-footer .copyright .w-html .sep {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */