/*! Theme Name: Twenty Twenty-One-child
 *  Theme URI: https://wordpress.org/themes/twentytwentyone/
 *  Author: the WordPress team
 *  Author URI: https://wordpress.org/
 *  Description: Child theme developer by w4.
 *  Template: twentytwentyone
 *  Text Domain: Twenty Twenty-One-child
 *  Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready */
@font-face {
  font-family: "Euclid Circular B";
  src: url("fonts/EuclidCircularB-Medium-WebXL.woff2") format("woff2"), url("fonts/EuclidCircularB-Medium-WebXL.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("fonts/EuclidCircularB-MediumItalic-WebXL.woff2") format("woff2"), url("fonts/EuclidCircularB-MediumItalic-WebXL.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("fonts/EuclidCircularB-Bold-WebXL.woff2") format("woff2"), url("fonts/EuclidCircularB-Bold-WebXL.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("fonts/EuclidCircularB-BoldItalic-WebXL.woff2") format("woff2"), url("fonts/EuclidCircularB-BoldItalic-WebXL.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("fonts/EuclidCircularB-Light-WebXL.woff2") format("woff2"), url("fonts/EuclidCircularB-Light-WebXL.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Euclid Circular B";
  src: url("fonts/EuclidCircularB-LightItalic-WebXL.woff2") format("woff2"), url("fonts/EuclidCircularB-LightItalic-WebXL.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
* {
  font-family: "Euclid Circular B", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #002466;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #002466;
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}

.site-content h1 {
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 1200px) {
  .site-content h1 {
    font-size: 55px;
    line-height: 66px;
  }
}

.site-content h2 {
  font-size: 32px;
  line-height: 45px;
}
@media (min-width: 1200px) {
  .site-content h2 {
    font-size: 45px;
    line-height: 60px;
  }
}

.site-content h3 {
  font-size: 27px;
  line-height: 35px;
}
@media (min-width: 1200px) {
  .site-content h3 {
    font-size: 32px;
    line-height: 45px;
  }
}

.site-content h4 {
  font-size: 20px;
  line-height: 35px;
}

#page .has-blue-color *, #page .has-blue-color {
  color: #002466;
}
#page .has-green-color *, #page .has-green-color {
  color: #00FFFF;
}
#page .has-grey-color *, #page .has-grey-color {
  color: #F5F5F5;
}
#page .has-dark-grey-color *, #page .has-dark-grey-color {
  color: #606060;
}

#page .has-green-background-color h1, #page .has-green-background-color h2, #page .has-green-background-color h3, #page .has-green-background-color h4, #page .has-green-background-color h5, #page .has-green-background-color h6 {
  color: #002466;
}
#page .has-green-background-color p {
  color: #606060;
}

p {
  color: #606060;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

.site-content p {
  margin-bottom: 26px;
}

a {
  text-decoration: underline;
}

p.link-with-plus-icon a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
p.link-with-plus-icon a:after {
  content: "+";
  display: inline-block;
  padding-left: 15px;
  font-weight: 700;
  line-height: 0;
  font-size: 20px;
}

#page hr.wp-block-separator {
  width: 100%;
  margin: 0;
}

table td {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}

#page .wp-block-button .wp-block-button__link, #page .wp-block-button button {
  background-color: #00FFFF;
  color: #002466;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  border: 1px solid #00FFFF;
  padding: 15px 40px;
}
#page .wp-block-button .wp-block-button__link:hover, #page .wp-block-button button:hover {
  color: #002466 !important;
  border: 1px solid #00FFFF !important;
}

#page a.button, #main a.wp-block-post-excerpt__more-link {
  background-color: #00FFFF;
  color: #002466;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  border: 1px solid #00FFFF;
  padding: 15px 40px;
  text-decoration: none;
}
#page a.button:hover, #main a.wp-block-post-excerpt__more-link:hover {
  border: 1px solid #00FFFF;
  background-color: #FFF;
}

#page .has-green-background-color .wp-block-button .wp-block-button__link {
  background-color: #FFF;
  border: 1px solid #FFF;
}
#page .has-green-background-color .wp-block-button .wp-block-button__link:hover {
  border: 1px solid #F5F5F5 !important;
  background-color: #F5F5F5 !important;
}

#page .site-content ul {
  padding: 0;
  font-weight: 300;
}
#page .site-content ul li {
  font-size: 16px;
  line-height: 26px;
  list-style: none;
  position: relative;
  padding-left: 1.5em;
}
#page .site-content ul li:before {
  background-image: url("icons/list-icon-blue.svg");
  background-size: 1em 1em;
  content: " ";
  display: inline-block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.2em;
}
#page .site-content ul.has-classic-style {
  padding-left: 20px;
}
#page .site-content ul.has-classic-style li {
  list-style: disc;
  padding: 0;
}
#page .site-content ul.has-classic-style li:before {
  display: none;
}
#page .site-content .has-blue-background-color ul li:before, #page .site-content .has-green-background-color ul li:before, #page .site-content .has-white-color ul li:before {
  background-image: url("icons/list-icon-white.svg");
}
#page .site-content .is-extra-small-text,
#page .site-content .has-extra-small-font-size {
  font-size: 12px;
  line-height: 18px;
}
#page .site-content .is-small-text,
#page .site-content .has-small-font-size {
  font-size: 14px;
  line-height: 19px;
}
#page .site-content .is-regular-text,
#page .site-content .has-regular-font-size,
#page .site-content .is-normal-font-size,
#page .site-content .has-normal-font-size,
#page .site-content .has-medium-font-size {
  font-size: 16px;
  line-height: 26px;
}
#page .site-content .is-large-text,
#page .site-content .has-large-font-size {
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 1200px) {
  #page .site-content .is-large-text,
#page .site-content .has-large-font-size {
    font-size: 22px;
    line-height: 37px;
  }
}
#page .site-content .is-larger-text,
#page .site-content .has-larger-font-size,
#page .site-content .is-extra-large-text,
#page .site-content .has-extra-large-font-size {
  font-size: 20px;
  line-height: 35px;
}
#page .site-content .is-huge-text,
#page .site-content .has-huge-font-size {
  font-size: 27px;
  line-height: 35px;
}
@media (min-width: 1200px) {
  #page .site-content .is-huge-text,
#page .site-content .has-huge-font-size {
    font-size: 32px;
    line-height: 45px;
  }
}
#page .site-content .is-gigantic-text,
#page .site-content .has-gigantic-font-size {
  font-size: 32px;
  line-height: 45px;
}
@media (min-width: 1200px) {
  #page .site-content .is-gigantic-text,
#page .site-content .has-gigantic-font-size {
    font-size: 45px;
    line-height: 60px;
  }
}

#page.form-page .nf-form-cont {
  margin: 0;
}
#page.form-page .nf-form-title h3 {
  margin-bottom: 50px;
}
#page.form-page .nf-mp-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  #page.form-page .nf-mp-header {
    flex-direction: row;
    justify-content: space-between;
  }
}
#page.form-page .nf-mp-header p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  color: #002466;
  margin-bottom: 0;
}
#page.form-page .nf-form-content {
  padding: 0;
  margin: 0;
}
#page.form-page .nf-mp-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  #page.form-page .nf-mp-footer {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#page.form-page .warning-message .nf-field-element {
  background-color: #00FFFF;
  color: #002466;
  padding: 45px 40px 48px 40px;
  margin-top: 0;
}
#page.form-page .warning-message .nf-field-element > p {
  color: #002466;
  font-size: 20px;
  line-height: 35px;
  display: flex;
  align-items: center;
}
#page.form-page .warning-message .nf-field-element > p:before {
  content: "";
  display: inline-block;
  background-image: url("icons/form-message-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 67px;
  height: 67px;
  margin-right: 25px;
}
#page.form-page .warning-message .nf-field-element ul li {
  padding-left: 10px;
}
#page.form-page .warning-message .nf-field-element ul li:before {
  content: ".";
  background: unset;
  line-height: 0.7em;
  display: inline-block;
}
#page.form-page ul li:before {
  display: none;
}
#page.form-page ol {
  list-style: none;
  counter-reset: form-list-counter;
  padding: 0;
}
#page.form-page ol li {
  counter-increment: form-list-counter;
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  line-height: 26px;
  color: #606060;
  font-weight: 300;
  margin-bottom: 27px;
}
#page.form-page ol li:before {
  content: counter(form-list-counter);
  border: 2px solid #002466;
  border-radius: 30px;
  color: #002466;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page.form-page ol li b {
  font-weight: 700;
  color: #002466;
  font-size: 16px;
  line-height: 26px;
}
#page.form-page .nf-response-msg {
  padding-top: 100px;
}
#page.form-page .nf-response-msg h2 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 65px;
}
#page.form-page .nf-response-msg h2:before {
  content: "";
  background-image: url("icons/succes-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 118px;
  height: 118px;
}
#page.form-page .nf-response-msg p {
  text-align: center;
  font-size: 27px;
  line-height: 35px;
  color: #002466;
  font-weight: 400;
}
@media (min-width: 1200px) {
  #page.form-page .nf-response-msg p {
    font-size: 32px;
    line-height: 45px;
  }
}
#page.form-page .nf-next-previous {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 576px) {
  #page.form-page .nf-next-previous {
    justify-content: flex-end;
  }
}
#page.form-page .nf-next-previous:after {
  display: none;
}
#page.form-page .nf-next-previous input.nf-previous, #page.form-page .nf-next-previous input.nf-next {
  padding: 15px 30px;
  color: #002466;
  font-weight: 700;
  transition: none;
  cursor: pointer;
}
@media (min-width: 576px) {
  #page.form-page .nf-next-previous input.nf-previous, #page.form-page .nf-next-previous input.nf-next {
    padding: 15px 67px;
  }
}
#page.form-page .nf-next-previous input.nf-next {
  background-color: #00FFFF;
  border: 1px solid #00FFFF;
}
#page.form-page .nf-next-previous input.nf-next:hover {
  border: 1px solid #00FFFF;
  background-color: #FFF;
}
#page.form-page .nf-next-previous input.nf-previous {
  background-color: #FFF;
  border: 1px solid #FFF;
}
#page.form-page .nf-next-previous input.nf-previous:hover {
  border: 1px solid #00FFFF;
  background-color: #F5F5F5;
}
#page.form-page .nf-mp-header {
  border-bottom: 1px solid #606060;
  padding-bottom: 18px;
}
#page.form-page .nf-mp-header .nf-breadcrumbs {
  display: none;
}
#page.form-page .nf-mp-header h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
}
#page.form-page .nf-form-fields-required {
  margin-right: auto;
  display: flex;
  gap: 5px;
  font-size: 14px;
  line-height: 19px;
  color: #606060;
  font-weight: 300;
  width: 100%;
}
@media (min-width: 576px) {
  #page.form-page .nf-form-fields-required {
    width: auto;
  }
}
#page.form-page .nf-form-fields-required:after {
  content: "*";
  font-size: 12px;
  line-height: 10px;
  color: #CC0000;
  display: inline-block;
  font-weight: 400;
  margin-top: 2px;
}
#page.form-page .nf-form-content .nf-field-container {
  margin-bottom: 12px;
}
#page.form-page .nf-form-content .nf-field-label {
  margin: 0 0 4px 0;
}
#page.form-page .nf-form-content .nf-field-label label {
  font-size: 16px;
  line-height: 26px;
  color: #002466;
  position: relative;
}
#page.form-page .nf-form-content .nf-field-label label .ninja-forms-req-symbol {
  font-size: 10px;
  color: #CC0000;
  top: 3px;
  right: -10px;
  line-height: 10px;
  position: absolute;
}
#page.form-page .nf-form-content .nf-field-element input, #page.form-page .nf-form-content .nf-field-element select {
  background-color: #FFF;
  border: 1px solid #FFF;
  color: #002466;
  font-weight: 300;
  padding: 20px;
  height: unset;
  font-size: 18px;
  line-height: 22px;
}
#page.form-page .nf-form-content .nf-field-element ::placeholder {
  color: #000;
  opacity: 20%;
}
#page.form-page .nf-form-content .nf-field-element select + div {
  z-index: 2;
  background-color: unset;
  border: none;
  padding: 20px;
  pointer-events: none;
  width: 50px;
  position: absolute;
  left: unset;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
#page.form-page .nf-form-content .nf-field-element select + div:after {
  color: #002466;
  font-size: 17px;
  line-height: 0;
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  height: 1px;
}
#page.form-page .nf-form-content .listradio-wrap.nf-pass .nf-field-element:after, #page.form-page .nf-form-content .listradio-wrap .nf-error .nf-field-element:after, #page.form-page .nf-form-content .listradio-wrap .nf-fail .nf-field-element:after {
  display: none;
}
#page.form-page .nf-form-content .listradio-wrap .nf-field-element > ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1200px) {
  #page.form-page .nf-form-content .listradio-wrap .nf-field-element > ul {
    flex-direction: row;
  }
}
#page.form-page .nf-form-content .listradio-wrap .nf-field-element > ul li {
  margin-bottom: 0 !important;
}
#page.form-page .nf-form-content .listradio-wrap .nf-field-element > ul li label {
  font-weight: 300;
  color: #606060;
  font-size: 16px;
  line-height: 26px;
  padding-left: 0;
}
#page.form-page .nf-form-content .listradio-wrap .nf-field-element > ul li label:after {
  background-color: #FFF;
  border: none;
  width: 21px;
  height: 21px;
  top: 4px;
}
#page.form-page .nf-form-content .listradio-wrap .nf-field-element > ul li label.nf-checked-label:before {
  background-color: #FFF;
  border: 4px solid #002466;
  width: 11px;
  height: 11px;
  top: 9px;
  left: -25px;
}
#page.form-page .nf-form-content .file_upload-container {
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #606060;
  margin: 0;
}
@media (max-width: 575px) {
  #page.form-page .nf-form-content .file_upload-container {
    padding-bottom: 78px;
  }
}
#page.form-page .nf-form-content .file_upload-container:after {
  display: none;
}
#page.form-page .nf-form-content .file_upload-container .nf-field {
  max-width: unset;
  width: 100%;
}
#page.form-page .nf-form-content .file_upload-container .nf-field .file_upload-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction: column;
  position: unset;
}
@media (min-width: 576px) {
  #page.form-page .nf-form-content .file_upload-container .nf-field .file_upload-wrap {
    padding-right: 250px;
  }
}
#page.form-page .nf-form-content .file_upload-container .nf-field .file_upload-wrap .max-size-info {
  position: absolute;
  bottom: 34px;
  left: 180px;
  font-size: 14px;
  line-height: 19px;
  color: #606060;
  font-weight: 300;
  width: auto;
  white-space: nowrap;
  border: unset;
}
@media (min-width: 576px) {
  #page.form-page .nf-form-content .file_upload-container .nf-field .file_upload-wrap .max-size-info {
    top: calc(50% - 10px);
    right: 180px;
    bottom: unset;
    left: unset;
  }
}
#page.form-page .nf-form-content .file_upload-container .nf-field .file_upload-wrap .nf-help:before {
  display: none;
}
#page.form-page .nf-form-content .file_upload-container .nf-field .file_upload-wrap .nf-field-element {
  position: unset;
  display: flex;
  flex-direction: column-reverse;
}
#page.form-page .nf-form-content .file_upload-container .nf-field .file_upload-wrap .nf-field-element .nf-element {
  margin: 0;
  padding: 0;
}
#page.form-page .nf-form-content .file_upload-container .nf-field .file_upload-wrap .nf-field-element .nf-fu-progress {
  margin: 0;
  width: 0;
  height: 0;
}
#page.form-page .nf-form-content .file_upload-container .nf-field .file_upload-wrap .nf-field-element .nf-fu-progress .nf-fu-progress-bar {
  background-image: url("icons/loading-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 10px);
  right: -30px;
  height: 20px;
  animation-duration: 1s;
  animation-name: rotate;
  animation-iteration-count: infinite;
  animation-direction: normal;
  max-width: 20px !important;
  transition: unset;
  z-index: 1;
  background-color: #F5F5F5;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#page.form-page .nf-form-content .file_upload-container .nf-field .file_upload-wrap .files_uploaded p {
  color: #002466;
  font-size: 16px;
  line-height: 26px;
  margin: 10px 0 0 0;
  display: flex;
  gap: 10px;
  align-items: center;
}
#page.form-page .nf-form-content .file_upload-container .nf-field .file_upload-wrap .files_uploaded p:before {
  content: "";
  display: inline-block;
  background-image: url("icons/document-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 18px;
}
#page.form-page .nf-form-content .file_upload-container .nf-field .file_upload-wrap .files_uploaded .delete {
  font-size: 12px;
  line-height: 18px;
  color: #606060;
  font-weight: 300;
  text-underline-offset: 1px;
  margin-left: 15px;
  text-transform: lowercase;
}
#page.form-page .nf-form-content .file_upload-container .btn {
  background-color: #00FFFF;
  padding: 0 40px !important;
  border: 1px solid #00FFFF;
  color: #002466;
  font-weight: 700;
  height: 50px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 26px;
}
#page.form-page .nf-form-content .file_upload-container .btn:hover {
  background-color: #FFF;
}
#page.form-page .nf-form-content .file_upload-container .nf-fu-fileinput-button {
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  left: 0;
}
@media (min-width: 576px) {
  #page.form-page .nf-form-content .file_upload-container .nf-fu-fileinput-button {
    top: calc(50% - 25px);
    right: 0;
    bottom: unset;
    left: unset;
  }
}
#page.form-page .nf-form-content .file_upload-container .nf-fu-fileinput-button:before {
  content: " ";
  background-image: url("icons/download-icon.svg");
  transform: scaleY(-1);
  background-size: 1em 1em;
  width: 1em;
  height: 1em;
  padding-right: 1em;
}
#page.form-page .nf-form-content .file_upload-container .nf-fu-button-cancel {
  color: #FFF;
  background-color: #CC0000;
  border-color: #CC0000;
  width: 163px;
  top: calc(50% - 25px);
  right: 0;
  position: absolute;
}
#page.form-page .nf-form-content .file_upload-container .nf-fu-button-cancel:hover {
  background-color: #FFF;
  color: #CC0000;
}
#page.form-page .nf-form-content .file_upload-container .nf-error .nf-field-element:after, #page.form-page .nf-form-content .file_upload-container .nf-fail .nf-field-element:after, #page.form-page .nf-form-content .file_upload-container .nf-pass .nf-field-element:after {
  position: absolute;
  top: calc(50% - 15px);
  right: -30px;
  width: 20px;
  height: 30px;
}
#page.form-page .nf-form-content .checkbox-container .nf-field-label label:before {
  background-image: url("icons/check-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  width: 16px;
  left: 5px;
  top: 9px;
  height: 20px;
}
#page.form-page .nf-form-content .checkbox-container .nf-field-label label:after {
  width: 27px;
  height: 27px;
  border: 2px solid #002466;
  border-radius: 3px;
  background-color: unset;
  top: 5px;
}
#page.form-page .nf-form-content .checkbox-container .nf-field-description {
  padding-left: 50px;
  margin-bottom: 20px;
}
#page.form-page .nf-form-content .checkbox-container .nf-field-description p {
  font-size: 16px;
  line-height: 26px;
  color: #002466;
  font-weight: 300;
}
#page.form-page .nf-form-content .checkbox-container .nf-field-description a {
  font-weight: 700;
  color: #002466;
  text-decoration: underline;
  text-underline-offset: 1px;
}
#page.form-page .nf-form-content .checkbox-container .nf-after-field {
  padding-left: 50px;
}
#page.form-page .nf-form-content .submit-container {
  margin: 0;
  display: flex;
}
@media (min-width: 576px) {
  #page.form-page .nf-form-content .submit-container {
    margin: 0 0 0 20px;
  }
}
#page.form-page .nf-form-content .submit-container .nf-field-label {
  display: none;
}
#page.form-page .nf-form-content .submit-container input.ninja-forms-field {
  padding: 15px 30px;
  color: #002466;
  font-weight: 700;
  transition: none;
  cursor: pointer;
  background-color: #00FFFF;
  border: 1px solid #00FFFF;
  font-size: 16px;
  line-height: 26px;
  line-height: 18px;
}
@media (min-width: 576px) {
  #page.form-page .nf-form-content .submit-container input.ninja-forms-field {
    padding: 15px 67px;
  }
}
#page.form-page .nf-form-content .submit-container input.ninja-forms-field:hover {
  border: 1px solid #00FFFF;
  background-color: #FFF;
}
#page.form-page .nf-form-content .nf-error .nf-field-element input, #page.form-page .nf-form-content .nf-fail .nf-field-element input {
  border-color: #CC0000;
  color: #CC0000;
  padding-right: 50px;
}
#page.form-page .nf-form-content .nf-error .nf-field-element:after, #page.form-page .nf-form-content .nf-fail .nf-field-element:after {
  color: #CC0000;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("icons/error-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: unset;
  right: 20px;
  top: 16px;
}
#page.form-page .nf-form-content .nf-pass .nf-field-element input {
  border-color: #FFF !important;
  padding-right: 50px;
}
#page.form-page .nf-form-content .nf-pass .nf-field-element:after {
  color: #30C865;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url("icons/succes-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: 20px;
  top: 16px;
}
#page.form-page .nf-form-content .nf-after-field div[class^=nf-error] {
  font-weight: 300;
  color: #CC0000;
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 576px) {
  #page.form-page .nf-row .nf-cell {
    padding: 0 6px;
  }
}
@media (min-width: 576px) {
  #page.form-page .nf-row .nf-cell:first-child {
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  #page.form-page .nf-row .nf-cell:last-child {
    padding-right: 0;
  }
}
#page.form-page .nf-error-field-errors {
  font-size: 14px;
  line-height: 19px;
  color: #CC0000;
  font-weight: 300;
}
@media (min-width: 576px) {
  #page.form-page .nf-error-field-errors {
    text-align: right;
  }
}
#page.form-page .repeater-container .nf-repeater-fieldsets fieldset:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
#page.form-page .repeater-container .nf-repeater-fieldsets fieldset:first-child .nf-repeater-fieldset .nf-field-label {
  display: inline-block;
}
#page.form-page .repeater-container .nf-repeater-fieldsets fieldset {
  border: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 575px) {
  #page.form-page .repeater-container .nf-repeater-fieldsets fieldset {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    padding-top: 5px;
  }
}
#page.form-page .repeater-container .nf-repeater-fieldsets fieldset legend {
  display: none;
}
@media (min-width: 576px) {
  #page.form-page .repeater-container .nf-repeater-fieldsets fieldset .nf-repeater-fieldset .nf-field-label {
    display: none;
  }
}
@media (min-width: 576px) {
  #page.form-page .repeater-container .nf-repeater-fieldsets fieldset .nf-repeater-fieldset nf-fields-wrap {
    display: grid;
    gap: 12px;
  }
}
#page.form-page .repeater-container button.nf-add-fieldset {
  background-color: unset;
  padding: 0;
  color: #002466;
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  display: flex;
  align-items: center;
  border: none;
  text-align: left;
  margin-bottom: 35px;
}
#page.form-page .repeater-container button.nf-add-fieldset:after {
  content: "+";
  font-weight: 400;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
}
#page.form-page .repeater-container button.nf-remove-fieldset {
  position: absolute;
  display: flex;
  padding: 0 0 3px 1px;
  align-items: center;
  justify-content: center;
  color: #FFF;
  z-index: 1;
  font-size: 20px;
  height: 20px;
  top: 35px;
  right: 0;
  width: 20px;
  background-color: #002466;
  border-radius: 20px;
}
@media (min-width: 576px) {
  #page.form-page .repeater-container button.nf-remove-fieldset {
    top: 41px;
    right: -30px;
  }
}
#page.form-page .repeater-container button.nf-remove-fieldset:hover {
  background-color: #606060;
}
#page.form-page .repeater-container.columns-50-30-20 nf-fields-wrap {
  grid-template-columns: 5fr 3fr 2fr;
}
#page.form-page .repeater-container.columns-33-33-33 nf-fields-wrap {
  grid-template-columns: 33.33fr 33.33fr 33.33fr;
}
@media (min-width: 576px) {
  #page.form-page .fake-repeater.textbox-container label, #page.form-page .fake-repeater.email-container label {
    display: none;
  }
}
#page.form-page .fake-repeater.checkbox-container {
  margin: 0;
}
#page.form-page .fake-repeater.checkbox-container .nf-input-limit {
  margin-top: 0;
}
#page.form-page .fake-repeater.checkbox-container .field-wrap {
  height: auto;
}
#page.form-page .fake-repeater.checkbox-container .nf-field-label {
  margin: 0;
}
#page.form-page .fake-repeater.checkbox-container .nf-field-label label {
  font-weight: 300;
  cursor: pointer;
  margin: 0 0 35px 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}
#page.form-page .fake-repeater.checkbox-container .nf-field-label label:after {
  content: "+";
  font-weight: 400;
  display: inline-block;
  font-size: 25px;
  margin-left: 10px;
  border: none;
  position: unset;
}
#page.form-page .fake-repeater.checkbox-container .nf-field-label label:before {
  display: none;
}
#page.form-page .fake-repeater.checkbox-container .nf-field-label label.nf-checked-label, #page.form-page .fake-repeater.checkbox-container .nf-checked {
  display: none;
}
#page.form-page .hide-require-asterisk .ninja-forms-req-symbol {
  display: none;
}
#page.form-page .smaller-input .nf-field-element input {
  padding: 20px 0 20px 20px !important;
}
#page.form-page .smaller-input .nf-pass .nf-field-element:after, #page.form-page .smaller-input .nf-error .nf-field-element:after, #page.form-page .smaller-input .nf-fail .nf-field-element:after {
  display: none;
}
#page.form-page .smaller-input .nf-after-field .div[class^=nf-error] {
  display: none;
}
@media (min-width: 576px) {
  #page.form-page .no-wrap-label label {
    white-space: nowrap;
  }
}
#page.form-page .hide-label label {
  font-weight: 300;
}
@media (min-width: 576px) {
  #page.form-page .hide-label label {
    visibility: hidden;
    white-space: nowrap;
    pointer-events: none;
  }
}
#page.form-page .hide-label label .ninja-forms-req-symbol {
  display: none;
}
#page.form-page .show-label-on-mobile label {
  font-weight: 300;
}
@media (min-width: 576px) {
  #page.form-page .show-label-on-mobile label {
    display: none;
  }
}
#page.form-page .show-label-on-mobile label .ninja-forms-req-symbol {
  display: none;
}
#page.form-page .is-required .nf-field-element {
  display: inline-block;
}
#page.form-page .is-required .nf-field-element:after {
  content: "*";
  font-size: 12px;
  line-height: 10px;
  color: #CC0000;
  display: inline-block;
  font-weight: 400;
  margin-top: 2px;
}
#page.form-page .group-label .nf-field-element {
  color: #002466;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
#page.form-page .group-label .html-container {
  margin: 0;
}
#page.form-page .has-light-label label {
  font-weight: 300;
}
#page.form-page .label-on-one-line .field-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  #page.form-page .label-on-one-line .field-wrap {
    flex-wrap: nowrap;
  }
}
#page.form-page .label-on-one-line .nf-field-label {
  width: 30%;
}
#page.form-page .label-on-one-line .nf-pass .nf-field-element:after, #page.form-page .label-on-one-line .nf-error .nf-field-element:after, #page.form-page .label-on-one-line .nf-fail .nf-field-element:after {
  display: none;
}
#page.form-page .repeater-label .nf-field-element p {
  margin-bottom: 5px;
}
#page.form-page .repeater-label .nf-field-element b {
  color: #002466;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
#page.form-page .radio-set-smaller .nf-field-element > ul {
  width: 100%;
  max-width: 300px;
}
#page.form-page .checkbox-with-margin.checkbox-container {
  margin-top: 50px;
}

body.has-main-navigation header.site-header {
  margin: 0;
  padding: 0;
}
body.has-main-navigation header.site-header:before, body.has-main-navigation header.site-header:after {
  display: none;
}
body.has-main-navigation header.site-header .desktop-menu {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.45);
  background-color: #FFF;
  height: 85px;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0;
  z-index: 2;
  max-width: unset;
  justify-content: space-between;
  padding: 0 15px;
}
@media (min-width: 576px) {
  body.has-main-navigation header.site-header .desktop-menu {
    padding: 0 36px;
  }
}
@media (min-width: 1200px) {
  body.has-main-navigation header.site-header .desktop-menu {
    padding: 60px 27px 55px 27px;
    height: 100vh;
    flex-direction: column;
    align-items: flex-start;
    width: 268px;
    justify-content: normal;
  }
}
@media (max-height: 1050px) and (min-width: 1200px) {
  body.has-main-navigation header.site-header .desktop-menu {
    padding: 2.5vh 27px 2.5vh 27px;
  }
}
body.has-main-navigation header.site-header .site-branding {
  align-self: center;
  display: none;
}
@media (min-width: 1200px) {
  body.has-main-navigation header.site-header .site-branding {
    display: block;
  }
}
body.has-main-navigation header.site-header .site-branding .site-logo img.custom-logo {
  width: 165px;
  height: auto;
  max-height: unset;
}
@media (max-height: 1050px) and (min-width: 1200px) {
  body.has-main-navigation header.site-header .site-branding .site-logo img.custom-logo {
    width: 15vh;
  }
}
body.has-main-navigation header.site-header .site-logo-mobile {
  display: block;
}
@media (min-width: 1200px) {
  body.has-main-navigation header.site-header .site-logo-mobile {
    display: none;
  }
}
body.has-main-navigation header.site-header .site-logo-mobile img {
  height: 50px;
}
body.has-main-navigation header.site-header nav.primary-navigation {
  margin: 0;
  top: unset;
  position: unset;
}
@media (min-width: 1200px) {
  body.has-main-navigation header.site-header nav.primary-navigation {
    margin: 80px 0 0 15px;
    position: relative;
  }
}
@media (max-height: 1050px) and (min-width: 1200px) {
  body.has-main-navigation header.site-header nav.primary-navigation {
    margin-top: 2.5vh;
  }
}
body.has-main-navigation header.site-header nav.primary-navigation .menu-button-container {
  display: flex;
  padding: 0;
  position: relative;
}
@media (min-width: 1200px) {
  body.has-main-navigation header.site-header nav.primary-navigation .menu-button-container {
    display: none;
  }
}
body.has-main-navigation header.site-header nav.primary-navigation .menu-button-container #primary-mobile-menu {
  padding-right: 0;
}
body.has-main-navigation header.site-header nav.primary-navigation .menu-button-container #primary-mobile-menu .dropdown-icon {
  font-size: 0;
}
body.has-main-navigation header.site-header nav.primary-navigation .menu-button-container #primary-mobile-menu .dropdown-icon svg.svg-icon {
  margin-left: 0;
  width: 30px;
  height: 30px;
}
body.has-main-navigation header.site-header nav.primary-navigation .menu-button-container #primary-mobile-menu .dropdown-icon svg.svg-icon path {
  fill: #002466;
}
body.has-main-navigation header.site-header .primary-menu-container {
  margin: 0;
  z-index: 1;
  display: none;
}
@media (min-width: 1200px) {
  body.has-main-navigation header.site-header .primary-menu-container {
    width: auto;
    padding: 0;
    display: block;
    height: auto;
  }
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper {
  flex-direction: column;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .menu-item {
  flex-wrap: wrap;
  display: flex;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .menu-item a {
  color: #002466;
  font-size: 20px;
  padding: 7px 0;
  font-weight: 300;
  text-decoration: none;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .menu-item a:hover {
  text-decoration: none;
  font-weight: 700;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .menu-item a:focus {
  background-color: unset;
  font-weight: 700;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .menu-item button.sub-menu-toggle {
  height: unset;
  display: flex;
  width: 44px;
  padding: 0;
  justify-content: center;
  align-items: center;
  background: transparent;
  color: inherit;
  border: none;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .menu-item button.sub-menu-toggle:focus {
  outline: none;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .menu-item button.sub-menu-toggle .icon-plus:before {
  content: ">";
  transform: scale(1.2, 1) rotate(90deg);
  font-weight: 400;
  margin-bottom: -3px;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .menu-item button.sub-menu-toggle .icon-plus .svg-icon {
  display: none;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .menu-item button.sub-menu-toggle .icon-minus:before {
  content: ">";
  transform: scale(1.2, 1) rotate(270deg);
  font-weight: 400;
  margin-bottom: -3px;
  margin-left: -3px;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .menu-item button.sub-menu-toggle .icon-minus .svg-icon {
  display: none;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .menu-item button[aria-expanded=false] + ul.sub-menu {
  display: none;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .current_page_item .sub-menu .menu-item a {
  font-weight: 300;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .current_page_item .sub-menu .menu-item a:hover {
  font-weight: 700;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .sub-menu {
  border: none;
  position: relative;
  padding-left: 20px;
  padding-bottom: 15px;
  min-width: unset;
  width: 100%;
}
@media (min-width: 1200px) {
  body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .sub-menu {
    width: auto;
  }
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .sub-menu:before {
  display: none;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .sub-menu:after {
  display: none;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .sub-menu .menu-item {
  background-color: unset;
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .sub-menu .menu-item a {
  font-size: 16px;
  padding: 5px 0;
}
@media (min-width: 1200px) {
  body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .sub-menu .menu-item a {
    font-size: 14px;
  }
}
body.has-main-navigation header.site-header .primary-menu-container ul.menu-wrapper .current_page_item a {
  font-weight: bold;
  text-decoration: none;
}
body.has-main-navigation header.site-header #header-widget-area {
  flex-direction: column;
  margin: auto 0 0 0;
  display: none;
  z-index: 2;
}
@media (min-width: 1200px) {
  body.has-main-navigation header.site-header #header-widget-area {
    display: flex;
    position: relative;
    bottom: unset;
  }
}
body.has-main-navigation header.site-header #header-widget-area .chw-widget {
  margin: 0;
}
body.has-main-navigation header.site-header #header-widget-area .chw-widget:first-child {
  order: 2;
}
@media (min-width: 1200px) {
  body.has-main-navigation header.site-header #header-widget-area .chw-widget:first-child {
    order: unset;
  }
}
body.has-main-navigation header.site-header #header-widget-area .chw-widget .wp-block-social-links {
  margin-left: -9px;
}
body.has-main-navigation .mobile-menu {
  display: none;
}
@media (max-width: 1199px) {
  body.has-main-navigation.primary-navigation-open .desktop-menu .primary-menu-container {
    display: none;
  }
  body.has-main-navigation.primary-navigation-open .mobile-menu {
    display: block;
    margin: 0;
    height: auto;
    min-height: calc(100vh - 85px );
    z-index: 1;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100vw;
    background-color: #F5F5F5;
    padding: 40px 36px 36px 36px;
    box-shadow: inset 0 7px 20px -7px rgba(0, 0, 0, 0.45);
  }
  body.has-main-navigation.primary-navigation-open .mobile-menu .primary-menu-container {
    display: block;
    position: relative;
    top: unset;
    left: unset;
  }
  body.has-main-navigation.primary-navigation-open .mobile-menu .primary-menu-container ul.menu-wrapper {
    padding: 0;
  }
  body.has-main-navigation.primary-navigation-open .mobile-menu .primary-menu-container ul.menu-wrapper .menu-item button.sub-menu-toggle {
    color: #002466;
  }
  body.has-main-navigation.primary-navigation-open .mobile-menu .primary-menu-container ul.menu-wrapper .menu-item button.sub-menu-toggle .icon-plus:before {
    display: inline-block;
  }
  body.has-main-navigation.primary-navigation-open .mobile-menu .primary-menu-container ul.menu-wrapper .menu-item button.sub-menu-toggle .icon-minus {
    display: none;
  }
  body.has-main-navigation.primary-navigation-open .mobile-menu .primary-menu-container ul.menu-wrapper .menu-item button.sub-menu-toggle .icon-minus:before {
    display: inline-block;
  }
  body.has-main-navigation.primary-navigation-open .mobile-menu .primary-menu-container ul.menu-wrapper .menu-item[aria-expanded=true] .icon-plus {
    display: none;
  }
  body.has-main-navigation.primary-navigation-open .mobile-menu .primary-menu-container ul.menu-wrapper .menu-item[aria-expanded=true] .icon-minus {
    display: inline-block;
  }
  body.has-main-navigation.primary-navigation-open .mobile-menu #header-widget-area {
    display: flex;
  }
  body.has-main-navigation.primary-navigation-open .mobile-menu #header-widget-area .wp-block-social-links {
    font-size: 30px;
  }
  body.has-main-navigation.primary-navigation-open.lock-scrolling #page {
    position: relative;
  }
  body.has-main-navigation.primary-navigation-open.lock-scrolling #page .site-content {
    display: none;
  }
  body.has-main-navigation.primary-navigation-open.lock-scrolling #page .site-footer {
    display: none;
  }
}

a:focus, button:focus {
  background-color: unset !important;
  outline: unset !important;
}
a:focus img, button:focus img {
  outline: unset !important;
}

.wp-block-columns, .wp-block-group__inner-container {
  max-width: calc(1071px + 36px) !important;
  padding: 0 36px;
}
.wp-block-columns > *, .wp-block-group__inner-container > * {
  max-width: calc(1071px + 36px) !important;
}

.site-main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.entry-content {
  margin-top: 0 !important;
}

#page .has-blue-background-color {
  background-color: #002466;
}
#page .has-green-background-color {
  background-color: #00FFFF;
}
#page .has-gray-background-color {
  background-color: #F5F5F5;
}
#page .has-dark-gray-background-color {
  background-color: #606060;
}

#page *.no-margin, #page .no-margin > .wp-block-group__inner-container {
  margin: 0;
}
#page *.no-padding, #page .no-padding > .wp-block-group__inner-container {
  padding: 0;
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  #page {
    min-height: calc(100vh - 45px);
    padding: 45px 45px 0 268px;
  }
}

#page header.entry-header, #main header.page-header {
  border: unset;
  padding: 0 36px;
  max-width: calc(1071px + 36px);
}
#page header.entry-header h1.entry-title, #main header.page-header h1.entry-title {
  color: #002466;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
}
@media (min-width: 1200px) {
  #page header.entry-header h1.entry-title, #main header.page-header h1.entry-title {
    font-size: 55px;
    line-height: 66px;
  }
}

#page header.entry-header.has-header-image, #page article.type-post header.entry-header {
  max-width: unset;
  padding: 85px 0 0 0;
}
@media (min-width: 1200px) {
  #page header.entry-header.has-header-image, #page article.type-post header.entry-header {
    padding-top: 0;
  }
}
#page header.entry-header.has-header-image .header-image, #page header.entry-header.has-header-image img, #page header.entry-header.has-header-image .post-thumbnail, #page article.type-post header.entry-header .header-image, #page article.type-post header.entry-header img, #page article.type-post header.entry-header .post-thumbnail {
  margin: 0;
  height: 300px;
}
@media (min-width: 576px) {
  #page header.entry-header.has-header-image .header-image, #page header.entry-header.has-header-image img, #page header.entry-header.has-header-image .post-thumbnail, #page article.type-post header.entry-header .header-image, #page article.type-post header.entry-header img, #page article.type-post header.entry-header .post-thumbnail {
    height: 40vw;
  }
}
@media (min-width: 1920px) {
  #page header.entry-header.has-header-image .header-image, #page header.entry-header.has-header-image img, #page header.entry-header.has-header-image .post-thumbnail, #page article.type-post header.entry-header .header-image, #page article.type-post header.entry-header img, #page article.type-post header.entry-header .post-thumbnail {
    height: 760px;
  }
}
#page header.entry-header.has-header-image .header-image, #page article.type-post header.entry-header .header-image {
  padding: 36px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1400px) {
  #page header.entry-header.has-header-image .header-image, #page article.type-post header.entry-header .header-image {
    padding: 100px;
  }
}
#page header.entry-header.has-header-image .header-image h1, #page article.type-post header.entry-header .header-image h1 {
  margin: 0;
}
#page header.entry-header.has-header-image .post-thumbnail, #page article.type-post header.entry-header .post-thumbnail {
  margin: 0;
  max-width: unset;
  width: 100%;
}
#page header.entry-header.has-header-image .post-thumbnail img, #page article.type-post header.entry-header .post-thumbnail img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
}

#page a.button.header-floating-btn {
  display: block;
  position: fixed;
  border: 1px solid #FFF;
  z-index: 2;
  width: 60%;
  left: 20%;
  text-align: center;
  bottom: 20px;
}
#page a.button.header-floating-btn:hover {
  border-color: #00FFFF;
}
@media (min-width: 1200px) {
  #page a.button.header-floating-btn {
    width: auto;
    top: 80px;
    right: 65px;
    bottom: unset;
    left: unset;
  }
}

#content.columns-2-large {
  padding-top: calc(85px + 36px);
}
@media (min-width: 1200px) {
  #content.columns-2-large {
    padding-top: 0;
  }
}
#content.columns-2-large .entry-header {
  display: none;
}
#content.columns-2-large .wp-block-columns {
  max-width: unset !important;
  margin: 0;
  flex-direction: column;
  padding: 0 36px;
}
@media (min-width: 1200px) {
  #content.columns-2-large .wp-block-columns {
    flex-direction: row;
    padding: 0;
  }
}
#content.columns-2-large .wp-block-columns .wp-block-column:first-child {
  padding-bottom: 36px;
}
@media (min-width: 1200px) {
  #content.columns-2-large .wp-block-columns .wp-block-column:first-child {
    padding-left: 70px;
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  #content.columns-2-large .wp-block-columns .wp-block-column:first-child {
    padding-left: 130px;
  }
}
#content.columns-2-large .wp-block-columns .wp-block-column {
  margin: 0;
}

#content.columns-2-large-left-is-bigger {
  padding-top: calc(85px + 36px);
}
@media (min-width: 1200px) {
  #content.columns-2-large-left-is-bigger {
    padding-top: 0;
  }
}
#content.columns-2-large-left-is-bigger .entry-header {
  display: none;
}
#content.columns-2-large-left-is-bigger .wp-block-columns {
  max-width: unset !important;
  margin: 0;
  flex-direction: column;
  padding: 0 36px;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 1400px) {
  #content.columns-2-large-left-is-bigger .wp-block-columns {
    grid-template-columns: 3fr 2fr;
    padding: 0;
    gap: 50px;
  }
}
@media (min-width: 1920px) {
  #content.columns-2-large-left-is-bigger .wp-block-columns {
    grid-template-columns: 6fr 5fr;
  }
}
#content.columns-2-large-left-is-bigger .wp-block-columns .wp-block-column:first-child {
  padding-bottom: 36px;
}
@media (min-width: 1200px) {
  #content.columns-2-large-left-is-bigger .wp-block-columns .wp-block-column:first-child {
    padding-left: 50px;
  }
}
@media (min-width: 1400px) {
  #content.columns-2-large-left-is-bigger .wp-block-columns .wp-block-column:first-child {
    padding-left: 100px;
    padding-bottom: 0;
  }
}
#content.columns-2-large-left-is-bigger .wp-block-columns .wp-block-column:last-child {
  display: none;
}
@media (min-width: 1400px) {
  #content.columns-2-large-left-is-bigger .wp-block-columns .wp-block-column:last-child {
    display: block;
  }
}
#content.columns-2-large-left-is-bigger .wp-block-columns .wp-block-column {
  margin: 0;
}
@media (min-width: 1400px) {
  #content.columns-2-large-left-is-bigger .wp-block-columns .wp-block-column {
    min-height: calc(100vh - 45px - 45px);
  }
}
#content.columns-2-large-left-is-bigger .wp-block-columns .wp-block-column figure {
  height: 100%;
}
#content.columns-2-large-left-is-bigger .wp-block-columns .wp-block-column figure img {
  height: 100%;
  object-fit: cover;
}

#page figure.wp-block-table table thead {
  border: none;
}
#page figure.wp-block-table table thead tr {
  border-bottom: none;
}
#page figure.wp-block-table table thead tr th {
  color: #002466;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  border: none;
  padding: 3px 5px 3px 0;
}
@media (min-width: 768px) {
  #page figure.wp-block-table table thead tr th {
    padding: 3px 0;
    font-size: 20px;
    line-height: 35px;
  }
}
#page figure.wp-block-table table tr {
  border-bottom: 1px solid #606060;
}
#page figure.wp-block-table table tr td {
  border: none;
  font-size: 16px;
  line-height: 26px;
  color: #606060;
  font-weight: 300;
  padding: 3px 0;
}

#page figure.table-without-styles table tr {
  border: none;
}
#page figure.table-without-styles table tr td {
  padding: 1px 0;
  border: none;
  color: #002466;
}

#page .button-group .wp-block-group__inner-container {
  padding: 0;
  display: flex;
  gap: 20px 50px;
  align-items: flex-start;
  flex-wrap: wrap;
}
#page .button-group .wp-block-group__inner-container > * {
  display: inline-block;
}
#page .button-group .wp-block-group__inner-container .wp-block-buttons {
  margin: 0;
}

#main .wp-block-cover {
  padding-left: 0;
  padding-right: 0;
}
#main .wp-block-cover .wp-block-cover__inner-container {
  max-width: unset;
  width: 100%;
}

@media (max-width: 1199px) {
  .hide-on-mobile {
    display: none !important;
  }
}

footer.site-footer {
  background-color: #F5F5F5;
  margin: auto 0 0 0;
  padding: 45px 0 0 0;
  max-width: unset;
  display: flex;
  flex-wrap: wrap;
}
footer.site-footer:before, footer.site-footer:after {
  display: none;
}
footer.site-footer .footer-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1258px;
  margin: 0 auto;
  padding: 0 36px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  footer.site-footer .footer-inner {
    flex-direction: row;
  }
}
footer.site-footer .widget-area {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  flex-direction: column-reverse;
  max-width: unset;
}
@media (min-width: 1200px) {
  footer.site-footer .widget-area {
    display: grid;
    grid-template-columns: 2fr 1fr;
    width: 100%;
  }
}
footer.site-footer .widget-area:after {
  display: none;
}
footer.site-footer .widget-area .widget_block {
  margin: 0;
}
footer.site-footer .widget-area .widget_block h1, footer.site-footer .widget-area .widget_block h2, footer.site-footer .widget-area .widget_block h3, footer.site-footer .widget-area .widget_block h4, footer.site-footer .widget-area .widget_block h5 {
  font-weight: 700;
  margin: 0 0 13px 0 !important;
  font-size: 20px;
  line-height: 35px;
  max-width: unset !important;
  text-align: center;
}
@media (min-width: 1200px) {
  footer.site-footer .widget-area .widget_block h1, footer.site-footer .widget-area .widget_block h2, footer.site-footer .widget-area .widget_block h3, footer.site-footer .widget-area .widget_block h4, footer.site-footer .widget-area .widget_block h5 {
    text-align: left;
  }
}
footer.site-footer .widget-area .widget_block h1 a, footer.site-footer .widget-area .widget_block h2 a, footer.site-footer .widget-area .widget_block h3 a, footer.site-footer .widget-area .widget_block h4 a, footer.site-footer .widget-area .widget_block h5 a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  color: #002466;
}
footer.site-footer .widget-area .widget_block h1 a:hover, footer.site-footer .widget-area .widget_block h2 a:hover, footer.site-footer .widget-area .widget_block h3 a:hover, footer.site-footer .widget-area .widget_block h4 a:hover, footer.site-footer .widget-area .widget_block h5 a:hover {
  text-decoration: underline;
}
footer.site-footer .widget-area .widget_block h5 {
  display: none;
}
@media (min-width: 1200px) {
  footer.site-footer .widget-area .widget_block h5 {
    display: block;
  }
}
footer.site-footer .widget-area .widget_block .wp-block-group {
  margin: 0;
}
footer.site-footer .widget-area .widget_block .wp-block-group:before, footer.site-footer .widget-area .widget_block .wp-block-group:after {
  display: none;
}
footer.site-footer .widget-area .widget_block .wp-block-group .wp-block-group__inner-container {
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 45px;
}
@media (min-width: 1200px) {
  footer.site-footer .widget-area .widget_block .wp-block-group .wp-block-group__inner-container {
    display: block;
  }
}
footer.site-footer .widget-area .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-group {
  max-width: unset !important;
}
footer.site-footer .widget-area .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  flex-direction: column;
}
@media (min-width: 1200px) {
  footer.site-footer .widget-area .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
    flex-direction: row;
    gap: 20px 60px;
  }
}
footer.site-footer .widget-area .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container .contact-module {
  margin: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  footer.site-footer .widget-area .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container .contact-module {
    text-align: left;
  }
}
footer.site-footer .widget-area .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-social-links {
  margin: 0;
  width: 150px;
  justify-content: center;
}
@media (min-width: 1200px) {
  footer.site-footer .widget-area .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-social-links {
    justify-content: left;
    margin-left: 0 !important;
  }
}
footer.site-footer .widget-area .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-social-links .wp-social-link {
  margin-left: 8px;
}
@media (min-width: 1200px) {
  footer.site-footer .widget-area .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-social-links .wp-social-link {
    margin: 0;
  }
  footer.site-footer .widget-area .widget_block .wp-block-group .wp-block-group__inner-container .wp-block-social-links .wp-social-link a {
    padding-left: 0;
  }
}
footer.site-footer nav.footer-navigation {
  margin: 0;
}
footer.site-footer nav.footer-navigation .footer-navigation-wrapper {
  display: flex;
  flex-direction: column;
}
footer.site-footer nav.footer-navigation .footer-navigation-wrapper .menu-item {
  line-height: normal;
  margin-top: 12px;
  text-align: center;
}
@media (min-width: 1200px) {
  footer.site-footer nav.footer-navigation .footer-navigation-wrapper .menu-item {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  footer.site-footer nav.footer-navigation .footer-navigation-wrapper .menu-item:first-child {
    margin-top: 0;
  }
}
footer.site-footer nav.footer-navigation .footer-navigation-wrapper .menu-item a {
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  color: #002466;
  padding: 0;
}
footer.site-footer nav.footer-navigation .footer-navigation-wrapper .menu-item a:hover {
  text-decoration: underline;
}
footer.site-footer .copyright {
  margin: 55px 0 0 0;
  background-color: #FFF;
  height: 45px;
  width: 100%;
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  color: #002466;
  font-weight: 300;
  padding-top: 10px;
  padding-right: 19px;
}
@media (min-width: 1200px) {
  footer.site-footer .copyright {
    padding-right: 0;
  }
}
footer.site-footer.footer-hidden {
  padding: 0;
  background-color: #FFF;
  margin: 0;
}
footer.site-footer.footer-hidden .footer-inner {
  display: none;
}
footer.site-footer.footer-hidden .copyright {
  margin: 0;
}

#page .HP-3-columns, #page .HP-2-columns {
  padding: 0;
  margin: 0 !important;
  max-width: unset !important;
  flex-direction: column;
}
@media (min-width: 1200px) {
  #page .HP-3-columns, #page .HP-2-columns {
    flex-direction: row;
  }
}
#page .HP-3-columns .wp-block-column, #page .HP-2-columns .wp-block-column {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  min-height: 100vw;
}
@media (min-width: 576px) {
  #page .HP-3-columns .wp-block-column, #page .HP-2-columns .wp-block-column {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  #page .HP-3-columns .wp-block-column, #page .HP-2-columns .wp-block-column {
    min-height: calc((100vw - 45px - 268px) / 3);
  }
}
#page .HP-3-columns .wp-block-column > *, #page .HP-2-columns .wp-block-column > * {
  padding: 0 50px;
  margin: 0;
}
#page .HP-3-columns .wp-block-column > *:first-child, #page .HP-2-columns .wp-block-column > *:first-child {
  padding-top: 50px;
}
#page .HP-3-columns .wp-block-column > *:last-child, #page .HP-2-columns .wp-block-column > *:last-child {
  padding-bottom: 50px;
}
#page .HP-3-columns .wp-block-column h2 strong, #page .HP-2-columns .wp-block-column h2 strong {
  font-weight: 300;
}
#page .HP-3-columns .wp-block-column p, #page .HP-2-columns .wp-block-column p {
  font-weight: 300;
}
#page .HP-3-columns .wp-block-column ul li, #page .HP-2-columns .wp-block-column ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  #page .HP-3-columns .wp-block-column ul li, #page .HP-2-columns .wp-block-column ul li {
    font-size: 22px;
    line-height: 37px;
  }
}
#page .HP-3-columns .wp-block-column .background-image, #page .HP-2-columns .wp-block-column .background-image {
  min-height: 100vw;
}
@media (min-width: 576px) {
  #page .HP-3-columns .wp-block-column .background-image, #page .HP-2-columns .wp-block-column .background-image {
    min-height: 400px;
  }
}
@media (min-width: 1200px) {
  #page .HP-3-columns .wp-block-column .background-image, #page .HP-2-columns .wp-block-column .background-image {
    min-height: calc((100vw - 45px - 268px) / 3);
  }
}
#page .HP-3-columns .wp-block-column {
  text-align: center;
}
#page .HP-3-columns.with-arrow .wp-block-column:last-child {
  position: relative;
  text-align: left;
  align-items: flex-start;
}
#page .HP-3-columns.with-arrow .wp-block-column:last-child:before {
  content: " ";
  background-color: #002466;
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: -19px;
  transform: rotateZ(45deg);
}
@media (min-width: 1200px) {
  #page .HP-3-columns.with-arrow .wp-block-column:last-child:before {
    left: -19px;
    top: calc(50% - 20px);
  }
}
#page .HP-3-columns.with-arrow.arrow-white .wp-block-column:last-child:before {
  background-color: #FFF;
}
#page .HP-3-columns.with-arrow.arrow-light-blue .wp-block-column:last-child:before {
  background-color: #00FFFF;
}
#page .HP-2-columns .wp-block-column {
  align-items: flex-start;
}
#page .HP-2-columns.image-right .wp-block-column:first-child {
  position: relative;
  max-width: unset !important;
}
@media (min-width: 1920px) {
  #page .HP-2-columns.image-right .wp-block-column:first-child {
    padding-left: 100px;
  }
}
#page .HP-2-columns.image-right .wp-block-column:first-child:after {
  content: " ";
  background-color: #002466;
  width: 40px;
  height: 40px;
  position: absolute;
  right: calc(50% - 20px);
  bottom: -19px;
  transform: rotateZ(45deg);
}
@media (min-width: 1200px) {
  #page .HP-2-columns.image-right .wp-block-column:first-child:after {
    bottom: unset;
    right: -19px;
    top: calc(50% - 20px);
  }
}
#page .HP-2-columns.image-left .wp-block-column:last-child {
  position: relative;
  max-width: unset !important;
}
@media (min-width: 1920px) {
  #page .HP-2-columns.image-left .wp-block-column:last-child {
    padding-left: 100px;
  }
}
#page .HP-2-columns.image-left .wp-block-column:last-child:after {
  content: " ";
  background-color: #002466;
  width: 40px;
  height: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: -19px;
  transform: rotateZ(45deg);
}
@media (min-width: 1200px) {
  #page .HP-2-columns.image-left .wp-block-column:last-child:after {
    left: -19px;
    top: calc(50% - 20px);
  }
}

#content.contact-page iframe {
  height: calc(100vh - 45px - 45px - 10px);
  width: 100%;
  max-height: 50vw !important;
}
@media (min-width: 1200px) {
  #content.contact-page iframe {
    max-height: unset !important;
  }
}

#content.posts-page {
  padding-top: calc(85px + 36px);
}
@media (min-width: 1200px) {
  #content.posts-page {
    padding-top: 0;
  }
}
#content.posts-page header.entry-header {
  margin-bottom: 50px;
}
#content.posts-page ul.wp-block-post-template li, #content.posts-page ul.other-news li {
  padding: 0;
}
#content.posts-page ul.wp-block-post-template li:before, #content.posts-page ul.other-news li:before {
  display: none;
}
#content.posts-page ul.wp-block-post-template li .wp-block-columns, #content.posts-page ul.other-news li .wp-block-columns {
  padding: 0;
}
#content.posts-page .main-news .wp-block-columns {
  flex-direction: column;
}
@media (min-width: 1200px) {
  #content.posts-page .main-news .wp-block-columns {
    flex-direction: row;
  }
}
#content.posts-page .main-news .wp-block-column:nth-child(2) {
  margin-left: 0;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  #content.posts-page .main-news .wp-block-post-title, #content.posts-page .main-news .wp-block-post-excerpt, #content.posts-page .main-news .wp-block-post-date {
    padding: 0 65px;
  }
}
#content.posts-page .main-news .wp-block-post-date {
  font-weight: 700;
  color: #002466;
  margin-bottom: 8px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  #content.posts-page .main-news .wp-block-post-date {
    margin-top: 0;
  }
}
#content.posts-page .main-news .wp-block-post-title {
  margin: 0 0 20px 0;
}
#content.posts-page .main-news .wp-block-post-excerpt {
  margin: 0;
}
#content.posts-page .main-news .wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
  margin-bottom: 40px;
}
#content.posts-page .main-news .wp-block-post-featured-image img {
  object-fit: cover;
  width: 100% !important;
  height: 50vw !important;
  max-width: unset !important;
}
@media (min-width: 1200px) {
  #content.posts-page .main-news .wp-block-post-featured-image img {
    width: calc((100vw - 45px - 268px) / 2) !important;
    height: calc((100vw - 45px - 268px) / 2) !important;
  }
}
@media (min-width: 1400px) {
  #content.posts-page .main-news .wp-block-post-featured-image img {
    width: 536px !important;
    height: 536px !important;
  }
}
#content.posts-page ul.other-news {
  gap: 50px 35px;
  display: flex;
}
#content.posts-page ul.other-news li {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}
@media (min-width: 1200px) {
  #content.posts-page ul.other-news li {
    width: calc((100vw - 45px - 268px - 36px - 36px - 70px ) / 3);
  }
}
@media (min-width: 1400px) {
  #content.posts-page ul.other-news li {
    width: 321px;
  }
}
#content.posts-page ul.other-news li div.wp-block-latest-posts__featured-image {
  order: 1;
}
#content.posts-page ul.other-news li div.wp-block-latest-posts__featured-image img {
  object-fit: cover;
  max-width: unset !important;
  width: 100% !important;
  height: 50vw !important;
}
@media (min-width: 1200px) {
  #content.posts-page ul.other-news li div.wp-block-latest-posts__featured-image img {
    width: calc((100vw - 45px - 268px - 36px - 36px - 70px ) / 3) !important;
    height: calc((100vw - 45px - 268px - 36px - 36px - 70px ) / 3) !important;
  }
}
@media (min-width: 1400px) {
  #content.posts-page ul.other-news li div.wp-block-latest-posts__featured-image img {
    width: 321px !important;
    height: 321px !important;
  }
}
#content.posts-page ul.other-news li > a {
  order: 3;
  color: #002466;
  text-decoration: none;
  font-size: 20px;
  line-height: 35px;
  line-height: 28px;
  margin: 8px 0 0 0;
}
#content.posts-page ul.other-news li > a:hover {
  text-decoration: underline;
}
#content.posts-page ul.other-news li time {
  order: 2;
  font-weight: 700;
  color: #002466;
}

.post-template-default #page article.type-post {
  margin-bottom: 70px;
}
@media (min-width: 1071px) {
  .post-template-default #page article.type-post {
    margin-bottom: 100px;
  }
}
.post-template-default #page article.type-post h1, .post-template-default #page article.type-post .post-date {
  max-width: calc(1071px + 36px);
  padding: 0 36px;
  margin: 0 auto;
}
.post-template-default #page article.type-post .post-date {
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #002466;
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 12px;
}
.post-template-default #page article.type-post h1 {
  margin-bottom: 70px;
}
.post-template-default #page article.type-post h2 {
  font-size: 27px;
  line-height: 35px;
}
@media (min-width: 1200px) {
  .post-template-default #page article.type-post h2 {
    font-size: 32px;
    line-height: 45px;
  }
}
.post-template-default #page article.type-post h3 {
  font-size: 20px;
  line-height: 35px;
}
.post-template-default #page .post-navigation {
  display: none;
}

#page.form-page {
  background-color: #F5F5F5;
}
#page.form-page h1 {
  margin: 0;
}
#page.form-page footer {
  background-color: #F5F5F5;
}
#page.form-page footer .copyright {
  background-color: unset;
}

.example-module {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contact-module .contact-heading {
  color: #002466;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .contact-module .contact-heading {
    font-size: 12px;
    line-height: 18px;
  }
}
.contact-module p {
  color: #606060;
  font-weight: 300;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .contact-module p {
    font-size: 12px;
    line-height: 18px;
  }
}

#page div.hp-header-slider {
  margin: 0;
  max-width: unset !important;
  padding-top: 85px !important;
}
@media (min-width: 1200px) {
  #page div.hp-header-slider {
    padding-top: 0 !important;
  }
}
#page div.hp-header-slider div.slider, #page div.hp-header-slider div.slider .slider-inner {
  margin: 0;
  height: calc(100vh - 85px);
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  #page div.hp-header-slider div.slider, #page div.hp-header-slider div.slider .slider-inner {
    justify-content: flex-start;
    height: 40vw;
  }
}
@media (min-width: 1920px) {
  #page div.hp-header-slider div.slider, #page div.hp-header-slider div.slider .slider-inner {
    height: 760px;
  }
}
@media (max-width: 1199px) {
  #page div.hp-header-slider div.slider {
    background: none !important;
  }
}
#page div.hp-header-slider div.slider .slider-inner {
  padding: 36px 36px 70px 36px;
  background-position: center top;
}
@media (min-width: 1200px) {
  #page div.hp-header-slider div.slider .slider-inner {
    background: none !important;
  }
}
@media (min-width: 1400px) {
  #page div.hp-header-slider div.slider .slider-inner {
    padding: 100px;
  }
}
#page div.hp-header-slider div.slider .slider-inner .subtitle {
  color: #002466;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 80px;
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 1200px) {
  #page div.hp-header-slider div.slider .slider-inner .subtitle {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 35px;
  }
}
#page div.hp-header-slider .slick-dots {
  bottom: 22px;
}
@media (min-width: 1200px) {
  #page div.hp-header-slider .slick-dots {
    bottom: 34px;
  }
}
#page div.hp-header-slider .slick-dots li {
  margin: 0;
}
@media (min-width: 1200px) {
  #page div.hp-header-slider .slick-dots li {
    margin: 0 5px;
  }
}
#page div.hp-header-slider .slick-dots li:before {
  display: none;
}
#page div.hp-header-slider .slick-dots li button {
  background-color: transparent;
  padding: 0;
}
#page div.hp-header-slider .slick-dots li button:before {
  opacity: 1;
  font-size: 12px;
  color: #002466;
}
@media (min-width: 1200px) {
  #page div.hp-header-slider .slick-dots li button:before {
    font-size: 15px;
  }
}
#page div.hp-header-slider .slick-dots li.slick-active button:before {
  color: #00FFFF;
}

#page .background-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#page .background-image img {
  display: none;
}

section.wp-block-w4-accordion > h3 {
  background-color: #002466;
  color: #FFF;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 575px) {
  section.wp-block-w4-accordion > h3 {
    font-size: 5vw;
    line-height: 1.5em;
  }
}
section.wp-block-w4-accordion > h3:after {
  content: "<";
  font-size: 30px;
  transform: scale(1.2, 1) rotate(270deg);
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
}
section.wp-block-w4-accordion > h3.accordion-open {
  color: #002466;
  background-color: #00FFFF;
}
section.wp-block-w4-accordion > h3.accordion-open:after {
  transform: scale(1.2, 1) rotate(90deg);
}
section.wp-block-w4-accordion > div {
  display: none;
}
@media (max-width: 575px) {
  section.wp-block-w4-accordion > div h3 {
    font-size: 5vw;
    line-height: 1.5em;
  }
}
section.wp-block-w4-accordion h3.accordion-open + div {
  display: block;
  padding: 30px 5px;
}
@media (min-width: 1071px) {
  section.wp-block-w4-accordion h3.accordion-open + div {
    padding: 60px 30px;
  }
}
section.wp-block-w4-accordion h3.accordion-open + div h3 {
  margin-bottom: 30px;
}
section.wp-block-w4-accordion h3.accordion-open + div .wp-block-columns {
  padding: 0;
  margin-bottom: 0;
}
section.wp-block-w4-accordion h3.accordion-open + div .wp-block-columns .wp-block-column {
  padding: 20px;
}
@media (min-width: 1071px) {
  section.wp-block-w4-accordion h3.accordion-open + div .wp-block-columns .wp-block-column {
    padding: 40px;
  }
}

section.wp-block-w4-accordion.no-side-padding h3.accordion-open + div {
  padding: 30px 0;
}
@media (min-width: 1071px) {
  section.wp-block-w4-accordion.no-side-padding h3.accordion-open + div {
    padding: 60px 0;
  }
}

#page a.button.download {
  display: flex;
  gap: 0.5em;
  align-items: center;
  width: fit-content;
  margin: 0;
}
#page a.button.download:before {
  content: " ";
  display: inline-block;
  background-image: url("icons/download-icon.svg");
  background-size: 1em 1em;
  width: 1em;
  height: 1em;
  padding-right: 1em;
}
#page a.button.download span {
  text-align: center;
}

.download-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  margin: 0 !important;
  border-top: 1px solid #606060;
  border-bottom: 1px solid #606060;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .download-row {
    gap: unset;
    flex-direction: row;
    align-items: center;
  }
}
.download-row .file-title p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  color: #002466;
}
.download-row .file-link {
  text-align: right;
}

.download-row + .download-row {
  border-top: unset;
}

section.video-block {
  position: relative;
}
section.video-block > .placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
section.video-block > .placeholder:after {
  content: " ";
  display: inline-block;
  background-image: url("icons/video-icon.svg");
  position: absolute;
  background-size: 100px;
  width: 100px;
  height: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
}
@media (min-width: 576px) {
  section.video-block > .placeholder:after {
    background-size: 200px;
    width: 200px;
    height: 200px;
    left: calc(50% - 100px);
    top: calc(50% - 100px);
  }
}
section.video-block > .placeholder.video-is-visible {
  display: none;
}
section.video-block > .placeholder.video-is-visible:after {
  display: none;
}

.lectors-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 5px;
  margin: 0 !important;
  border-bottom: 1px solid #606060;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 1071px) {
  .lectors-row {
    gap: 10px;
    padding: 7px 30px;
    align-items: center;
    display: grid;
    grid-template-columns: calc(31% - 10px) 69%;
  }
}
.lectors-row .lector-name span {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  color: #002466;
}
.lectors-row .lector-subjects {
  text-align: left;
  display: flex;
}
.lectors-row .lector-subjects .subjects {
  color: #606060;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 1071px) {
  .lectors-row .lector-subjects .subjects {
    line-height: 20px;
  }
}

#page .doctors-cards {
  display: grid;
  gap: 35px;
  grid-template-columns: 100%;
}
@media (min-width: 576px) {
  #page .doctors-cards {
    grid-template-columns: calc((100% - 35px) / 2) calc((100% - 35px) / 2);
  }
}
@media (min-width: 1200px) {
  #page .doctors-cards {
    grid-template-columns: calc((100% - 70px) / 3) calc((100% - 70px) / 3) calc((100% - 70px) / 3);
  }
}
#page .doctors-cards .doctor-card {
  background-color: #F5F5F5;
  position: relative;
}
#page .doctors-cards .doctor-card .portrait {
  width: 100%;
}
#page .doctors-cards .doctor-card .card-body {
  padding: 27px 27px 60px 27px;
  display: flex;
  flex-flow: column;
}
#page .doctors-cards .doctor-card .card-body h3 {
  font-size: 20px;
  line-height: 35px;
  font-weight: 700;
  line-height: 28px;
}
#page .doctors-cards .doctor-card .card-body .subtitle {
  color: #002466;
  font-weight: 700;
  margin-top: 0;
  font-size: 16px;
  line-height: 26px;
}
#page .doctors-cards .doctor-card .card-body .information {
  margin-top: 20px;
}
#page .doctors-cards .doctor-card .card-body .information ul {
  padding-left: 20px;
  color: #606060;
}
#page .doctors-cards .doctor-card .card-body .information ul li {
  list-style: disc;
  padding-left: 0;
}
#page .doctors-cards .doctor-card .card-body .information ul li:before {
  display: none;
}
#page .doctors-cards .doctor-card .card-body .information p {
  margin-bottom: 5px;
}
#page .doctors-cards .doctor-card .card-body .email {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00FFFF;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#page .doctors-cards .doctor-card .card-body .email:before {
  content: " ";
  display: inline-block;
  background-image: url("icons/envelope-icon.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.quote-block-wrapper {
  max-width: unset !important;
  padding: 0 36px;
}
@media (min-width: 1200px) {
  .quote-block-wrapper {
    padding: 0;
  }
}
.quote-block-wrapper .quote-block-desktop {
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  width: 100%;
}
.quote-block-wrapper .quote-block-desktop .quote-inner-wrapper {
  max-width: calc(1071px + 36px) !important;
  padding: 0 36px;
  margin: 0 auto;
}
.quote-block-wrapper .quote-block-desktop .quote-inner-wrapper .text, .quote-block-wrapper .quote-block-desktop .quote-inner-wrapper .author {
  max-width: 40%;
}
.quote-block-wrapper .quote-block-desktop .quote-inner-wrapper .text, .quote-block-wrapper .quote-block-desktop .quote-inner-wrapper .text p {
  color: #FFF;
  font-weight: 300;
}
.quote-block-wrapper .quote-block-desktop .quote-inner-wrapper .author {
  color: white;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}
@media (min-width: 1200px) {
  .quote-block-wrapper .quote-block-mobile {
    display: none;
  }
}
.quote-block-wrapper .quote-block-mobile img {
  width: 100%;
  height: 40vh;
  min-height: 300px;
  object-fit: cover;
}
.quote-block-wrapper .quote-block-mobile .quote-inner-wrapper {
  background-color: #F5F5F5;
  padding: 50px 20px;
}
.quote-block-wrapper .quote-block-mobile .quote-inner-wrapper .text p, .quote-block-wrapper .quote-block-mobile .quote-inner-wrapper .author {
  color: #002466;
  font-size: 16px;
  line-height: 26px;
}
.quote-block-wrapper .quote-block-mobile .quote-inner-wrapper .author {
  font-weight: 700;
}

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