/*
Theme Name: GSBB
Theme URI: https://gsbb.pixdev.nl/
Author: Pixel Creation
Author URI: https://www.pixelcreation.nl/
Description: Een thema op maat door Pixel Creation.
Version: 1.0
Text Domain: gsbb
*/
@font-face {
  font-family: "Fira Sans";
  src: url("webfonts/FiraSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("webfonts/FiraSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("webfonts/FiraSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("webfonts/FiraSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("webfonts/FiraSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("webfonts/FiraSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fira Sans";
  src: url("webfonts/FiraSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 1.125rem;
  font-family: "Fira Sans", sans-serif;
  color: #333333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

/* TYPOGRAPHY */
h1, .h1 {
  font-size: 3rem;
  font-weight: 500;
}

h2, .h2 {
  font-size: 2.5rem;
  font-weight: 500;
}

h3, .h3 {
  font-size: 1.875rem;
  font-weight: 600;
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

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

.p-lg {
  font-size: 1.25rem;
}
.p-lg p {
  font-size: 1.25rem;
}

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

small {
  font-size: 0.875rem;
}

a {
  color: #6d9e3a;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover {
  color: #6d9e3a;
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

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

/* Colors */
.first-color {
  color: #0398ac;
}

.first-color-hover {
  color: #027F90;
}

.second-color {
  color: #6d9e3a;
}

.second-color-hover {
  color: #5C8731;
}

.third-color {
  color: #ffbd4b;
}

.third-color-hover {
  color: #E6A52F;
}

.fourth-color {
  color: #eaf2f3;
}

.fifth-color {
  color: #e9f1e0;
}

.text-color {
  color: #333333;
}

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

.black-color {
  color: #000000;
}

.first-bg {
  background-color: #0398ac !important;
}

.first-bg-hover {
  background-color: #027F90 !important;
}

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

.second-bg-hover {
  background-color: #5C8731 !important;
}

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

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

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

.fifth-bg {
  background-color: #e9f1e0 !important;
}

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

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

.lightgray-bg {
  background-color: #f9f9f9 !important;
}

::selection {
  background-color: #0398ac;
  color: white;
}

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

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

/* BUTTONS */
.btn, .button, input[type=submit], .wp-element-button {
  background-color: transparent !important;
  padding: 12px 30px !important;
  border: 3px solid transparent !important;
  border-radius: 0 0 20px 0 !important;
  font-weight: 600 !important;
  font-size: 1.25rem !important;
  height: unset !important;
  text-decoration: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  opacity: 1 !important;
  transition: 0.3s !important;
}
.btn:after, .button:after, input[type=submit]:after, .wp-element-button:after {
  content: "\f178";
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  left: 0;
  transition: 0.3s;
}
.btn:hover, .button:hover, input[type=submit]:hover, .wp-element-button:hover {
  text-decoration: none !important;
}
.btn:hover:after, .button:hover:after, input[type=submit]:hover:after, .wp-element-button:hover:after {
  left: 5px;
}
.btn.btn-primary, .button.btn-primary, input[type=submit].btn-primary, .wp-element-button.btn-primary {
  background-color: #0398ac !important;
  color: white !important;
}
.btn.btn-primary:hover, .button.btn-primary:hover, input[type=submit].btn-primary:hover, .wp-element-button.btn-primary:hover {
  background-color: #027F90 !important;
  color: white !important;
}
.btn.btn-secondary, .button.btn-secondary, input[type=submit].btn-secondary, .wp-element-button.btn-secondary {
  background-color: #6d9e3a !important;
  color: white !important;
}
.btn.btn-secondary:hover, .button.btn-secondary:hover, input[type=submit].btn-secondary:hover, .wp-element-button.btn-secondary:hover {
  background-color: #5C8731 !important;
  color: white !important;
}
.btn.btn-thirdly, .button.btn-thirdly, input[type=submit].btn-thirdly, .wp-element-button.btn-thirdly {
  background-color: #ffbd4b !important;
  color: #333333 !important;
}
.btn.btn-thirdly:hover, .button.btn-thirdly:hover, input[type=submit].btn-thirdly:hover, .wp-element-button.btn-thirdly:hover {
  background-color: #E6A52F !important;
  color: #333333 !important;
}
.btn.btn-outline-primary, .button.btn-outline-primary, input[type=submit].btn-outline-primary, .wp-element-button.btn-outline-primary {
  background-color: transparent !important;
  border-color: #0398ac !important;
  color: #0398ac !important;
}
.btn.btn-outline-primary:hover, .button.btn-outline-primary:hover, input[type=submit].btn-outline-primary:hover, .wp-element-button.btn-outline-primary:hover {
  background-color: #0398ac !important;
  border-color: #0398ac !important;
  color: white !important;
}
.btn.btn-outline-secondary, .button.btn-outline-secondary, input[type=submit].btn-outline-secondary, .wp-element-button.btn-outline-secondary {
  background-color: transparent !important;
  border-color: #6d9e3a !important;
  color: #6d9e3a !important;
}
.btn.btn-outline-secondary:hover, .button.btn-outline-secondary:hover, input[type=submit].btn-outline-secondary:hover, .wp-element-button.btn-outline-secondary:hover {
  background-color: #6d9e3a !important;
  border-color: #6d9e3a !important;
  color: white !important;
}
.btn.btn-outline-thirdly, .button.btn-outline-thirdly, input[type=submit].btn-outline-thirdly, .wp-element-button.btn-outline-thirdly {
  background-color: transparent !important;
  border-color: #ffbd4b !important;
  color: #333333 !important;
}
.btn.btn-outline-thirdly:hover, .button.btn-outline-thirdly:hover, input[type=submit].btn-outline-thirdly:hover, .wp-element-button.btn-outline-thirdly:hover {
  background-color: #ffbd4b !important;
  border-color: #ffbd4b !important;
  color: #333333 !important;
}

.wp-element-button {
  background-color: #0398ac !important;
  color: white !important;
}
.wp-element-button:hover {
  background-color: #027F90 !important;
  color: white !important;
}
.wp-element-button:hover:after {
  left: 5px;
}
.wp-element-button:after {
  content: "\f178";
  font-family: "Font Awesome 7 Pro";
  display: inline-block;
  margin-left: 10px;
  position: relative;
  left: 0;
  transition: 0.3s;
}

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

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

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
}
.site-header .nav-dropdown-backdrop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .site-header .nav-dropdown-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1;
    background-color: rgba(51, 51, 51, 0.42);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.22s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.site-header .topbar,
.site-header .navbar {
  position: relative;
  z-index: 2;
}

.topbar {
  padding: 0.45rem 0;
  background-color: #0398ac;
}
.topbar .container {
  display: flex;
  justify-content: flex-end;
}
.topbar .topbar-nav-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1199px) {
  .topbar .topbar-nav-list {
    justify-content: center;
    gap: 1rem 1.5rem;
  }
}
.topbar a {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  transition: 0.3s;
}
.topbar a:hover, .topbar a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

.navbar {
  background-color: #ffffff;
  width: 100%;
  padding: 15px 0;
  border: 0;
  transition: 0.3s;
}
.navbar > .container {
  position: relative;
  align-items: center;
}
.navbar .navbar-toolbar {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-left: auto;
  z-index: 1002;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-toolbar {
    gap: 1rem;
  }
}
.navbar.navbar-scrolled {
  box-shadow: 0 6px 18px rgba(51, 51, 51, 0.08);
}
.navbar .nav-link {
  padding: 0 !important;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .navbar .nav-link {
    box-shadow: inset 0 -3px 0 0 transparent;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .nav-link {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  }
}
.navbar .nav-link:hover {
  color: #333333;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .navbar .nav-link:hover {
    box-shadow: inset 0 -3px 0 0 #0398ac;
  }
}
.navbar .nav-link:focus, .navbar .nav-link:focus-visible {
  outline: none;
  color: #333333;
  text-decoration: none;
  box-shadow: none;
}
@media screen and (min-width: 1200px) {
  .navbar .nav-link:focus, .navbar .nav-link:focus-visible {
    box-shadow: inset 0 -3px 0 0 transparent;
  }
}
.navbar .nav-link.active {
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 1200px) {
  .navbar .nav-item:hover > .nav-link, .navbar .nav-item.show > .dropdown-toggle {
    box-shadow: inset 0 -3px 0 0 #0398ac;
  }
}
.navbar .nav-item:last-child .nav-link {
  margin-right: 0;
}
.navbar .navbar-nav {
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav {
    padding-top: 25px;
    align-items: unset;
    width: 100%;
  }
}
.navbar .navbar-nav .btn-thirdly:after {
  content: unset;
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-nav .btn-thirdly {
    width: 100%;
    margin-top: 24px;
    margin-left: 0 !important;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .navbar-collapse {
    display: block !important;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
    width: min(86vw, 390px);
    height: 100vh;
    height: 100dvh;
    padding: 115px 32px 32px 32px;
    overflow-y: auto;
    background: #ffffff;
    box-shadow: -18px 0 40px rgba(51, 51, 51, 0.18);
    transform: translateX(105%);
    visibility: hidden;
    transition: transform 0.24s cubic-bezier(0.22, 1, 0.36, 1), visibility 0.24s;
  }
  .navbar .navbar-collapse.show {
    transform: translateX(0);
    visibility: visible;
  }
  .navbar .navbar-collapse:before {
    content: "Menu";
    position: absolute;
    top: 34px;
    left: 32px;
    color: #0398ac;
    font-family: "Fira Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
  }
}
@media screen and (max-width: 449px) {
  .navbar .navbar-collapse {
    width: 100vw;
  }
}
.navbar .mobile-menu-close {
  display: none;
}
@media screen and (max-width: 1199px) {
  .navbar .mobile-menu-close {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 28px;
    right: 28px;
    z-index: 3;
    width: 54px;
    height: 54px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 10px 25px rgba(51, 51, 51, 0.12);
    transition: background-color 0.3s, transform 0.3s;
  }
  .navbar .mobile-menu-close span {
    position: absolute;
    width: 24px;
    height: 2px;
    border-radius: 10px;
    background-color: #0398ac;
  }
  .navbar .mobile-menu-close span:first-child {
    transform: rotate(45deg);
  }
  .navbar .mobile-menu-close span:last-child {
    transform: rotate(-45deg);
  }
  .navbar .mobile-menu-close:hover, .navbar .mobile-menu-close:focus-visible {
    background-color: #6d9e3a;
    transform: rotate(90deg);
  }
  .navbar .mobile-menu-close:hover span, .navbar .mobile-menu-close:focus-visible span {
    background-color: #ffffff;
  }
}
.navbar .mobile-menu-backdrop {
  display: none;
}
@media screen and (max-width: 1199px) {
  .navbar .mobile-menu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background-color: rgba(51, 51, 51, 0.42);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    backdrop-filter: blur(3px);
    transition: opacity 0.3s, visibility 0.3s;
  }
}
@media screen and (max-width: 1199px) {
  .navbar:has(.navbar-collapse.show) .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
@media screen and (max-width: 1199px) {
  .navbar:has(.navbar-collapse.show) .navbar-toggler {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1199px) {
  .navbar:has(.navbar-collapse.show) .close-button {
    pointer-events: none;
  }
}
.navbar .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.navbar .dropdown-toggle:after {
  content: none;
  display: none;
}
.navbar .dropdown-toggle .fa-chevron-down {
  font-size: 0.75rem;
  color: #0398ac;
  transition: transform 0.3s;
}
.navbar .dropdown-toggle.show .fa-chevron-down {
  transform: rotate(180deg);
}
.navbar .dropdown-toggle:focus, .navbar .dropdown-toggle:focus-visible {
  outline: none;
  color: #333333;
  box-shadow: none;
}
@media screen and (min-width: 1200px) {
  .navbar .dropdown-toggle:focus, .navbar .dropdown-toggle:focus-visible {
    box-shadow: inset 0 -3px 0 0 transparent;
  }
}
.navbar .dropdown-toggle.show {
  color: #333333;
}
@media screen and (min-width: 1200px) {
  .navbar .dropdown-toggle.show {
    box-shadow: inset 0 -3px 0 0 #0398ac;
  }
}
.navbar .nav-item:last-child .dropdown-menu:not(.mega-menu) {
  left: unset;
  right: 0;
}
.navbar .dropdown-menu {
  margin: 0;
  padding: 1.2rem 2rem;
  border: none;
  border-radius: 20px 20px 50px 50px;
  min-width: 285px;
  background-color: #ffffff;
  box-shadow: 0 8px 20px 0 rgba(51, 51, 51, 0.08);
}
@media screen and (min-width: 1200px) {
  .navbar .dropdown-menu {
    top: 100%;
  }
  .navbar .dropdown-menu:not(.mega-menu) {
    margin-top: 0.75rem;
  }
  .navbar .dropdown-menu:not(.mega-menu)::before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: 0;
    right: 0;
    height: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu {
    position: static !important;
    transform: none !important;
    inset: auto !important;
    padding: 0;
    background-color: transparent;
    box-shadow: unset;
    margin-bottom: 15px;
    margin-top: 12px;
    min-width: 0;
    width: 100%;
  }
}
.navbar .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  font-size: 1.125rem;
  font-weight: 600;
  color: #333333;
  background-color: transparent;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu .dropdown-item {
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 12px;
    white-space: unset;
    border-bottom: none;
    justify-content: flex-start;
  }
}
.navbar .dropdown-menu .dropdown-item i {
  color: #6d9e3a;
  font-size: 0.95rem;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu .dropdown-item i {
    display: none;
  }
}
.navbar .dropdown-menu .dropdown-item.active {
  background-color: transparent;
  color: #6d9e3a;
  text-decoration: none;
}
.navbar .dropdown-menu .dropdown-item.active:before {
  content: none;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #6d9e3a;
  text-decoration: none;
}
.navbar .dropdown-menu .dropdown-item:hover i {
  transform: translateX(4px);
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
  }
}
.navbar .dropdown-menu .nav-item:last-child .dropdown-item {
  border-bottom: none;
}
.navbar .dropdown-menu.mega-menu {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0 0 20px 0;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .navbar .dropdown-menu.mega-menu {
    top: calc(100% + 15px);
    transform-origin: top center;
    animation: megaMenuIn 0.28s cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .navbar .dropdown-menu.mega-menu.is-closing {
    animation: megaMenuOut 0.22s cubic-bezier(0.4, 0, 0.2, 1) both;
    pointer-events: none;
  }
  .navbar .dropdown-menu.mega-menu::before {
    content: "";
    position: absolute;
    top: -0.75rem;
    left: 0;
    right: 0;
    height: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu.mega-menu {
    position: static !important;
    transform: none !important;
    inset: auto !important;
    margin-top: 12px;
    margin-bottom: 15px;
    border-radius: 20px;
    box-shadow: unset;
    background-color: transparent;
  }
}
.navbar .dropdown-menu.mega-menu .container {
  padding: 0 20px 0 0;
}
.navbar .dropdown-menu.mega-menu .mega-menu__inner {
  display: flex;
  align-items: stretch;
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu.mega-menu .mega-menu__inner {
    flex-direction: column;
    background-color: transparent;
  }
}
.navbar .dropdown-menu.mega-menu .mega-menu__cta {
  position: relative;
  flex: 0 0 30%;
  max-width: 325px;
  padding: 2.5rem 0.5rem 2.5rem 2.5rem;
  background-color: #eaf2f3;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.navbar .dropdown-menu.mega-menu .mega-menu__cta > *:not(.mega-menu__cta-decoration) {
  position: relative;
  z-index: 1;
}
.navbar .dropdown-menu.mega-menu .mega-menu__cta .mega-menu__cta-decoration {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 146/1510;
  transform: translateX(50%);
  pointer-events: none;
  z-index: 0;
}
.navbar .dropdown-menu.mega-menu .mega-menu__cta .mega-menu__cta-decoration img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu.mega-menu .mega-menu__cta .mega-menu__cta-decoration {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu.mega-menu .mega-menu__cta {
    flex: 1 1 auto;
    max-width: none;
    margin-bottom: 1rem;
    padding: 1rem 0;
    border-radius: 0;
    background-color: transparent;
  }
  .navbar .dropdown-menu.mega-menu .mega-menu__cta .mega-menu__heading {
    margin-bottom: 0.5rem;
    gap: 0.625rem;
    align-items: center;
  }
  .navbar .dropdown-menu.mega-menu .mega-menu__cta .mega-menu__heading i,
.navbar .dropdown-menu.mega-menu .mega-menu__cta .mega-menu__heading svg {
    font-size: 1.125rem;
    line-height: 1;
  }
  .navbar .dropdown-menu.mega-menu .mega-menu__cta .mega-menu__heading-title {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
  }
  .navbar .dropdown-menu.mega-menu .mega-menu__cta .mega-menu__cta-text {
    display: none;
  }
  .navbar .dropdown-menu.mega-menu .mega-menu__cta .btn {
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    color: #0398ac !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-decoration: underline !important;
  }
  .navbar .dropdown-menu.mega-menu .mega-menu__cta .btn:after {
    margin-left: 0.35rem;
    font-size: 0.85em;
  }
}
.navbar .dropdown-menu.mega-menu .mega-menu__heading {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.navbar .dropdown-menu.mega-menu .mega-menu__heading i,
.navbar .dropdown-menu.mega-menu .mega-menu__heading svg {
  font-size: 2rem;
  line-height: 1;
  color: #0398ac;
  margin-bottom: 0;
  flex-shrink: 0;
}
.navbar .dropdown-menu.mega-menu .mega-menu__heading-title {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: #333333;
}
.navbar .dropdown-menu.mega-menu .mega-menu__cta-text {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #333333;
}
.navbar .dropdown-menu.mega-menu .mega-menu__columns {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  padding: 2.5rem 3rem;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu.mega-menu .mega-menu__columns {
    gap: 1.5rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu.mega-menu .mega-menu__columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .navbar .dropdown-menu.mega-menu .mega-menu__column .mega-menu__heading {
    height: 3.6rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu.mega-menu .mega-menu__column .mega-menu__heading {
    align-items: center;
    margin-bottom: 0.5rem;
    gap: 0.625rem;
  }
  .navbar .dropdown-menu.mega-menu .mega-menu__column .mega-menu__heading i,
.navbar .dropdown-menu.mega-menu .mega-menu__column .mega-menu__heading svg {
    font-size: 0.875rem;
    width: 1.125rem;
    text-align: center;
    flex-shrink: 0;
    line-height: 1;
  }
  .navbar .dropdown-menu.mega-menu .mega-menu__column .mega-menu__heading-title {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.3;
  }
  .navbar .dropdown-menu.mega-menu .mega-menu__column .mega-menu__links {
    padding-left: 30px;
  }
}
.navbar .dropdown-menu.mega-menu .mega-menu__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.08);
  font-size: 1.125rem;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .navbar .dropdown-menu.mega-menu .mega-menu__link {
    padding: 0.625rem 0;
    font-size: 0.875rem;
    font-weight: 400;
  }
}
.navbar .dropdown-menu.mega-menu .mega-menu__link:hover, .navbar .dropdown-menu.mega-menu .mega-menu__link:focus-visible, .navbar .dropdown-menu.mega-menu .mega-menu__link.active {
  text-decoration: none;
}
.navbar .dropdown-menu.mega-menu .mega-menu__link i {
  color: #0398ac;
  transition: transform 0.3s;
}
.navbar .dropdown-menu.mega-menu .mega-menu__link:hover i, .navbar .dropdown-menu.mega-menu .mega-menu__link:focus-visible i {
  transform: translateX(4px);
}
.navbar .dropdown-menu.mega-menu .mega-menu__links li:last-child .mega-menu__link {
  border-bottom: none;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .navbar-brand img {
  width: 165px;
  transition: 0.3s;
}
.navbar .bar1, .navbar .bar2, .navbar .bar3 {
  width: 30px;
  height: 2px;
  margin: 3px 0;
  transition: 0.3s;
  border: none;
  border-radius: 30px;
  background-color: rgba(3, 152, 172, 0.75);
}
.navbar .bars {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.navbar .navbar-toggler-label {
  display: block;
  margin-top: 4px;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
}
.navbar .close-button {
  position: relative;
  top: 0;
  z-index: 1002;
}
.navbar .close-button .navbar-toggler {
  border: unset;
  padding: 0;
  position: relative;
  z-index: 1002;
  display: none;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .navbar .close-button .navbar-toggler {
    display: flex;
  }
}
.navbar .close-button .navbar-toggler:focus {
  box-shadow: unset;
}
.navbar .nav-search {
  position: relative;
}
.navbar .nav-search .nav-search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.25rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0398ac;
  font-size: 1.25rem;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  .navbar .nav-search .nav-search-toggle {
    margin-left: 0;
    width: auto;
    min-width: 2.75rem;
    min-height: 2.75rem;
  }
}
.navbar .nav-search .nav-search-toggle:hover, .navbar .nav-search .nav-search-toggle:focus-visible {
  color: #027F90;
  text-decoration: none;
}
.navbar .nav-search .searchbar {
  width: 35rem;
  top: 100%;
  right: 0;
  padding: 1.375rem;
  border: 0;
  border-radius: 0 0 20px 20px;
  background-color: #ffffff;
  box-shadow: 0 8px 20px 0 rgba(51, 51, 51, 0.08);
}
@media screen and (max-width: 767px) {
  .navbar .nav-search .searchbar {
    width: 20rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar .nav-search .searchbar {
    position: absolute !important;
    top: calc(100% + 12px);
    right: 0;
    left: auto;
    transform: none !important;
    width: min(100vw - 40px, 390px);
    margin-top: 0;
    padding: 1.375rem;
    background-color: #ffffff;
    box-shadow: 0 8px 20px 0 rgba(51, 51, 51, 0.08);
  }
}
.navbar .nav-search .searchbar input {
  padding-left: 1rem;
  border-radius: 0 !important;
}
.navbar .nav-search .searchbar input:focus {
  border-color: unset;
  box-shadow: unset;
}
@media screen and (max-width: 767px) {
  .navbar .nav-search .searchbar input {
    width: 100%;
    border-radius: 0 !important;
  }
}
.navbar .nav-search .searchbar input::placeholder {
  color: gray;
  opacity: 1;
}
.navbar .nav-search .searchbar .btn-outline-thirdly:after {
  content: unset;
}

body.mobile-menu-open {
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  body.mobile-menu-open .navbar .mobile-menu-backdrop {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}
@media screen and (max-width: 1199px) {
  body.mobile-menu-open .navbar .navbar-toggler {
    opacity: 0;
    pointer-events: none;
  }
}
@media screen and (max-width: 1199px) {
  body.mobile-menu-open .navbar .close-button {
    pointer-events: none;
  }
}

@media screen and (min-width: 1200px) {
  body.nav-dropdown-open .site-header .nav-dropdown-backdrop {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

/* HERO */
.hero {
  height: 20rem;
}
.hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BLOG */
.blog {
  display: block;
  color: #333333;
  background-color: #fff;
  height: 100%;
  text-decoration: none;
}
.blog .blog-photo {
  height: 13rem;
  overflow: hidden;
}
.blog .blog-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s ease;
}
.blog .blog-content {
  padding: 2rem;
}
.blog:hover {
  text-decoration: none;
  color: #333;
}
.blog:hover .blog-photo img {
  transform: scale(1.1);
}

/* CONTACT PAGE */
#map_canvas {
  height: 30rem;
}

/* FOOTER */
footer {
  padding: 4rem 0;
  background-color: #ececec;
}

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

/* SCREEN READER */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

@media screen and (max-width: 767px) {
  section {
    padding: 80px 0;
  }
  section.section-sm {
    padding: 40px 0;
  }
  section.section-sm-top {
    padding-top: 40px;
  }
  section.section-sm-bottom {
    padding-bottom: 40px;
  }

  h1, .h1 {
    font-size: 2.5rem;
  }

  h2, .h2 {
    font-size: 1.875rem;
  }

  h3, .h3 {
    font-size: 1.5rem;
  }

  h4, .h4 {
    font-size: 1.275rem;
  }
}

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