@import url("https://use.typekit.net/mpc0jpr.css"); /*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Footer
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Footer
--------------------------------------------------------------*/
footer {
  background-color: #f2fafe;
  padding-top: 100px;
}
footer .wrap {
  padding-left: 15px;
  padding-right: 15px;
}
footer .footer-topbar {
  margin-bottom: 100px;
}
footer .footer-topbar .footer-topbar-1,
footer .footer-topbar .footer-topbar-2,
footer .footer-topbar .footer-topbar-3 {
  display: flex;
  align-items: center;
  min-height: 50px;
}
footer .footer-topbar .footer-topbar-1 {
  justify-content: flex-start;
}
footer .footer-topbar .footer-topbar-1 .widget_text .widget-title {
  font-family: "museo", serif;
  font-weight: 500;
  color: #1c1c1c;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
  margin-left: 10px;
}
footer .footer-topbar .footer-topbar-2 {
  justify-content: center;
}
footer .footer-topbar .footer-topbar-3 {
  justify-content: flex-end;
}
footer .footer-middlebar {
  margin-bottom: 100px;
}
footer .footer-middlebar .widget_text .widget-title {
  font-family: "museo", serif;
  font-weight: 500;
  color: #1c1c1c;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 30px;
}
footer .footer-middlebar .widget_text p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #404d51;
  margin-bottom: 0;
}
footer .footer-middlebar .widget_text a {
  color: #404d51;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
footer .footer-middlebar .widget_text a:hover {
  color: #ecbd00;
}
footer .footer-middlebar .widget_text ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  list-style-type: none;
  margin-bottom: 0;
}
footer .footer-middlebar .widget_text table {
  margin-top: 20px;
}
footer .footer-middlebar .footer-middlebar-1 {
  padding: 30px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
footer .footer-bottombar {
  margin-bottom: 30px;
}
footer .footer-bottombar ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 0;
}
footer .footer-bottombar ul li,
footer .footer-bottombar ul li a {
  font-size: 16px;
}
footer .footer-bottombar ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer-bottombar ul li a {
  color: #404d51;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
footer .footer-bottombar ul li a:hover {
  color: #ecbd00;
}
footer .footer-bottombar ul li:after {
  position: relative;
  bottom: -2px;
  margin-left: 20px;
  display: block;
  content: "";
  width: 7px;
  height: 7px;
  background-color: #0097e2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
footer .footer-bottombar ul li:last-of-type:after {
  display: none;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  footer {
    padding-top: 83px;
  }
  footer .footer-topbar {
    margin-bottom: 83px;
  }
  footer .footer-topbar .footer-topbar-1 {
    min-height: 42px;
  }
  footer .footer-topbar .footer-topbar-1 .widget_text .widget-title {
    font-size: 16px;
    line-height: 20px;
  }
  footer .footer-topbar .footer-bottombar-2 {
    min-height: 42px;
  }
  footer .footer-topbar .footer-bottombar-3 {
    min-height: 42px;
  }
  footer .footer-middlebar {
    margin-bottom: 83px;
  }
  footer .footer-middlebar .widget_text .widget-title {
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 25px;
  }
  footer .footer-middlebar .widget_text p {
    font-size: 16px;
    line-height: 25px;
  }
  footer .footer-middlebar .widget_text ul {
    row-gap: 12px;
  }
  footer .footer-middlebar .widget_text table {
    margin-top: 25px;
  }
  footer .footer-middlebar .footer-middlebar-1 {
    padding: 25px;
  }
  footer .footer-bottombar {
    margin-bottom: 25px;
  }
  footer .footer-bottombar ul {
    column-gap: 17px;
  }
  footer .footer-bottombar ul li {
    font-size: 14px;
  }
  footer .footer-bottombar ul li a {
    font-size: 14px;
  }
  footer .footer-bottombar ul li:after {
    margin-left: 17px;
  }
}
@media screen and (max-width: 1400px) {
  footer {
    padding-top: 73px;
  }
  footer .footer-topbar {
    margin-bottom: 73px;
  }
  footer .footer-topbar .footer-topbar-1 {
    min-height: 37px;
  }
  footer .footer-topbar .footer-bottombar-2 {
    min-height: 37px;
  }
  footer .footer-topbar .footer-bottombar-3 {
    min-height: 37px;
  }
  footer .footer-middlebar {
    margin-bottom: 73px;
  }
  footer .footer-middlebar .widget_text .widget-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
  }
  footer .footer-middlebar .widget_text p {
    line-height: 22px;
  }
  footer .footer-middlebar .widget_text ul {
    row-gap: 11px;
  }
  footer .footer-middlebar .widget_text table {
    margin-top: 22px;
  }
  footer .footer-middlebar .footer-middlebar-1 {
    padding: 22px;
  }
  footer .footer-bottombar {
    margin-bottom: 22px;
  }
  footer .footer-bottombar ul {
    column-gap: 15px;
  }
  footer .footer-bottombar ul li:after {
    margin-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  footer .wrap {
    padding-left: 100px;
    padding-right: 100px;
  }
  footer .footer-topbar {
    margin-bottom: 44px;
  }
  footer .footer-topbar .wrap {
    display: flex;
    flex-direction: column;
    row-gap: 33px;
  }
  footer .footer-topbar .footer-topbar-1,
  footer .footer-topbar .footer-topbar-2,
  footer .footer-topbar .footer-topbar-3 {
    justify-content: flex-start;
  }
  footer .footer-topbar .footer-topbar-1 {
    order: 2;
  }
  footer .footer-topbar .footer-topbar-2 {
    order: 1;
  }
  footer .footer-topbar .footer-topbar-3 {
    order: 3;
  }
  footer .footer-middlebar {
    margin-bottom: 29px;
  }
  footer .footer-middlebar .wrap {
    display: flex;
    flex-direction: column;
    row-gap: 44px;
  }
  footer .footer-middlebar table {
    margin-bottom: 0;
  }
  footer .footer-bottombar {
    padding: 0 15px;
  }
  footer .footer-bottombar ul {
    justify-content: flex-start;
    flex-direction: column;
    row-gap: 10px;
  }
  footer .footer-bottombar ul li:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  footer .wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 500px) {
  footer .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Input
2. Messages
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Input
--------------------------------------------------------------*/
.gform_wrapper form .gform_fields {
  row-gap: 20px;
}

.gform_heading {
  display: none;
}

.gform_wrapper form {
  background-color: #FFF;
  padding: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
}

form h2 {
  font-size: 25px;
  line-height: 30px;
  color: #1c1c1c;
  margin: 40px 0 20px;
}

form p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}

.gfield .gfield_required {
  color: #1c1c1c;
}
.gfield input[type=week],
.gfield input[type=url],
.gfield input[type=time],
.gfield input[type=password],
.gfield input[type=number],
.gfield input[type=color],
.gfield input[type=month],
.gfield input[type=datetime-local],
.gfield input[type=text],
.gfield input[type=email],
.gfield input[type=tel] {
  background: #FFF;
  border: 1px solid #dae5ea;
  display: block;
  padding: 0 20px;
  height: 45px;
  width: 100%;
  line-height: 45px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #1c1c1c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.gfield input[type=week]::-webkit-input-placeholder,
.gfield input[type=url]::-webkit-input-placeholder,
.gfield input[type=time]::-webkit-input-placeholder,
.gfield input[type=password]::-webkit-input-placeholder,
.gfield input[type=number]::-webkit-input-placeholder,
.gfield input[type=color]::-webkit-input-placeholder,
.gfield input[type=month]::-webkit-input-placeholder,
.gfield input[type=datetime-local]::-webkit-input-placeholder,
.gfield input[type=text]::-webkit-input-placeholder,
.gfield input[type=email]::-webkit-input-placeholder,
.gfield input[type=tel]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7d7d7d;
  font-size: 16px;
}
.gfield input[type=week]::-moz-placeholder,
.gfield input[type=url]::-moz-placeholder,
.gfield input[type=time]::-moz-placeholder,
.gfield input[type=password]::-moz-placeholder,
.gfield input[type=number]::-moz-placeholder,
.gfield input[type=color]::-moz-placeholder,
.gfield input[type=month]::-moz-placeholder,
.gfield input[type=datetime-local]::-moz-placeholder,
.gfield input[type=text]::-moz-placeholder,
.gfield input[type=email]::-moz-placeholder,
.gfield input[type=tel]::-moz-placeholder { /* Firefox 19+ */
  color: #7d7d7d;
  font-size: 16px;
}
.gfield input[type=week]:-ms-input-placeholder,
.gfield input[type=url]:-ms-input-placeholder,
.gfield input[type=time]:-ms-input-placeholder,
.gfield input[type=password]:-ms-input-placeholder,
.gfield input[type=number]:-ms-input-placeholder,
.gfield input[type=color]:-ms-input-placeholder,
.gfield input[type=month]:-ms-input-placeholder,
.gfield input[type=datetime-local]:-ms-input-placeholder,
.gfield input[type=text]:-ms-input-placeholder,
.gfield input[type=email]:-ms-input-placeholder,
.gfield input[type=tel]:-ms-input-placeholder { /* IE 10+ */
  color: #7d7d7d;
  font-size: 16px;
}
.gfield input[type=week]:-moz-placeholder,
.gfield input[type=url]:-moz-placeholder,
.gfield input[type=time]:-moz-placeholder,
.gfield input[type=password]:-moz-placeholder,
.gfield input[type=number]:-moz-placeholder,
.gfield input[type=color]:-moz-placeholder,
.gfield input[type=month]:-moz-placeholder,
.gfield input[type=datetime-local]:-moz-placeholder,
.gfield input[type=text]:-moz-placeholder,
.gfield input[type=email]:-moz-placeholder,
.gfield input[type=tel]:-moz-placeholder { /* Firefox 18- */
  color: #7d7d7d;
  font-size: 16px;
}
.gfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #FFF;
  border: 1px solid #dae5ea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 0 20px;
  height: 45px;
  line-height: 45px;
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-repeat: no-repeat;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #1c1c1c;
  outline: none;
}
.gfield textarea {
  background: #FFF;
  border: 1px solid #dae5ea;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 20px;
  height: 100px;
  width: 100%;
  resize: vertical;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #1c1c1c;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.gfield textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7d7d7d;
  font-size: 16px;
}
.gfield textarea::-moz-placeholder { /* Firefox 19+ */
  color: #7d7d7d;
  font-size: 16px;
}
.gfield textarea:-ms-input-placeholder { /* IE 10+ */
  color: #7d7d7d;
  font-size: 16px;
}
.gfield textarea:-moz-placeholder { /* Firefox 18- */
  color: #7d7d7d;
  font-size: 16px;
}
.gfield.gfield--type-consent {
  margin-top: 20px;
}
.gfield.gfield--type-consent .gfield_consent_label {
  font-size: 16px;
  color: #1c1c1c;
}
.gfield.gfield--type-consent .gfield_consent_label a {
  color: #0097e2;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.gfield.gfield--type-consent .gfield_consent_label a:hover {
  color: #ecbd00;
}
.gfield.gfield--type-consent .gfield_consent_label .gfield_required {
  color: #1c1c1c;
}
.gfield.gfield--type-consent .ginput_container input {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dae5ea;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  overflow: hidden;
}
.gfield.gfield--type-consent .ginput_container input:before {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  background-color: #0097e2;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.gfield.gfield--type-radio {
  margin-bottom: 20px;
}
.gfield.gfield--type-radio .gform-field-label__text {
  font-size: 16px;
  color: #1c1c1c;
}
.gfield.gfield--type-radio .gfield-choice-input {
  border: 1px solid #dae5ea;
  background-color: #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.gfield.gfield--type-radio .gfield-choice-input:before {
  background-color: #0097e2;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 11.2 8.6' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.6,6.2l5.9-5.9C9.7,0.1,9.9,0,10.2,0s0.5,0.1,0.7,0.3c0.2,0.2,0.3,0.4,0.3,0.7s-0.1,0.5-0.3,0.7L4.3,8.3 C4.1,8.5,3.8,8.6,3.6,8.6S3.1,8.5,2.9,8.3L0.3,5.7C0.1,5.5,0,5.3,0,5c0-0.3,0.1-0.5,0.3-0.7S0.7,4,1,4s0.5,0.1,0.7,0.3L3.6,6.2z' fill='%23fff' /%3E%3C/svg%3E");
}
.gfield.gfield--type-date {
  margin: 10px 0;
}
.gfield.gfield--type-date .gform-field-label__text {
  display: inline-block;
  font-size: 16px;
  color: #1c1c1c;
  margin-bottom: 5px;
}
.gfield.gfield--type-signature {
  margin-top: 20px;
}

form button.gform_button,
form button.gform_next_button,
form button.gform_previous_button {
  padding: 0 20px !important;
  height: 45px !important;
  line-height: 45px !important;
  color: #FFF;
  -webkit-transition: box-shadow 0.3s ease-out;
  -moz-transition: box-shadow 0.3s ease-out;
  -o-transition: box-shadow 0.3s ease-out;
  transition: box-shadow 0.3s ease-out;
  -webkit-border-radius: 22px !important;
  -moz-border-radius: 22px !important;
  border-radius: 22px !important;
  font-family: "museo", serif !important;
  font-size: 18px !important;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1) !important;
  border: 0 none !important;
  outline: none !important;
}
form button.gform_button:hover,
form button.gform_next_button:hover,
form button.gform_previous_button:hover {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

form .gform-footer button.gform_button {
  background-color: #ecbd00 !important;
}

form button.gform_button,
form button.gform_next_button {
  background-color: #ecbd00 !important;
  margin-top: 20px !important;
}

form button.gform_previous_button {
  margin-top: 20px !important;
  background-color: #FFF !important;
}

form .gform_page_footer {
  gap: 20px !important;
}

.gf_progressbar_wrapper {
  margin-bottom: 0 !important;
}
.gf_progressbar_wrapper .gf_progressbar_title {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #1c1c1c;
}
.gf_progressbar_wrapper .gf_progressbar {
  background-color: #dae5ea;
}

.consent-form .gfield.gfield--type-consent {
  margin-top: 0;
}

/*--------------------------------------------------------------
2. Messages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .gform_wrapper form .gform_fields {
    row-gap: 17px;
  }
  .gform_wrapper form {
    padding: 33px;
  }
  form h2 {
    font-size: 21px;
    line-height: 25px;
    margin: 33px 0 17px;
  }
  .gfield input[type=week], .gfield input[type=url], .gfield input[type=time], .gfield input[type=password], .gfield input[type=number], .gfield input[type=color], .gfield input[type=month], .gfield input[type=datetime-local], .gfield input[type=text], .gfield input[type=email], .gfield input[type=tel] {
    padding: 0 17px;
    height: 40px;
    line-height: 40px;
  }
  .gfield select {
    padding: 0 17px;
    height: 40px;
    line-height: 40px;
  }
  .gfield textarea {
    padding: 17px;
    height: 83px;
  }
  .gfield.gfield--type-consent {
    margin-top: 17px;
  }
  .gfield.gfield--type-radio {
    margin-bottom: 17px;
  }
  .gform_wrapper form button.gform_button, .gform_wrapper form button.gform_next_button, .gform_wrapper form button.gform_previous_button {
    padding: 0 17px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  form button.gform_button, form button.gform_next_button {
    margin-top: 17px !important;
  }
  form button.gform_previous_button {
    margin-top: 17px !important;
  }
  form .gform_page_footer {
    gap: 17px !important;
  }
}
@media screen and (max-width: 1400px) {
  .gform_wrapper form .gform_fields {
    row-gap: 15px;
  }
  .gform_wrapper form {
    padding: 29px;
  }
  form h2 {
    font-size: 18px;
    line-height: 22px;
    margin: 29px 0 15px;
  }
  .gfield input[type=week], .gfield input[type=url], .gfield input[type=time], .gfield input[type=password], .gfield input[type=number], .gfield input[type=color], .gfield input[type=month], .gfield input[type=datetime-local], .gfield input[type=text], .gfield input[type=email], .gfield input[type=tel] {
    padding: 0 15px;
  }
  .gfield select {
    padding: 0 15px;
  }
  .gfield textarea {
    padding: 15px;
    height: 73px;
  }
  .gfield.gfield--type-consent {
    margin-top: 15px;
  }
  .gfield.gfield--type-radio {
    margin-bottom: 15px;
  }
  .gform_wrapper form button.gform_button, .gform_wrapper form button.gform_next_button, .gform_wrapper form button.gform_previous_button {
    padding: 0 15px;
  }
  form button.gform_button, form button.gform_next_button {
    margin-top: 15px !important;
  }
  form button.gform_previous_button {
    margin-top: 15px !important;
  }
  form .gform_page_footer {
    gap: 15px !important;
  }
}
@media screen and (max-width: 1600px) {
  .gform_wrapper form button.gform_button, .gform_wrapper form button.gform_next_button, .gform_wrapper form button.gform_previous_button {
    padding: 0 17px !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 1400px) {
  .gform_wrapper form button.gform_button, .gform_wrapper form button.gform_next_button, .gform_wrapper form button.gform_previous_button {
    padding: 0 15px !important;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Navigation
2. Header
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.main-navigation ul {
  display: flex !important;
  flex-direction: row;
  column-gap: 45px;
  list-style: none;
  /* Sub Menu */
}
.main-navigation ul li {
  height: 60px;
}
.main-navigation ul li a {
  color: #FFF;
  font-size: 18px;
  line-height: 40px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.main-navigation ul li a:hover {
  color: #ecbd00;
}
.main-navigation ul li.current-menu-item > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 5px;
}
.main-navigation ul li.current-menu-item > a:after {
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background-color: #0097e2;
}
.main-navigation ul li.menu-item-has-children {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  column-gap: 10px;
}
.main-navigation ul li.menu-item-has-children:before {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  bottom: -19px;
  display: block;
  content: "";
  width: 8px;
  height: 5px;
  background-size: 8px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 7.5 4.1' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3,3.9L0.1,0.8c0,0-0.1-0.1-0.1-0.1c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0.1-0.3C0.2,0,0.3,0,0.5,0h6.6 c0.1,0,0.2,0,0.3,0.1c0.1,0.1,0.1,0.2,0.1,0.3c0,0,0,0.1-0.1,0.3L4.3,3.9C4.2,4,4.1,4,4,4.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3,0 C3.4,4,3.4,4,3.3,3.9z' fill='%23fff' /%3E%3C/svg%3E");
  border: none;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.main-navigation ul li.menu-item-has-children:hover a:first-of-type {
  color: #ecbd00;
}
.main-navigation ul li.menu-item-has-children:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 7.5 4.1' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3,3.9L0.1,0.8c0,0-0.1-0.1-0.1-0.1c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0.1-0.3C0.2,0,0.3,0,0.5,0h6.6 c0.1,0,0.2,0,0.3,0.1c0.1,0.1,0.1,0.2,0.1,0.3c0,0,0,0.1-0.1,0.3L4.3,3.9C4.2,4,4.1,4,4,4.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3,0 C3.4,4,3.4,4,3.3,3.9z' fill='%23F2A30FFF' /%3E%3C/svg%3E");
}
.main-navigation ul ul.sub-menu {
  top: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.main-navigation ul ul.sub-menu li {
  height: unset;
}
.main-navigation ul ul.sub-menu li a {
  color: #FFF !important;
  white-space: nowrap;
  line-height: 1;
}
.main-navigation ul ul.sub-menu li:hover > a {
  color: #ecbd00 !important;
}
.main-navigation ul ul.sub-menu li.current-menu-item > a {
  align-items: center;
  flex-direction: row;
  column-gap: 5px;
}
.main-navigation ul ul.sub-menu li.current-menu-item > a:after {
  position: relative;
  bottom: -2px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.main-navigation ul:hover > ul.sub-menu {
  left: 0;
}

.main-navigation ul li.menu-item-has-children.focus:after,
.main-navigation ul li.menu-item-has-children:hover:after,
.main-navigation ul li.page_item_has_children.focus:after,
.main-navigation ul li.page_item_has_children:hover:after {
  display: none;
}

/*--------------------------------------------------------------
2. Header
--------------------------------------------------------------*/
header.site-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header.site-header.fixed.header-light:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 200px;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 50%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
header.site-header.fixed.scrolled, header.site-header.fixed:has(.close-button) {
  top: -50px;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
}
header.site-header.fixed.scrolled:before, header.site-header.fixed:has(.close-button):before {
  display: none;
}
header.site-header.fixed.scrolled .main-navigation ul li a, header.site-header.fixed.header-dark .main-navigation ul li a {
  color: #1c1c1c;
}
header.site-header.fixed.scrolled .main-navigation ul li:hover a, header.site-header.fixed.header-dark .main-navigation ul li:hover a {
  color: #ecbd00;
}
header.site-header.fixed.scrolled .main-navigation ul li.menu-item-has-children:before, header.site-header.fixed.header-dark .main-navigation ul li.menu-item-has-children:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 7.5 4.1' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3,3.9L0.1,0.8c0,0-0.1-0.1-0.1-0.1c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0.1-0.3C0.2,0,0.3,0,0.5,0h6.6 c0.1,0,0.2,0,0.3,0.1c0.1,0.1,0.1,0.2,0.1,0.3c0,0,0,0.1-0.1,0.3L4.3,3.9C4.2,4,4.1,4,4,4.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3,0 C3.4,4,3.4,4,3.3,3.9z' fill='%231C1C1CFF' /%3E%3C/svg%3E");
}
header.site-header.fixed.scrolled .main-navigation ul li.menu-item-has-children:hover:before, header.site-header.fixed.header-dark .main-navigation ul li.menu-item-has-children:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 7.5 4.1' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.3,3.9L0.1,0.8c0,0-0.1-0.1-0.1-0.1c0-0.1,0-0.1,0-0.2c0-0.1,0-0.2,0.1-0.3C0.2,0,0.3,0,0.5,0h6.6 c0.1,0,0.2,0,0.3,0.1c0.1,0.1,0.1,0.2,0.1,0.3c0,0,0,0.1-0.1,0.3L4.3,3.9C4.2,4,4.1,4,4,4.1c-0.1,0-0.2,0-0.3,0c-0.1,0-0.2,0-0.3,0 C3.4,4,3.4,4,3.3,3.9z' fill='%23F2A30FFF' /%3E%3C/svg%3E");
}
header.site-header.fixed.scrolled .main-navigation ul ul.sub-menu, header.site-header.fixed.header-dark .main-navigation ul ul.sub-menu {
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  min-width: 250px;
}
header.site-header.fixed.scrolled .main-navigation ul ul.sub-menu li a, header.site-header.fixed.header-dark .main-navigation ul ul.sub-menu li a {
  color: #1c1c1c !important;
}
header.site-header.fixed.scrolled .main-navigation ul ul.sub-menu li:hover a, header.site-header.fixed.header-dark .main-navigation ul ul.sub-menu li:hover a {
  color: #ecbd00 !important;
}
header.site-header.fixed.scrolled .main-navigation ul:hover > ul.sub-menu, header.site-header.fixed.header-dark .main-navigation ul:hover > ul.sub-menu {
  left: -30px;
}
header.site-header.fixed .wrap {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 100%;
}
header.site-header.fixed .header-topbar {
  margin-bottom: 30px;
}
header.site-header.fixed .header-topbar .wrap {
  display: flex;
  flex-direction: row;
}
header.site-header.fixed .header-topbar .header-topbar-1 {
  margin-right: auto;
}
header.site-header.fixed .header-topbar .header-topbar-1,
header.site-header.fixed .header-topbar .header-topbar-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 45px;
  height: 40px;
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
header.site-header.fixed.header-dark .header-topbar .header-topbar-1,
header.site-header.fixed.header-dark .header-topbar .header-topbar-2 {
  background-color: #FFF;
  backdrop-filter: none;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
}
header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner {
  display: flex;
  flex-direction: row;
}
header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-1,
header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  column-gap: 60px;
}
header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-1 {
  flex-grow: 1;
}
.admin-bar header.site-header.fixed {
  top: 32px;
}
.admin-bar header.site-header.fixed.scrolled {
  top: -18px;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .main-navigation ul {
    column-gap: 37px;
  }
  .main-navigation ul li {
    height: 50px;
  }
  .main-navigation ul li a {
    font-size: 16px;
    line-height: 33px;
  }
  .main-navigation ul li.menu-item-has-children {
    column-gap: 8px;
  }
  .main-navigation ul li.menu-item-has-children:before {
    bottom: -16px;
  }
  .main-navigation ul ul.sub-menu {
    top: 50px;
    row-gap: 12px;
    padding: 25px;
  }
  header.site-header.fixed .wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
  header.site-header.fixed .header-topbar {
    margin-bottom: 25px;
  }
  header.site-header.fixed .header-topbar .header-topbar-1 {
    column-gap: 37px;
    height: 33px;
    padding: 0 25px;
  }
  header.site-header.fixed .header-topbar .header-topbar-2 {
    column-gap: 37px;
    height: 33px;
    padding: 0 25px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-1 {
    column-gap: 50px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-2 {
    column-gap: 50px;
  }
  header.site-header.fixed.header-light:before {
    height: 166px;
  }
  header.site-header.fixed.scrolled .main-navigation ul ul.sub-menu {
    min-width: 208px;
  }
  header.site-header.fixed.scrolled .main-navigation ul:hover > ul.sub-menu {
    left: -25px;
  }
}
@media screen and (max-width: 1400px) {
  .main-navigation ul {
    column-gap: 33px;
  }
  .main-navigation ul li {
    height: 44px;
  }
  .main-navigation ul li a {
    line-height: 29px;
  }
  .main-navigation ul li.menu-item-has-children {
    column-gap: 7px;
  }
  .main-navigation ul li.menu-item-has-children:before {
    bottom: -14px;
  }
  .main-navigation ul ul.sub-menu {
    top: 44px;
    row-gap: 11px;
    padding: 22px;
  }
  header.site-header.fixed .wrap {
    padding-left: 44px;
    padding-right: 44px;
  }
  header.site-header.fixed .header-topbar {
    margin-bottom: 22px;
  }
  header.site-header.fixed .header-topbar .header-topbar-1 {
    column-gap: 33px;
    height: 29px;
    padding: 0 22px;
  }
  header.site-header.fixed .header-topbar .header-topbar-2 {
    column-gap: 33px;
    height: 29px;
    padding: 0 22px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-1 {
    column-gap: 44px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-2 {
    column-gap: 44px;
  }
  header.site-header.fixed.header-light:before {
    height: 146px;
  }
  header.site-header.fixed.scrolled .main-navigation ul ul.sub-menu {
    min-width: 183px;
  }
  header.site-header.fixed.scrolled .main-navigation ul:hover > ul.sub-menu {
    left: -22px;
  }
}
@media screen and (max-width: 1600px) {
  header.site-header.fixed.scrolled {
    top: -42px;
  }
  header.site-header.fixed .header-middlebar {
    display: flex;
    align-items: center;
    height: 60px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-inner {
    width: 100%;
  }
  .admin-bar header.site-header.fixed:has(.close-button) {
    top: 32px;
  }
  .main-navigation ul ul.sub-menu {
    top: 45px;
  }
}
@media screen and (max-width: 1400px) {
  header.site-header.fixed .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-1,
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-2 {
    column-gap: 33px;
  }
  .admin-bar header.site-header.fixed .header-topbar .header-topbar-inner .wrap,
  .admin-bar header.site-header.fixed .header-middlebar .header-middlebar-inner .wrap {
    padding: 0 15px;
  }
  .main-navigation ul {
    column-gap: 22px;
  }
  .main-navigation ul ul.sub-menu {
    top: 42px;
  }
}
@media screen and (max-width: 1200px) {
  header.site-header.fixed {
    padding-top: 10px;
    height: 70px;
  }
  header.site-header.fixed:has(.close-button), header.site-header.fixed.scrolled {
    top: 0;
    padding-top: 0;
  }
  header.site-header.fixed:has(.close-button) {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    border-bottom: 1px solid #dae5ea;
  }
  header.site-header.fixed .header-topbar,
  header.site-header.fixed .main-navigation {
    display: none;
  }
  header.site-header.fixed .header-middlebar {
    display: flex;
    align-items: center;
    height: 70px;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header.site-header.fixed .header-middlebar .header-middlebar-wrap-inner .header-middlebar-2 {
    column-gap: 15px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Lay-out
2. Visual Composer
3. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Lay-out
--------------------------------------------------------------*/
html {
  background-color: #f2fafe;
}

html.overlay-enabled {
  overflow: hidden;
}
html.overlay-enabled.menu-open:after {
  content: "";
  display: block;
  height: 100%;
  width: 100vw;
  background-color: #1c1c1c;
  position: fixed;
  top: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 11;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrap {
  max-width: 1630px;
}

embed,
iframe,
object {
  width: 100%;
}

.marginbottom-0px {
  margin-bottom: 0;
}

.marginbottom-10px {
  margin-bottom: 10px;
}

.marginbottom-20px {
  margin-bottom: 20px;
}

.marginbottom-40px {
  margin-bottom: 40px;
}

.marginbottom-60px {
  margin-bottom: 60px;
}

.site-content-contain {
  margin-top: 130px;
}

html:has(.overlap-enabled) .site-content-contain {
  margin-top: 0;
}

.mobile-nav-bottom + .site-content-contain {
  margin-top: 0;
}

.mobile-nav-bottom + .site-content-contain + footer {
  margin-bottom: 125px;
}

/*--------------------------------------------------------------
2. Visual Composer
--------------------------------------------------------------*/
.vc_row-fluid:not(.vc_inner) {
  padding-top: 65px;
  padding-bottom: 65px;
}

.vc_row-fluid.vc_inner {
  padding-top: 0;
  padding-bottom: 0;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0;
}

.vc_row.vc_row-o-equal-height > .wpb_column > .vc_column-inner > .wpb_wrapper {
  height: 100%;
}

/*--------------------------------------------------------------
3. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .marginbottom-20px {
    margin-bottom: 17px;
  }
  .marginbottom-40px {
    margin-bottom: 33px;
  }
  .marginbottom-60px {
    margin-bottom: 50px;
  }
  .mobile-nav-bottom + .site-content-contain + footer {
    margin-bottom: 104px;
  }
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 1400px) {
  .marginbottom-20px {
    margin-bottom: 15px;
  }
  .marginbottom-40px {
    margin-bottom: 29px;
  }
  .marginbottom-60px {
    margin-bottom: 44px;
  }
  .mobile-nav-bottom + .site-content-contain + footer {
    margin-bottom: 91px;
  }
  .vc_row-fluid:not(.vc_inner) {
    padding-top: 47px;
    padding-bottom: 47px;
  }
}
@media screen and (max-width: 1600px) {
  .wrap {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1400px) {
  .wrap {
    max-width: 1000px;
  }
}
@media screen and (max-width: 991px) {
  .vc_row:not(.vc_inner) > .vc_column_container > .vc_column-inner {
    padding-left: 100px;
    padding-right: 100px;
  }
  .site-content-contain {
    margin-top: 70px;
  }
  .mobile_marginbottom-10px {
    margin-bottom: 10px;
  }
  .mobile_marginbottom-20px {
    margin-bottom: 15px;
  }
  .mobile_marginbottom-40px {
    margin-bottom: 33px;
  }
  .mobile_marginbottom-60px {
    margin-bottom: 44px;
  }
}
@media screen and (max-width: 767px) {
  .vc_row:not(.vc_inner) > .vc_column_container > .vc_column-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 500px) {
  .vc_row:not(.vc_inner) > .vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Loading
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Navigation
--------------------------------------------------------------*/
.sd-loading {
  font-size: 0;
  opacity: 0.1;
  -webkit-animation: sd-loading 1.5s linear infinite;
}
.sd-loading.sd-loading-grid {
  display: grid;
  gap: 20px;
}
.sd-loading.sd-grid-1 {
  grid-template-columns: repeat(1, 1fr);
}
.sd-loading.sd-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}
.sd-loading.sd-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.sd-loading.sd-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}
.sd-loading .sd-loading-single {
  padding: 20px;
  background-color: #404d51;
}
.sd-loading .loading-separator {
  height: 30px;
}
.sd-loading .loading-button {
  height: 50px;
  margin-bottom: 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #1c1c1c;
}
.sd-loading .loading-title {
  width: 65%;
  height: 30px;
  margin-bottom: 15px;
  background-color: #1c1c1c;
}
.sd-loading .loading-input {
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  background-color: #1c1c1c;
}
.sd-loading .loading-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.sd-loading .loading-checkbox > span:first-child {
  height: 24px;
  width: 30px;
  margin-right: 12px;
  background-color: #1c1c1c;
}
.sd-loading .loading-checkbox > span:last-child {
  height: 16px;
  width: 150px;
  background-color: #1c1c1c;
}
@-webkit-keyframes sd-loading {
  0% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0.1;
  }
}

.sd-spinner {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
  color: #008000;
}

.sd-cookie-notice .sd-cookie-notice-overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}
.sd-cookie-notice .sd-cookie-notice-inner {
  background-color: #f2fafe;
  width: 1000px;
  padding: 60px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.sd-cookie-notice .sd-cookie-notice-inner:after {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 300px;
  background: url("http://dierenkliniek.ontwikkeladres.nl/wp-content/uploads/2026/09/cookie-pop-up.png") center;
  background-size: contain;
  background-repeat: no-repeat;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 600px;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-close {
  top: 30px;
  right: 30px;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-close svg {
  width: 20px;
  height: 20px;
  color: #1c1c1c;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-title h2 {
  font-size: 28px;
  line-height: 35px;
  color: #1c1c1c;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-text {
  margin-bottom: 30px;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-text p {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-accept-cookie {
  padding: 0 20px;
  background-color: #ecbd00;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  line-height: 45px;
  font-size: 18px;
  font-family: "museo", serif;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-toggle-cookies,
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-save-cookie {
  font-size: 14px;
  line-height: 19px;
  color: #1c1c1c;
}
.sd-cookie-notice .sd-cookie-notice-inner form {
  flex-grow: 1;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories .sd-cookie-notice-category {
  background-color: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 0;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #1c1c1c;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories .sd-cookie-notice-category .sd-cookie-notice-category-checkbox input:checked + .sd-cookie-notice-cb-label {
  background-color: #0097e2;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories .sd-cookie-notice-category .sd-cookie-notice-cb-label {
  margin-right: 15px;
}
.sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories .sd-cookie-notice-category .sd-cookie-notice-category-description {
  font-size: 14px;
  line-height: 24px;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .sd-cookie-notice .sd-cookie-notice-inner {
    width: 830px;
    padding: 50px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-content {
    width: 498px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-close {
    top: 25px;
    right: 25px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-close svg {
    width: 17px;
    height: 17px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-title h2 {
    font-size: 23px;
    line-height: 29px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-text {
    margin-bottom: 25px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-accept-cookie {
    padding: 0 17px;
    line-height: 40px;
    font-size: 15px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories {
    gap: 12px;
    margin-bottom: 25px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories .sd-cookie-notice-category .sd-cookie-notice-cb-label {
    margin-right: 12px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner:after {
    width: 249px;
    height: 249px;
  }
}
@media screen and (max-width: 1400px) {
  .sd-cookie-notice .sd-cookie-notice-inner {
    width: 730px;
    padding: 44px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-content {
    width: 438px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-close {
    top: 22px;
    right: 22px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-close svg {
    width: 15px;
    height: 15px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-title h2 {
    font-size: 20px;
    line-height: 26px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-text {
    margin-bottom: 22px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-accept-cookie {
    padding: 0 15px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories {
    gap: 11px;
    margin-bottom: 22px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-categories .sd-cookie-notice-category .sd-cookie-notice-cb-label {
    margin-right: 11px;
  }
  .sd-cookie-notice .sd-cookie-notice-inner:after {
    width: 219px;
    height: 219px;
  }
}
@media screen and (max-width: 800px) {
  .sd-cookie-notice .sd-cookie-notice-inner {
    width: calc(100% - 40px) !important;
    left: 20px !important;
    right: 20px !important;
    transform: translateY(-50%) !important;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-content {
    width: 100%;
  }
  .sd-cookie-notice .sd-cookie-notice-inner:after {
    display: none;
  }
  .sd-cookie-notice .sd-cookie-notice-inner .sd-cookie-notice-toggle-cookies {
    display: block;
    margin-bottom: 15px;
  }
}
.pum-theme-standaard-thema .pum-container {
  padding: 60px 40px 40px;
}
.pum-theme-standaard-thema .pum-container .pum-title {
  font-family: "museo", serif;
  font-size: 25px;
  line-height: 30px;
}
.pum-theme-standaard-thema .pum-container .pum-close {
  display: flex;
  align-items: center;
  gap: 5px;
}
.pum-theme-standaard-thema .pum-container .pum-close:after {
  position: relative;
  bottom: -1px;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 9 9' width='15px' height='15px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5,5.6L1.3,8.8C1.1,9,1,9,0.7,9C0.5,9,0.4,8.9,0.2,8.8C0.1,8.7,0,8.5,0,8.3c0-0.2,0.1-0.4,0.2-0.5l3.2-3.2 L0.2,1.3C0.1,1.1,0,1,0,0.7c0-0.2,0.1-0.4,0.2-0.5C0.4,0.1,0.5,0,0.8,0s0.4,0.1,0.5,0.2l3.2,3.2l3.2-3.2C7.9,0.1,8.1,0,8.3,0 c0.2,0,0.4,0.1,0.5,0.2C9,0.4,9,0.6,9,0.8C9,1,9,1.1,8.8,1.3L5.6,4.5l3.2,3.2C9,7.9,9,8.1,9,8.3C9,8.5,9,8.7,8.8,8.8 C8.7,9,8.5,9,8.3,9C8.1,9,7.9,9,7.7,8.8L4.5,5.6z' fill='%23404d51' /%3E%3C/svg%3E");
}

@media screen and (max-width: 1600px) {
  .pum-theme-standaard-thema .pum-container {
    padding: 60px 33px 33px;
  }
  .pum-theme-standaard-thema .pum-container .pum-title {
    font-size: 21px;
    line-height: 25px;
  }
}
@media screen and (max-width: 1400px) {
  .pum-theme-standaard-thema .pum-container {
    padding: 60px 29px 29px;
  }
  .pum-theme-standaard-thema .pum-container .pum-title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (max-width: 520px) {
  .pum-theme-standaard-thema .pum-container {
    width: calc(100% - 20px) !important;
  }
}
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Pagination
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Pagination
--------------------------------------------------------------*/
.sd-pagination {
  margin-top: 20px;
  position: relative;
  text-align: center;
  font-size: 0;
}
.sd-pagination .page-numbers {
  font-size: 18px;
  margin-right: 5px;
  color: blue;
}
.sd-pagination .page-numbers.current {
  font-size: 18px;
  margin-right: 5px;
  color: red;
}
.sd-pagination .page-numbers.prev {
  position: absolute;
  font-size: 16px;
  left: 15px;
  top: 0;
  margin: 0;
  color: #ffffff;
}
.sd-pagination .page-numbers.next {
  position: absolute;
  font-size: 16px;
  right: 15px;
  top: 0;
  margin: 0;
  color: #ffffff;
}

/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Tabs
2. Responsive
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Tabs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2. Responsive
--------------------------------------------------------------*/
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #404d51;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "museo", serif;
  font-weight: 500;
}

h1 {
  font-size: 80px;
  line-height: 85px;
}

h2 {
  font-size: 60px;
  line-height: 65px;
}

h3 {
  font-size: 40px;
  line-height: 45px;
}

h4 {
  font-size: 25px;
  line-height: 30px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 23px;
}

p {
  font-size: 18px;
  padding: 0;
  margin: 0 0 30px 0;
  line-height: 30px; /* This should be the same as the margin bottom */
}

p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
  html, body {
    font-size: 16px;
  }
  h1 {
    font-size: 66px;
    line-height: 71px;
  }
  h2 {
    font-size: 50px;
    line-height: 54px;
  }
  h3 {
    font-size: 33px;
    line-height: 37px;
  }
  h4 {
    font-size: 21px;
    line-height: 25px;
  }
  h5 {
    font-size: 17px;
    line-height: 21px;
  }
  h6 {
    font-size: 16px;
    line-height: 20px;
  }
  p {
    font-size: 16px;
    margin: 0 0 25px 0;
    line-height: 25px;
  }
}
@media screen and (max-width: 1400px) {
  h1 {
    font-size: 58px;
    line-height: 62px;
  }
  h2 {
    font-size: 44px;
    line-height: 47px;
  }
  h3 {
    font-size: 29px;
    line-height: 33px;
  }
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  h5 {
    font-size: 16px;
    line-height: 20px;
  }
  p {
    margin: 0 0 22px 0;
    line-height: 22px;
  }
}
@media screen and (max-width: 991px) {
  h1, h2 {
    font-size: 35px;
    line-height: 40px;
  }
}

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