@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  font-size: 14px;
}
body {
  padding: 0;
  margin: 0;
  font-family: 'Mulish', sans-serif;
}
body.menu-open .sbxs-main {
  filter: blur(4px);
}
body.menu-open .gf-footer {
  filter: blur(4px);
}
.seperator {
  height: 4px;
  width: 100%;
}
main {
  position: relative;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1em;
}
main h1.dark,
main h2.dark,
main h3.dark,
main h4.dark,
main h5.dark,
main h6.dark {
  color: #393939;
}
main h1.dark:after,
main h2.dark:after,
main h3.dark:after,
main h4.dark:after,
main h5.dark:after,
main h6.dark:after {
  background: #393939;
}
main h1.white,
main h2.white,
main h3.white,
main h4.white,
main h5.white,
main h6.white {
  color: white;
}
main h1.white:after,
main h2.white:after,
main h3.white:after,
main h4.white:after,
main h5.white:after,
main h6.white:after {
  background: white;
}
main h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  padding-top: 0.25rem;
}
@media only screen and (max-width: 996px) {
  main h1 {
    font-size: 2.5rem;
  }
}
main h2 {
  font-size: 3rem;
  margin-bottom: 1rem;
  padding-top: 0.25rem;
}
@media only screen and (max-width: 996px) {
  main h2 {
    font-size: 2rem;
  }
}
main h3 {
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
  padding-top: 0.20rem;
}
@media only screen and (max-width: 996px) {
  main h3 {
    font-size: 1.1rem;
  }
}
main h4 {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
  padding-top: 0.15rem;
}
@media only screen and (max-width: 996px) {
  main h4 {
    font-size: 1rem;
  }
}
main h5 {
  font-size: 1.0rem;
  margin-bottom: 0.6rem;
  padding-top: 0.15rem;
}
@media only screen and (max-width: 996px) {
  main h5 {
    font-size: 0.9rem;
  }
}
main h6 {
  font-size: 0.8rem;
  margin-bottom: 0.6rem;
  padding-top: 0.15rem;
}
@media only screen and (max-width: 996px) {
  main h6 {
    font-size: 0.9rem;
  }
}
main .styled-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main .styled-title h1,
main .styled-title h2,
main .styled-title h3,
main .styled-title h4,
main .styled-title h5,
main .styled-title h6 {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
main .styled-title:after {
  content: "";
  background: black;
  height: 6px;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}
main .styled-title.centered:after {
  left: 50%;
  transform: translateX(-50%);
}
main .styled-title.left:after {
  left: 0;
}
main .styled-title.right:after {
  left: auto;
  right: 0;
}
main .styled-title.left-bar {
  padding-left: 30px;
  padding-bottom: 0;
}
main .styled-title.left-bar:after {
  top: 0;
  left: 0;
  right: auto;
  bottom: 3px;
  width: 6px;
  height: auto;
}
main .styled-title.right-bar {
  text-align: right;
  padding-right: 30px;
  padding-bottom: 0;
}
main .styled-title.right-bar:after {
  top: 0;
  right: 0;
  left: auto;
  bottom: 3px;
  width: 6px;
  height: auto;
}
main .styled-title p {
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.40rem;
  font-weight: 900;
  color: #28b2ad;
  font-style: italic;
}
main .styled-title.white h1,
main .styled-title.white h2,
main .styled-title.white h3,
main .styled-title.white h4,
main .styled-title.white h5,
main .styled-title.white h6 {
  color: white;
}
main .styled-title.white p {
  color: #28b2ad;
}
main .styled-title.white:after {
  background: white;
}
main .styled-title.primary h1,
main .styled-title.primary h2,
main .styled-title.primary h3,
main .styled-title.primary h4,
main .styled-title.primary h5,
main .styled-title.primary h6 {
  color: #28b2ad;
}
main .styled-title.primary p {
  color: white;
}
main .styled-title.primary:after {
  background: #28b2ad;
}
main .styled-title.primary-dark h1,
main .styled-title.primary-dark h2,
main .styled-title.primary-dark h3,
main .styled-title.primary-dark h4,
main .styled-title.primary-dark h5,
main .styled-title.primary-dark h6 {
  color: #28b2ad;
}
main .styled-title.primary-dark p {
  color: #393939;
}
main .styled-title.primary-dark:after {
  background: #393939;
}
main .styled-title.dark h1,
main .styled-title.dark h2,
main .styled-title.dark h3,
main .styled-title.dark h4,
main .styled-title.dark h5,
main .styled-title.dark h6 {
  color: #393939;
}
main .styled-title.dark p {
  color: #28b2ad;
}
main .styled-title.dark:after {
  background: #393939;
}
main a,
main a:active,
main a:visited {
  color: #28b2ad;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
img.img-responsive {
  width: 100%;
}
a,
a:active,
a:visited,
.styled-link {
  color: #28b2ad;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
a:hover,
a:active:hover,
a:visited:hover,
.styled-link:hover {
  color: #393939;
}
.styled-link {
  text-transform: uppercase;
  display: inline-block;
  padding-right: 20px;
  line-height: 1em;
  cursor: pointer;
}
.styled-link:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  font-size: 1em;
  line-height: 1em;
  position: absolute;
  right: 0px;
  bottom: 0;
  transform: translateX(0);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.styled-link:hover {
  text-decoration: none;
}
.styled-link:hover:after {
  transform: translateX(5px);
}
.styled-link.dark {
  color: #393939;
}
.button {
  display: inline-block;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  padding: 15px 15px;
  color: black;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.6s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.button.small {
  padding: 3px 15px 8px;
}
.button:after {
  background: black;
  height: 4px;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 20%;
  -webkit-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 1s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.button.primary {
  color: #28b2ad;
}
.button.primary:after {
  background-color: #28b2ad;
}
.button.white {
  color: white;
}
.button.white:after {
  background-color: white;
}
.button:hover {
  color: #28b2ad;
}
.button:hover:after {
  left: 0%;
  background-color: #28b2ad;
}
.button:hover.primary {
  color: #393939;
}
.button:hover.primary:after {
  background-color: #393939;
}
.button.clear {
  padding: 0;
  margin: 0;
}
.button.clear:after {
  display: none;
}
.button-filled {
  text-transform: uppercase;
  display: inline-block;
  padding-right: 20px;
  line-height: 1em;
  cursor: pointer;
  padding: 15px 40px 15px 15px;
  position: relative;
  border: none;
}
.button-filled.fullwidth {
  width: 100%;
  text-align: left;
}
.button-filled.small {
  padding: 8px 40px 8px 8px;
  font-size: 10px;
}
.button-filled:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  content: "\f054";
  font-size: 1.3em;
  line-height: 1em;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.button-filled:hover {
  text-decoration: none;
}
.button-filled:hover:after {
  transform: translateY(-50%) translateX(5px);
}
.button-filled.dark {
  background: #393939;
  color: white;
}
.button-filled.dark:hover {
  background: white;
  color: #393939;
}
.button-filled.primary {
  background: #28b2ad;
  color: white;
}
.button-filled.primary:hover {
  background: white;
  color: #393939;
}
.button-filled.primary:after {
  color: #393939;
}
.button-filled.primary-on-white {
  background: #28b2ad;
  color: white;
}
.button-filled.primary-on-white:hover {
  background: #f0f0f0;
  color: #393939;
}
.button-filled.primary-on-white:after {
  color: #393939;
}
.button-filled.light {
  background: #f0f0f0;
  color: #393939;
}
.button-filled.light:hover {
  background: #28b2ad;
  color: #393939;
}
.button-filled.light:after {
  color: #393939;
}
.button-filled.arrow-left {
  padding: 15px 15px 15px 40px;
}
.button-filled.arrow-left.small {
  padding: 8px 8px 8px 40px;
}
.button-filled.arrow-left:after {
  content: "\f053";
  right: auto;
  left: 15px;
}
.button-filled.arrow-left:hover:after {
  transform: translateY(-50%) translateX(-5px);
}
.button-filled.icon-redo {
  padding: 15px 15px 15px 40px;
}
.button-filled.icon-redo.small {
  padding: 8px 8px 8px 40px;
}
.button-filled.icon-redo:after {
  content: "\f2f9";
  right: auto;
  left: 15px;
}
.button-filled.icon-redo:hover:after {
  transform: translateY(-50%) translateX(0) rotate(360deg);
}
.emptyspace {
  display: block;
}
input,
textarea,
select {
  font-size: 1.1rem;
  color: #667D8A;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin: 15px;
  padding: 10px 15px;
}
input:focus,
textarea:focus,
select:focus {
  border: 1px solid #28b2ad;
}
select {
  color: #393939;
  border: 1px solid #393939;
}
.styled-select {
  position: relative;
  margin: 15px;
}
.styled-select:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  line-height: 100%;
  background: #393939;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
}
.styled-select:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 50px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f078";
  font-size: 12px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: white;
  text-align: center;
}
.styled-select select {
  width: 100%;
  margin: 0;
}
.styled-select:hover {
  cursor: pointer;
}
.styled-select:hover select {
  border-color: #28b2ad;
}
.styled-select:hover:before {
  background: #28b2ad;
}
ul.breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
}
ul.breadcrumbs li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  color: #393939;
}
ul.breadcrumbs li:after {
  position: absolute;
  display: block;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "\f054";
  font-size: 12px;
}
ul.breadcrumbs li:last-child:after {
  content: "";
}
ul.breadcrumbs li a {
  color: #393939;
  text-decoration: none;
}
ul.breadcrumbs li a:hover {
  color: #28b2ad;
}
a.branding {
  display: block;
  width: 100%;
  margin: 15px 0;
}
a.branding img {
  display: block;
  width: 100%;
}
header.gf-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.75);
}
header.gf-header a.branding {
  margin: 30px 0;
  max-width: 150px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
@media only screen and (max-width: 996px) {
  header.gf-header a.branding {
    margin: 10px 0;
    max-width: 80px;
  }
}
header.gf-header a.branding:after {
  position: absolute;
  content: "";
  background: #f0f0f0;
  width: 80%;
  height: 4px;
  left: 0;
  bottom: -10px;
  -webkit-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
header.gf-header a.branding:hover:after {
  background: #28b2ad;
  width: 100%;
}
header.gf-header .top-menu {
  text-align: right;
  margin: 5px 0;
}
header.gf-header .top-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
header.gf-header .top-menu ul li {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 996px) {
  header.gf-header .top-menu ul li {
    margin-left: 2px;
  }
}
header.gf-header .top-menu ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #28b2ad;
  text-transform: uppercase;
  color: black;
  font-size: 26px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
@media only screen and (max-width: 996px) {
  header.gf-header .top-menu ul li a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
}
header.gf-header .top-menu ul li a:hover {
  color: #28b2ad;
}
@media only screen and (min-width: 996px) {
  header.gf-header .top-menu ul li.openclose.mobilemenubutton {
    display: none;
  }
}
header.gf-header .top-menu ul li.openclose a {
  color: #393939 !important;
  display: block;
}
header.gf-header .top-menu ul li.openclose a .openicon {
  opacity: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
@media only screen and (max-width: 996px) {
  header.gf-header .top-menu ul li.openclose a .openicon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
header.gf-header .top-menu ul li.openclose a .closeicon {
  opacity: 0;
  position: absolute;
  bottom: -60px;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.4s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
@media only screen and (max-width: 996px) {
  header.gf-header .top-menu ul li.openclose a .closeicon {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
header.gf-header .top-menu ul li.openclose.opened a {
  color: #28b2ad !important;
}
header.gf-header .top-menu ul li.openclose.opened a .openicon {
  opacity: 0;
  bottom: -36px;
}
@media only screen and (max-width: 996px) {
  header.gf-header .top-menu ul li.openclose.opened a .openicon {
    bottom: -60px;
  }
}
header.gf-header .top-menu ul li.openclose.opened a .closeicon {
  opacity: 1;
  bottom: 0;
}
header.gf-header .main-menu {
  text-align: right;
  margin: 20px 0 30px 0;
}
@media only screen and (max-width: 996px) {
  header.gf-header .main-menu {
    display: none;
  }
}
.main-menu {
  text-align: center;
}
.main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.main-menu ul li {
  position: relative;
  display: inline-block;
  margin-left: 15px;
}
.main-menu ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #28b2ad;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
}
.main-menu ul li a:after {
  position: absolute;
  content: "";
  background: #f0f0f0;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -10px;
  -webkit-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.main-menu ul li ul {
  position: absolute;
  display: none;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  padding-top: 20px;
}
@media only screen and (max-width: 996px) {
  .main-menu ul li ul {
    display: none !important;
  }
}
.main-menu ul li ul li {
  display: block;
  text-align: left;
  min-width: 175px;
  background: rgba(255,255,255,0.9);
}
.main-menu ul li ul li a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 6px 10px;
  color: black !important;
}
.main-menu ul li ul li a:after {
  display: none;
}
.main-menu ul li ul li a:hover {
  color: white !important;
  background: #28b2ad;
}
.main-menu ul li:hover ul {
  display: block;
}
.main-menu ul li a:hover {
  color: #28b2ad;
}
.main-menu ul li a:hover:after {
  background: #28b2ad;
  width: 100%;
}
.main-menu ul li.current-menu-item a,
.main-menu ul li.current-menu-item a:hover {
  color: #28b2ad;
}
.main-menu ul li.current-menu-item a:after,
.main-menu ul li.current-menu-item a:hover:after {
  background: #28b2ad;
  width: 100%;
}
.mobile-menu-wrapper {
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mobile-menu-wrapper.hidden {
  display: none;
}
.mobile-menu-wrapper .main-menu {
  text-align: center;
}
.mobile-menu-wrapper .main-menu ul {
  padding: 0;
  margin: 0;
  display: block;
}
.mobile-menu-wrapper .main-menu ul li {
  display: block;
  margin-left: 0;
  margin-top: 20px;
}
.mobile-menu-wrapper .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  padding: 10px;
}
.mobile-menu-wrapper .main-menu ul li a:after {
  z-index: -1;
  opacity: 0.4;
  position: absolute;
  bottom: -5px;
  -webkit-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  transition: all 0.5s cubic-bezier(0.000,0.000,0.010,0.995);
  -webkit-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -moz-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  -o-transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
  transition-timing-function: cubic-bezier(0.000,0.000,0.010,0.995);
}
.mobile-menu-wrapper .main-menu ul li a:hover {
  color: #28b2ad;
}
.mobile-menu-wrapper .main-menu ul li a:hover:after {
  opacity: 1;
  background: white;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.mobile-menu-wrapper .main-menu ul li.current-menu-item a,
.mobile-menu-wrapper .main-menu ul li.current-menu-item a:hover {
  color: #28b2ad;
}
.mobile-menu-wrapper .main-menu ul li.current-menu-item a:after,
.mobile-menu-wrapper .main-menu ul li.current-menu-item a:hover:after {
  opacity: 1;
  background: white;
  width: 100%;
  height: 100%;
  bottom: 0;
}
.mobile-menu-wrapper .background {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #28b2ad;
  opacity: 0.9;
}
.mobile-menu-wrapper .inner {
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
}
footer.gf-footer {
  color: white;
  background: black;
  position: relative;
}
footer.gf-footer .main-footer {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  color: white;
}
footer.gf-footer .main-footer .spaced-inline-links a {
  padding-left: 5px;
  padding-right: 5px;
}
footer.gf-footer .main-footer a.branding {
  max-width: 200px;
  margin-bottom: 40px;
}
footer.gf-footer .main-footer table.contacts-table tr td {
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
footer.gf-footer .main-footer table.contacts-table tr td:first-child {
  color: #28b2ad;
  padding-right: 5px;
  text-right: center;
}
footer.gf-footer .main-footer table.openingsuren {
  width: 100%;
  color: white;
}
footer.gf-footer .main-footer table.openingsuren tr td {
  line-height: 18px;
  text-transform: uppercase;
}
footer.gf-footer .main-footer table.openingsuren tr td:first-child {
  padding-right: 8px;
  text-align: right;
  color: #f0f0f0;
  border-right: 1px solid #28b2ad;
}
footer.gf-footer .main-footer table.openingsuren tr td:nth-child(2) {
  padding-left: 8px;
  color: white;
  padding-right: 5px;
  text-align: left;
  font-weight: bold;
}
footer.gf-footer .main-footer table.openingsuren tr.current td {
  color: #28b2ad;
}
footer.gf-footer .main-footer table.openingsuren tr.remove td:nth-child(2) {
  text-decoration: line-through;
  opacity: 0.5;
}
footer.gf-footer .main-footer table.openingsuren tr.alt td {
  font-size: 10px;
  line-height: 10px;
  padding-bottom: 10px;
}
footer.gf-footer .main-footer .socialicons a {
  display: inline-block;
  margin: 10px;
  font-size: 25px;
}
footer.gf-footer .footer-bottom {
  display: block;
  padding-bottom: 15px;
}
footer.gf-footer .footer-bottom .wrap {
  border-top: 1px solid #28b2ad;
  display: block;
  padding-top: 5px;
  font-size: 12px;
}
.container-to-cover {
  position: relative;
  overflow: hidden;
}
img.cover-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.container-fluid.max-1600 {
  max-width: 1600px;
}
section.default-page h1 {
  font-size: 2rem;
  padding-top: 0.25rem;
}
section.default-page h2 {
  font-size: 1.9rem;
  padding-top: 0.25rem;
}
section.default-page h3 {
  font-size: 1.4rem;
  padding-top: 0.20rem;
}
.elementor-section:not(.elementor-inner-section).elementor-cards-row .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.elementor-section:not(.elementor-inner-section).elementor-cards-row > .elementor-container > .elementor-column > .elementor-widget-wrap {
  margin: 20px;
  background: white;
  border: 1px solid #EBEEF0;
  overflow: hidden;
  z-index: 1;
  position: relative;
  border-radius: 5px;
}
